4271 lines
205 KiB
C++
4271 lines
205 KiB
C++
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtualFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
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, 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);
|
|
}
|
|
};
|
|
|
|
struct Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66;
|
|
struct Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA;
|
|
struct Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80;
|
|
struct Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B;
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A;
|
|
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
|
|
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
|
|
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
|
|
struct AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4;
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
|
|
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098;
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
|
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
|
|
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
|
|
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
|
|
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
struct FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224;
|
|
struct GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91;
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931;
|
|
struct IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256;
|
|
struct IAppleError_tFE643037BCCCF4362368CEDC73AC94B90E1B5AC0;
|
|
struct IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E;
|
|
struct ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52;
|
|
struct IPasswordCredential_t85F86A7DEBB8A7CE36CF75B443684DCF152E5012;
|
|
struct IPayloadDeserializer_t0C8DAC2DA8B0E14F11F345A24D9390CD6CFD83FF;
|
|
struct IPersonName_tD95EE7AB5A8B25C9DC7D160FDAECDDA149AB5591;
|
|
struct LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77;
|
|
struct MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE;
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
|
|
struct MethodInfo_t;
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
struct PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07;
|
|
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
|
|
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
|
|
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
struct String_t;
|
|
struct StringBuilder_t;
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62;
|
|
struct TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC;
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
|
|
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C;
|
|
struct U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37;
|
|
struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_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* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPasswordCredential_t85F86A7DEBB8A7CE36CF75B443684DCF152E5012_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPersonName_tD95EE7AB5A8B25C9DC7D160FDAECDDA149AB5591_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RealUserStatus_tD2AA1DB63A0EFB87E45C3D0D901E77C805D27F1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03617D58336A57955A6C313B04B8D14E2B35EAEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B8D9C3579F8B894C147EF401B2163C505D7CF86;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25BFAB073FE2E4875C1FFA693C106C1B871501CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25D5C79EF27180C05A989508421B3E39C969FECF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral265949349ADA0E5C0C7F384357BEB5AA3AC9B40A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral297BF67AF3B4520D7A89553412D9C995B2E98F9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral322A18E587C25620496CF03DF2C877C78BF264D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral34F123F9C58C49C324714D30B8BB0BBE151C26F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36F68C6015D8AEABB741A008667AF41E6E360BD4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C4EB485628C3E16D375DD819D5B0F0AE1B5B068;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DFC7848F54DB10BDF358E0CC9F236D6F9DD71F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F46024F3EB8AA65DDA4A47569E4F876706D21AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F713BC54B4EABC12DEA5859C72414A45D604AA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4952367BBD3DD066930294952057C95914548499;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4AD0FA5EF37167BA6E762FD97E48E0024F289EF5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral518572370EEC8F89BD5702DB03EB13A266F067E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53312DB31F0872947C8D3B25EBFD4403FB2DEC25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6574AE9F7FA6594AF57D7D8D2C1F668EC4C4CB51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67321FDC7C4EF2D22FD9E3A3627A6C933DC7200A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F16863B4603B50218F5E09E3F9671A981EB4872;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73EE61D5DC31500727A5A2807E94D8706E86FBEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral79DDFA96C8453B4A3EA9DDF8AB7D9BEC6AC92303;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B457D65F48D8EADEBD377865ECD48E75ADC86DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D4902F63A199568103194F9D9ADA0E430ABAF0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81588A1AF5A5DC9C0A085806298C88D10558E110;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral85C97AD05E0317A6DEBBFC17CD712F9744C6412F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8605048F4C5875DF2774D3C388522377F0B5A674;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AC9B3E2A7EE2D3BAD92722DA8DB443816731DE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91264CE64EEB3C8BB6846657ACDAFA8D406AE862;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral982E7F15449772C8255FDE0678812ED63D75785D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98EE287F521396F3291F26856FCB2F4D707F9717;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EE97B2365375FCA2B533718463B2C5CAA86174C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA0131F3A5127D268D6D4AD016E233945EAB9E2F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA80C0E3B4EAAE8AC689FFB2A9F9F2D2553B769E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7AFF1CADFDC7557855C52D8F8E63A2FAAE0AEF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCFFD963D0E5D8838A2768A0D7F32D4C4BB5E2EED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD420C3FB2E4E942E8863C4A1CDB934409636DE48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD42CE821018134E165A316C9FE04F204D24D1C3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA442B8E5AE1A49B64B7CDFA9F9AEBAEDC055F81;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE651C30F9520714B9729DF58EA98D1CBD0F1B27;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAA59DE2A01ACA9B2D29CF33EB56A1DDD048F3F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC3B507590984BE8B27E555A23D40DA2B63EBB88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE5D678E7C7268452E8ABDC06297655BF29798D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MainMenu_U3CAttemptQuickLoginU3Eb__15_0_mE112B5817A124E3D7BC7EDF93FE07BBBDF2710C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MainMenu_U3CAttemptQuickLoginU3Eb__15_1_m8197943CEE2E95AA45E13F884B3B4E6F0AB47397_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MainMenu_U3CInitializeLoginMenuU3Eb__7_0_m042074F2C7D9219B5B2E9BBE4B173B71F66C0D6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MainMenu_U3CSignInWithAppleU3Eb__16_0_m788DF683A193B5235D9C4DFAF8DEA86F6E531523_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MainMenu_U3CSignInWithAppleU3Eb__16_1_m64BC5E4FF6CCE2FDB94FDEC19451186D9485656F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__0_m8AD0A744C00D86B42489500B41AF6D316708E765_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__1_m3AB4AD86CE85C58810FC18A403E3C397ACCC673C_RuntimeMethod_var;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
|
|
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 U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA : public RuntimeObject
|
|
{
|
|
};
|
|
struct AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4 : public RuntimeObject
|
|
{
|
|
RuntimeObject* ____payloadDeserializer;
|
|
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* ____credentialsRevokedCallback;
|
|
};
|
|
struct CRC16_tF510E9C5105767F723017D7D4D0F9D708E472370 : public RuntimeObject
|
|
{
|
|
};
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
|
|
{
|
|
int32_t ___m_codePage;
|
|
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem;
|
|
bool ___m_deserializedFromEverett;
|
|
bool ___m_isReadOnly;
|
|
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback;
|
|
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback;
|
|
};
|
|
struct GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91 : public RuntimeObject
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___Parent;
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___AppleUserIdLabel;
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___AppleUserCredentialLabel;
|
|
};
|
|
struct LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77 : public RuntimeObject
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___Parent;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___SignInWithAppleParent;
|
|
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___SignInWithAppleButton;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___LoadingMessageParent;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___LoadingIconTransform;
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___LoadingMessageLabel;
|
|
};
|
|
struct PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07 : public RuntimeObject
|
|
{
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars;
|
|
StringBuilder_t* ___m_ChunkPrevious;
|
|
int32_t ___m_ChunkLength;
|
|
int32_t ___m_ChunkOffset;
|
|
int32_t ___m_MaxCapacity;
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37 : public RuntimeObject
|
|
{
|
|
MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* ___U3CU3E4__this;
|
|
String_t* ___appleUserId;
|
|
};
|
|
struct AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C
|
|
{
|
|
String_t* ___Nonce;
|
|
String_t* ___State;
|
|
};
|
|
struct AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C_marshaled_pinvoke
|
|
{
|
|
char* ___Nonce;
|
|
char* ___State;
|
|
};
|
|
struct AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C_marshaled_com
|
|
{
|
|
Il2CppChar* ___Nonce;
|
|
Il2CppChar* ___State;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
uint8_t ___m_value;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
Il2CppChar ___m_value;
|
|
};
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
float ___r;
|
|
float ___g;
|
|
float ___b;
|
|
float ___a;
|
|
};
|
|
struct DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___SerialNumber;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___DeviceModel;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___DeviceId;
|
|
uint32_t ___FirmwareVersion;
|
|
uint32_t ___HardwareVersion;
|
|
};
|
|
struct DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray* ___SerialNumber;
|
|
Il2CppSafeArray* ___DeviceModel;
|
|
Il2CppSafeArray* ___DeviceId;
|
|
uint32_t ___FirmwareVersion;
|
|
uint32_t ___HardwareVersion;
|
|
};
|
|
struct DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_com
|
|
{
|
|
Il2CppSafeArray* ___SerialNumber;
|
|
Il2CppSafeArray* ___DeviceModel;
|
|
Il2CppSafeArray* ___DeviceId;
|
|
uint32_t ___FirmwareVersion;
|
|
uint32_t ___HardwareVersion;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
|
|
{
|
|
int16_t ___m_value;
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1
|
|
{
|
|
uint32_t ___Index;
|
|
int32_t ___Angle;
|
|
uint16_t ___Distance;
|
|
uint16_t ___Size;
|
|
uint8_t ___Year;
|
|
uint8_t ___Month;
|
|
uint8_t ___Day;
|
|
uint8_t ___Hour;
|
|
uint8_t ___Minute;
|
|
uint8_t ___Second;
|
|
};
|
|
struct MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2
|
|
{
|
|
uint32_t ___Count;
|
|
};
|
|
struct MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD
|
|
{
|
|
uint32_t ___StartIndex;
|
|
uint32_t ___EndIndex;
|
|
};
|
|
struct SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50
|
|
{
|
|
uint16_t ___Temperature;
|
|
int16_t ___AccelX;
|
|
int16_t ___AccelY;
|
|
int16_t ___AccelZ;
|
|
uint16_t ___CapacitorVoltage;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite;
|
|
};
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite;
|
|
};
|
|
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite;
|
|
};
|
|
struct StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF
|
|
{
|
|
uint32_t ___EliminateCount;
|
|
uint32_t ___TotalWorkTime;
|
|
uint32_t ___TodayWorkTime;
|
|
uint32_t ___ScanCount;
|
|
uint32_t ___LaserFireCount;
|
|
uint32_t ___MosquitoDataCount;
|
|
uint32_t ___DatalogCount;
|
|
};
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
uint16_t ___m_value;
|
|
};
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
uint32_t ___m_value;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
float ___w;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct __StaticArrayInitTypeSizeU3D10075_tFBECB11D869D480C9C38110A88065B7B558F3FA2
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D10075_tFBECB11D869D480C9C38110A88065B7B558F3FA2__padding[10075];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct __StaticArrayInitTypeSizeU3D20_tA394C0A7DC4F4F05D2190B09E23BDE8536718D72
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D20_tA394C0A7DC4F4F05D2190B09E23BDE8536718D72__padding[20];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct __StaticArrayInitTypeSizeU3D36_tE3135E025C70F21BBD65107243EE57F8AA699792
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D36_tE3135E025C70F21BBD65107243EE57F8AA699792__padding[36];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct __StaticArrayInitTypeSizeU3D7191_t4E6B882E4416E41AC1E4E352D320F08E643E942D
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D7191_t4E6B882E4416E41AC1E4E352D320F08E643E942D__padding[7191];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_NormalColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HighlightedColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_PressedColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectedColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DisabledColor;
|
|
float ___m_ColorMultiplier;
|
|
float ___m_FadeDuration;
|
|
};
|
|
struct CredentialState_t5BE3D9DB6D25F9F68433E100592FE4BC28398A8D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
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 LoginOptions_tCE8EEC9FDEB77C68C6E145F3172DB07F3817E164
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct PersonNameFormatterStyle_tEF38BD59ED8473EBC6D6B251D801BC1F2FE44FE8
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RealUserStatus_tD2AA1DB63A0EFB87E45C3D0D901E77C805D27F1E
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Mode_t2D49D0E10E2FDA0026278C2400C16033888D0542
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Transition_tF856A77C9FAC6D26EA3CA158CF68B739D35397B3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4
|
|
{
|
|
int32_t ___Options;
|
|
String_t* ___Nonce;
|
|
String_t* ___State;
|
|
};
|
|
struct AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4_marshaled_pinvoke
|
|
{
|
|
int32_t ___Options;
|
|
char* ___Nonce;
|
|
char* ___State;
|
|
};
|
|
struct AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4_marshaled_com
|
|
{
|
|
int32_t ___Options;
|
|
Il2CppChar* ___Nonce;
|
|
Il2CppChar* ___State;
|
|
};
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates;
|
|
};
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C
|
|
{
|
|
int32_t ___m_Mode;
|
|
bool ___m_WrapAround;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight;
|
|
};
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Mode;
|
|
int32_t ___m_WrapAround;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight;
|
|
};
|
|
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_com
|
|
{
|
|
int32_t ___m_Mode;
|
|
int32_t ___m_WrapAround;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft;
|
|
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight;
|
|
};
|
|
struct Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
|
|
};
|
|
struct MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
RuntimeObject* ____appleAuthManager;
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* ___LoginMenu;
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* ___GameMenu;
|
|
};
|
|
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
};
|
|
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Color;
|
|
bool ___m_SkipLayoutUpdate;
|
|
bool ___m_SkipMaterialUpdate;
|
|
bool ___m_RaycastTarget;
|
|
bool ___m_RaycastTargetCache;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_RaycastPadding;
|
|
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform;
|
|
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CanvasRenderer;
|
|
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas;
|
|
bool ___m_VertsDirty;
|
|
bool ___m_MaterialDirty;
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyLayoutCallback;
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyVertsCallback;
|
|
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyMaterialCallback;
|
|
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_CachedMesh;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___m_CachedUvs;
|
|
TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4* ___m_ColorTweenRunner;
|
|
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField;
|
|
};
|
|
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
|
|
{
|
|
bool ___m_EnableCalled;
|
|
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C ___m_Navigation;
|
|
int32_t ___m_Transition;
|
|
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___m_Colors;
|
|
SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD ___m_SpriteState;
|
|
AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074* ___m_AnimationTriggers;
|
|
bool ___m_Interactable;
|
|
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_TargetGraphic;
|
|
bool ___m_GroupsAllowInteraction;
|
|
int32_t ___m_CurrentIndex;
|
|
bool ___U3CisPointerInsideU3Ek__BackingField;
|
|
bool ___U3CisPointerDownU3Ek__BackingField;
|
|
bool ___U3ChasSelectionU3Ek__BackingField;
|
|
List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35* ___m_CanvasGroupCache;
|
|
};
|
|
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
|
|
{
|
|
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* ___m_OnClick;
|
|
};
|
|
struct MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E : public Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931
|
|
{
|
|
bool ___m_ShouldRecalculateStencil;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_MaskMaterial;
|
|
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_ParentMask;
|
|
bool ___m_Maskable;
|
|
bool ___m_IsMaskingGraphic;
|
|
bool ___m_IncludeForMasking;
|
|
CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8* ___m_OnCullStateChanged;
|
|
bool ___m_ShouldRecalculate;
|
|
int32_t ___m_StencilValue;
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners;
|
|
};
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
|
|
{
|
|
FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224* ___m_FontData;
|
|
String_t* ___m_Text;
|
|
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCache;
|
|
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCacheForLayout;
|
|
bool ___m_DisableFontTextureRebuiltCallback;
|
|
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_TempVerts;
|
|
};
|
|
struct U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA_StaticFields
|
|
{
|
|
__StaticArrayInitTypeSizeU3D36_tE3135E025C70F21BBD65107243EE57F8AA699792 ___2176CEC10BDC4733F845612E26867AACB7696E0351453E50907CA5198C94B979;
|
|
__StaticArrayInitTypeSizeU3D7191_t4E6B882E4416E41AC1E4E352D320F08E643E942D ___28E54F59D3986B38F6CBFBA14626DF09EB65ECB66105D183EE6BAE6EA45E12E4;
|
|
__StaticArrayInitTypeSizeU3D10075_tFBECB11D869D480C9C38110A88065B7B558F3FA2 ___CA0E631AEAE17BB5E77F0091226C2BB5C1BCC8D245E6765A5BA235793000E0BE;
|
|
__StaticArrayInitTypeSizeU3D20_tA394C0A7DC4F4F05D2190B09E23BDE8536718D72 ___DBE56560C8F126385AD26D5796501DFA31E423FF5EDA31850A7B2340CAC1299D;
|
|
};
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding;
|
|
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings;
|
|
RuntimeObject* ___s_InternalSyncObject;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
|
|
};
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
intptr_t ___Zero;
|
|
};
|
|
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_StaticFields
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultText;
|
|
};
|
|
#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);
|
|
}
|
|
};
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m8EDF953DA7FF0E33AE19FB51BD7DBDB7C495CFE0_gshared (Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65 (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfoWrite__ctor_mFB601B83455A0CC8B31F2A2B5A25CEA6130C524D (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, String_t* ___0_serialNumber, String_t* ___1_deviceModel, String_t* ___2_deviceId, uint32_t ___3_firmwareVersion, uint32_t ___4_hardwareVersion, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DeviceInfoWrite_ToBytes_m33FEAB4C8653E6C26D6307E1907D2F82573C5B4A (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mDB4D96F8312F563656D4115A9F280062E05D2EE8 (String_t* __this, Il2CppChar ___0_trimChar, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_GetSerialNumberString_mF5264CD144A801F59B411987CD94CCED6000884B (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_GetDeviceModelString_mE041FA4E5408A9C5D7BCE36517525B64A13B9FBA (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_GetDeviceIdString_mF139254E374E90A7397FE86327270F3AF590167A (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_ToString_mEB3731655E56375BDBD2C014595FAB15133303D8 (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StatisticsData_ToString_m7AB2BD2D432BA9550EDE8EEC03819A6F0D750032 (StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MosquitoDataQuery_ToBytes_m4476DD709BA849F4DA85FDC6EF549E2986524278 (MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoDataQuery_ToString_mA5EACF15AC455A0F296BB2D3AAA38CAC21AA57F1 (MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SensorData_GetTemperatureCelsius_m417969A332ED4031BD9388A17439E77CE680ACF1 (SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SensorData_GetCapacitorVoltage_mA20959EE992365088B06FC492D7FC10CFEF571BD (SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SensorData_ToString_mD9B218D73E45C5DF2FA7A66E0656B23BD9089C13 (SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MosquitoData_GetActualAngle_m26051AB75F223B330BEAEB471321B17FD71AA4F1 (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MosquitoData_GetActualDis_m532221EB04EF5D916213FFF1653EB847C307AEA8 (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MosquitoData_GetFullYear_mF2F56E959EBDBCEA7A671CA4D70FFD881DF45FBA (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoData_GetTimeString_mCB0CA9BCE4AEF6857AF558EC70522F9124EC5B69 (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoData_ToString_mDFF13A188BBA9B6EDAB225CE830935B3B8D9C9AB (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoDataCount_ToString_mBDE6CE7A25F9BAC116A78CC8DF4F59D579370E3C (MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t CRC16_Calculate_mC2D2A56385195AB9B64AB34490B468335891E9D8 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, int32_t ___1_offset, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___0_value, 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_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88 (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD (String_t* ___0_separator, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83 (RuntimeObject* ___0_personName, int32_t ___1_style, bool ___2_usePhoneticRepresentation, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, float ___0_xAngle, float ___1_yAngle, float ___2_zAngle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppleAuthManager_get_IsCurrentPlatformSupported_m7A452E34F3B87A9FBF6F9E79DAD9792B87AB9B9C (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PayloadDeserializer__ctor_mFBD229EF68EBE24EC32CA9609AA005AB90C65C42 (PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppleAuthManager__ctor_mFCE1994D8BD7BFCC9EA201E091A1C09BF63945B3 (AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4* __this, RuntimeObject* ___0_payloadDeserializer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_InitializeLoginMenu_m2F9D2868B3F934E0DD796E2653148D5C9B6A540D (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_UpdateLoadingMessage_mA31694356B50A01B2B1926C74642ED2EBFCF3D09 (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, float ___0_deltaTime, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForAppleSignIn_m25E047145341C5159136C4FE21C0750384181665 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SignInWithApple_mC13E75CC0934BD9036D769CBF6E38442CDE1AD52 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7 (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, bool ___0_visible, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F (GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* __this, bool ___0_visible, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForUnsupportedPlatform_m83966D1367B78FA77BA7D4CDEA9BC5FFC77DF7FA (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
inline void Action_1__ctor_m9DC2953C55C4D7D4B7BEFE03D84DA1F9362D652C (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayerPrefs_HasKey_mCA5C64BBA6BF8B230BC3BC92B4761DD3B11D4668 (String_t* ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_mA4C9F842BF77E5572AB20EA087C7048F870D02AE (String_t* ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForCheckingCredentials_mF0C8D275712006D848FDA8C745CDEA073A55F390 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_CheckCredentialStatusForUserId_mBC9E14794C29D013BD1A3300C4CC8B8C93CCEBF3 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, String_t* ___0_appleUserId, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForQuickLoginAttempt_m82C21F634E8C268FDFE01F8697356D4F7AE4CD33 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_AttemptQuickLogin_m5BDFFE85A15561C44B978B4DA5D36DA7F591C348 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862 (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, bool ___0_visible, bool ___1_enabled, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, bool ___0_visible, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenuHandler_SetupAppleData_mF18FD6468F8DEE7D0AE31A848B7539E9E0CDF80A (GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* __this, String_t* ___0_appleUserId, RuntimeObject* ___1_receivedCredential, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m1E3359AEC5A93275E308283D9ABB425BF387AC3D (U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* __this, const RuntimeMethod* method) ;
|
|
inline void Action_1__ctor_m135CA07CEBC3CB4A0F03C9F52139F79BB4B1CA11 (Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m8EDF953DA7FF0E33AE19FB51BD7DBDB7C495CFE0_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Action_1__ctor_m0BE75BDE08A7795ABF3DD79B4FF8115EFA7BC72F (Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Action_1__ctor_m20D50881B6122F39D01A2E3B2FF42DB81CE68306 (Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppleAuthLoginArgs__ctor_m979F04437958F29BD5E8FBB8B91085932E47DEC2 (AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4* __this, int32_t ___0_options, String_t* ___1_nonce, String_t* ___2_state, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, 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 void MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_DeleteKey_mF3A7857B52DCEF4139843CD28716788624C2AD30 (String_t* ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_mF4F457C81BB75F0213547C6287BA36E15E1F0256 (String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupGameMenu_m803D4158FAF0A224BFE9189A063DCD93A2FA56E4 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, String_t* ___0_appleUserId, RuntimeObject* ___1_credential, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppleErrorExtensions_GetAuthorizationErrorCode_m2D356E9280D7A2C580B337A9CCC9B65E32746219 (RuntimeObject* ___0_error, 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 Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshal_pinvoke(const DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6& unmarshaled, DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___SerialNumber = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___SerialNumber);
|
|
marshaled.___DeviceModel = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___DeviceModel);
|
|
marshaled.___DeviceId = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___DeviceId);
|
|
marshaled.___FirmwareVersion = unmarshaled.___FirmwareVersion;
|
|
marshaled.___HardwareVersion = unmarshaled.___HardwareVersion;
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshal_pinvoke_back(const DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_pinvoke& marshaled, DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___SerialNumber = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___SerialNumber);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___SerialNumber), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___SerialNumber));
|
|
unmarshaled.___DeviceModel = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceModel);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___DeviceModel), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceModel));
|
|
unmarshaled.___DeviceId = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceId);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___DeviceId), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceId));
|
|
uint32_t unmarshaledFirmwareVersion_temp_3 = 0;
|
|
unmarshaledFirmwareVersion_temp_3 = marshaled.___FirmwareVersion;
|
|
unmarshaled.___FirmwareVersion = unmarshaledFirmwareVersion_temp_3;
|
|
uint32_t unmarshaledHardwareVersion_temp_4 = 0;
|
|
unmarshaledHardwareVersion_temp_4 = marshaled.___HardwareVersion;
|
|
unmarshaled.___HardwareVersion = unmarshaledHardwareVersion_temp_4;
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshal_pinvoke_cleanup(DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___SerialNumber);
|
|
marshaled.___SerialNumber = NULL;
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___DeviceModel);
|
|
marshaled.___DeviceModel = NULL;
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___DeviceId);
|
|
marshaled.___DeviceId = NULL;
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshal_com(const DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6& unmarshaled, DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___SerialNumber = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___SerialNumber);
|
|
marshaled.___DeviceModel = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___DeviceModel);
|
|
marshaled.___DeviceId = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___DeviceId);
|
|
marshaled.___FirmwareVersion = unmarshaled.___FirmwareVersion;
|
|
marshaled.___HardwareVersion = unmarshaled.___HardwareVersion;
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshal_com_back(const DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_com& marshaled, DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___SerialNumber = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___SerialNumber);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___SerialNumber), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___SerialNumber));
|
|
unmarshaled.___DeviceModel = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceModel);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___DeviceModel), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceModel));
|
|
unmarshaled.___DeviceId = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceId);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___DeviceId), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___DeviceId));
|
|
uint32_t unmarshaledFirmwareVersion_temp_3 = 0;
|
|
unmarshaledFirmwareVersion_temp_3 = marshaled.___FirmwareVersion;
|
|
unmarshaled.___FirmwareVersion = unmarshaledFirmwareVersion_temp_3;
|
|
uint32_t unmarshaledHardwareVersion_temp_4 = 0;
|
|
unmarshaledHardwareVersion_temp_4 = marshaled.___HardwareVersion;
|
|
unmarshaled.___HardwareVersion = unmarshaledHardwareVersion_temp_4;
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshal_com_cleanup(DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___SerialNumber);
|
|
marshaled.___SerialNumber = NULL;
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___DeviceModel);
|
|
marshaled.___DeviceModel = NULL;
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___DeviceId);
|
|
marshaled.___DeviceId = NULL;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceInfoWrite__ctor_mFB601B83455A0CC8B31F2A2B5A25CEA6130C524D (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, String_t* ___0_serialNumber, String_t* ___1_deviceModel, String_t* ___2_deviceId, uint32_t ___3_firmwareVersion, uint32_t ___4_hardwareVersion, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
bool V_2 = false;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
|
|
bool V_4 = false;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_5 = NULL;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___SerialNumber = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___SerialNumber), (void*)L_0);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___DeviceModel = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DeviceModel), (void*)L_1);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___DeviceId = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___DeviceId), (void*)L_2);
|
|
String_t* L_3 = ___0_serialNumber;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
V_0 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_6;
|
|
L_6 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
String_t* L_7 = ___0_serialNumber;
|
|
NullCheck(L_6);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8;
|
|
L_8 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(20, L_6, L_7);
|
|
V_1 = L_8;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___SerialNumber;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)(((RuntimeArray*)L_11)->max_length)), ((int32_t)16), NULL);
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_9, 0, (RuntimeArray*)L_10, 0, L_12, NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
String_t* L_13 = ___1_deviceModel;
|
|
bool L_14;
|
|
L_14 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_13, NULL);
|
|
V_2 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
|
|
bool L_15 = V_2;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_16;
|
|
L_16 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
String_t* L_17 = ___1_deviceModel;
|
|
NullCheck(L_16);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18;
|
|
L_18 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(20, L_16, L_17);
|
|
V_3 = L_18;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___DeviceModel;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_3;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)(((RuntimeArray*)L_21)->max_length)), ((int32_t)16), NULL);
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_19, 0, (RuntimeArray*)L_20, 0, L_22, NULL);
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
String_t* L_23 = ___2_deviceId;
|
|
bool L_24;
|
|
L_24 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_23, NULL);
|
|
V_4 = (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0);
|
|
bool L_25 = V_4;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_26;
|
|
L_26 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
String_t* L_27 = ___2_deviceId;
|
|
NullCheck(L_26);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28;
|
|
L_28 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(20, L_26, L_27);
|
|
V_5 = L_28;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_5;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = __this->___DeviceId;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = V_5;
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)(((RuntimeArray*)L_31)->max_length)), ((int32_t)16), NULL);
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_29, 0, (RuntimeArray*)L_30, 0, L_32, NULL);
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
uint32_t L_33 = ___3_firmwareVersion;
|
|
__this->___FirmwareVersion = L_33;
|
|
uint32_t L_34 = ___4_hardwareVersion;
|
|
__this->___HardwareVersion = L_34;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceInfoWrite__ctor_mFB601B83455A0CC8B31F2A2B5A25CEA6130C524D_AdjustorThunk (RuntimeObject* __this, String_t* ___0_serialNumber, String_t* ___1_deviceModel, String_t* ___2_deviceId, uint32_t ___3_firmwareVersion, uint32_t ___4_hardwareVersion, const RuntimeMethod* method)
|
|
{
|
|
DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6*>(__this + _offset);
|
|
DeviceInfoWrite__ctor_mFB601B83455A0CC8B31F2A2B5A25CEA6130C524D(_thisAdjusted, ___0_serialNumber, ___1_deviceModel, ___2_deviceId, ___3_firmwareVersion, ___4_hardwareVersion, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DeviceInfoWrite_ToBytes_m33FEAB4C8653E6C26D6307E1907D2F82573C5B4A (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56));
|
|
V_0 = L_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___SerialNumber;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_1, 0, (RuntimeArray*)L_2, 0, ((int32_t)16), NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = __this->___DeviceModel;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_3, 0, (RuntimeArray*)L_4, ((int32_t)16), ((int32_t)16), NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->___DeviceId;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_5, 0, (RuntimeArray*)L_6, ((int32_t)32), ((int32_t)16), NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_0;
|
|
uint32_t L_8 = __this->___FirmwareVersion;
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)48)), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_8&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
|
uint32_t L_10 = __this->___FirmwareVersion;
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)49)), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_10>>8))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_0;
|
|
uint32_t L_12 = __this->___FirmwareVersion;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)50)), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_12>>((int32_t)16)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0;
|
|
uint32_t L_14 = __this->___FirmwareVersion;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)51)), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_14>>((int32_t)24)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_0;
|
|
uint32_t L_16 = __this->___HardwareVersion;
|
|
NullCheck(L_15);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)52)), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_16&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_0;
|
|
uint32_t L_18 = __this->___HardwareVersion;
|
|
NullCheck(L_17);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)53)), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_18>>8))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_0;
|
|
uint32_t L_20 = __this->___HardwareVersion;
|
|
NullCheck(L_19);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)54)), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_20>>((int32_t)16)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_0;
|
|
uint32_t L_22 = __this->___HardwareVersion;
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)55)), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_22>>((int32_t)24)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_0;
|
|
V_1 = L_23;
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_1;
|
|
return L_24;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DeviceInfoWrite_ToBytes_m33FEAB4C8653E6C26D6307E1907D2F82573C5B4A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6*>(__this + _offset);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* _returnValue;
|
|
_returnValue = DeviceInfoWrite_ToBytes_m33FEAB4C8653E6C26D6307E1907D2F82573C5B4A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_GetSerialNumberString_mF5264CD144A801F59B411987CD94CCED6000884B (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0;
|
|
L_0 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___SerialNumber;
|
|
NullCheck(L_0);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(37, L_0, L_1);
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_TrimEnd_mDB4D96F8312F563656D4115A9F280062E05D2EE8(L_2, 0, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DeviceInfoWrite_GetSerialNumberString_mF5264CD144A801F59B411987CD94CCED6000884B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = DeviceInfoWrite_GetSerialNumberString_mF5264CD144A801F59B411987CD94CCED6000884B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_GetDeviceModelString_mE041FA4E5408A9C5D7BCE36517525B64A13B9FBA (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0;
|
|
L_0 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___DeviceModel;
|
|
NullCheck(L_0);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(37, L_0, L_1);
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_TrimEnd_mDB4D96F8312F563656D4115A9F280062E05D2EE8(L_2, 0, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DeviceInfoWrite_GetDeviceModelString_mE041FA4E5408A9C5D7BCE36517525B64A13B9FBA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = DeviceInfoWrite_GetDeviceModelString_mE041FA4E5408A9C5D7BCE36517525B64A13B9FBA(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_GetDeviceIdString_mF139254E374E90A7397FE86327270F3AF590167A (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0;
|
|
L_0 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___DeviceId;
|
|
NullCheck(L_0);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(37, L_0, L_1);
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_TrimEnd_mDB4D96F8312F563656D4115A9F280062E05D2EE8(L_2, 0, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DeviceInfoWrite_GetDeviceIdString_mF139254E374E90A7397FE86327270F3AF590167A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = DeviceInfoWrite_GetDeviceIdString_mF139254E374E90A7397FE86327270F3AF590167A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeviceInfoWrite_ToString_mEB3731655E56375BDBD2C014595FAB15133303D8 (DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25D5C79EF27180C05A989508421B3E39C969FECF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
String_t* L_2;
|
|
L_2 = DeviceInfoWrite_GetSerialNumberString_mF5264CD144A801F59B411987CD94CCED6000884B(__this, NULL);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_2);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_2);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_1;
|
|
String_t* L_4;
|
|
L_4 = DeviceInfoWrite_GetDeviceModelString_mE041FA4E5408A9C5D7BCE36517525B64A13B9FBA(__this, NULL);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_3;
|
|
String_t* L_6;
|
|
L_6 = DeviceInfoWrite_GetDeviceIdString_mF139254E374E90A7397FE86327270F3AF590167A(__this, NULL);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_6);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5;
|
|
uint32_t L_8 = __this->___FirmwareVersion;
|
|
uint32_t L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_9);
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_10);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_10);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_7;
|
|
uint32_t L_12 = __this->___HardwareVersion;
|
|
uint32_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_13);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_14);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_14);
|
|
String_t* L_15;
|
|
L_15 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral25D5C79EF27180C05A989508421B3E39C969FECF, L_11, NULL);
|
|
V_0 = L_15;
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
String_t* L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DeviceInfoWrite_ToString_mEB3731655E56375BDBD2C014595FAB15133303D8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceInfoWrite_t481D962213FB5384E3D843ABD03E8E46FAD3E5E6*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = DeviceInfoWrite_ToString_mEB3731655E56375BDBD2C014595FAB15133303D8(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF StatisticsData_FromBytes_m514FC9DE5C1FC395C160E68731061C2C18727CCA (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
NullCheck(L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) < ((int32_t)((int32_t)28)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_data;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 1;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_data;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 2;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 3;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
(&V_0)->___EliminateCount = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_5|((int32_t)((int32_t)L_8<<8))))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_14<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_data;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 4;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_data;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 5;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_data;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 6;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___0_data;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = 7;
|
|
uint8_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
(&V_0)->___TotalWorkTime = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_17|((int32_t)((int32_t)L_20<<8))))|((int32_t)((int32_t)L_23<<((int32_t)16)))))|((int32_t)((int32_t)L_26<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___0_data;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = 8;
|
|
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___0_data;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = ((int32_t)9);
|
|
uint8_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = ___0_data;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = ((int32_t)10);
|
|
uint8_t L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = ___0_data;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = ((int32_t)11);
|
|
uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
(&V_0)->___TodayWorkTime = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_29|((int32_t)((int32_t)L_32<<8))))|((int32_t)((int32_t)L_35<<((int32_t)16)))))|((int32_t)((int32_t)L_38<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = ___0_data;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = ((int32_t)12);
|
|
uint8_t L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ___0_data;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = ((int32_t)13);
|
|
uint8_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = ___0_data;
|
|
NullCheck(L_45);
|
|
int32_t L_46 = ((int32_t)14);
|
|
uint8_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = ___0_data;
|
|
NullCheck(L_48);
|
|
int32_t L_49 = ((int32_t)15);
|
|
uint8_t L_50 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
(&V_0)->___ScanCount = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_41|((int32_t)((int32_t)L_44<<8))))|((int32_t)((int32_t)L_47<<((int32_t)16)))))|((int32_t)((int32_t)L_50<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = ___0_data;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = ((int32_t)16);
|
|
uint8_t L_53 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = ___0_data;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = ((int32_t)17);
|
|
uint8_t L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = ___0_data;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = ((int32_t)18);
|
|
uint8_t L_59 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = ___0_data;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = ((int32_t)19);
|
|
uint8_t L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
|
|
(&V_0)->___LaserFireCount = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_53|((int32_t)((int32_t)L_56<<8))))|((int32_t)((int32_t)L_59<<((int32_t)16)))))|((int32_t)((int32_t)L_62<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_63 = ___0_data;
|
|
NullCheck(L_63);
|
|
int32_t L_64 = ((int32_t)20);
|
|
uint8_t L_65 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66 = ___0_data;
|
|
NullCheck(L_66);
|
|
int32_t L_67 = ((int32_t)21);
|
|
uint8_t L_68 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = ___0_data;
|
|
NullCheck(L_69);
|
|
int32_t L_70 = ((int32_t)22);
|
|
uint8_t L_71 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = ___0_data;
|
|
NullCheck(L_72);
|
|
int32_t L_73 = ((int32_t)23);
|
|
uint8_t L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
|
|
(&V_0)->___MosquitoDataCount = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_65|((int32_t)((int32_t)L_68<<8))))|((int32_t)((int32_t)L_71<<((int32_t)16)))))|((int32_t)((int32_t)L_74<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_75 = ___0_data;
|
|
NullCheck(L_75);
|
|
int32_t L_76 = ((int32_t)24);
|
|
uint8_t L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_78 = ___0_data;
|
|
NullCheck(L_78);
|
|
int32_t L_79 = ((int32_t)25);
|
|
uint8_t L_80 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_81 = ___0_data;
|
|
NullCheck(L_81);
|
|
int32_t L_82 = ((int32_t)26);
|
|
uint8_t L_83 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_84 = ___0_data;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = ((int32_t)27);
|
|
uint8_t L_86 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
|
|
(&V_0)->___DatalogCount = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_77|((int32_t)((int32_t)L_80<<8))))|((int32_t)((int32_t)L_83<<((int32_t)16)))))|((int32_t)((int32_t)L_86<<((int32_t)24)))));
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF L_87 = V_0;
|
|
V_2 = L_87;
|
|
goto IL_010b;
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF L_88 = V_2;
|
|
return L_88;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StatisticsData_ToString_m7AB2BD2D432BA9550EDE8EEC03819A6F0D750032 (StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265949349ADA0E5C0C7F384357BEB5AA3AC9B40A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
uint32_t L_2 = __this->___EliminateCount;
|
|
uint32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_3);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_4);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
|
|
uint32_t L_6 = __this->___TotalWorkTime;
|
|
uint32_t L_7 = ((uint32_t)((int32_t)((uint32_t)(int32_t)L_6/(uint32_t)(int32_t)((int32_t)3600))));
|
|
RuntimeObject* L_8 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
|
|
uint32_t L_10 = __this->___TodayWorkTime;
|
|
uint32_t L_11 = ((uint32_t)((int32_t)((uint32_t)(int32_t)L_10/(uint32_t)(int32_t)((int32_t)60))));
|
|
RuntimeObject* L_12 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
|
|
uint32_t L_14 = __this->___ScanCount;
|
|
uint32_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13;
|
|
uint32_t L_18 = __this->___LaserFireCount;
|
|
uint32_t L_19 = L_18;
|
|
RuntimeObject* L_20 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_19);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_20);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_20);
|
|
String_t* L_21;
|
|
L_21 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral265949349ADA0E5C0C7F384357BEB5AA3AC9B40A, L_17, NULL);
|
|
V_0 = L_21;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
String_t* L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* StatisticsData_ToString_m7AB2BD2D432BA9550EDE8EEC03819A6F0D750032_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StatisticsData_t320A11B1DB1D2DE0FEBA662C70789C4B82BD06EF*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = StatisticsData_ToString_m7AB2BD2D432BA9550EDE8EEC03819A6F0D750032(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD MosquitoDataQuery_FromBytes_m12D199EAEF398E9E258D926A5D0C6B3A8C71C9EB (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
NullCheck(L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) < ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_data;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 1;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_data;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 2;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 3;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
(&V_0)->___StartIndex = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_5|((int32_t)((int32_t)L_8<<8))))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_14<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_data;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 4;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_data;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 5;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_data;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 6;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___0_data;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = 7;
|
|
uint8_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
(&V_0)->___EndIndex = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_17|((int32_t)((int32_t)L_20<<8))))|((int32_t)((int32_t)L_23<<((int32_t)16)))))|((int32_t)((int32_t)L_26<<((int32_t)24)))));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD L_27 = V_0;
|
|
V_2 = L_27;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD L_28 = V_2;
|
|
return L_28;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MosquitoDataQuery_ToBytes_m4476DD709BA849F4DA85FDC6EF549E2986524278 (MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
uint32_t L_2 = __this->___StartIndex;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_1;
|
|
uint32_t L_4 = __this->___StartIndex;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_4>>8))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = L_3;
|
|
uint32_t L_6 = __this->___StartIndex;
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_6>>((int32_t)16)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_5;
|
|
uint32_t L_8 = __this->___StartIndex;
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_8>>((int32_t)24)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = L_7;
|
|
uint32_t L_10 = __this->___EndIndex;
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_10&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_9;
|
|
uint32_t L_12 = __this->___EndIndex;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_12>>8))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_11;
|
|
uint32_t L_14 = __this->___EndIndex;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_14>>((int32_t)16)))&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_13;
|
|
uint32_t L_16 = __this->___EndIndex;
|
|
NullCheck(L_15);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)((uint32_t)L_16>>((int32_t)24)))&((int32_t)255)))));
|
|
V_0 = L_15;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MosquitoDataQuery_ToBytes_m4476DD709BA849F4DA85FDC6EF549E2986524278_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD*>(__this + _offset);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* _returnValue;
|
|
_returnValue = MosquitoDataQuery_ToBytes_m4476DD709BA849F4DA85FDC6EF549E2986524278(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoDataQuery_ToString_mA5EACF15AC455A0F296BB2D3AAA38CAC21AA57F1 (MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34F123F9C58C49C324714D30B8BB0BBE151C26F8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
uint32_t L_0 = __this->___StartIndex;
|
|
uint32_t L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_1);
|
|
uint32_t L_3 = __this->___EndIndex;
|
|
uint32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral34F123F9C58C49C324714D30B8BB0BBE151C26F8, L_2, L_5, NULL);
|
|
V_0 = L_6;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* MosquitoDataQuery_ToString_mA5EACF15AC455A0F296BB2D3AAA38CAC21AA57F1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoDataQuery_t24B073C3BF04AA870EFA5A728D9142C1221A82FD*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = MosquitoDataQuery_ToString_mA5EACF15AC455A0F296BB2D3AAA38CAC21AA57F1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50 SensorData_FromBytes_mD651605C87578A4DA30B2733357B1EB958783FB1 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
NullCheck(L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) < ((int32_t)((int32_t)10)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_data;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 1;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
(&V_0)->___Temperature = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_5|((int32_t)((int32_t)L_8<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_data;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 2;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 3;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
(&V_0)->___AccelX = ((int16_t)((int32_t)((int32_t)L_11|((int32_t)((int32_t)L_14<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_data;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 4;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_data;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 5;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
(&V_0)->___AccelY = ((int16_t)((int32_t)((int32_t)L_17|((int32_t)((int32_t)L_20<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_data;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 6;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___0_data;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = 7;
|
|
uint8_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
(&V_0)->___AccelZ = ((int16_t)((int32_t)((int32_t)L_23|((int32_t)((int32_t)L_26<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___0_data;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = 8;
|
|
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___0_data;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = ((int32_t)9);
|
|
uint8_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
(&V_0)->___CapacitorVoltage = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_29|((int32_t)((int32_t)L_32<<8)))));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50 L_33 = V_0;
|
|
V_2 = L_33;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50 L_34 = V_2;
|
|
return L_34;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SensorData_GetTemperatureCelsius_m417969A332ED4031BD9388A17439E77CE680ACF1 (SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint16_t L_0 = __this->___Temperature;
|
|
return ((float)il2cpp_codegen_multiply(((float)L_0), (0.100000001f)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float SensorData_GetTemperatureCelsius_m417969A332ED4031BD9388A17439E77CE680ACF1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = SensorData_GetTemperatureCelsius_m417969A332ED4031BD9388A17439E77CE680ACF1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SensorData_GetCapacitorVoltage_mA20959EE992365088B06FC492D7FC10CFEF571BD (SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint16_t L_0 = __this->___CapacitorVoltage;
|
|
return ((float)il2cpp_codegen_multiply(((float)L_0), (0.00999999978f)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float SensorData_GetCapacitorVoltage_mA20959EE992365088B06FC492D7FC10CFEF571BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = SensorData_GetCapacitorVoltage_mA20959EE992365088B06FC492D7FC10CFEF571BD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SensorData_ToString_mD9B218D73E45C5DF2FA7A66E0656B23BD9089C13 (SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA442B8E5AE1A49B64B7CDFA9F9AEBAEDC055F81);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
float L_2;
|
|
L_2 = SensorData_GetTemperatureCelsius_m417969A332ED4031BD9388A17439E77CE680ACF1(__this, NULL);
|
|
float L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_3);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_4);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
|
|
int16_t L_6 = __this->___AccelX;
|
|
int16_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
|
|
int16_t L_10 = __this->___AccelY;
|
|
int16_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
|
|
int16_t L_14 = __this->___AccelZ;
|
|
int16_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13;
|
|
float L_18;
|
|
L_18 = SensorData_GetCapacitorVoltage_mA20959EE992365088B06FC492D7FC10CFEF571BD(__this, NULL);
|
|
float L_19 = L_18;
|
|
RuntimeObject* L_20 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_19);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_20);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_20);
|
|
String_t* L_21;
|
|
L_21 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralDA442B8E5AE1A49B64B7CDFA9F9AEBAEDC055F81, L_17, NULL);
|
|
V_0 = L_21;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* SensorData_ToString_mD9B218D73E45C5DF2FA7A66E0656B23BD9089C13_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SensorData_tDFA41E7186C8AF440B76FB4A769499BF45A5AD50*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = SensorData_ToString_mD9B218D73E45C5DF2FA7A66E0656B23BD9089C13(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1 MosquitoData_FromBytes_m4279FFB6939C40651A1A9013306D5E37228CC998 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
NullCheck(L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) < ((int32_t)((int32_t)21)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_data;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 2;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_data;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 3;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 4;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
(&V_0)->___Index = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_5|((int32_t)((int32_t)L_8<<8))))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_14<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_data;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 5;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_data;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 6;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_data;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 7;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___0_data;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = 8;
|
|
uint8_t L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
(&V_0)->___Angle = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_17|((int32_t)((int32_t)L_20<<8))))|((int32_t)((int32_t)L_23<<((int32_t)16)))))|((int32_t)((int32_t)L_26<<((int32_t)24)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___0_data;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = ((int32_t)9);
|
|
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___0_data;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = ((int32_t)10);
|
|
uint8_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
(&V_0)->___Distance = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_29|((int32_t)((int32_t)L_32<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = ___0_data;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = ((int32_t)11);
|
|
uint8_t L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = ___0_data;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = ((int32_t)12);
|
|
uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
(&V_0)->___Size = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_35|((int32_t)((int32_t)L_38<<8)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = ___0_data;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = ((int32_t)13);
|
|
uint8_t L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
(&V_0)->___Year = L_41;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ___0_data;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = ((int32_t)14);
|
|
uint8_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
(&V_0)->___Month = L_44;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = ___0_data;
|
|
NullCheck(L_45);
|
|
int32_t L_46 = ((int32_t)15);
|
|
uint8_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
(&V_0)->___Day = L_47;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = ___0_data;
|
|
NullCheck(L_48);
|
|
int32_t L_49 = ((int32_t)16);
|
|
uint8_t L_50 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
(&V_0)->___Hour = L_50;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = ___0_data;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = ((int32_t)17);
|
|
uint8_t L_53 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
|
|
(&V_0)->___Minute = L_53;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = ___0_data;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = ((int32_t)18);
|
|
uint8_t L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
|
(&V_0)->___Second = L_56;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1 L_57 = V_0;
|
|
V_2 = L_57;
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1 L_58 = V_2;
|
|
return L_58;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MosquitoData_GetActualAngle_m26051AB75F223B330BEAEB471321B17FD71AA4F1 (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___Angle;
|
|
return ((float)(((float)L_0)/(1000.0f)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float MosquitoData_GetActualAngle_m26051AB75F223B330BEAEB471321B17FD71AA4F1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = MosquitoData_GetActualAngle_m26051AB75F223B330BEAEB471321B17FD71AA4F1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MosquitoData_GetActualDis_m532221EB04EF5D916213FFF1653EB847C307AEA8 (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint16_t L_0 = __this->___Distance;
|
|
return ((float)(((float)L_0)/(1000.0f)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float MosquitoData_GetActualDis_m532221EB04EF5D916213FFF1653EB847C307AEA8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = MosquitoData_GetActualDis_m532221EB04EF5D916213FFF1653EB847C307AEA8(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MosquitoData_GetFullYear_mF2F56E959EBDBCEA7A671CA4D70FFD881DF45FBA (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = __this->___Year;
|
|
return ((int32_t)il2cpp_codegen_add(((int32_t)2000), (int32_t)L_0));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t MosquitoData_GetFullYear_mF2F56E959EBDBCEA7A671CA4D70FFD881DF45FBA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = MosquitoData_GetFullYear_mF2F56E959EBDBCEA7A671CA4D70FFD881DF45FBA(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoData_GetTimeString_mCB0CA9BCE4AEF6857AF558EC70522F9124EC5B69 (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA59DE2A01ACA9B2D29CF33EB56A1DDD048F3F7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
int32_t L_2;
|
|
L_2 = MosquitoData_GetFullYear_mF2F56E959EBDBCEA7A671CA4D70FFD881DF45FBA(__this, NULL);
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_4);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
|
|
uint8_t L_6 = __this->___Month;
|
|
uint8_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
|
|
uint8_t L_10 = __this->___Day;
|
|
uint8_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
|
|
uint8_t L_14 = __this->___Hour;
|
|
uint8_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13;
|
|
uint8_t L_18 = __this->___Minute;
|
|
uint8_t L_19 = L_18;
|
|
RuntimeObject* L_20 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_19);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_20);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_20);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_17;
|
|
uint8_t L_22 = __this->___Second;
|
|
uint8_t L_23 = L_22;
|
|
RuntimeObject* L_24 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_23);
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, L_24);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_24);
|
|
String_t* L_25;
|
|
L_25 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralEAA59DE2A01ACA9B2D29CF33EB56A1DDD048F3F7, L_21, NULL);
|
|
return L_25;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* MosquitoData_GetTimeString_mCB0CA9BCE4AEF6857AF558EC70522F9124EC5B69_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = MosquitoData_GetTimeString_mCB0CA9BCE4AEF6857AF558EC70522F9124EC5B69(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoData_ToString_mDFF13A188BBA9B6EDAB225CE830935B3B8D9C9AB (MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4952367BBD3DD066930294952057C95914548499);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
uint32_t L_2 = __this->___Index;
|
|
uint32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_3);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_4);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
|
|
float L_6;
|
|
L_6 = MosquitoData_GetActualAngle_m26051AB75F223B330BEAEB471321B17FD71AA4F1(__this, NULL);
|
|
float L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
|
|
uint16_t L_10 = __this->___Distance;
|
|
uint16_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
|
|
uint16_t L_14 = __this->___Size;
|
|
uint16_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_13;
|
|
String_t* L_18;
|
|
L_18 = MosquitoData_GetTimeString_mCB0CA9BCE4AEF6857AF558EC70522F9124EC5B69(__this, NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_18);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_18);
|
|
String_t* L_19;
|
|
L_19 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral4952367BBD3DD066930294952057C95914548499, L_17, NULL);
|
|
V_0 = L_19;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
String_t* L_20 = V_0;
|
|
return L_20;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* MosquitoData_ToString_mDFF13A188BBA9B6EDAB225CE830935B3B8D9C9AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoData_t76AD3363BC20F0F0C93BD72E3995B77E3F7296F1*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = MosquitoData_ToString_mDFF13A188BBA9B6EDAB225CE830935B3B8D9C9AB(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2 MosquitoDataCount_FromBytes_m5E814CAB487D09D351A470EDC9DD91FEC1C68302 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
NullCheck(L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_data;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 1;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___0_data;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 2;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 3;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
(&V_0)->___Count = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_5|((int32_t)((int32_t)L_8<<8))))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_14<<((int32_t)24)))));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2 L_15 = V_0;
|
|
V_2 = L_15;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2 L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MosquitoDataCount_ToString_mBDE6CE7A25F9BAC116A78CC8DF4F59D579370E3C (MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA80C0E3B4EAAE8AC689FFB2A9F9F2D2553B769E3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
uint32_t L_0 = __this->___Count;
|
|
uint32_t L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralA80C0E3B4EAAE8AC689FFB2A9F9F2D2553B769E3, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* MosquitoDataCount_ToString_mBDE6CE7A25F9BAC116A78CC8DF4F59D579370E3C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MosquitoDataCount_tC506F81D8EC1DA36638942B6671C17F6516E79C2*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = MosquitoDataCount_ToString_mBDE6CE7A25F9BAC116A78CC8DF4F59D579370E3C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t CRC16_Calculate_mC2D2A56385195AB9B64AB34490B468335891E9D8 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, int32_t ___1_offset, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
uint16_t V_6 = 0;
|
|
{
|
|
V_0 = (uint16_t)((int32_t)65535);
|
|
V_1 = 0;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
uint16_t L_0 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
int32_t L_2 = ___1_offset;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_4 = ((int32_t)il2cpp_codegen_add(L_2, L_3));
|
|
uint8_t L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_0^((int32_t)(uint16_t)((int32_t)((int32_t)L_5<<8))))));
|
|
V_2 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
uint16_t L_6 = V_0;
|
|
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&((int32_t)32768)))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_8 = V_0;
|
|
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)((int32_t)L_8<<1))^((int32_t)4129))));
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
uint16_t L_9 = V_0;
|
|
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_9<<1)));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_10 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_11 = V_2;
|
|
V_4 = (bool)((((int32_t)L_11) < ((int32_t)8))? 1 : 0);
|
|
bool L_12 = V_4;
|
|
if (L_12)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
int32_t L_15 = ___2_length;
|
|
V_5 = (bool)((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
|
|
bool L_16 = V_5;
|
|
if (L_16)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_17 = V_0;
|
|
V_6 = L_17;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
uint16_t L_18 = V_6;
|
|
return L_18;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t CRC16_Calculate_m099D22AEAC87FB4683A9D56E54BE5FCDACA1EC4A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
uint16_t V_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data;
|
|
NullCheck(L_1);
|
|
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_1)->max_length)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (uint16_t)0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_data;
|
|
NullCheck(L_4);
|
|
uint16_t L_5;
|
|
L_5 = CRC16_Calculate_mC2D2A56385195AB9B64AB34490B468335891E9D8(L_3, 0, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL);
|
|
V_1 = L_5;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
uint16_t L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CRC16_Validate_m9574057312F4F388FB9595B8B9F0A46B813A0BDB (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
uint16_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_length;
|
|
G_B3_0 = ((((int32_t)L_1) < ((int32_t)3))? 1 : 0);
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_2 = V_2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_data;
|
|
int32_t L_4 = ___1_length;
|
|
uint16_t L_5;
|
|
L_5 = CRC16_Calculate_mC2D2A56385195AB9B64AB34490B468335891E9D8(L_3, 0, ((int32_t)il2cpp_codegen_subtract(L_4, 2)), NULL);
|
|
V_0 = L_5;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_data;
|
|
int32_t L_7 = ___1_length;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract(L_7, 2));
|
|
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___0_data;
|
|
int32_t L_11 = ___1_length;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
|
|
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_1 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_9|((int32_t)((int32_t)L_13<<8)))));
|
|
uint16_t L_14 = V_0;
|
|
uint16_t L_15 = V_1;
|
|
V_3 = (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
bool L_16 = V_3;
|
|
return L_16;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#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 GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F (GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* __this, bool ___0_visible, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___Parent;
|
|
bool L_1 = ___0_visible;
|
|
NullCheck(L_0);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenuHandler_SetupAppleData_mF18FD6468F8DEE7D0AE31A848B7539E9E0CDF80A (GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* __this, String_t* ___0_appleUserId, RuntimeObject* ___1_receivedCredential, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPasswordCredential_t85F86A7DEBB8A7CE36CF75B443684DCF152E5012_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPersonName_tD95EE7AB5A8B25C9DC7D160FDAECDDA149AB5591_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RealUserStatus_tD2AA1DB63A0EFB87E45C3D0D901E77C805D27F1E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03617D58336A57955A6C313B04B8D14E2B35EAEA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral297BF67AF3B4520D7A89553412D9C995B2E98F9C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral322A18E587C25620496CF03DF2C877C78BF264D7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36F68C6015D8AEABB741A008667AF41E6E360BD4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DFC7848F54DB10BDF358E0CC9F236D6F9DD71F7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F46024F3EB8AA65DDA4A47569E4F876706D21AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F713BC54B4EABC12DEA5859C72414A45D604AA2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AD0FA5EF37167BA6E762FD97E48E0024F289EF5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6574AE9F7FA6594AF57D7D8D2C1F668EC4C4CB51);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67321FDC7C4EF2D22FD9E3A3627A6C933DC7200A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73EE61D5DC31500727A5A2807E94D8706E86FBEC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79DDFA96C8453B4A3EA9DDF8AB7D9BEC6AC92303);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B457D65F48D8EADEBD377865ECD48E75ADC86DC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D4902F63A199568103194F9D9ADA0E430ABAF0D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81588A1AF5A5DC9C0A085806298C88D10558E110);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85C97AD05E0317A6DEBBFC17CD712F9744C6412F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8605048F4C5875DF2774D3C388522377F0B5A674);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AC9B3E2A7EE2D3BAD92722DA8DB443816731DE0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91264CE64EEB3C8BB6846657ACDAFA8D406AE862);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982E7F15449772C8255FDE0678812ED63D75785D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EE97B2365375FCA2B533718463B2C5CAA86174C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0131F3A5127D268D6D4AD016E233945EAB9E2F4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7AFF1CADFDC7557855C52D8F8E63A2FAAE0AEF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFFD963D0E5D8838A2768A0D7F32D4C4BB5E2EED);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD42CE821018134E165A316C9FE04F204D24D1C3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE651C30F9520714B9729DF58EA98D1CBD0F1B27);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC3B507590984BE8B27E555A23D40DA2B63EBB88);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE5D678E7C7268452E8ABDC06297655BF29798D5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
StringBuilder_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
String_t* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
String_t* V_11 = NULL;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
RuntimeObject* V_15 = NULL;
|
|
bool V_16 = false;
|
|
RuntimeObject* V_17 = NULL;
|
|
bool V_18 = false;
|
|
StringBuilder_t* V_19 = NULL;
|
|
{
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___AppleUserIdLabel;
|
|
String_t* L_1 = ___0_appleUserId;
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral36F68C6015D8AEABB741A008667AF41E6E360BD4, L_1, NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75, L_0, L_2);
|
|
RuntimeObject* L_3 = ___1_receivedCredential;
|
|
V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_5 = __this->___AppleUserCredentialLabel;
|
|
String_t* L_6 = ___0_appleUserId;
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralC7AFF1CADFDC7557855C52D8F8E63A2FAAE0AEF1, L_6, _stringLiteral7B457D65F48D8EADEBD377865ECD48E75ADC86DC, NULL);
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75, L_5, L_7);
|
|
goto IL_0440;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
RuntimeObject* L_8 = ___1_receivedCredential;
|
|
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_9 = ___1_receivedCredential;
|
|
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IPasswordCredential_t85F86A7DEBB8A7CE36CF75B443684DCF152E5012_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_10 = V_0;
|
|
V_3 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_03bd;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_12 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_12, NULL);
|
|
V_4 = L_12;
|
|
StringBuilder_t* L_13 = V_4;
|
|
NullCheck(L_13);
|
|
StringBuilder_t* L_14;
|
|
L_14 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_13, _stringLiteral9EE97B2365375FCA2B533718463B2C5CAA86174C, NULL);
|
|
StringBuilder_t* L_15 = V_4;
|
|
RuntimeObject* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_16);
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral85C97AD05E0317A6DEBBFC17CD712F9744C6412F, L_17, NULL);
|
|
NullCheck(L_15);
|
|
StringBuilder_t* L_19;
|
|
L_19 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_15, L_18, NULL);
|
|
StringBuilder_t* L_20 = V_4;
|
|
RuntimeObject* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = InterfaceFuncInvoker0< int32_t >::Invoke(6, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_21);
|
|
V_5 = L_22;
|
|
Il2CppFakeBox<int32_t> L_23(RealUserStatus_tD2AA1DB63A0EFB87E45C3D0D901E77C805D27F1E_il2cpp_TypeInfo_var, (&V_5));
|
|
String_t* L_24;
|
|
L_24 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_23), NULL);
|
|
String_t* L_25;
|
|
L_25 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral73EE61D5DC31500727A5A2807E94D8706E86FBEC, L_24, NULL);
|
|
NullCheck(L_20);
|
|
StringBuilder_t* L_26;
|
|
L_26 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_20, L_25, NULL);
|
|
RuntimeObject* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = InterfaceFuncInvoker0< String_t* >::Invoke(2, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_27);
|
|
V_6 = (bool)((!(((RuntimeObject*)(String_t*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_29 = V_6;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_30 = V_4;
|
|
RuntimeObject* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
String_t* L_32;
|
|
L_32 = InterfaceFuncInvoker0< String_t* >::Invoke(2, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_31);
|
|
String_t* L_33;
|
|
L_33 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral8AC9B3E2A7EE2D3BAD92722DA8DB443816731DE0, L_32, NULL);
|
|
NullCheck(L_30);
|
|
StringBuilder_t* L_34;
|
|
L_34 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_30, L_33, NULL);
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
RuntimeObject* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36;
|
|
L_36 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(0, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_35);
|
|
V_7 = (bool)((!(((RuntimeObject*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)L_36) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_37 = V_7;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_38;
|
|
L_38 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
RuntimeObject* L_39 = V_0;
|
|
NullCheck(L_39);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40;
|
|
L_40 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(0, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_39);
|
|
RuntimeObject* L_41 = V_0;
|
|
NullCheck(L_41);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42;
|
|
L_42 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(0, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_41);
|
|
NullCheck(L_42);
|
|
NullCheck(L_38);
|
|
String_t* L_43;
|
|
L_43 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(38, L_38, L_40, 0, ((int32_t)(((RuntimeArray*)L_42)->max_length)));
|
|
V_8 = L_43;
|
|
StringBuilder_t* L_44 = V_4;
|
|
RuntimeObject* L_45 = V_0;
|
|
NullCheck(L_45);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_46;
|
|
L_46 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(0, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_45);
|
|
NullCheck(L_46);
|
|
V_9 = ((int32_t)(((RuntimeArray*)L_46)->max_length));
|
|
String_t* L_47;
|
|
L_47 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_9), NULL);
|
|
String_t* L_48;
|
|
L_48 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral982E7F15449772C8255FDE0678812ED63D75785D, L_47, _stringLiteral81588A1AF5A5DC9C0A085806298C88D10558E110, NULL);
|
|
NullCheck(L_44);
|
|
StringBuilder_t* L_49;
|
|
L_49 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_44, L_48, NULL);
|
|
StringBuilder_t* L_50 = V_4;
|
|
String_t* L_51 = V_8;
|
|
NullCheck(L_51);
|
|
String_t* L_52;
|
|
L_52 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_51, 0, ((int32_t)45), NULL);
|
|
String_t* L_53;
|
|
L_53 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_52, _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, NULL);
|
|
NullCheck(L_50);
|
|
StringBuilder_t* L_54;
|
|
L_54 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_50, L_53, NULL);
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
RuntimeObject* L_55 = V_0;
|
|
NullCheck(L_55);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_56;
|
|
L_56 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(1, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_55);
|
|
V_10 = (bool)((!(((RuntimeObject*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)L_56) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_57 = V_10;
|
|
if (!L_57)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_58;
|
|
L_58 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
RuntimeObject* L_59 = V_0;
|
|
NullCheck(L_59);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60;
|
|
L_60 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(1, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_59);
|
|
RuntimeObject* L_61 = V_0;
|
|
NullCheck(L_61);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_62;
|
|
L_62 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(1, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_61);
|
|
NullCheck(L_62);
|
|
NullCheck(L_58);
|
|
String_t* L_63;
|
|
L_63 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(38, L_58, L_60, 0, ((int32_t)(((RuntimeArray*)L_62)->max_length)));
|
|
V_11 = L_63;
|
|
StringBuilder_t* L_64 = V_4;
|
|
RuntimeObject* L_65 = V_0;
|
|
NullCheck(L_65);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66;
|
|
L_66 = InterfaceFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(1, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_65);
|
|
NullCheck(L_66);
|
|
V_9 = ((int32_t)(((RuntimeArray*)L_66)->max_length));
|
|
String_t* L_67;
|
|
L_67 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_9), NULL);
|
|
String_t* L_68;
|
|
L_68 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral03617D58336A57955A6C313B04B8D14E2B35EAEA, L_67, _stringLiteral81588A1AF5A5DC9C0A085806298C88D10558E110, NULL);
|
|
NullCheck(L_64);
|
|
StringBuilder_t* L_69;
|
|
L_69 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_64, L_68, NULL);
|
|
StringBuilder_t* L_70 = V_4;
|
|
String_t* L_71 = V_11;
|
|
NullCheck(L_71);
|
|
String_t* L_72;
|
|
L_72 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_71, 0, ((int32_t)45), NULL);
|
|
String_t* L_73;
|
|
L_73 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_72, _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, NULL);
|
|
NullCheck(L_70);
|
|
StringBuilder_t* L_74;
|
|
L_74 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_70, L_73, NULL);
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
RuntimeObject* L_75 = V_0;
|
|
NullCheck(L_75);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_76;
|
|
L_76 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(3, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_75);
|
|
V_12 = (bool)((!(((RuntimeObject*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)L_76) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_77 = V_12;
|
|
if (!L_77)
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_78 = V_4;
|
|
RuntimeObject* L_79 = V_0;
|
|
NullCheck(L_79);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_80;
|
|
L_80 = InterfaceFuncInvoker0< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(3, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_79);
|
|
String_t* L_81;
|
|
L_81 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_80, NULL);
|
|
String_t* L_82;
|
|
L_82 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralFE5D678E7C7268452E8ABDC06297655BF29798D5, L_81, NULL);
|
|
NullCheck(L_78);
|
|
StringBuilder_t* L_83;
|
|
L_83 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_78, L_82, NULL);
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
RuntimeObject* L_84 = V_0;
|
|
NullCheck(L_84);
|
|
String_t* L_85;
|
|
L_85 = InterfaceFuncInvoker0< String_t* >::Invoke(5, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_84);
|
|
V_13 = (bool)((!(((RuntimeObject*)(String_t*)L_85) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_86 = V_13;
|
|
if (!L_86)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_87 = V_4;
|
|
NullCheck(L_87);
|
|
StringBuilder_t* L_88;
|
|
L_88 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_87, NULL);
|
|
StringBuilder_t* L_89 = V_4;
|
|
NullCheck(L_89);
|
|
StringBuilder_t* L_90;
|
|
L_90 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_89, _stringLiteral67321FDC7C4EF2D22FD9E3A3627A6C933DC7200A, NULL);
|
|
StringBuilder_t* L_91 = V_4;
|
|
NullCheck(L_91);
|
|
StringBuilder_t* L_92;
|
|
L_92 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_91, _stringLiteral4AD0FA5EF37167BA6E762FD97E48E0024F289EF5, NULL);
|
|
StringBuilder_t* L_93 = V_4;
|
|
RuntimeObject* L_94 = V_0;
|
|
NullCheck(L_94);
|
|
String_t* L_95;
|
|
L_95 = InterfaceFuncInvoker0< String_t* >::Invoke(5, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_94);
|
|
String_t* L_96;
|
|
L_96 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7D4902F63A199568103194F9D9ADA0E430ABAF0D, L_95, NULL);
|
|
NullCheck(L_93);
|
|
StringBuilder_t* L_97;
|
|
L_97 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_93, L_96, NULL);
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
RuntimeObject* L_98 = V_0;
|
|
NullCheck(L_98);
|
|
RuntimeObject* L_99;
|
|
L_99 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_98);
|
|
V_14 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_99) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_100 = V_14;
|
|
if (!L_100)
|
|
{
|
|
goto IL_03a4;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_101 = V_0;
|
|
NullCheck(L_101);
|
|
RuntimeObject* L_102;
|
|
L_102 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_101);
|
|
V_15 = L_102;
|
|
StringBuilder_t* L_103 = V_4;
|
|
NullCheck(L_103);
|
|
StringBuilder_t* L_104;
|
|
L_104 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_103, NULL);
|
|
StringBuilder_t* L_105 = V_4;
|
|
NullCheck(L_105);
|
|
StringBuilder_t* L_106;
|
|
L_106 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_105, _stringLiteral6574AE9F7FA6594AF57D7D8D2C1F668EC4C4CB51, NULL);
|
|
StringBuilder_t* L_107 = V_4;
|
|
NullCheck(L_107);
|
|
StringBuilder_t* L_108;
|
|
L_108 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_107, _stringLiteral4AD0FA5EF37167BA6E762FD97E48E0024F289EF5, NULL);
|
|
StringBuilder_t* L_109 = V_4;
|
|
RuntimeObject* L_110 = V_15;
|
|
String_t* L_111;
|
|
L_111 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_110, 0, (bool)0, NULL);
|
|
String_t* L_112;
|
|
L_112 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral3F46024F3EB8AA65DDA4A47569E4F876706D21AB, L_111, NULL);
|
|
NullCheck(L_109);
|
|
StringBuilder_t* L_113;
|
|
L_113 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_109, L_112, NULL);
|
|
StringBuilder_t* L_114 = V_4;
|
|
RuntimeObject* L_115 = V_15;
|
|
String_t* L_116;
|
|
L_116 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_115, 1, (bool)0, NULL);
|
|
String_t* L_117;
|
|
L_117 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral79DDFA96C8453B4A3EA9DDF8AB7D9BEC6AC92303, L_116, NULL);
|
|
NullCheck(L_114);
|
|
StringBuilder_t* L_118;
|
|
L_118 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_114, L_117, NULL);
|
|
StringBuilder_t* L_119 = V_4;
|
|
RuntimeObject* L_120 = V_15;
|
|
String_t* L_121;
|
|
L_121 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_120, 2, (bool)0, NULL);
|
|
String_t* L_122;
|
|
L_122 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralD42CE821018134E165A316C9FE04F204D24D1C3F, L_121, NULL);
|
|
NullCheck(L_119);
|
|
StringBuilder_t* L_123;
|
|
L_123 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_119, L_122, NULL);
|
|
StringBuilder_t* L_124 = V_4;
|
|
RuntimeObject* L_125 = V_15;
|
|
String_t* L_126;
|
|
L_126 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_125, 3, (bool)0, NULL);
|
|
String_t* L_127;
|
|
L_127 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralCFFD963D0E5D8838A2768A0D7F32D4C4BB5E2EED, L_126, NULL);
|
|
NullCheck(L_124);
|
|
StringBuilder_t* L_128;
|
|
L_128 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_124, L_127, NULL);
|
|
StringBuilder_t* L_129 = V_4;
|
|
RuntimeObject* L_130 = V_15;
|
|
String_t* L_131;
|
|
L_131 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_130, 4, (bool)0, NULL);
|
|
String_t* L_132;
|
|
L_132 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral3F713BC54B4EABC12DEA5859C72414A45D604AA2, L_131, NULL);
|
|
NullCheck(L_129);
|
|
StringBuilder_t* L_133;
|
|
L_133 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_129, L_132, NULL);
|
|
RuntimeObject* L_134 = V_0;
|
|
NullCheck(L_134);
|
|
RuntimeObject* L_135;
|
|
L_135 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_134);
|
|
NullCheck(L_135);
|
|
RuntimeObject* L_136;
|
|
L_136 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6, IPersonName_tD95EE7AB5A8B25C9DC7D160FDAECDDA149AB5591_il2cpp_TypeInfo_var, L_135);
|
|
V_16 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_136) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_137 = V_16;
|
|
if (!L_137)
|
|
{
|
|
goto IL_03a3;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_138 = V_0;
|
|
NullCheck(L_138);
|
|
RuntimeObject* L_139;
|
|
L_139 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var, L_138);
|
|
NullCheck(L_139);
|
|
RuntimeObject* L_140;
|
|
L_140 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6, IPersonName_tD95EE7AB5A8B25C9DC7D160FDAECDDA149AB5591_il2cpp_TypeInfo_var, L_139);
|
|
V_17 = L_140;
|
|
StringBuilder_t* L_141 = V_4;
|
|
RuntimeObject* L_142 = V_17;
|
|
String_t* L_143;
|
|
L_143 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_142, 0, (bool)0, NULL);
|
|
String_t* L_144;
|
|
L_144 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA0131F3A5127D268D6D4AD016E233945EAB9E2F4, L_143, NULL);
|
|
NullCheck(L_141);
|
|
StringBuilder_t* L_145;
|
|
L_145 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_141, L_144, NULL);
|
|
StringBuilder_t* L_146 = V_4;
|
|
RuntimeObject* L_147 = V_17;
|
|
String_t* L_148;
|
|
L_148 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_147, 1, (bool)0, NULL);
|
|
String_t* L_149;
|
|
L_149 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral297BF67AF3B4520D7A89553412D9C995B2E98F9C, L_148, NULL);
|
|
NullCheck(L_146);
|
|
StringBuilder_t* L_150;
|
|
L_150 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_146, L_149, NULL);
|
|
StringBuilder_t* L_151 = V_4;
|
|
RuntimeObject* L_152 = V_17;
|
|
String_t* L_153;
|
|
L_153 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_152, 2, (bool)0, NULL);
|
|
String_t* L_154;
|
|
L_154 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral91264CE64EEB3C8BB6846657ACDAFA8D406AE862, L_153, NULL);
|
|
NullCheck(L_151);
|
|
StringBuilder_t* L_155;
|
|
L_155 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_151, L_154, NULL);
|
|
StringBuilder_t* L_156 = V_4;
|
|
RuntimeObject* L_157 = V_17;
|
|
String_t* L_158;
|
|
L_158 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_157, 3, (bool)0, NULL);
|
|
String_t* L_159;
|
|
L_159 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral3DFC7848F54DB10BDF358E0CC9F236D6F9DD71F7, L_158, NULL);
|
|
NullCheck(L_156);
|
|
StringBuilder_t* L_160;
|
|
L_160 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_156, L_159, NULL);
|
|
StringBuilder_t* L_161 = V_4;
|
|
RuntimeObject* L_162 = V_17;
|
|
String_t* L_163;
|
|
L_163 = PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83(L_162, 4, (bool)0, NULL);
|
|
String_t* L_164;
|
|
L_164 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralDE651C30F9520714B9729DF58EA98D1CBD0F1B27, L_163, NULL);
|
|
NullCheck(L_161);
|
|
StringBuilder_t* L_165;
|
|
L_165 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_161, L_164, NULL);
|
|
}
|
|
|
|
IL_03a3:
|
|
{
|
|
}
|
|
|
|
IL_03a4:
|
|
{
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_166 = __this->___AppleUserCredentialLabel;
|
|
StringBuilder_t* L_167 = V_4;
|
|
NullCheck(L_167);
|
|
String_t* L_168;
|
|
L_168 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_167);
|
|
NullCheck(L_166);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75, L_166, L_168);
|
|
goto IL_0440;
|
|
}
|
|
|
|
IL_03bd:
|
|
{
|
|
RuntimeObject* L_169 = V_1;
|
|
V_18 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_169) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_170 = V_18;
|
|
if (!L_170)
|
|
{
|
|
goto IL_0422;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_171 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_171, NULL);
|
|
V_19 = L_171;
|
|
StringBuilder_t* L_172 = V_19;
|
|
NullCheck(L_172);
|
|
StringBuilder_t* L_173;
|
|
L_173 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_172, _stringLiteralEC3B507590984BE8B27E555A23D40DA2B63EBB88, NULL);
|
|
StringBuilder_t* L_174 = V_19;
|
|
RuntimeObject* L_175 = V_1;
|
|
NullCheck(L_175);
|
|
String_t* L_176;
|
|
L_176 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_175);
|
|
String_t* L_177;
|
|
L_177 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral85C97AD05E0317A6DEBBFC17CD712F9744C6412F, L_176, NULL);
|
|
NullCheck(L_174);
|
|
StringBuilder_t* L_178;
|
|
L_178 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_174, L_177, NULL);
|
|
StringBuilder_t* L_179 = V_19;
|
|
RuntimeObject* L_180 = V_1;
|
|
NullCheck(L_180);
|
|
String_t* L_181;
|
|
L_181 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IPasswordCredential_t85F86A7DEBB8A7CE36CF75B443684DCF152E5012_il2cpp_TypeInfo_var, L_180);
|
|
String_t* L_182;
|
|
L_182 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral8605048F4C5875DF2774D3C388522377F0B5A674, L_181, NULL);
|
|
NullCheck(L_179);
|
|
StringBuilder_t* L_183;
|
|
L_183 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_179, L_182, NULL);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_184 = __this->___AppleUserCredentialLabel;
|
|
StringBuilder_t* L_185 = V_19;
|
|
NullCheck(L_185);
|
|
String_t* L_186;
|
|
L_186 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_185);
|
|
NullCheck(L_184);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75, L_184, L_186);
|
|
goto IL_0440;
|
|
}
|
|
|
|
IL_0422:
|
|
{
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_187 = __this->___AppleUserCredentialLabel;
|
|
RuntimeObject* L_188 = ___1_receivedCredential;
|
|
NullCheck(L_188);
|
|
String_t* L_189;
|
|
L_189 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_188);
|
|
String_t* L_190;
|
|
L_190 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral322A18E587C25620496CF03DF2C877C78BF264D7, L_189, NULL);
|
|
NullCheck(L_187);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75, L_187, L_190);
|
|
}
|
|
|
|
IL_0440:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenuHandler__ctor_m7368B093CD796CD94DFBF92FEC3A1DBBA8237B30 (GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* __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 LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7 (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, bool ___0_visible, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___Parent;
|
|
bool L_1 = ___0_visible;
|
|
NullCheck(L_0);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, bool ___0_visible, String_t* ___1_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___LoadingMessageParent;
|
|
bool L_1 = ___0_visible;
|
|
NullCheck(L_0);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_0, L_1, NULL);
|
|
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_2 = __this->___LoadingMessageLabel;
|
|
String_t* L_3 = ___1_message;
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< String_t* >::Invoke(75, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862 (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, bool ___0_visible, bool ___1_enabled, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___SignInWithAppleParent;
|
|
bool L_1 = ___0_visible;
|
|
NullCheck(L_0);
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_0, L_1, NULL);
|
|
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_2 = __this->___SignInWithAppleButton;
|
|
bool L_3 = ___1_enabled;
|
|
NullCheck(L_2);
|
|
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler_UpdateLoadingMessage_mA31694356B50A01B2B1926C74642ED2EBFCF3D09 (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __this, float ___0_deltaTime, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___LoadingMessageParent;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_0, NULL);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = __this->___LoadingIconTransform;
|
|
float L_4 = ___0_deltaTime;
|
|
NullCheck(L_3);
|
|
Transform_Rotate_m7EA47AD57F43D478CCB0523D179950EE49CDA3E2(L_3, (0.0f), (0.0f), ((float)il2cpp_codegen_multiply((-360.0f), L_4)), NULL);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMenuHandler__ctor_mC38114AA16A8AF5D337CBE90664C64862031D13B (LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* __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 MainMenu_Start_m7DCC650C0AD9CB78F21088F52B5CFA8E0ADD6F1A (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = AppleAuthManager_get_IsCurrentPlatformSupported_m7A452E34F3B87A9FBF6F9E79DAD9792B87AB9B9C(NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07* L_2 = (PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07*)il2cpp_codegen_object_new(PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07_il2cpp_TypeInfo_var);
|
|
PayloadDeserializer__ctor_mFBD229EF68EBE24EC32CA9609AA005AB90C65C42(L_2, NULL);
|
|
V_1 = L_2;
|
|
PayloadDeserializer_tB856F635041B5A76FCF832A0A329EABD65C3BD07* L_3 = V_1;
|
|
AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4* L_4 = (AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4*)il2cpp_codegen_object_new(AppleAuthManager_t9A6ECFB3E5DA602DB80B9AA03575872FF3B853E4_il2cpp_TypeInfo_var);
|
|
AppleAuthManager__ctor_mFCE1994D8BD7BFCC9EA201E091A1C09BF63945B3(L_4, L_3, NULL);
|
|
__this->____appleAuthManager = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____appleAuthManager), (void*)L_4);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
MainMenu_InitializeLoginMenu_m2F9D2868B3F934E0DD796E2653148D5C9B6A540D(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_Update_m9939D2E12195DC258B15C9BF329D711412032713 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
RuntimeObject* L_0 = __this->____appleAuthManager;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = __this->____appleAuthManager;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(6, IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_3 = __this->___LoginMenu;
|
|
float L_4;
|
|
L_4 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
NullCheck(L_3);
|
|
LoginMenuHandler_UpdateLoadingMessage_mA31694356B50A01B2B1926C74642ED2EBFCF3D09(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SignInWithAppleButtonPressed_m4641EAF404E4EE87F209042A5968D277CEF857A1 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MainMenu_SetupLoginMenuForAppleSignIn_m25E047145341C5159136C4FE21C0750384181665(__this, NULL);
|
|
MainMenu_SignInWithApple_mC13E75CC0934BD9036D769CBF6E38442CDE1AD52(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_InitializeLoginMenu_m2F9D2868B3F934E0DD796E2653148D5C9B6A540D (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_U3CInitializeLoginMenuU3Eb__7_0_m042074F2C7D9219B5B2E9BBE4B173B71F66C0D6C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)0, NULL);
|
|
RuntimeObject* L_2 = __this->____appleAuthManager;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
MainMenu_SetupLoginMenuForUnsupportedPlatform_m83966D1367B78FA77BA7D4CDEA9BC5FFC77DF7FA(__this, NULL);
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
RuntimeObject* L_4 = __this->____appleAuthManager;
|
|
Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* L_5 = (Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A*)il2cpp_codegen_object_new(Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m9DC2953C55C4D7D4B7BEFE03D84DA1F9362D652C(L_5, __this, (intptr_t)((void*)MainMenu_U3CInitializeLoginMenuU3Eb__7_0_m042074F2C7D9219B5B2E9BBE4B173B71F66C0D6C_RuntimeMethod_var), NULL);
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker1< Action_1_t3CB5D1A819C3ED3F99E9E39F890F18633253949A* >::Invoke(5, IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var, L_4, L_5);
|
|
bool L_6;
|
|
L_6 = PlayerPrefs_HasKey_mCA5C64BBA6BF8B230BC3BC92B4761DD3B11D4668(_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66, NULL);
|
|
V_1 = L_6;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8;
|
|
L_8 = PlayerPrefs_GetString_mA4C9F842BF77E5572AB20EA087C7048F870D02AE(_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66, NULL);
|
|
V_2 = L_8;
|
|
MainMenu_SetupLoginMenuForCheckingCredentials_mF0C8D275712006D848FDA8C745CDEA073A55F390(__this, NULL);
|
|
String_t* L_9 = V_2;
|
|
MainMenu_CheckCredentialStatusForUserId_mBC9E14794C29D013BD1A3300C4CC8B8C93CCEBF3(__this, L_9, NULL);
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
MainMenu_SetupLoginMenuForQuickLoginAttempt_m82C21F634E8C268FDFE01F8697356D4F7AE4CD33(__this, NULL);
|
|
MainMenu_AttemptQuickLogin_m5BDFFE85A15561C44B978B4DA5D36DA7F591C348(__this, NULL);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForUnsupportedPlatform_m83966D1367B78FA77BA7D4CDEA9BC5FFC77DF7FA (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25BFAB073FE2E4875C1FFA693C106C1B871501CB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_2 = __this->___LoginMenu;
|
|
NullCheck(L_2);
|
|
LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862(L_2, (bool)0, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_3 = __this->___LoginMenu;
|
|
NullCheck(L_3);
|
|
LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F(L_3, (bool)1, _stringLiteral25BFAB073FE2E4875C1FFA693C106C1B871501CB, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_2 = __this->___LoginMenu;
|
|
NullCheck(L_2);
|
|
LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862(L_2, (bool)1, (bool)1, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_3 = __this->___LoginMenu;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
|
NullCheck(L_3);
|
|
LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F(L_3, (bool)0, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForCheckingCredentials_mF0C8D275712006D848FDA8C745CDEA073A55F390 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F16863B4603B50218F5E09E3F9671A981EB4872);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_2 = __this->___LoginMenu;
|
|
NullCheck(L_2);
|
|
LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862(L_2, (bool)1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_3 = __this->___LoginMenu;
|
|
NullCheck(L_3);
|
|
LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F(L_3, (bool)1, _stringLiteral6F16863B4603B50218F5E09E3F9671A981EB4872, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForQuickLoginAttempt_m82C21F634E8C268FDFE01F8697356D4F7AE4CD33 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD420C3FB2E4E942E8863C4A1CDB934409636DE48);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_2 = __this->___LoginMenu;
|
|
NullCheck(L_2);
|
|
LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862(L_2, (bool)1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_3 = __this->___LoginMenu;
|
|
NullCheck(L_3);
|
|
LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F(L_3, (bool)1, _stringLiteralD420C3FB2E4E942E8863C4A1CDB934409636DE48, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupLoginMenuForAppleSignIn_m25E047145341C5159136C4FE21C0750384181665 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8D9C3579F8B894C147EF401B2163C505D7CF86);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_2 = __this->___LoginMenu;
|
|
NullCheck(L_2);
|
|
LoginMenuHandler_SetSignInWithAppleButton_m0AB7E73E6F84CB3A727450A5314B5686DAA13862(L_2, (bool)1, (bool)0, NULL);
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_3 = __this->___LoginMenu;
|
|
NullCheck(L_3);
|
|
LoginMenuHandler_SetLoadingMessage_mED6C0CFD72160D5DB03DF96869DA78B2CC21D89F(L_3, (bool)1, _stringLiteral1B8D9C3579F8B894C147EF401B2163C505D7CF86, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SetupGameMenu_m803D4158FAF0A224BFE9189A063DCD93A2FA56E4 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, String_t* ___0_appleUserId, RuntimeObject* ___1_credential, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
LoginMenuHandler_t2E56E914B53A5202F2370A6063C83D2ED0AC3B77* L_0 = __this->___LoginMenu;
|
|
NullCheck(L_0);
|
|
LoginMenuHandler_SetVisible_m0DFF5739748F4F522FF63D8126DE5A830A0D5BC7(L_0, (bool)0, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_1 = __this->___GameMenu;
|
|
NullCheck(L_1);
|
|
GameMenuHandler_SetVisible_m4C3A3FEE8965842FFAEB6FD5DA2D6317C435542F(L_1, (bool)1, NULL);
|
|
GameMenuHandler_t4C5F91829E8A7ACE96C2ADE14ADAE5A26D1CCB91* L_2 = __this->___GameMenu;
|
|
String_t* L_3 = ___0_appleUserId;
|
|
RuntimeObject* L_4 = ___1_credential;
|
|
NullCheck(L_2);
|
|
GameMenuHandler_SetupAppleData_mF18FD6468F8DEE7D0AE31A848B7539E9E0CDF80A(L_2, L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_CheckCredentialStatusForUserId_mBC9E14794C29D013BD1A3300C4CC8B8C93CCEBF3 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, String_t* ___0_appleUserId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__0_m8AD0A744C00D86B42489500B41AF6D316708E765_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__1_m3AB4AD86CE85C58810FC18A403E3C397ACCC673C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* L_0 = (U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass14_0__ctor_m1E3359AEC5A93275E308283D9ABB425BF387AC3D(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* L_2 = V_0;
|
|
String_t* L_3 = ___0_appleUserId;
|
|
NullCheck(L_2);
|
|
L_2->___appleUserId = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___appleUserId), (void*)L_3);
|
|
RuntimeObject* L_4 = __this->____appleAuthManager;
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->___appleUserId;
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* L_7 = V_0;
|
|
Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66* L_8 = (Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66*)il2cpp_codegen_object_new(Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m135CA07CEBC3CB4A0F03C9F52139F79BB4B1CA11(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__0_m8AD0A744C00D86B42489500B41AF6D316708E765_RuntimeMethod_var), NULL);
|
|
U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* L_9 = V_0;
|
|
Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* L_10 = (Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA*)il2cpp_codegen_object_new(Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m0BE75BDE08A7795ABF3DD79B4FF8115EFA7BC72F(L_10, L_9, (intptr_t)((void*)U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__1_m3AB4AD86CE85C58810FC18A403E3C397ACCC673C_RuntimeMethod_var), NULL);
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker3< String_t*, Action_1_t7CF092A129C468D25C4E6E5AC20FE3453FC7EC66*, Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* >::Invoke(4, IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var, L_4, L_6, L_8, L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_AttemptQuickLogin_m5BDFFE85A15561C44B978B4DA5D36DA7F591C348 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_U3CAttemptQuickLoginU3Eb__15_0_mE112B5817A124E3D7BC7EDF93FE07BBBDF2710C1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_U3CAttemptQuickLoginU3Eb__15_1_m8197943CEE2E95AA45E13F884B3B4E6F0AB47397_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C));
|
|
RuntimeObject* L_0 = __this->____appleAuthManager;
|
|
AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C L_1 = V_0;
|
|
Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80* L_2 = (Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80*)il2cpp_codegen_object_new(Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m20D50881B6122F39D01A2E3B2FF42DB81CE68306(L_2, __this, (intptr_t)((void*)MainMenu_U3CAttemptQuickLoginU3Eb__15_0_mE112B5817A124E3D7BC7EDF93FE07BBBDF2710C1_RuntimeMethod_var), NULL);
|
|
Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* L_3 = (Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA*)il2cpp_codegen_object_new(Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m0BE75BDE08A7795ABF3DD79B4FF8115EFA7BC72F(L_3, __this, (intptr_t)((void*)MainMenu_U3CAttemptQuickLoginU3Eb__15_1_m8197943CEE2E95AA45E13F884B3B4E6F0AB47397_RuntimeMethod_var), NULL);
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker3< AppleAuthQuickLoginArgs_tBB2B39ED7803A5FA6916A70CB519F33099AAE38C, Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80*, Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* >::Invoke(1, IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_SignInWithApple_mC13E75CC0934BD9036D769CBF6E38442CDE1AD52 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_U3CSignInWithAppleU3Eb__16_0_m788DF683A193B5235D9C4DFAF8DEA86F6E531523_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainMenu_U3CSignInWithAppleU3Eb__16_1_m64BC5E4FF6CCE2FDB94FDEC19451186D9485656F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
AppleAuthLoginArgs__ctor_m979F04437958F29BD5E8FBB8B91085932E47DEC2((&V_0), 3, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
RuntimeObject* L_0 = __this->____appleAuthManager;
|
|
AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4 L_1 = V_0;
|
|
Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80* L_2 = (Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80*)il2cpp_codegen_object_new(Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m20D50881B6122F39D01A2E3B2FF42DB81CE68306(L_2, __this, (intptr_t)((void*)MainMenu_U3CSignInWithAppleU3Eb__16_0_m788DF683A193B5235D9C4DFAF8DEA86F6E531523_RuntimeMethod_var), NULL);
|
|
Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* L_3 = (Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA*)il2cpp_codegen_object_new(Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m0BE75BDE08A7795ABF3DD79B4FF8115EFA7BC72F(L_3, __this, (intptr_t)((void*)MainMenu_U3CSignInWithAppleU3Eb__16_1_m64BC5E4FF6CCE2FDB94FDEC19451186D9485656F_RuntimeMethod_var), NULL);
|
|
NullCheck(L_0);
|
|
InterfaceActionInvoker3< AppleAuthLoginArgs_tEC38AFD6B2C1CCBD455014707F0E505CDF8972B4, Action_1_tB908D6FD75107728FE1DCDA76696B95672204A80*, Action_1_tC3903E0A1B057943FABF1B75BE7AAD0683CA51CA* >::Invoke(3, IAppleAuthManager_tC8A8F0F752F4353E9542F9C7BDA3B723BDF0F256_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu__ctor_mEE5AB0E7A83FAEB2EB4940FA6A03A7FC2CF935EB (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_U3CInitializeLoginMenuU3Eb__7_0_m042074F2C7D9219B5B2E9BBE4B173B71F66C0D6C (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, String_t* ___0_result, 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*)&_stringLiteral53312DB31F0872947C8D3B25EBFD4403FB2DEC25);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_result;
|
|
String_t* L_1;
|
|
L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral53312DB31F0872947C8D3B25EBFD4403FB2DEC25, L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_1, NULL);
|
|
MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB(__this, NULL);
|
|
PlayerPrefs_DeleteKey_mF3A7857B52DCEF4139843CD28716788624C2AD30(_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_U3CAttemptQuickLoginU3Eb__15_0_mE112B5817A124E3D7BC7EDF93FE07BBBDF2710C1 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, RuntimeObject* ___0_credential, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___0_credential;
|
|
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IAppleIDCredential_t29B66F5F775F5233192B1FF591BE6471AE7A5E9E_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = V_0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___0_credential;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_3);
|
|
PlayerPrefs_SetString_mF4F457C81BB75F0213547C6287BA36E15E1F0256(_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66, L_4, NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
RuntimeObject* L_5 = ___0_credential;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_5);
|
|
RuntimeObject* L_7 = ___0_credential;
|
|
MainMenu_SetupGameMenu_m803D4158FAF0A224BFE9189A063DCD93A2FA56E4(__this, L_6, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_U3CAttemptQuickLoginU3Eb__15_1_m8197943CEE2E95AA45E13F884B3B4E6F0AB47397 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, RuntimeObject* ___0_error, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral518572370EEC8F89BD5702DB03EB13A266F067E0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_error;
|
|
int32_t L_1;
|
|
L_1 = AppleErrorExtensions_GetAuthorizationErrorCode_m2D356E9280D7A2C580B337A9CCC9B65E32746219(L_0, NULL);
|
|
V_0 = L_1;
|
|
Il2CppFakeBox<int32_t> L_2(AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_il2cpp_TypeInfo_var, (&V_0));
|
|
String_t* L_3;
|
|
L_3 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_2), NULL);
|
|
RuntimeObject* L_4 = ___0_error;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral518572370EEC8F89BD5702DB03EB13A266F067E0, L_3, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_U3CSignInWithAppleU3Eb__16_0_m788DF683A193B5235D9C4DFAF8DEA86F6E531523 (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, RuntimeObject* ___0_credential, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_credential;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_0);
|
|
PlayerPrefs_SetString_mF4F457C81BB75F0213547C6287BA36E15E1F0256(_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66, L_1, NULL);
|
|
RuntimeObject* L_2 = ___0_credential;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0, ICredential_t3F553A85F7FED597AA128C5E4A223ABA6735DD52_il2cpp_TypeInfo_var, L_2);
|
|
RuntimeObject* L_4 = ___0_credential;
|
|
MainMenu_SetupGameMenu_m803D4158FAF0A224BFE9189A063DCD93A2FA56E4(__this, L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainMenu_U3CSignInWithAppleU3Eb__16_1_m64BC5E4FF6CCE2FDB94FDEC19451186D9485656F (MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* __this, RuntimeObject* ___0_error, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C4EB485628C3E16D375DD819D5B0F0AE1B5B068);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_error;
|
|
int32_t L_1;
|
|
L_1 = AppleErrorExtensions_GetAuthorizationErrorCode_m2D356E9280D7A2C580B337A9CCC9B65E32746219(L_0, NULL);
|
|
V_0 = L_1;
|
|
Il2CppFakeBox<int32_t> L_2(AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_il2cpp_TypeInfo_var, (&V_0));
|
|
String_t* L_3;
|
|
L_3 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_2), NULL);
|
|
RuntimeObject* L_4 = ___0_error;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral3C4EB485628C3E16D375DD819D5B0F0AE1B5B068, L_3, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB(__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 U3CU3Ec__DisplayClass14_0__ctor_m1E3359AEC5A93275E308283D9ABB425BF387AC3D (U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__0_m8AD0A744C00D86B42489500B41AF6D316708E765 (U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* __this, int32_t ___0_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = ___0_state;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* L_3 = __this->___U3CU3E4__this;
|
|
String_t* L_4 = __this->___appleUserId;
|
|
NullCheck(L_3);
|
|
MainMenu_SetupGameMenu_m803D4158FAF0A224BFE9189A063DCD93A2FA56E4(L_3, L_4, (RuntimeObject*)NULL, NULL);
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* L_5 = __this->___U3CU3E4__this;
|
|
NullCheck(L_5);
|
|
MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB(L_5, NULL);
|
|
PlayerPrefs_DeleteKey_mF3A7857B52DCEF4139843CD28716788624C2AD30(_stringLiteralFF3F488A872A8C2318F50678088ADA9C2884BD66, NULL);
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CCheckCredentialStatusForUserIdU3Eb__1_m3AB4AD86CE85C58810FC18A403E3C397ACCC673C (U3CU3Ec__DisplayClass14_0_tC47D7A21D56EFF36014C4B1731D23D855BF7ED37* __this, RuntimeObject* ___0_error, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98EE287F521396F3291F26856FCB2F4D707F9717);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_error;
|
|
int32_t L_1;
|
|
L_1 = AppleErrorExtensions_GetAuthorizationErrorCode_m2D356E9280D7A2C580B337A9CCC9B65E32746219(L_0, NULL);
|
|
V_0 = L_1;
|
|
Il2CppFakeBox<int32_t> L_2(AuthorizationErrorCode_t7DF2ED12266D6A7885C609086E1BFA7E359B4087_il2cpp_TypeInfo_var, (&V_0));
|
|
String_t* L_3;
|
|
L_3 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_2), NULL);
|
|
RuntimeObject* L_4 = ___0_error;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral98EE287F521396F3291F26856FCB2F4D707F9717, L_3, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
|
|
MainMenu_t7F65ED6692A6BFB0321044FF0C94A28395B3E0EE* L_7 = __this->___U3CU3E4__this;
|
|
NullCheck(L_7);
|
|
MainMenu_SetupLoginMenuForSignInWithApple_mCEEFC8A06BFC8ED91694B337C2DBB9ACA149FCEB(L_7, 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 uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6EA1F233618497AEFF8902A5EDFA24C74E2F2876 (String_t* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)-2128831035);
|
|
V_1 = 0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
Il2CppChar L_3;
|
|
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL);
|
|
uint32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)((int32_t)L_3^(int32_t)L_4)), ((int32_t)16777619)));
|
|
int32_t L_5 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_6 = V_1;
|
|
String_t* L_7 = ___0_s;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
|
|
if ((((int32_t)L_6) >= ((int32_t)L_8)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
uint32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_a;
|
|
int32_t L_1 = ___1_b;
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength;
|
|
return L_0;
|
|
}
|
|
}
|