#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include template 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 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 struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InvokerActionInvoker0 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj) { method->invoker_method(methodPtr, method, obj, NULL, NULL); } }; template struct InvokerActionInvoker1 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1) { void* params[1] = { &p1 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker1 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2* p2) { void* params[2] = { &p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2) { void* params[2] = { p1, &p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3) { void* params[3] = { p1, &p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3) { void* params[3] = { p1, p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerFuncInvoker0 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj) { R ret; method->invoker_method(methodPtr, method, obj, NULL, &ret); return ret; } }; template struct InvokerFuncInvoker1; template struct InvokerFuncInvoker1 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { R ret; void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { R ret; void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Action`1 struct Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD63EB1AE0932E2A4B7488F4CBA95C4C7520684F1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710; // System.EventHandler`1 struct EventHandler_1_tF2D41B212D800E7E7D00F9BDEA817E57153988BF; // System.EventHandler`1 struct EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7; // System.EventHandler`1 struct EventHandler_1_t9A81151178F9BE57BCBDEC74D73D78671B00EC6E; // System.Func`1 struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457; // System.Func`1 struct Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE; // System.Func`1 struct Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305; // System.Func`2,System.Object> struct Func_2_tCAA612459A254A772A62B258A3DEF8F628BFFA14; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`2> struct Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF; // System.Func`2 struct Func_2_t771FE8EE731C9D8BA2456DA5169FA459ED5D38D3; // System.Collections.Generic.ICollection`1 struct ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7; // System.Collections.Generic.ICollection`1 struct ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t79D4ADB15B238AC117DF72982FEA3C42EF5AFA19; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tEE97FB3EBFE8765D0E2FC164B95E82BA5D0EAE86; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t7AF2598BCA1776E69C95DC16A30C085A1C759C24; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t174BFB804F1D416642CD11B72858B43316D8B26D; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t0A0F4DD35004A56182E328E87DCB66DA4F1B64BA; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t606011D801075A525E02DDE2533126EA96831FCF; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t8B238ECE8983E43AFC523BCB597BF2C133B46621; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t0C62219A7981BC3254B9E9404B17F934FE7D7908; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.IList`1 struct IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB; // System.Collections.Generic.IList`1 struct IList_1_t20B36A40D0E1DABDE9F93A2DA665630EF544EF6B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t4A8A8640FED4C4EA714B4CEAF50DFCB7DC62E6D3; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFBFFE86B461C9E1459E9500268F06533D865F895; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t64B328CBA09D4559DCD9C28BDD9E42AB4C4C2996; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tAB507529225B3EB42B0879866AEDE113EA9F84C6; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t36952DE4619194BF1ABDA8312B5B931AA393A610; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36; // System.Collections.Generic.List`1 struct List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tA1370864EDB73BA30BF7ECF3D38054C6957BC988; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tA1BF99B45C5D8E4EBA82339084E38BD2DB72E0C1; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106; // System.Threading.Tasks.Task`1> struct Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672; // System.Threading.Tasks.Task`1> struct Task_1_t20851D81B49798FC22ACDA8F9B46EF01E7B0624B; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043; // System.Threading.Tasks.Task`1 struct Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D; // System.Threading.Tasks.Task`1 struct Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2; // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8D785C8B1CE58B59ECB6B5E467EC92F0CFFFE8DF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD1C7EF042AA44B3213873345C21FA65302186B74; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0F49903A3AD3505D44F5E4AF817A6F4C953BBF8E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA737476D641727992993201D18FD0038E69FF7E3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t4AEAB6680417FA890D93A2B67CE64787BBAE4ABA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t3CCFB5FDE753153B73B0A9A6113F2C17AC86E115; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tAC4F919734EED5A64359943FF4A40475D69EEF0C; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB5EA28F4DCD0923DA1488296778DE261A90AB5CF; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t77C90FC3D55561F15144FE79F278D07F9D58098E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t4425584C0F3D1BC5FAEFC1F6C51833B07CB36F40; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // Firebase.FirebaseApp[] struct FirebaseAppU5BU5D_tAF8C57A692D2A4A45A684BD35F987A356B31529C; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // Firebase.Variant[] struct VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // System.AggregateException struct AggregateException_t51B6205846DFB356B94452702201DD239D44422F; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F; // Firebase.AppOptions struct AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09; // Firebase.AppOptionsInternal struct AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD; // Firebase.AppUtil struct AppUtil_tD511CFFF45A0C91E2CC7F969B82B3BEE25BD31AB; // Firebase.AppUtilPINVOKE struct AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342; // System.ApplicationException struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // Firebase.CharVector struct CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // Firebase.Dispatcher struct Dispatcher_tBD1370511B5D6C10B211FBD3AF8E4F9D6B3CD8C6; // System.DivideByZeroException struct DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279; // Firebase.ErrorMessages struct ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; // System.Exception struct Exception_t; // System.Threading.ExecutionContext struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710; // Firebase.FirebaseApp struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25; // Firebase.Platform.FirebaseAppPlatform struct FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2; // Firebase.Platform.FirebaseAppUtils struct FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F; // Firebase.FirebaseException struct FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED; // Firebase.Platform.FirebaseHandler struct FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586; // Firebase.Platform.FirebaseMonoBehaviour struct FirebaseMonoBehaviour_t0DC02A14DFF90538B38698592F07B4373DB03C72; // Firebase.FutureBase struct FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36; // Firebase.FutureBool struct FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36; // Firebase.FutureString struct FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA; // Firebase.FutureVoid struct FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerable struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // Firebase.Platform.IFirebaseAppPlatform struct IFirebaseAppPlatform_tB44DDF88ADD112DC55E9C5EF84C774D244C8C228; // Firebase.Platform.IFirebaseAppUtils struct IFirebaseAppUtils_t61EDF19372DFE7348E02194135E2F3B8801E3391; // System.IO.IOException struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910; // System.Security.Principal.IPrincipal struct IPrincipal_tE7AF5096287F6C3472585E124CB38FF2A51EAB5F; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82; // Firebase.InitializationException struct InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E; // System.Threading.InternalThread struct InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687; // System.InvalidCastException struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.LocalDataStoreHolder struct LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E; // Firebase.LogUtil struct LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // Firebase.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_tD9985ACFF80199E37095A632974C17F37B31A703; // System.MulticastDelegate struct MulticastDelegate_t; // System.NullReferenceException struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB; // System.OutOfMemoryException struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F; // System.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C; // System.ResolveEventHandler struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.String struct String_t; // Firebase.StringList struct StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451; // Firebase.StringStringMap struct StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB; // System.Threading.SynchronizationContext struct SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // System.Threading.Thread struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F; // System.Type struct Type_t; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; // System.UriParser struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; // Firebase.Variant struct Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C; // Firebase.VariantList struct VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668; // Firebase.VariantVariantMap struct VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709; // Firebase.VersionInfo struct VersionInfo_t94C48C6F8F37BB4AB53DF332514056A9FE6ACACB; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.WeakReference struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper struct SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150; // Firebase.AppUtilPINVOKE/SWIGPendingException struct SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63; // Firebase.AppUtilPINVOKE/SWIGStringHelper struct SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534; // Firebase.CharVector/CharVectorEnumerator struct CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E; // Firebase.FirebaseApp/<>c struct U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C; // Firebase.FirebaseApp/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF; // Firebase.FirebaseApp/<>c__DisplayClass17_0 struct U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83; // Firebase.FirebaseApp/<>c__DisplayClass58_0 struct U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8; // Firebase.FirebaseApp/<>c__DisplayClass60_0 struct U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED; // Firebase.FirebaseApp/CreateDelegate struct CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73; // Firebase.FirebaseApp/EnableModuleParams struct EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762; // Firebase.FutureBool/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5; // Firebase.FutureBool/Action struct Action_tFDE134143E51CA91365E715F58313D777C789717; // Firebase.FutureBool/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861; // Firebase.FutureString/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644; // Firebase.FutureString/Action struct Action_tDDEC61697BDCC723A13409640FD7390B3857EB66; // Firebase.FutureString/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB; // Firebase.FutureVoid/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51; // Firebase.FutureVoid/Action struct Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F; // Firebase.FutureVoid/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C; // Firebase.LogUtil/LogMessageDelegate struct LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4; // Firebase.StringList/StringListEnumerator struct StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5; // Firebase.StringStringMap/StringStringMapEnumerator struct StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // System.Uri/UriInfo struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; // Firebase.VariantList/VariantListEnumerator struct VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088; // Firebase.VariantVariantMap/VariantVariantMapEnumerator struct VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate struct ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate struct ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2; // Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate struct SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879; IL2CPP_EXTERN_C RuntimeClass* Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tDDEC61697BDCC723A13409640FD7390B3857EB66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tFDE134143E51CA91365E715F58313D777C789717_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_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* CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirebaseLogger_t17574FB770AB2CB02AF3459B2EF9D27FC9C24F42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t7AF2598BCA1776E69C95DC16A30C085A1C759C24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tEE97FB3EBFE8765D0E2FC164B95E82BA5D0EAE86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t606011D801075A525E02DDE2533126EA96831FCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t8B238ECE8983E43AFC523BCB597BF2C133B46621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t20B36A40D0E1DABDE9F93A2DA665630EF544EF6B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_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* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogLevel_tB190ABBB8AA2A85C2334AB7D3667BC6AA3763ECF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral04B9FAB0E66C2DAB7301E7D1C74019B4F500DAAF; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0B47BC9031A69F662702621810EC706E2C081467; IL2CPP_EXTERN_C String_t* _stringLiteral0FBCAB8C3D9EDED5D0224DC45891EB0E0AAB4BB3; IL2CPP_EXTERN_C String_t* _stringLiteral1103241B0617CC2365FF633B3B7D5125D1128C22; IL2CPP_EXTERN_C String_t* _stringLiteral1611D456D2CEE02CE1487EE8445E48898D131F6B; IL2CPP_EXTERN_C String_t* _stringLiteral16687478A33D5A15482DF6D441B61A0189583C64; IL2CPP_EXTERN_C String_t* _stringLiteral175FF9BBE95367D4C96387F57879518EEC27BA25; IL2CPP_EXTERN_C String_t* _stringLiteral1B7B4B5C42CA1C2ED60073710A5266DC268AB4EB; IL2CPP_EXTERN_C String_t* _stringLiteral238329B64A3729607F223FFEFA394456AE114908; IL2CPP_EXTERN_C String_t* _stringLiteral24ED59ED9090E09DB40A7847435D91BFAE584ECF; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral324FB463A34E73070FCEDC655BCD2F40B2E47971; IL2CPP_EXTERN_C String_t* _stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F; IL2CPP_EXTERN_C String_t* _stringLiteral3510782344E272ED7BCF823749E7502470200C97; IL2CPP_EXTERN_C String_t* _stringLiteral380FCBD323D8B608651CCA1F4D65A0B1AA362A2A; IL2CPP_EXTERN_C String_t* _stringLiteral3818B2A66126D8DEEF8DD9AFC89B116464489DA5; IL2CPP_EXTERN_C String_t* _stringLiteral39655E1CF62FCA36F81637138EABB8E0E88FF960; IL2CPP_EXTERN_C String_t* _stringLiteral3ADD6FEBDAD6C171700C605B3EE92B8D34261502; IL2CPP_EXTERN_C String_t* _stringLiteral3D20C767EAE028E07642EC56369E049DCB56F6C8; IL2CPP_EXTERN_C String_t* _stringLiteral403CDB792BDB39DFA5B32B9F5BF62F3460A11FFC; IL2CPP_EXTERN_C String_t* _stringLiteral41AFC5CF6BD87FAE855E565E56413D254EFDD312; IL2CPP_EXTERN_C String_t* _stringLiteral469058482DD7BE31765E4E966F8C98EA4B3B6930; IL2CPP_EXTERN_C String_t* _stringLiteral47655613208A2442002F378BF374CC45952A31F8; IL2CPP_EXTERN_C String_t* _stringLiteral48189E861560CEBB714411DF089B9ECCF7761320; IL2CPP_EXTERN_C String_t* _stringLiteral515AE8FDB9C25ACAE2FBF81A8470F0F8B3FDD6FC; IL2CPP_EXTERN_C String_t* _stringLiteral548196CBB5E5F5105E575F464FE92F73144DFB34; IL2CPP_EXTERN_C String_t* _stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7; IL2CPP_EXTERN_C String_t* _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A; IL2CPP_EXTERN_C String_t* _stringLiteral61DC9D5B9D0D0872BCFFE89C3B93B577646F49EC; IL2CPP_EXTERN_C String_t* _stringLiteral62550204912BC90809B03D0FE60F2B4874EB15F8; IL2CPP_EXTERN_C String_t* _stringLiteral62ADD91054A91B61299B0BA0A51937BA842068BB; IL2CPP_EXTERN_C String_t* _stringLiteral69FBC7A041E2A8D2BB53C20F3EBB5DA1C681DF54; IL2CPP_EXTERN_C String_t* _stringLiteral6B9EE94C7F4915E6739895F8E1EF487BB8906396; IL2CPP_EXTERN_C String_t* _stringLiteral7AAEF17DD886943DA28485F945C0BC92C838450F; IL2CPP_EXTERN_C String_t* _stringLiteral7EA8F2DF39C94049CBEAACE46B64E4034C3E90C1; IL2CPP_EXTERN_C String_t* _stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988; IL2CPP_EXTERN_C String_t* _stringLiteral875842D645C31A13810035132C84A4C226BFDDA6; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA; IL2CPP_EXTERN_C String_t* _stringLiteral890A68C9701B6B7B9E0ECC8C54874D634FB51E11; IL2CPP_EXTERN_C String_t* _stringLiteral8DE0CBA7BF0AAAFA4927500E94B54EAA544A2E0C; IL2CPP_EXTERN_C String_t* _stringLiteral955802D1A6D5235C4CF60C6BA2074F90F06CECCE; IL2CPP_EXTERN_C String_t* _stringLiteralA37BC83F5B58D09130EA87C7BFA23EEF1ED5CE5D; IL2CPP_EXTERN_C String_t* _stringLiteralA3A98A8B1C98564A92ABAE5D3EB9AB9D7723903A; IL2CPP_EXTERN_C String_t* _stringLiteralADA172ACC20A09E7D83BFE71E65356790E5B24CE; IL2CPP_EXTERN_C String_t* _stringLiteralAF3E6E43968D1C156E887454B8F9BDB7723036D3; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB7EFBEA6AABC35E96367379C5A6B509BB4044717; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralC2BB0CEDEC57E9981F22698838128030E062BF12; IL2CPP_EXTERN_C String_t* _stringLiteralC79C1E7C1AB013FFB3AD9A42073405EF4995E70F; IL2CPP_EXTERN_C String_t* _stringLiteralC8F137D4118E68E1AA31E3046D7C7D47594CAD9C; IL2CPP_EXTERN_C String_t* _stringLiteralCB9902E2A4DFEBC0D9FA90B929984CE8637D6BAE; IL2CPP_EXTERN_C String_t* _stringLiteralCE3EEFD20BF0F5796BBF23FB14F87A2968808E63; IL2CPP_EXTERN_C String_t* _stringLiteralCE7E620B6BAD964BAD6753F86F18F5350AD73DAB; IL2CPP_EXTERN_C String_t* _stringLiteralCF713BCAEC5B32A45A72E5F3972B1092DCC4FFB3; IL2CPP_EXTERN_C String_t* _stringLiteralD03CEEC65910C548D635624A78A8CFA458103DED; IL2CPP_EXTERN_C String_t* _stringLiteralD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF; IL2CPP_EXTERN_C String_t* _stringLiteralD555DED7CEC14AAFD2389F4CA5DB31942645053F; IL2CPP_EXTERN_C String_t* _stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95; IL2CPP_EXTERN_C String_t* _stringLiteralD8E3A88F5BFAC46D4EA8953E6A2EA7D3C25746CC; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865; IL2CPP_EXTERN_C String_t* _stringLiteralDE83EFF84A2045FE5379CA94C53B51BA575BD5A6; IL2CPP_EXTERN_C String_t* _stringLiteralE541D26859D264DEB1E7847324CA9C765F331CF8; IL2CPP_EXTERN_C String_t* _stringLiteralE6F00725B1CE2641D3D5ED19F65223CA4D3F8BAE; IL2CPP_EXTERN_C String_t* _stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A; IL2CPP_EXTERN_C String_t* _stringLiteralEA5B9DDB87B05728AF950352BA404136EF4EA09B; IL2CPP_EXTERN_C String_t* _stringLiteralECAC9756AB416770CE66B9411AB7AEB8B8181309; IL2CPP_EXTERN_C String_t* _stringLiteralEE248ED951626ABDD49B64B81CAEAF341755AF6C; IL2CPP_EXTERN_C String_t* _stringLiteralEFD683E684A4E949EAF3D6F24A3A2BD1F71396DF; IL2CPP_EXTERN_C String_t* _stringLiteralF21B662C3F976D9980F52B473208474F6C31CBE5; IL2CPP_EXTERN_C String_t* _stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406; IL2CPP_EXTERN_C String_t* _stringLiteralF56258CA08196A0AA345480C655C78D0172F29E6; IL2CPP_EXTERN_C String_t* _stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_GetDatabaseUrlInternal_mBB900411ECF9D1C6759CC2BE5C59A565E0E4061E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_LoadFromJsonConfig_m35F840166D5B2F28F719A9FFB603FE6752953FD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_LoadFromJsonConfig_m45B85791D665C33E95697FDAF8F8E67FC0C22AD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_SetDatabaseUrlInternal_m15B12085C2167FEDADFCFC23F956C1B23D63F728_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal__ctor_mA2F362D1DDC90AA633738145786049C15FAECEFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_get_ApiKey_m4FEA968CCE295C61306024A53B87EB462C793FDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_get_AppId_m9E10A96FC162A8F195B33B40170D42A426D3A766_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_get_MessageSenderId_m685FAF74B5E0F003C765471030BFEC9049B188A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_get_PackageName_m44A62026BBC91627D666692A8116007B7E6FAB40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_get_ProjectId_m3CB8C9F459B7ABE7266E303E627FEC079DE825ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_get_StorageBucket_m990618B90CAFF7EC9D688C494C058156DC353535_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_set_ApiKey_mCF8BDC7C43BB152665C3F48096C5B239291B75DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_set_AppId_mABE681281339BB1B8A9A20DC0F9578624DD0B1BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_set_MessageSenderId_m952422B75F1F589BE67613A7F6BA8786C721105F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_set_PackageName_mF9656EB342F5BB54E6E4A9938237B60F4F023164_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_set_ProjectId_m40B9538546673A0E506A538240B2F1A044E9D888_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_set_StorageBucket_mD862C7BE9B1AAAEF52F538CF870C4C0B6A446FF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppOptionsInternal_swigRelease_m276095B2E1CF7973CF70A8AC68D9B4AE3D6EB1E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_AppEnableLogCallback_m9FE8159D116019E4E918F4B7CEC39687DD64B2EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_AppGetLogLevel_m613922E721681B614FB13D09809624C3EA70497E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_AppOptionsLoadFromJsonConfig_m224F79965A5CBEBD67878701F830DC9AB86D1802_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_CheckAndroidDependencies_m0D39BD88D8B8246E40B4F874956BE9884C8E0C93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_GetEnabledAppCallbackByName_m979A86ABDBC2257B697ABDE5015AA76DE5D04F70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_GetLogLevel_mA3561548892F76ECFBC265D0E5DB88DE2ECFE914_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_InitializePlayServicesInternal_m89751D7035A1D3816E68F8FDCB4B5B2F8D2F23D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_PollCallbacks_mB25BC1FD5126974F80860A05910301AAF7589BFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_SetEnabledAllAppCallbacks_m0C41A4271764464915ACA461AE8A309AEDAFA6AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_SetEnabledAppCallbackByName_m59C6CB27D92D72FD0841031C207D86C2F684F366_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_SetLogFunction_m1C535B70AA8069AC3CE81CB05882946F841DACCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_SetLogLevel_m7A9C6FDA31EF41267CE99201A617F946FF0AEEBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppUtil_TerminatePlayServicesInternal_mED5F11E95B315C4014E0680574592ED30EBFF772_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVectorEnumerator_Reset_m416FA343BDD242D5AE51817AC7F124CB54C25C86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_AddRange_m5138640E1A4D36932D029694A5FFC4E1C0F343F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Add_m089EF4DC1189C26B3DC6E856FEE302C8C1F10DC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Clear_m433C3CABC2DAD12AF86428F5CDC0AD1F9E11364D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Contains_m79100CCA2E95F358D9EFEB1A4209A7B9BC06D3F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_GetRange_m358D1B66C20D8D408AA0D7B5E34D0CCC96CCF502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_IndexOf_m35C2A853DC3F2480DDEFFC8AABF3725CD36492C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_InsertRange_m88F029E843E16B1F6400FA7FFD82B2479441B00E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Insert_mBA37190C864A48FD7592AC8310DDFD7C1C434671_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_LastIndexOf_mF8BB1E6E392D195E25C99AB912EF5BC92910BCA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_RemoveAt_mD9E09D012EC777751F5378FDC007F7BD517D3EDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_RemoveRange_m8E100C8D3F87B8144D526A7BBD0261483FDA422F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Remove_m0A16EC9D5C1BB330B3F0D25A2F082B336E80F82E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Repeat_mFADFB31E694E81093C18533F4B647167E64E5B31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Reverse_m119888792E27F11401021CA490F42657444EBF8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_Reverse_mCF89EBDD7FA47E656B387C0DF50BC22685714903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_SetRange_m4DBFF55EC733FA2C13EB98B680E1D78EB4CFD0B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector__ctor_m0921D4C0CCD979BE8B126546506D11FE47C1E139_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector__ctor_m3EC8D18F8884DCA04846D0AACC37287FE0CE22C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector__ctor_m8C07B00109E94EEF08F09A9B68F09B0ED0E10DB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector__ctor_mD47945E823052329FD089D43B71FAB15443421F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector__ctor_mD700B2CB0F74BB171BFCB61E4E3A880A51D94159_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_capacity_m3DA56074175399E8CEEF830E9548DA8062D1CD19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_getitem_m0229CF44A66BA29325577B97390E139EB0BBFD2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_getitemcopy_m6D634153844B4CFD1C1618DA7E9A45FAECE3C392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_reserve_mD7B594AE10655525D6922DA05F09F95BECA7609A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_set_Capacity_mE10F0B37432DA6045D74E63C25AAACCBCCFF4F28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_setitem_m3E9A1B49A155E7D533FA849E38D68F4D2F6DB91F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_size_m3F757A0558B24A6F15F0B3DFFE2115B90DEF8EC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharVector_swigRelease_m750AAEE48B94E86BA2EC51031D61545911FCA7DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m88D4782987F12EFC4606EF7C6116551E4E00A71D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m152F1DE099A6441F30DB01049310A23447A99CC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m1FC8C23ECC47A376E98D33427C180529E82865A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m8E25C6138BE46AC916B339987BB65699FE4D977A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mE92CC8C926DDAFEDB2A50CCEA0B6571DED3D57E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m10BFB61FFBA1EC6BBDDBA20F9C9C5CA9F6D58A18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6CD864883E697C6EA206A9653365B8F6B18A70EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6E5B2FEEC491D083B03A11DA6FA39A580A2369A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7C728DD007D3D0335B4BEDA5358AA939252F6F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD9203985461B343144479403BB91596E7FD479F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m11A6F16438BDFA5BB4D619721B6F24400CDB4B17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m155133FD2CE64DF4E90E234C9359A81332377386_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m8F62E1C352E79E91D4BA07FB3DAE1E55115004CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9ECDA1EAD89A6D781E5CE4E813451CFD7DF269E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA94347559E8491DFF697707F7559138A71DA97EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m37FF7170A65FE1A27B5EADEF6AC8AC59F8AF7FD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m646A0C479D12D665388558549E99ED1C949D5538_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m984B6FF03912DD47210B97F3876A8E68BD477586_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mBEA2742C16F6C66A6194B60791E954F4AC303AFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCE454AADB542AD589C8C8A9E4F9B050FC4974BB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1C991066C3B2C088D7543EDCDE7F2DCA008265D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4D9D2D279285258D21D35DB2CD5654A5648BE5A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2FFFBAFB635035D176D9EE70FA44D1BA5E6133D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE21F38BDB00717D07F8B12E2D98BF5B6E74F868E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6D19DD2BC3398DED53CC6111AA1BA0281B791BD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m80BD971C463C25ACB84A69370D44E46061214442_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_AppSetDefaultConfigPath_m9712BA055777DA0F98524BD85A6C97FBFC5C6192_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_CheckDependenciesInternal_m738CFE3533F41FC660E43B2EFCCD44BF6EF0AFE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_CreateInternal_m4C6535B8BA91D4D74D60640AB18D9633B2D2BFDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_CreateInternal_m63EB3F64189DA8E6C5B2E1C95B11D63EF7F7BC4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_CreateInternal_mF83AFD6D35EAD726BA0CD3E9131FBF139CEBCA88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_GetLogLevelInternal_m095C379055C369CF8B7293C8D5583E5EB8C5DA50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_IsDataCollectionDefaultEnabledInternal_m32A4CA6FC8505D71CA816E9E91C44AC024039C10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_LogHeartbeatInternal_m849C31C3F73680D986D5672C464BEBCA899FBEFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_RegisterLibrariesInternal_m03B7487A8CAECC33FFFFFC110445811D0DDB35F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_ReleaseReferenceInternal_mA281FCA13BCF136D9D9B4311C40925B99614D63D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_SetDataCollectionDefaultEnabledInternal_m094039F687CF3AB4A4088E46FD1D4AFA3C10EE93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_SetLogLevelInternal_m7FBC1FDF5E889F26B9084EE8A53ADA5D4A8C327A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_ThrowIfNull_mEBB4A7F4A0E30B8F6969C68C340AF30D44491B20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_options_m18F2F0A7F1E29CDB4AD75C0746A33922B1BF7C06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseApp_swigRelease_m601CC10614BE87E4E627ADE7D83AE9B172B445D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase_Release_m9B40D82ED093AEDE829B6450A55DEE4E6C1A7A5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase__ctor_m57680140591A827C77682E8C37D0033C73E33381_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase__ctor_mFA79B0AE8CB7B7B5FFC974C4FB092A369EACBBC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBase_swigRelease_mFAFB0D97976C318013D29482D93D39A02B8D7D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool_GetResult_mC53EBF26AD99A86088700F9A9181D95AE95D13A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool_SWIG_FreeCompletionData_mA8960750E8E291C993A31E6B50A324FA04E0CB47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool_SWIG_OnCompletion_mE3DBCA90F1F94F4EBF27480BEB7B8F6A0A1CB686_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool_ThrowIfDisposed_m522F5348FE98FC76D3A265E35F5AE9A4546F6453_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool__ctor_mA1480A3A3319E5985FA3C79993CF23797D85AC51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureBool_swigRelease_m34A22F6F66507DD098705AF52483993E66D8B44F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString_GetResult_mB191200B703C9DBF8CC6C03DCB84EF23A35FBD84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString_SWIG_FreeCompletionData_m3FE3CD8832606ECE672CBE396AA1AE7940A3BCC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString_SWIG_OnCompletion_m6BDD6454912C92C20E7904795344FD9CA213F845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString_ThrowIfDisposed_m385C4FD84BF8536682CA93EE7D30BD0B855F86E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString__ctor_mE7A9C8B46EF34699E66D3F8836FA7D0467226E29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureString_swigRelease_m0609DC5C5443276C571653411A2C8B5A4E1F461B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureVoid_SWIG_FreeCompletionData_m9BCF84FC8090543CD5ED95C85C1179837895DA55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureVoid_SWIG_OnCompletion_mD6E8C709E067EC3FCCC1DD9F8F7C664D7479B634_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureVoid_ThrowIfDisposed_m58FAFA498227E36B2075EDAF83F346CD70BD9739_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureVoid__ctor_m3E8ACCB1932E50C10A2458DB90CA1355BD1C9FA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureVoid_swigRelease_mFE577529689302C1800F19C0E94953097EA16C89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m593A027ECA4A45D62F7E4236F78B46AF129AB3D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5B2A19FFADA21C6D1EAE1DE6583A0A2C4EBAD12B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6AB47843F0A3C3EB857925C3CF85C04830578F83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m02F8331E2A79ABCFDE38143D20D672526B59996F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogUtil_U3C_ctorU3Eb__9_0_m057EE72CCDA8877817C356F04A3FB0403BDC8268_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringListEnumerator_Reset_m9FCD7DABAA50D2DA16ADB4FE9DB84F0C7748ACF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_AddRange_mC7C73A26521E35F5B5AFAEC93447E74E298D65DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Clear_m9468F25BBDEBDE07E0D279C07864C57CF925D45B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Contains_mE66EC97A8222E1AE12CCFEA9746A53B5FD0E2708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_GetRange_m8D6E94650CAD7DE38D8A01FE06944338B3C085DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_IndexOf_mD57A62156A33FBE4EDDF8DB31CE614096F22517F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_InsertRange_mE0A3ED58DD9BB32BFFAA77D76687BFAA2E8EFF9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Insert_m8837A0FD1488763220B8C55443E958EAD338D473_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_LastIndexOf_m2778CB0838CC34C2E7604C8BCB9C0854584D0CF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_RemoveAt_m7D15D026E0ED67AB4954C7659FB07AAF785DD89B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_RemoveRange_mFBF73EBDB639E842D6B89A605FCB1D267C34B3EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Remove_mA9126B55E6E5FCBC5A016C018925B2AB09C88533_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Repeat_m82ED2871415CC0A42AA390830A0A1B3314E88A1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Reverse_m2484F2565975A4D4CC1FFB39AD319EB63DEA9605_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_Reverse_mDBFB4D6B739FC0B8441BACCA873A9A07AC5B424D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_SetRange_mC05153F3E22B07AFAA3599E6E03DAED0CB921D7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList__ctor_m2B464761A0AF94BA76935EC552D7791F8E3BAF6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList__ctor_m2C7D857D5E837A7FC266AD21AEB3A62A0A3364D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList__ctor_mC219682689B77CE8B3D529C55134CAF0A5D0F967_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList__ctor_mE4E1146C90D0D95D683E1F7AF6C3FEB6E6D9F729_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_capacity_m3C385828CE0C7016A8AEABEFA36C85A1216DF45C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_getitem_m3C520C682C72B6620487B4E0D749F4AED3F02E41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_getitemcopy_m6F0F0CC6F5B3B25C9A3057830D9E3ED7DCA11D27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_reserve_mF9C5565257E1F30F66B35F49F75D9E297EDE5705_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_set_Capacity_m9F1A1B1B80FB07AE948D90D16F68374AF437C450_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_setitem_m2644B13D6D2E547BF73FDD1F0CCD2BF214089F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_size_mFF0F1EB18C84B952161011CE4841AB7E82B408C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringList_swigRelease_m01B6A3417A9F08EF6A3EE8240F9B80A1942EABAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMapEnumerator_Reset_mFE28DCE2D21F6639E75B255AAF56D34BFA7A151A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_Add_m01048CFD777D82B2F693B6D71A4D452FAF7AEAC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_Clear_mC33CC5FAC952437E4A1844D77F07682AB4A440A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_ContainsKey_mD13F26BD8A08E581ADB303D38074819105C605A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_Remove_m986E61004827D7F62831AEE307E6020383C3CB4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap__ctor_m64596992C5EB59FD9BB24C76FBE1F0EA33D5548D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_create_iterator_begin_mF1C81519248E3646D376EC9F288C1C6A2065630D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_destroy_iterator_m75AD241AD5316B8B09070BF04C571918FE34BA04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_empty_m9611FE4E8BB1E1F96CDA3D1FC4894072E6971207_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_get_next_key_m92C94637FF8B9A00B08BFCAD08CD41705AEAEE9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_getitem_m8DADD76F6CD52B4B98611DD4292910963C079C1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_setitem_mC5A0170C20E03D926C187A4B7AC6B0B96FB18C00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_size_m9C20BFD104A8B49600AD587CC29C4A748F408DC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringStringMap_swigRelease_mC3812CB36295F8A84018618F9AA52CEDB4BF5032_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_m5656BCA91E35F41D0173D8630F55095DF2EC2BD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_mA4FD1E75C7272079BE7032F18BCDC158463FE3E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_m1E0F0E41DAFB9401D33DE03A55F9BDC5565F0CF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_m1A7A10DF8B625077E1FC8B29E0D834614EAE0155_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m543F02EC56EEA4AAED7101434F488D890414A3DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_mBD511CA5A5F2ACD9B0DFAA5064DAF1419E505810_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Run_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_m6C591DC2396836DA8270AA4EEAE2131BE3B34C4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_0_m9404F3BF637CC9AE29CC521159638C07E55E9513_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_1_m910DECA8F467A4E6A55360C8962CB5C85EB2B8ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCheckDependenciesAsyncU3Eb__56_0_m636488EA2B782D4C9144E642E528E6E85F8C2129_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateAndTrackU3Eb__48_0_m353C5F1E7C6BDE8601757A37801E17C89CA49AC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateU3Eb__15_0_mF43BDAE5875C0C407791D7735DC43BB00EB29F32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFixDependenciesAsyncU3Eb__60_1_mE24B887D7A05989A5250E16C95370FEF0A6920EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass16_0_U3CCreateU3Eb__0_m771AD4E807715E6A8585E39E171080A7D2200656_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass17_0_U3CCreateU3Eb__0_m7D73A5F86600C0F67066E44FDCCDC6528AB46576_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass58_0_U3CCheckDependenciesU3Eb__0_m4CEFE0A719711F3C0563FD9C9FDDF2F652553AF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m3C63FB12C6FC4D1551D9D48B32F123DF7EAA4AE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mBD84C144DFD61368BAAE597FB90BCD5375CCDAE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mCAC13674EBDC90CDF12DFEC4C10F69174C4CA675_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass60_0_U3CFixDependenciesAsyncU3Eb__0_mA216F8EE30AAE8DB85F3BD26CFA937C99363D009_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantExtension_ToStringVariantMap_m616B0FA2BD08664FBC67A9A74BFC66A7BBA04646_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantListEnumerator_Reset_m39B78EBAD4546E8435996743D52D42E4B04CDF83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_AddRange_m0F72D080B6F6DCB0B58CD6F85044E22B4A0FA9A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_Clear_mC1EF18FB5C784DA723D9AE16A36F57F843286D53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_GetRange_m77C29CE2FDFD39F5F22281F17AF1EFD620BD2815_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_InsertRange_m2B28E0D0E17666D000A342940850327060F1F2BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_Insert_mD555180C94093D9CBBBD35A1F23902305DDB7D9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_RemoveAt_m4F73E425EB41F364F394943CEA963C07B07E6BD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_RemoveRange_mE4826D2198F0B7B8667C7DBB3ED63624D485548B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_Repeat_m8FF360B9693BEF0BD40BDD76CEF80501D3D0C585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_Reverse_m3A7242045C86189FA3B35C3571E487D0DA8F8EC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_Reverse_m74F3147309BC0FBA49CD0F5028642E915C256C82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_SetRange_m0ABEC10CABF97B38325C01DD5E13B2DF8E44AC7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList__ctor_m08FD0E53469A321CA4FBD472C6F56C409ED0EC6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList__ctor_m228020E7DF264C5C3CAF0AA94317EA72BA517E7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList__ctor_m6F79C390B8979C24876F1BAAC3E100A771BE0840_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList__ctor_m7D4482F0C9492F483F74565C4AF9B56DA9FDEFBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList__ctor_mB8A82673DB8840B155846502B4A404B50DA43EF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_capacity_m826F4D1C99B6168C968925D592316F3E6653E18D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_getitem_mC418034502AA2DDC2B866F7175BA912D506A0DF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_getitemcopy_m7A882B45F774D7C14873EDFE48626434CEBC8DDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_reserve_m424BCD91455B1BBF32B3E44B42F3A943BFA6AE93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_set_Capacity_m62EA78C9A98860856EBA02F72C7C13E62D423541_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_setitem_m58C382BDBD8B8AE2B786AC67506EC78F67E7BA8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_size_m328AD0C3BE60BA20EC49B39067F51317241D58B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantList_swigRelease_mAE12FCFE25944BAE035F137F61A1A2038F985611_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMapEnumerator_Reset_m90619CB65C220730E4156AD2949EF447A18856A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_Add_m0487DEEFE55FF79967F7A7583F7563408261BBF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_Clear_m5BDCCEC4D9C6FD388B5AFE22808BA04693BEDBFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_ContainsKey_mFC7BDCB3103730A4FA0D5B94107F71CCC85E3955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_Remove_m6916F106939189219FBC8DB48CFB407F0CC7885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap__ctor_m7D4542C5B89E75DE414034BCBF7D1B3C85E8C971_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap__ctor_mE3E8FDF4E95452B018AC19BB1DC961802E87260B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_create_iterator_begin_m131671A481692CB8BA53945C4D5731B034CDEE12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_destroy_iterator_m754B78CB27395071ABE1E283241CCFEECA0ABD38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_empty_m5F698FA778EF3D9DF06F808F6224D1804D816867_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_get_next_key_m088DEF53A9746BEB15DD8B344C2AFB232B4A6DD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_getitem_mB7316DB5AA86AF857DF7CFD03949E8A8290C6C1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_setitem_mDDA297409628E8F3E024CE64A2FECD629E7579B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_size_m2770CDA09C92D8766E4A857F1A73E2A52565B1FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariantVariantMap_swigRelease_m36F04EE8B06BA894C58BDA58F69D68BA4849406F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_AsString_m88B77BD34C54D8FF8596675C201FAA43945EA758_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_EmptyMap_m74738042D3A020E8541D43E360D2D3634F6E1643_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_EmptyMutableBlob_m307467A903DD197CCAC7C87586C188743393C5EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_EmptyVector_m1740118A4FE7576F70FC805E9C480B7DB9382597_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_FromBool_mD8DE9948B0E5CFA584DD4C9513CC29EC8A271230_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_FromDouble_mACE124A0E71277468B61F5EF1D565E57550803A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_FromInt64_m495D0DD4310B17A1DF66CA6C4801E265DF944405_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_FromString_mAF8487B13BB2C4546D53FCB0A5892DF99B64E0B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_Null_m16BB4015F841EE2DC9CCD7B0103210F902F071E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_blob_size_mCF0A2FFB1862051AAFE295694E62A87F03228563_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_bool_value_m2AC1B3119BC6AD8B1BE18DA36B721B0CCBEE9CAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_double_value_m66B4F265644B4F4B4DA1C5CDC23D220C62E07DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_int64_value_m11AE869002EB87F8958F3AF7122C33C466557C55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_is_fundamental_type_mB173361527A94BAEEBBF8747805DD81AD1BD9E2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_is_string_m2CD01E3123A174A575C240FD125F3E43CEAB73A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_swigRelease_m422AE6C351674AEF77D1943132D8324263414715_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_type_m03A0A0BFC610CF0047576B5CB15DC7E58E00D0B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_untyped_mutable_blob_data_m69D26F368BADF4C3D26A201EFED448CE0A16169E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Variant_vector_m605D7667ABCF391DD582F236746338AFEDD03262_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C; struct KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673; struct EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t38F8D7FF0E4B0B0C8677AFFB63A1DD3829C03FEB { }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t3CCFB5FDE753153B73B0A9A6113F2C17AC86E115* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t4A8A8640FED4C4EA714B4CEAF50DFCB7DC62E6D3* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t8D785C8B1CE58B59ECB6B5E467EC92F0CFFFE8DF* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tAC4F919734EED5A64359943FF4A40475D69EEF0C* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tFBFFE86B461C9E1459E9500268F06533D865F895* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tD1C7EF042AA44B3213873345C21FA65302186B74* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tB5EA28F4DCD0923DA1488296778DE261A90AB5CF* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t64B328CBA09D4559DCD9C28BDD9E42AB4C4C2996* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t0F49903A3AD3505D44F5E4AF817A6F4C953BBF8E* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t77C90FC3D55561F15144FE79F278D07F9D58098E* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tAB507529225B3EB42B0879866AEDE113EA9F84C6* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tA737476D641727992993201D18FD0038E69FF7E3* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t4425584C0F3D1BC5FAEFC1F6C51833B07CB36F40* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t36952DE4619194BF1ABDA8312B5B931AA393A610* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t4AEAB6680417FA890D93A2B67CE64787BBAE4ABA* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.List`1 struct List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items FirebaseAppU5BU5D_tAF8C57A692D2A4A45A684BD35F987A356B31529C* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t4C228DE57804012969575431CFF12D57C875552D* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ____task_0; }; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372 : public RuntimeObject { // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::_task Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* ____task_0; }; // Firebase.AppOptions struct AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09 : public RuntimeObject { // System.Uri Firebase.AppOptions::k__BackingField Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___U3CDatabaseUrlU3Ek__BackingField_0; // System.String Firebase.AppOptions::k__BackingField String_t* ___U3CAppIdU3Ek__BackingField_1; // System.String Firebase.AppOptions::k__BackingField String_t* ___U3CApiKeyU3Ek__BackingField_2; // System.String Firebase.AppOptions::k__BackingField String_t* ___U3CMessageSenderIdU3Ek__BackingField_3; // System.String Firebase.AppOptions::k__BackingField String_t* ___U3CStorageBucketU3Ek__BackingField_4; // System.String Firebase.AppOptions::k__BackingField String_t* ___U3CProjectIdU3Ek__BackingField_5; // System.String Firebase.AppOptions::k__BackingField String_t* ___U3CPackageNameU3Ek__BackingField_6; }; // Firebase.AppUtil struct AppUtil_tD511CFFF45A0C91E2CC7F969B82B3BEE25BD31AB : public RuntimeObject { }; // Firebase.AppUtilPINVOKE struct AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342 : public RuntimeObject { }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { }; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject { }; // Firebase.ErrorMessages struct ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE : public RuntimeObject { }; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; // Firebase.Platform.FirebaseAppPlatform struct FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2 : public RuntimeObject { // System.WeakReference Firebase.Platform.FirebaseAppPlatform::k__BackingField WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___U3CappU3Ek__BackingField_0; }; // Firebase.Platform.FirebaseAppUtils struct FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F : public RuntimeObject { }; // Firebase.Platform.FirebaseHandler struct FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586 : public RuntimeObject { // System.Boolean Firebase.Platform.FirebaseHandler::k__BackingField bool ___U3CIsPlayModeU3Ek__BackingField_4; // System.EventHandler`1 Firebase.Platform.FirebaseHandler::Updated EventHandler_1_tF2D41B212D800E7E7D00F9BDEA817E57153988BF* ___Updated_6; // System.Action Firebase.Platform.FirebaseHandler::UpdatedEventWrapper Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___UpdatedEventWrapper_7; // System.EventHandler`1 Firebase.Platform.FirebaseHandler::ApplicationFocusChanged EventHandler_1_t9A81151178F9BE57BCBDEC74D73D78671B00EC6E* ___ApplicationFocusChanged_8; }; // Firebase.LogUtil struct LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39 : public RuntimeObject { // System.Boolean Firebase.LogUtil::_disposed bool ____disposed_2; }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.Threading.SynchronizationContext struct SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0 : public RuntimeObject { // System.Threading.SynchronizationContextProperties System.Threading.SynchronizationContext::_props int32_t ____props_0; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_23; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_26; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // Firebase.VariantExtension struct VariantExtension_tB435A3289181B56FC8CDE8BFAEDA2158ACB16068 : public RuntimeObject { }; // Firebase.VersionInfo struct VersionInfo_t94C48C6F8F37BB4AB53DF332514056A9FE6ACACB : public RuntimeObject { }; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper struct SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150 : public RuntimeObject { }; // Firebase.AppUtilPINVOKE/SWIGPendingException struct SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63 : public RuntimeObject { }; // Firebase.AppUtilPINVOKE/SWIGStringHelper struct SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534 : public RuntimeObject { }; // Firebase.CharVector/CharVectorEnumerator struct CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E : public RuntimeObject { // Firebase.CharVector Firebase.CharVector/CharVectorEnumerator::collectionRef CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___collectionRef_0; // System.Int32 Firebase.CharVector/CharVectorEnumerator::currentIndex int32_t ___currentIndex_1; // System.Object Firebase.CharVector/CharVectorEnumerator::currentObject RuntimeObject* ___currentObject_2; // System.Int32 Firebase.CharVector/CharVectorEnumerator::currentSize int32_t ___currentSize_3; }; // Firebase.FirebaseApp/<>c struct U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C : public RuntimeObject { }; // Firebase.FirebaseApp/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF : public RuntimeObject { // Firebase.AppOptions Firebase.FirebaseApp/<>c__DisplayClass16_0::options AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* ___options_0; }; // Firebase.FirebaseApp/<>c__DisplayClass17_0 struct U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83 : public RuntimeObject { // Firebase.AppOptions Firebase.FirebaseApp/<>c__DisplayClass17_0::options AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* ___options_0; // System.String Firebase.FirebaseApp/<>c__DisplayClass17_0::name String_t* ___name_1; }; // Firebase.FirebaseApp/<>c__DisplayClass58_0 struct U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8 : public RuntimeObject { // Firebase.DependencyStatus Firebase.FirebaseApp/<>c__DisplayClass58_0::status int32_t ___status_0; }; // Firebase.FirebaseApp/<>c__DisplayClass60_0 struct U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED : public RuntimeObject { // System.Threading.Tasks.Task Firebase.FirebaseApp/<>c__DisplayClass60_0::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_0; }; // Firebase.FirebaseApp/EnableModuleParams struct EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762 : public RuntimeObject { // System.String Firebase.FirebaseApp/EnableModuleParams::k__BackingField String_t* ___U3CCppModuleNameU3Ek__BackingField_0; // System.String Firebase.FirebaseApp/EnableModuleParams::k__BackingField String_t* ___U3CCSharpClassNameU3Ek__BackingField_1; // System.Boolean Firebase.FirebaseApp/EnableModuleParams::k__BackingField bool ___U3CAlwaysEnableU3Ek__BackingField_2; }; // Firebase.FutureBool/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5 : public RuntimeObject { // Firebase.FutureBool Firebase.FutureBool/<>c__DisplayClass5_0::fu FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.FutureBool/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* ___tcs_1; }; // Firebase.FutureString/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644 : public RuntimeObject { // Firebase.FutureString Firebase.FutureString/<>c__DisplayClass5_0::fu FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.FutureString/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* ___tcs_1; }; // Firebase.FutureVoid/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51 : public RuntimeObject { // Firebase.FutureVoid Firebase.FutureVoid/<>c__DisplayClass5_0::fu FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* ___fu_0; // System.Threading.Tasks.TaskCompletionSource`1 Firebase.FutureVoid/<>c__DisplayClass5_0::tcs TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* ___tcs_1; }; // Firebase.StringList/StringListEnumerator struct StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5 : public RuntimeObject { // Firebase.StringList Firebase.StringList/StringListEnumerator::collectionRef StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___collectionRef_0; // System.Int32 Firebase.StringList/StringListEnumerator::currentIndex int32_t ___currentIndex_1; // System.Object Firebase.StringList/StringListEnumerator::currentObject RuntimeObject* ___currentObject_2; // System.Int32 Firebase.StringList/StringListEnumerator::currentSize int32_t ___currentSize_3; }; // Firebase.StringStringMap/StringStringMapEnumerator struct StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18 : public RuntimeObject { // Firebase.StringStringMap Firebase.StringStringMap/StringStringMapEnumerator::collectionRef StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___collectionRef_0; // System.Collections.Generic.IList`1 Firebase.StringStringMap/StringStringMapEnumerator::keyCollection RuntimeObject* ___keyCollection_1; // System.Int32 Firebase.StringStringMap/StringStringMapEnumerator::currentIndex int32_t ___currentIndex_2; // System.Object Firebase.StringStringMap/StringStringMapEnumerator::currentObject RuntimeObject* ___currentObject_3; // System.Int32 Firebase.StringStringMap/StringStringMapEnumerator::currentSize int32_t ___currentSize_4; }; // Firebase.VariantList/VariantListEnumerator struct VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088 : public RuntimeObject { // Firebase.VariantList Firebase.VariantList/VariantListEnumerator::collectionRef VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___collectionRef_0; // System.Int32 Firebase.VariantList/VariantListEnumerator::currentIndex int32_t ___currentIndex_1; // System.Object Firebase.VariantList/VariantListEnumerator::currentObject RuntimeObject* ___currentObject_2; // System.Int32 Firebase.VariantList/VariantListEnumerator::currentSize int32_t ___currentSize_3; }; // Firebase.VariantVariantMap/VariantVariantMapEnumerator struct VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21 : public RuntimeObject { // Firebase.VariantVariantMap Firebase.VariantVariantMap/VariantVariantMapEnumerator::collectionRef VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___collectionRef_0; // System.Collections.Generic.IList`1 Firebase.VariantVariantMap/VariantVariantMapEnumerator::keyCollection RuntimeObject* ___keyCollection_1; // System.Int32 Firebase.VariantVariantMap/VariantVariantMapEnumerator::currentIndex int32_t ___currentIndex_2; // System.Object Firebase.VariantVariantMap/VariantVariantMapEnumerator::currentObject RuntimeObject* ___currentObject_3; // System.Int32 Firebase.VariantVariantMap/VariantVariantMapEnumerator::currentSize int32_t ___currentSize_4; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 { // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256 { // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A { // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C { // TKey System.Collections.Generic.KeyValuePair`2::key Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___value_1; }; // System.Threading.Tasks.Task`1> struct Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result String_t* ___m_result_38; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Collections.DictionaryEntry struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB { // System.Object System.Collections.DictionaryEntry::_key RuntimeObject* ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject* ____value_1; }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { }; // Firebase.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_tD9985ACFF80199E37095A632974C17F37B31A703 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.Threading.Thread struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 { // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687* ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject* ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject* ___pending_exception_8; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t* ___m_Delegate_10; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___m_ExecutionContext_11; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_12; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_13; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_14; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject* ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject* ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42* ___AssemblyLoad_9; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___AssemblyResolve_10; // System.EventHandler System.AppDomain::DomainUnload EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___DomainUnload_11; // System.EventHandler System.AppDomain::ProcessExit EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___ProcessExit_12; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ResourceResolve_13; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___TypeResolve_14; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___UnhandledException_15; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7* ___FirstChanceException_16; // System.Object System.AppDomain::_domain_manager RuntimeObject* ____domain_manager_17; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ReflectionOnlyAssemblyResolve_18; // System.Object System.AppDomain::_activation RuntimeObject* ____activation_19; // System.Object System.AppDomain::_applicationIdentity RuntimeObject* ____applicationIdentity_20; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_9; Il2CppMethodPointer ___AssemblyResolve_10; Il2CppMethodPointer ___DomainUnload_11; Il2CppMethodPointer ___ProcessExit_12; Il2CppMethodPointer ___ResourceResolve_13; Il2CppMethodPointer ___TypeResolve_14; Il2CppMethodPointer ___UnhandledException_15; Il2CppMethodPointer ___FirstChanceException_16; Il2CppIUnknown* ____domain_manager_17; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18; Il2CppIUnknown* ____activation_19; Il2CppIUnknown* ____applicationIdentity_20; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_9; Il2CppMethodPointer ___AssemblyResolve_10; Il2CppMethodPointer ___DomainUnload_11; Il2CppMethodPointer ___ProcessExit_12; Il2CppMethodPointer ___ResourceResolve_13; Il2CppMethodPointer ___TypeResolve_14; Il2CppMethodPointer ___UnhandledException_15; Il2CppMethodPointer ___FirstChanceException_16; Il2CppIUnknown* ____domain_manager_17; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18; Il2CppIUnknown* ____activation_19; Il2CppIUnknown* ____applicationIdentity_20; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.Runtime.InteropServices.GCHandle struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC { // System.IntPtr System.Runtime.InteropServices.GCHandle::handle intptr_t ___handle_0; }; // System.Runtime.InteropServices.HandleRef struct HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F { // System.Object System.Runtime.InteropServices.HandleRef::_wrapper RuntimeObject* ____wrapper_0; // System.IntPtr System.Runtime.InteropServices.HandleRef::_handle intptr_t ____handle_1; }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.AggregateException struct AggregateException_t51B6205846DFB356B94452702201DD239D44422F : public Exception_t { // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::m_innerExceptions ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* ___m_innerExceptions_18; }; // Firebase.AppOptionsInternal struct AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.AppOptionsInternal::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.AppOptionsInternal::swigCMemOwn bool ___swigCMemOwn_1; }; // System.ApplicationException struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t { }; // Firebase.CharVector struct CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.CharVector::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.CharVector::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.FirebaseApp struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.FirebaseApp::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.FirebaseApp::swigCMemOwn bool ___swigCMemOwn_1; // System.String Firebase.FirebaseApp::name String_t* ___name_3; // System.EventHandler Firebase.FirebaseApp::AppDisposed EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___AppDisposed_4; // Firebase.Platform.FirebaseAppPlatform Firebase.FirebaseApp::appPlatform FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* ___appPlatform_16; }; // Firebase.FirebaseException struct FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED : public Exception_t { // System.Int32 Firebase.FirebaseException::k__BackingField int32_t ___U3CErrorCodeU3Ek__BackingField_18; }; // Firebase.FutureBase struct FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.FutureBase::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.FutureBase::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.InitializationException struct InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E : public Exception_t { // Firebase.InitResult Firebase.InitializationException::k__BackingField int32_t ___U3CInitResultU3Ek__BackingField_18; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // Firebase.StringList struct StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.StringList::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.StringList::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.StringStringMap struct StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.StringStringMap::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.StringStringMap::swigCMemOwn bool ___swigCMemOwn_1; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // Firebase.Variant struct Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.Variant::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.Variant::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.VariantList struct VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.VariantList::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.VariantList::swigCMemOwn bool ___swigCMemOwn_1; }; // Firebase.VariantVariantMap struct VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709 : public RuntimeObject { // System.Runtime.InteropServices.HandleRef Firebase.VariantVariantMap::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_0; // System.Boolean Firebase.VariantVariantMap::swigCMemOwn bool ___swigCMemOwn_1; }; // System.WeakReference struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E : public RuntimeObject { // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___gcHandle_1; }; // System.Action`1 struct Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A : public MulticastDelegate_t { }; // System.Func`1 struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457 : public MulticastDelegate_t { }; // System.Func`1 struct Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE : public MulticastDelegate_t { }; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305 : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF : public MulticastDelegate_t { }; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t { }; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // Firebase.FutureBool struct FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36 : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.FutureBool::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.FutureBool::callbackData intptr_t ___callbackData_6; // Firebase.FutureBool/SWIG_CompletionDelegate Firebase.FutureBool::SWIG_CompletionCB SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* ___SWIG_CompletionCB_7; }; // Firebase.FutureString struct FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.FutureString::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.FutureString::callbackData intptr_t ___callbackData_6; // Firebase.FutureString/SWIG_CompletionDelegate Firebase.FutureString::SWIG_CompletionCB SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* ___SWIG_CompletionCB_7; }; // Firebase.FutureVoid struct FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480 : public FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36 { // System.Runtime.InteropServices.HandleRef Firebase.FutureVoid::swigCPtr HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr_2; // System.IntPtr Firebase.FutureVoid::callbackData intptr_t ___callbackData_6; // Firebase.FutureVoid/SWIG_CompletionDelegate Firebase.FutureVoid::SWIG_CompletionCB SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* ___SWIG_CompletionCB_7; }; // System.IO.IOException struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.InvalidCastException struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NullReferenceException struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.OutOfMemoryException struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.TypeLoadException struct TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.TypeLoadException::ClassName String_t* ___ClassName_18; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_19; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_20; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_21; }; // Firebase.FirebaseApp/CreateDelegate struct CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73 : public MulticastDelegate_t { }; // Firebase.FutureBool/Action struct Action_tFDE134143E51CA91365E715F58313D777C789717 : public MulticastDelegate_t { }; // Firebase.FutureBool/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861 : public MulticastDelegate_t { }; // Firebase.FutureString/Action struct Action_tDDEC61697BDCC723A13409640FD7390B3857EB66 : public MulticastDelegate_t { }; // Firebase.FutureString/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB : public MulticastDelegate_t { }; // Firebase.FutureVoid/Action struct Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F : public MulticastDelegate_t { }; // Firebase.FutureVoid/SWIG_CompletionDelegate struct SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C : public MulticastDelegate_t { }; // Firebase.LogUtil/LogMessageDelegate struct LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4 : public MulticastDelegate_t { }; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate struct ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2 : public MulticastDelegate_t { }; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate struct ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2 : public MulticastDelegate_t { }; // Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate struct SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879 : public MulticastDelegate_t { }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { // System.Object System.ArgumentOutOfRangeException::_actualValue RuntimeObject* ____actualValue_19; }; // System.DivideByZeroException struct DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279 : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA { }; // System.DllNotFoundException struct DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534 : public TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32 { }; // System.IO.FileNotFoundException struct FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A : public IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 { // System.String System.IO.FileNotFoundException::k__BackingField String_t* ___U3CFileNameU3Ek__BackingField_18; // System.String System.IO.FileNotFoundException::k__BackingField String_t* ___U3CFusionLogU3Ek__BackingField_19; }; // System.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA { }; // System.UriFormatException struct UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF : public FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B { }; // // // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray FirebaseAppU5BU5D_tAF8C57A692D2A4A45A684BD35F987A356B31529C* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // System.Threading.Tasks.TaskCompletionSource`1 // Firebase.AppOptions // Firebase.AppOptions // Firebase.AppUtil // Firebase.AppUtil // Firebase.AppUtilPINVOKE struct AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_StaticFields { // Firebase.AppUtilPINVOKE/SWIGExceptionHelper Firebase.AppUtilPINVOKE::swigExceptionHelper SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150* ___swigExceptionHelper_0; // Firebase.AppUtilPINVOKE/SWIGStringHelper Firebase.AppUtilPINVOKE::swigStringHelper SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534* ___swigStringHelper_1; }; // Firebase.AppUtilPINVOKE // System.Reflection.Assembly // System.Reflection.Assembly // System.Attribute // System.Attribute // Firebase.ErrorMessages struct ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields { // System.String Firebase.ErrorMessages::DEPENDENCY_NOT_FOUND_ERROR_ANDROID String_t* ___DEPENDENCY_NOT_FOUND_ERROR_ANDROID_0; // System.String Firebase.ErrorMessages::DEPENDENCY_NOT_FOUND_ERROR_IOS String_t* ___DEPENDENCY_NOT_FOUND_ERROR_IOS_1; // System.String Firebase.ErrorMessages::DEPENDENCY_NOT_FOUND_ERROR_GENERIC String_t* ___DEPENDENCY_NOT_FOUND_ERROR_GENERIC_2; // System.String Firebase.ErrorMessages::DLL_NOT_FOUND_ERROR_ANDROID String_t* ___DLL_NOT_FOUND_ERROR_ANDROID_3; // System.String Firebase.ErrorMessages::DLL_NOT_FOUND_ERROR_IOS String_t* ___DLL_NOT_FOUND_ERROR_IOS_4; // System.String Firebase.ErrorMessages::DLL_NOT_FOUND_ERROR_GENERIC String_t* ___DLL_NOT_FOUND_ERROR_GENERIC_5; }; // Firebase.ErrorMessages // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields { // System.EventArgs System.EventArgs::Empty EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0; }; // System.EventArgs // Firebase.Platform.FirebaseAppPlatform // Firebase.Platform.FirebaseAppPlatform // Firebase.Platform.FirebaseAppUtils struct FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_StaticFields { // Firebase.Platform.FirebaseAppUtils Firebase.Platform.FirebaseAppUtils::instance FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* ___instance_0; }; // Firebase.Platform.FirebaseAppUtils // Firebase.Platform.FirebaseHandler struct FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_StaticFields { // Firebase.Platform.FirebaseMonoBehaviour Firebase.Platform.FirebaseHandler::firebaseMonoBehaviour FirebaseMonoBehaviour_t0DC02A14DFF90538B38698592F07B4373DB03C72* ___firebaseMonoBehaviour_0; // Firebase.Platform.IFirebaseAppUtils Firebase.Platform.FirebaseHandler::k__BackingField RuntimeObject* ___U3CAppUtilsU3Ek__BackingField_1; // System.Int32 Firebase.Platform.FirebaseHandler::tickCount int32_t ___tickCount_2; // Firebase.Dispatcher Firebase.Platform.FirebaseHandler::k__BackingField Dispatcher_tBD1370511B5D6C10B211FBD3AF8E4F9D6B3CD8C6* ___U3CThreadDispatcherU3Ek__BackingField_3; // Firebase.Platform.FirebaseHandler Firebase.Platform.FirebaseHandler::firebaseHandler FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586* ___firebaseHandler_5; }; // Firebase.Platform.FirebaseHandler // Firebase.LogUtil struct LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields { // Firebase.LogUtil Firebase.LogUtil::_instance LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* ____instance_0; // System.Object Firebase.LogUtil::InitializeLoggingLock RuntimeObject* ___InitializeLoggingLock_1; }; // Firebase.LogUtil // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // System.Threading.SynchronizationContext struct SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0_StaticFields { // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType1 Type_t* ___s_cachedPreparedType1_1; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType2 Type_t* ___s_cachedPreparedType2_2; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType3 Type_t* ___s_cachedPreparedType3_3; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType4 Type_t* ___s_cachedPreparedType4_4; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType5 Type_t* ___s_cachedPreparedType5_5; }; // System.Threading.SynchronizationContext // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields { // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_0; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject* ___s_taskCompletionSentinel_24; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_25; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_27; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_30; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_31; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_32; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_33; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_34; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_35; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_36; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_37; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_28; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_29; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject* ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_35; }; // System.Uri // Firebase.VariantExtension // Firebase.VariantExtension // Firebase.VersionInfo // Firebase.VersionInfo // Firebase.AppUtilPINVOKE/SWIGExceptionHelper struct SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields { // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::applicationDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___applicationDelegate_0; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::arithmeticDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___arithmeticDelegate_1; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::divideByZeroDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___divideByZeroDelegate_2; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::indexOutOfRangeDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___indexOutOfRangeDelegate_3; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::invalidCastDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___invalidCastDelegate_4; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::invalidOperationDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___invalidOperationDelegate_5; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::ioDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___ioDelegate_6; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::nullReferenceDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___nullReferenceDelegate_7; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::outOfMemoryDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___outOfMemoryDelegate_8; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::overflowDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___overflowDelegate_9; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::systemDelegate ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___systemDelegate_10; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::argumentDelegate ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___argumentDelegate_11; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::argumentNullDelegate ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___argumentNullDelegate_12; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate Firebase.AppUtilPINVOKE/SWIGExceptionHelper::argumentOutOfRangeDelegate ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___argumentOutOfRangeDelegate_13; }; // Firebase.AppUtilPINVOKE/SWIGExceptionHelper // Firebase.AppUtilPINVOKE/SWIGPendingException struct SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields { // System.Int32 Firebase.AppUtilPINVOKE/SWIGPendingException::numExceptionsPending int32_t ___numExceptionsPending_1; // System.Object Firebase.AppUtilPINVOKE/SWIGPendingException::exceptionsLock RuntimeObject* ___exceptionsLock_2; }; // Firebase.AppUtilPINVOKE/SWIGPendingException struct SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields { // System.Exception Firebase.AppUtilPINVOKE/SWIGPendingException::pendingException Exception_t* ___pendingException_0; }; // Firebase.AppUtilPINVOKE/SWIGStringHelper struct SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_StaticFields { // Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate Firebase.AppUtilPINVOKE/SWIGStringHelper::stringDelegate SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* ___stringDelegate_0; }; // Firebase.AppUtilPINVOKE/SWIGStringHelper // Firebase.CharVector/CharVectorEnumerator // Firebase.CharVector/CharVectorEnumerator // Firebase.FirebaseApp/<>c struct U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields { // Firebase.FirebaseApp/<>c Firebase.FirebaseApp/<>c::<>9 U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* ___U3CU3E9_0; // Firebase.FirebaseApp/CreateDelegate Firebase.FirebaseApp/<>c::<>9__15_0 CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* ___U3CU3E9__15_0_1; // System.Func`1 Firebase.FirebaseApp/<>c::<>9__48_0 Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___U3CU3E9__48_0_2; // System.Func`1 Firebase.FirebaseApp/<>c::<>9__56_0 Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* ___U3CU3E9__56_0_3; // System.Func`2> Firebase.FirebaseApp/<>c::<>9__57_1 Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* ___U3CU3E9__57_1_4; // System.Func`2,System.Threading.Tasks.Task`1> Firebase.FirebaseApp/<>c::<>9__57_0 Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* ___U3CU3E9__57_0_5; // System.Action`1 Firebase.FirebaseApp/<>c::<>9__60_1 Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* ___U3CU3E9__60_1_6; }; // Firebase.FirebaseApp/<>c // Firebase.FirebaseApp/<>c__DisplayClass16_0 // Firebase.FirebaseApp/<>c__DisplayClass16_0 // Firebase.FirebaseApp/<>c__DisplayClass17_0 // Firebase.FirebaseApp/<>c__DisplayClass17_0 // Firebase.FirebaseApp/<>c__DisplayClass58_0 // Firebase.FirebaseApp/<>c__DisplayClass58_0 // Firebase.FirebaseApp/<>c__DisplayClass60_0 // Firebase.FirebaseApp/<>c__DisplayClass60_0 // Firebase.FirebaseApp/EnableModuleParams // Firebase.FirebaseApp/EnableModuleParams // Firebase.FutureBool/<>c__DisplayClass5_0 // Firebase.FutureBool/<>c__DisplayClass5_0 // Firebase.FutureString/<>c__DisplayClass5_0 // Firebase.FutureString/<>c__DisplayClass5_0 // Firebase.FutureVoid/<>c__DisplayClass5_0 // Firebase.FutureVoid/<>c__DisplayClass5_0 // Firebase.StringList/StringListEnumerator // Firebase.StringList/StringListEnumerator // Firebase.StringStringMap/StringStringMapEnumerator // Firebase.StringStringMap/StringStringMapEnumerator // Firebase.VariantList/VariantListEnumerator // Firebase.VariantList/VariantListEnumerator // Firebase.VariantVariantMap/VariantVariantMapEnumerator // Firebase.VariantVariantMap/VariantVariantMapEnumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Threading.Tasks.Task`1> struct Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tA1370864EDB73BA30BF7ECF3D38054C6957BC988* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tA1BF99B45C5D8E4EBA82339084E38BD2DB72E0C1* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Boolean // System.Byte // System.Byte // System.Collections.DictionaryEntry // System.Collections.DictionaryEntry // System.Double // System.Double // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // System.IntPtr // System.Reflection.MethodBase // System.Reflection.MethodBase // Firebase.MonoPInvokeCallbackAttribute // Firebase.MonoPInvokeCallbackAttribute // System.SByte // System.SByte // System.Single // System.Single // System.Threading.Thread struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_StaticFields { // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E* ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentUICulture_5; }; // System.Threading.Thread struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_ThreadStaticFields { // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F* ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___current_thread_9; }; // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.Void // System.Void // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_StaticFields { // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; }; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_ThreadStaticFields { // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_refonly_5; }; // System.Delegate // System.Delegate // System.Exception struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // System.Exception // System.Runtime.InteropServices.HandleRef // System.Runtime.InteropServices.HandleRef // System.Reflection.MethodInfo // System.Reflection.MethodInfo // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.AggregateException // System.AggregateException // Firebase.AppOptionsInternal // Firebase.AppOptionsInternal // System.ApplicationException // System.ApplicationException // Firebase.CharVector // Firebase.CharVector // Firebase.FirebaseApp struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields { // System.Object Firebase.FirebaseApp::disposeLock RuntimeObject* ___disposeLock_2; // System.Collections.Generic.Dictionary`2 Firebase.FirebaseApp::nameToProxy Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* ___nameToProxy_5; // System.Collections.Generic.Dictionary`2 Firebase.FirebaseApp::cPtrToProxy Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* ___cPtrToProxy_6; // System.Boolean Firebase.FirebaseApp::AppUtilCallbacksInitialized bool ___AppUtilCallbacksInitialized_7; // System.Object Firebase.FirebaseApp::AppUtilCallbacksLock RuntimeObject* ___AppUtilCallbacksLock_8; // System.Boolean Firebase.FirebaseApp::PreventOnAllAppsDestroyed bool ___PreventOnAllAppsDestroyed_9; // System.Boolean Firebase.FirebaseApp::crashlyticsInitializationAttempted bool ___crashlyticsInitializationAttempted_10; // System.Boolean Firebase.FirebaseApp::userAgentRegistered bool ___userAgentRegistered_11; // System.Int32 Firebase.FirebaseApp::CheckDependenciesThread int32_t ___CheckDependenciesThread_14; // System.Object Firebase.FirebaseApp::CheckDependenciesThreadLock RuntimeObject* ___CheckDependenciesThreadLock_15; }; // Firebase.FirebaseApp // Firebase.FirebaseException // Firebase.FirebaseException // Firebase.FutureBase // Firebase.FutureBase // Firebase.InitializationException // Firebase.InitializationException // Firebase.StringList // Firebase.StringList // Firebase.StringStringMap // Firebase.StringStringMap // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // System.Type // Firebase.Variant // Firebase.Variant // Firebase.VariantList // Firebase.VariantList // Firebase.VariantVariantMap // Firebase.VariantVariantMap // System.WeakReference // System.WeakReference // System.Action`1 // System.Action`1 // System.Func`1 // System.Func`1 // System.Func`1 // System.Func`1 // System.Func`2,System.Threading.Tasks.Task`1> // System.Func`2,System.Threading.Tasks.Task`1> // System.Func`2> // System.Func`2> // System.Action // System.Action // System.ArgumentException // System.ArgumentException // System.ArithmeticException // System.ArithmeticException // System.AsyncCallback // System.AsyncCallback // System.EventHandler // System.EventHandler // Firebase.FutureBool struct FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.FutureBool::Callbacks Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* ___Callbacks_3; // System.Int32 Firebase.FutureBool::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.FutureBool::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.FutureBool // Firebase.FutureString struct FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.FutureString::Callbacks Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* ___Callbacks_3; // System.Int32 Firebase.FutureString::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.FutureString::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.FutureString // Firebase.FutureVoid struct FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields { // System.Collections.Generic.Dictionary`2 Firebase.FutureVoid::Callbacks Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* ___Callbacks_3; // System.Int32 Firebase.FutureVoid::CallbackIndex int32_t ___CallbackIndex_4; // System.Object Firebase.FutureVoid::CallbackLock RuntimeObject* ___CallbackLock_5; }; // Firebase.FutureVoid // System.IO.IOException // System.IO.IOException // System.IndexOutOfRangeException // System.IndexOutOfRangeException // System.InvalidCastException // System.InvalidCastException // System.InvalidOperationException // System.InvalidOperationException // System.NullReferenceException // System.NullReferenceException // System.OutOfMemoryException // System.OutOfMemoryException // Firebase.FirebaseApp/CreateDelegate // Firebase.FirebaseApp/CreateDelegate // Firebase.FutureBool/Action // Firebase.FutureBool/Action // Firebase.FutureBool/SWIG_CompletionDelegate // Firebase.FutureBool/SWIG_CompletionDelegate // Firebase.FutureString/Action // Firebase.FutureString/Action // Firebase.FutureString/SWIG_CompletionDelegate // Firebase.FutureString/SWIG_CompletionDelegate // Firebase.FutureVoid/Action // Firebase.FutureVoid/Action // Firebase.FutureVoid/SWIG_CompletionDelegate // Firebase.FutureVoid/SWIG_CompletionDelegate // Firebase.LogUtil/LogMessageDelegate // Firebase.LogUtil/LogMessageDelegate // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate // Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate // Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate // Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException // System.ArgumentOutOfRangeException // System.DivideByZeroException // System.DivideByZeroException // System.DllNotFoundException // System.DllNotFoundException // System.IO.FileNotFoundException // System.IO.FileNotFoundException // System.OverflowException // System.OverflowException // System.UriFormatException // System.UriFormatException #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_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; } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C : public RuntimeArray { ALIGN_FIELD (8) KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A m_Items[1]; inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* 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, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.String[] 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); } }; // Firebase.FirebaseApp/EnableModuleParams[] struct EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118 : public RuntimeArray { ALIGN_FIELD (8) EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* m_Items[1]; inline EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762** 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, EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] 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); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF : public RuntimeArray { ALIGN_FIELD (8) KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C m_Items[1]; inline KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C* 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, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // Firebase.Variant[] struct VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673 : public RuntimeArray { ALIGN_FIELD (8) Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* m_Items[1]; inline Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C** 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, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m0D5C3E0BE2D37252D3F4E0F0EA9A13C9458D4950_gshared (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F_gshared (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_gshared (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_gshared_inline (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A_gshared (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7_gshared (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, int32_t ___0_result, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_gshared (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_gshared (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_gshared_inline (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9_gshared (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448_gshared (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, bool ___0_result, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m3E3D57799E239C05EC32CBC974A451DD6578EBC2_gshared (Dictionary_2_tD63EB1AE0932E2A4B7488F4CBA95C4C7520684F1* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m49E653F9387FBC8B06893771CB33D3ED4B6BD83C_gshared (Dictionary_2_tD63EB1AE0932E2A4B7488F4CBA95C4C7520684F1* __this, intptr_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m4FF1F26584D1323C922E1C4C73F77D0637A37E5A_gshared (Dictionary_2_tD63EB1AE0932E2A4B7488F4CBA95C4C7520684F1* __this, intptr_t ___0_key, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mC888754AF30F27F9125E704FCB28F45DD7787133_gshared (Dictionary_2_tD63EB1AE0932E2A4B7488F4CBA95C4C7520684F1* __this, intptr_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // TResult Firebase.Platform.FirebaseHandler::RunOnMainThread(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4_gshared (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_f, const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mB72E02E4A5EAA72E35D6DEBAE357C0AE7920088A_gshared (Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* Task_Run_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m09077379572CC83CBFD15E651443EAF65B09535A_gshared (Func_1_tA8F91C23675D323D5C9C1F3D2FAA8008CB1EF551* ___0_function, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task`1::ContinueWith(System.Func`2,TNewResult>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* Task_1_ContinueWith_TisRuntimeObject_mBEE9E2E81D3ECA255F671200B9FB57ABE3442668_gshared (Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* __this, Func_2_tCAA612459A254A772A62B258A3DEF8F628BFFA14* ___0_continuationFunction, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskExtensions::Unwrap(System.Threading.Tasks.Task`1>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* TaskExtensions_Unwrap_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m12F58277C1EF4204AC683239FFB25BD3C7B1A691_gshared (Task_1_t20851D81B49798FC22ACDA8F9B46EF01E7B0624B* ___0_task, const RuntimeMethod* method) ; // TResult System.Threading.Tasks.Task`1::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_1_get_Result_mF8B724FC6FD57DF2078A1F8927214003AAAC6286_gshared (Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::ContinueWith(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* Task_ContinueWith_TisRuntimeObject_m673CD11A44ACB2BDE412E4E5A2595C7FC8CA96B9_gshared (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, Func_2_t771FE8EE731C9D8BA2456DA5169FA459ED5D38D3* ___0_continuationFunction, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) 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) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // Firebase.AppOptionsInternal Firebase.AppUtil::AppOptionsLoadFromJsonConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* AppUtil_AppOptionsLoadFromJsonConfig_m224F79965A5CBEBD67878701F830DC9AB86D1802 (String_t* ___0_config, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::.ctor(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions__ctor_m24702254E13B765824AB5738D6C248AE0EADAE28 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_other, const RuntimeMethod* method) ; // System.Uri Firebase.AppOptionsInternal::get_DatabaseUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* AppOptionsInternal_get_DatabaseUrl_mD24AE9A589D060986270F6F7E582FC7244A99580 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_DatabaseUrl(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_DatabaseUrl_m50A56D4AFD426801574A5008562EA3683E8516C9_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::get_AppId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_AppId_m9E10A96FC162A8F195B33B40170D42A426D3A766 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_AppId(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_AppId_m7654E20AC351E037813CCC3D88FED7BEE8DA0700_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::get_ApiKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_ApiKey_m4FEA968CCE295C61306024A53B87EB462C793FDD (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_ApiKey(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_ApiKey_m3010B35DBC7124293B7AC9091BA86114ED1BBF30_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::get_MessageSenderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_MessageSenderId_m685FAF74B5E0F003C765471030BFEC9049B188A5 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_MessageSenderId(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_MessageSenderId_mA0ABA93E9402035C509A97B3B2FFFB00B0ABFAAB_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::get_StorageBucket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_StorageBucket_m990618B90CAFF7EC9D688C494C058156DC353535 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_StorageBucket(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_StorageBucket_m797A7F991A2674B2012887527B149846109B8E4B_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::get_ProjectId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_ProjectId_m3CB8C9F459B7ABE7266E303E627FEC079DE825ED (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_ProjectId(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_ProjectId_m906F7A47E973C68F1BDC0697BE341394FFE32471_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::get_PackageName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_PackageName_m44A62026BBC91627D666692A8116007B7E6FAB40 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptions::set_PackageName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_PackageName_mF0E66EF290BDA09FBE5B5108B60FBE8E24CC225A_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal__ctor_mA2F362D1DDC90AA633738145786049C15FAECEFF (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Uri Firebase.AppOptions::get_DatabaseUrl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* AppOptions_get_DatabaseUrl_mD70471C397E4022DBBF141396FED531CA8C0C8B4_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_DatabaseUrl(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_DatabaseUrl_mB0310AB5205FCF51331B34CD50A6157A1CE2FE86 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptions::get_AppId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_AppId_m4487D55B87BFDEBF06E4C946CA8BB8D6F2763D9B_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_AppId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_AppId_mABE681281339BB1B8A9A20DC0F9578624DD0B1BF (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptions::get_ApiKey() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_ApiKey_mC1FCDEFB0AFFFBF0E2EAACB71DF0554A1D60E374_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_ApiKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_ApiKey_mCF8BDC7C43BB152665C3F48096C5B239291B75DD (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptions::get_MessageSenderId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_MessageSenderId_m42D059EE5820664491FDDB9490ADE072FC4C1DA5_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_MessageSenderId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_MessageSenderId_m952422B75F1F589BE67613A7F6BA8786C721105F (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptions::get_StorageBucket() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_StorageBucket_m93625BCEE94287655E69A3ED0D145E64F66278A4_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_StorageBucket(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_StorageBucket_mD862C7BE9B1AAAEF52F538CF870C4C0B6A446FF8 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptions::get_ProjectId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_ProjectId_m046C1AA401A3A455F57C805273D4B35F5C8CFB01_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_ProjectId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_ProjectId_m40B9538546673A0E506A538240B2F1A044E9D888 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String Firebase.AppOptions::get_PackageName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_PackageName_m8683B71CFFC94EE90CFBC75709671BA452FCE8FA_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::set_PackageName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_PackageName_mF9656EB342F5BB54E6E4A9938237B60F4F023164 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseException::set_ErrorCode(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465_inline (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3 (Exception_t* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void Firebase.InitializationException::set_InitResult(Firebase.InitResult) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InitializationException_set_InitResult_m94032AD57F63718F6F20625FDB98958766C9D764_inline (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Boolean Firebase.Platform.PlatformInformation::get_IsAndroid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B (const RuntimeMethod* method) ; // System.Boolean Firebase.Platform.PlatformInformation::get_IsIOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformInformation_get_IsIOS_mC19E79F4C15D4B8B2CF22DE2517074235DCF7082 (const RuntimeMethod* method) ; // System.String Firebase.ErrorMessages::get_DependencyNotFoundErrorMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorMessages_get_DependencyNotFoundErrorMessage_mA71EBFCD6E5CC0C61BD0E3624738175EADBCC0F7 (const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; // System.Void Firebase.LogUtil::LogMessageFromCallback(Firebase.LogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) ; // System.Void Firebase.LogUtil::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil__ctor_mFE64F3E0CAE4C8D317093D419552825F2187F3EA (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::AppEnableLogCallback(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_AppEnableLogCallback_m9FE8159D116019E4E918F4B7CEC39687DD64B2EA (bool ___0_arg0, const RuntimeMethod* method) ; // Firebase.Platform.PlatformLogLevel Firebase.LogUtil::ConvertLogLevel(Firebase.LogLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LogUtil_ConvertLogLevel_mE58CCE065A1D6EBEDDDDA2CDE76AFEA71E474216 (int32_t ___0_logLevel, const RuntimeMethod* method) ; // System.Void Firebase.Platform.FirebaseLogger::LogMessage(Firebase.Platform.PlatformLogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseLogger_LogMessage_mA369905E81D1C7988F02D10C909588A688017AA4 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) ; // System.Boolean Firebase.Platform.FirebaseLogger::get_CanRedirectNativeLogs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseLogger_get_CanRedirectNativeLogs_m1EEC26D9564564880A37D4DCBE6D4E288CD6C7DD (const RuntimeMethod* method) ; // System.Void Firebase.LogUtil::LogMessage(Firebase.LogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) ; // System.Void Firebase.LogUtil/LogMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogMessageDelegate__ctor_mB6AACCCEAE43E818C4B0DFCF6388FF4CC7200F10 (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::SetLogFunction(Firebase.LogUtil/LogMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetLogFunction_m1C535B70AA8069AC3CE81CB05882946F841DACCB (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* ___0_arg0, const RuntimeMethod* method) ; // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667 (const RuntimeMethod* method) ; // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2 (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.AppDomain::add_DomainUnload(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_DomainUnload_mC24E729ABD7550A0A1F018EBF215FDF03AA1064F (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) ; // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void Firebase.LogUtil::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_Dispose_m97EA8C366043F8F98301F73F488901880DA431CB (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Object Firebase.VariantExtension::ToObject(Firebase.Variant,Firebase.VariantExtension/KeyOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToObject_m48E049BEBDB87869AC67AE16FB2F31E7981CA594 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_variant, int32_t ___1_options, const RuntimeMethod* method) ; // System.Object Firebase.VariantExtension::ToObjectInternal(Firebase.Variant,Firebase.VariantExtension/KeyOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToObjectInternal_m8AA939C2150F64216049D0FE9C713732AA4DBCF0 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_variant, int32_t ___1_options, const RuntimeMethod* method) ; // System.Void System.GC::KeepAlive(System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GC_KeepAlive_m53833ADCAF719294E5D1DA13B067E31472C762F9 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // Firebase.Variant/Type Firebase.Variant::type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Variant_type_m03A0A0BFC610CF0047576B5CB15DC7E58E00D0B0 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Int64 Firebase.Variant::int64_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Variant_int64_value_m11AE869002EB87F8958F3AF7122C33C466557C55 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Double Firebase.Variant::double_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Variant_double_value_m66B4F265644B4F4B4DA1C5CDC23D220C62E07DAA (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Boolean Firebase.Variant::bool_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variant_bool_value_m2AC1B3119BC6AD8B1BE18DA36B721B0CCBEE9CAC (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.String Firebase.Variant::string_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // Firebase.VariantList Firebase.Variant::vector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* Variant_vector_m605D7667ABCF391DD582F236746338AFEDD03262 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // Firebase.VariantList/VariantListEnumerator Firebase.VariantList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* VariantList_GetEnumerator_m7F02DAF1A3C06A5CE8F316DC8ABB81E39F209AAD (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantList/VariantListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // System.Boolean Firebase.VariantList/VariantListEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantListEnumerator_MoveNext_mB3356E9DA1734FE027E0F0F63CA8D0859C864117 (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) ; // Firebase.VariantVariantMap Firebase.Variant::map() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IDictionary`2 Firebase.VariantExtension::ToStringVariantMap(Firebase.VariantVariantMap,Firebase.VariantExtension/KeyOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToStringVariantMap_m616B0FA2BD08664FBC67A9A74BFC66A7BBA04646 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_originalMap, int32_t ___1_options, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329 (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // Firebase.VariantVariantMap/VariantVariantMapEnumerator Firebase.VariantVariantMap::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* VariantVariantMap_GetEnumerator_m360952FBCF0F2F6AE30CA92612D50F9043894567 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 Firebase.VariantVariantMap/VariantVariantMapEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) ; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline (KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C* __this, const RuntimeMethod* method) { return (( Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* (*) (KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_inline (KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C* __this, const RuntimeMethod* method) { return (( Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* (*) (KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean Firebase.VariantVariantMap/VariantVariantMapEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMapEnumerator_MoveNext_mBD4ECB27F072218FD3DE27476AA880BB530A0F06 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) ; // System.Byte[] Firebase.Variant::blob_as_bytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Variant_blob_as_bytes_mCA950A447F7928E4E3A303D09C0003EFB2A491EF (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Boolean Firebase.Variant::is_string() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variant_is_string_m2CD01E3123A174A575C240FD125F3E43CEAB73A8 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Boolean Firebase.Variant::is_fundamental_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variant_is_fundamental_type_mB173361527A94BAEEBBF8747805DD81AD1BD9E2C (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::AsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_AsString_m88B77BD34C54D8FF8596675C201FAA43945EA758 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.HandleRef::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, RuntimeObject* ___0_wrapper, intptr_t ___1_handle, const RuntimeMethod* method) ; // System.Void System.ApplicationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82 (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.FutureBase::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.IntPtr System.Runtime.InteropServices.HandleRef::get_Handle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_FutureBase(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureBase_mBA1AC9D7BE7977A080996ED289972DF8449F7BC5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureBase__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureBase__SWIG_0_m884A756C927BEE41E8DD0D282A9D32369C8871D8 (const RuntimeMethod* method) ; // System.Void Firebase.FutureBase::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE/SWIGPendingException::get_Pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE (const RuntimeMethod* method) ; // System.Exception Firebase.AppUtilPINVOKE/SWIGPendingException::Retrieve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51 (const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.FutureBase::getCPtr(Firebase.FutureBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureBase_getCPtr_m5AD418720B3323ACB5630EACA8071B64797E9A41 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureBase__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureBase__SWIG_1_m9D0E36CC8F3112BBA642F6321C82E1AD1086EF0B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FutureBase_Release(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureBase_Release_m614CF71A99BCD343CB463EF18DE243FF779ED32C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::FutureBase_status(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_FutureBase_status_m3056FA61BBB6B002A5BEE4F34F75DCD0858BC27C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::FutureBase_error(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_FutureBase_error_mDB0C901628E9EE247400F57E7E697743B69906E3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::FutureBase_error_message(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FutureBase_error_message_mDB4089A47D35BF6D3457750C5355B1908C4BE46B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Dispose_mFECCAB7DCE0572DDE5BAFE9999616BBAD5B42D12 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_StringStringMap(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_StringStringMap_m9ACE5D4FA3CBE366F2925D4328DBE077A95E7196 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.StringStringMap::getitem(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringStringMap_getitem_m8DADD76F6CD52B4B98611DD4292910963C079C1B (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::setitem(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_setitem_mC5A0170C20E03D926C187A4B7AC6B0B96FB18C00 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t* ___1_x, const RuntimeMethod* method) ; // System.Boolean Firebase.StringStringMap::ContainsKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_ContainsKey_mD13F26BD8A08E581ADB303D38074819105C605A5 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) ; // System.String Firebase.StringStringMap::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringStringMap_get_Item_m01061069FC7C194E45C518987A14FA5918806BE1 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) ; // System.UInt32 Firebase.StringStringMap::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringStringMap_size_m9C20BFD104A8B49600AD587CC29C4A748F408DC4 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method) { (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Int32 Firebase.StringStringMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.StringStringMap::create_iterator_begin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t StringStringMap_create_iterator_begin_mF1C81519248E3646D376EC9F288C1C6A2065630D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.String Firebase.StringStringMap::get_next_key(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringStringMap_get_next_key_m92C94637FF8B9A00B08BFCAD08CD41705AEAEE9B (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::destroy_iterator(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_destroy_iterator_m75AD241AD5316B8B09070BF04C571918FE34BA04 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) ; // Firebase.StringStringMap/StringStringMapEnumerator Firebase.StringStringMap::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* StringStringMap_GetEnumerator_m5629FBE397B23B93415341566E71A149DBF1362A (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 Firebase.StringStringMap/StringStringMapEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } // System.Boolean Firebase.StringStringMap/StringStringMapEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMapEnumerator_MoveNext_m19D42D8E29467683964512499AABEF93BD9830E1 (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) ; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method); } // System.Void Firebase.StringStringMap::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Add_m01048CFD777D82B2F693B6D71A4D452FAF7AEAC1 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) ; // System.Boolean Firebase.StringStringMap::Contains(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_Contains_m5F1544CEFA19C9797BD02C53E7DD9EB2C9097916 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ___0_item, const RuntimeMethod* method) ; // System.Boolean Firebase.StringStringMap::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_Remove_m986E61004827D7F62831AEE307E6020383C3CB4D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) ; // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ; // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Collections.Generic.ICollection`1 Firebase.StringStringMap::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringStringMap_get_Keys_m558C6C1516539080580AB4D6F8B2905B4B604AC4 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, String_t*, String_t*, const RuntimeMethod*))KeyValuePair_2__ctor_m0D5C3E0BE2D37252D3F4E0F0EA9A13C9458D4950_gshared)(__this, ___0_key, ___1_value, method); } // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8 (RuntimeArray* __this, RuntimeObject* ___0_value, int32_t ___1_index, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap/StringStringMapEnumerator::.ctor(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMapEnumerator__ctor_m1659D491782A6E753AC1792C39802A79860F75B3 (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_collection, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_StringStringMap__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringStringMap__SWIG_0_m84D097C2772CA3A9AC5F931078FB79C3D3C1AF5E (const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m493F3867E24E87A4D890A56366DAE5D3E2172E35 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.StringStringMap::getCPtr(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringStringMap_getCPtr_m9E30BAD269827991D469F743D10098904502616D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_StringStringMap__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringStringMap__SWIG_1_m9EAC17BB84BA1B39B47695E5F22818170E8EA76C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::StringStringMap_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_StringStringMap_size_mD8D9155E1FE3473C2D52EF30DB99A8054B8036C0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::StringStringMap_empty(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringStringMap_empty_mEA829EA0BEFF23CFA23D5F959768ADC147292E4F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringStringMap_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_Clear_m8D2936F5AC4C42D9E10C8A296765929E80819E6A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::StringStringMap_getitem(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringStringMap_getitem_m9D4E9FAA3CA338A73368072EEA97E99D4BA5FC35 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringStringMap_setitem(System.Runtime.InteropServices.HandleRef,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_setitem_mF52AA2B0DD2B1C82C96641B73D967C5AA0AA3F04 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::StringStringMap_ContainsKey(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringStringMap_ContainsKey_mD1DB16B8E96A716AA7D6E9EF19565228BE89314A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringStringMap_Add(System.Runtime.InteropServices.HandleRef,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_Add_mB5BC4CE692924D407020A29EB1D91EA5FD4DACDA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::StringStringMap_Remove(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringStringMap_Remove_mC01EAA294015A6D9D894D19B73DE6455110EBDA8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::StringStringMap_create_iterator_begin(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_StringStringMap_create_iterator_begin_mBBC01E5599A704C943471C9CEFF97810AC4054A1 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::StringStringMap_get_next_key(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringStringMap_get_next_key_mDE2CD543826A393C6BEF7562D4A81B66872826DB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringStringMap_destroy_iterator(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_destroy_iterator_mD19027EE722AC2BD93E8F886D93AC6D0C3B56209 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.StringList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Dispose_m6B044290BE7002CE728E439C77E09DBD9B1B2DEF (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_StringList(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_StringList_m8CFA21E3669B6B2FA224FE12BE1F3638C6E59778 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.StringList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) ; // System.Void Firebase.StringList::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_x, const RuntimeMethod* method) ; // System.String Firebase.StringList::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringList_getitem_m3C520C682C72B6620487B4E0D749F4AED3F02E41 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.StringList::setitem(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_setitem_m2644B13D6D2E547BF73FDD1F0CCD2BF214089F8B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, String_t* ___1_val, const RuntimeMethod* method) ; // System.UInt32 Firebase.StringList::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringList_capacity_m3C385828CE0C7016A8AEABEFA36C85A1216DF45C (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) ; // System.UInt32 Firebase.StringList::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringList_size_mFF0F1EB18C84B952161011CE4841AB7E82B408C0 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.Void Firebase.StringList::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_reserve_mF9C5565257E1F30F66B35F49F75D9E297EDE5705 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, uint32_t ___0_n, const RuntimeMethod* method) ; // System.Int32 Firebase.StringList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) ; // System.Void Firebase.StringList::CopyTo(System.Int32,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) ; // System.String Firebase.StringList::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringList_getitemcopy_m6F0F0CC6F5B3B25C9A3057830D9E3ED7DCA11D27 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.StringList::CopyTo(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_CopyTo_m3A78837E4CEF0280610536E3DDBA58F29FA3D1A9 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, const RuntimeMethod* method) ; // System.Void Firebase.StringList/StringListEnumerator::.ctor(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringListEnumerator__ctor_m1D39834DCA62A43B9603BB2CDF13C76C0EBD5C04 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_collection, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Clear_mA9C1BD6CC172901275680AEB2748E6144622DB49 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_Add(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Add_m050BE1ED283A5173B5E30D2380A3CD9BF31BFD4A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::StringList_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_StringList_size_mB3837A73C063BA2A03B8E84CABBCA2055F188C00 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::StringList_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_StringList_capacity_mEFBEB721A62D52DB5DEDD869EA60202C7EBF8090 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_reserve_m3EC450FC482164E46F5D59625439E28E14107BB8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_StringList__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringList__SWIG_0_m91AFCF7B9B5E6A83BACC6D19B41FAFA55B74B7E8 (const RuntimeMethod* method) ; // System.Void Firebase.StringList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.StringList::getCPtr(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_StringList__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringList__SWIG_1_mB8784C347306AD3DDC3B28ED80C67664C3E4C352 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_StringList__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringList__SWIG_2_m217CA8094C5E09866D60609F86F34228F6561F44 (int32_t ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::StringList_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringList_getitemcopy_m4E759C8859A08F26031AB5C0C6DEFC3E75400444 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::StringList_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringList_getitem_m50CBB0FE6387E56F589FDFDD462019B6EE783301 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_setitem_mD94BB2C47E028F4A71A5F47AAAC3A3A6CA03CD92 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_AddRange_mFD880BF82D743CB6FD551CAC7C7BF80A1CBC3A39 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::StringList_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_StringList_GetRange_m38CDA5EA864DF2B4C10D74E1A06436A90F18175F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271 (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Insert_m7A01B56FCFF4C7AC7081DF005994C86AF6476246 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_InsertRange_m60D45C384FDC7BA23FA2E898C5FD7CB6DF66CB87 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_RemoveAt_m02D3B06BF6520FAADABDE2212B1E65316BA1DDAA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_RemoveRange_mCA5F8E284530EEA549858C287C3F1734D255235F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::StringList_Repeat(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_StringList_Repeat_m7129AD6B0C3AAC05CA2EB80DFB253E8E91CDBC4D (String_t* ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Reverse__SWIG_0_mDFA926FAB1B062AF92AC3D7124372F899B6C64E0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Reverse__SWIG_1_m9E5E1D33EA4F98DA86A485B553D6D24F46937610 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::StringList_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_SetRange_m68C384CA7477DE07F98197C912C13EC73EC52492 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::StringList_Contains(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringList_Contains_m0500A7B2DD30A3EB9380157D57869E9C93F6569A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::StringList_IndexOf(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_StringList_IndexOf_m6D0EA230A30A9692AA79B9EFF0AC34C6E0C3541A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::StringList_LastIndexOf(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_StringList_LastIndexOf_m98A04D8BD04B1ABC3CDCF1863F501BD057B7EDAA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::StringList_Remove(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringList_Remove_mC8EC0A61792ED3EC8719A81AFBAFF2DD90A5696F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.StringList/StringListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, const RuntimeMethod* method) ; // System.String Firebase.StringList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringList_get_Item_mE959180B9D32456052BFCB1D8710C3773D6AC434 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Dispose_mE2B6CE18D7797BEF56275CE4EE96D9146C3DC2DA (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_CharVector(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_CharVector_m557F4809749C0E6A74DD0AC8774B6EE3359BB548 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_m3EC8D18F8884DCA04846D0AACC37287FE0CE22C6 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::Add(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Add_m089EF4DC1189C26B3DC6E856FEE302C8C1F10DC1 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint8_t ___0_x, const RuntimeMethod* method) ; // System.Byte Firebase.CharVector::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVector_getitem_m0229CF44A66BA29325577B97390E139EB0BBFD2D (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::setitem(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_setitem_m3E9A1B49A155E7D533FA849E38D68F4D2F6DB91F (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, uint8_t ___1_val, const RuntimeMethod* method) ; // System.UInt32 Firebase.CharVector::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CharVector_capacity_m3DA56074175399E8CEEF830E9548DA8062D1CD19 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) ; // System.UInt32 Firebase.CharVector::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CharVector_size_m3F757A0558B24A6F15F0B3DFFE2115B90DEF8EC8 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_reserve_mD7B594AE10655525D6922DA05F09F95BECA7609A (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint32_t ___0_n, const RuntimeMethod* method) ; // System.Int32 Firebase.CharVector::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::CopyTo(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) ; // System.Byte Firebase.CharVector::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVector_getitemcopy_m6D634153844B4CFD1C1618DA7E9A45FAECE3C392 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.CharVector::CopyTo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_CopyTo_m69B2856E774E1A18A77667577080E276A5B3E404 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, const RuntimeMethod* method) ; // System.Void Firebase.CharVector/CharVectorEnumerator::.ctor(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVectorEnumerator__ctor_m24E5D28F1C492CB44E8DDC903B825889C8FF1FA8 (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_collection, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Clear_m9D4B9235E996C50B584096E85022D75F2B3073B0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_Add(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Add_m02CC858B931F95BF2032C9F7ABBB548C39EE03DE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::CharVector_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_CharVector_size_mEE2B8E33CDBB1CDB21CC9F48C617800090F9157E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::CharVector_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_CharVector_capacity_mA06A9BD47E115B5C5A663BAD1A19D4092166AE18 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_reserve_m404CF87B084491CAD8247FA8C61F61952DD1A4E9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_CharVector__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_CharVector__SWIG_0_m9C832F13A9D9DD85CB4D655260B5B85B8D60CA92 (const RuntimeMethod* method) ; // System.Void Firebase.CharVector::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.CharVector::getCPtr(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F CharVector_getCPtr_mF250264B8BD6955CF071C3C92BA3C1A3FB5919DC (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_CharVector__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_CharVector__SWIG_1_m77FC1270D80666C39E96617BC92EB39EE193D0A8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_CharVector__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_CharVector__SWIG_2_mEB5918703E37CCF14101650A56DA6DA29451DA10 (int32_t ___0_jarg1, const RuntimeMethod* method) ; // System.Byte Firebase.AppUtilPINVOKE::CharVector_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t AppUtilPINVOKE_CharVector_getitemcopy_mC25261DD4CC4D3ACDB3FC4194A92B8BFD9FEBD2A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Byte Firebase.AppUtilPINVOKE::CharVector_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t AppUtilPINVOKE_CharVector_getitem_mD0C106F26B9385865014BC7B709D34AD161FFAA7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_setitem_mD40CCE1C1CDDAEA5A3C274B08C02702B595C4EAE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, uint8_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_AddRange_m940C95394A6E7329CC71EC0949E696BA0C40D2B6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::CharVector_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_CharVector_GetRange_mB17A5472210AE02D6C2B1E0B19A21FB03393D0D4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Insert_m61CBC32DCA79313E965F74B5F97250F322142511 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, uint8_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_InsertRange_m05F93B53C7F94627F857634860C01404448A41E8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_RemoveAt_m46DF377506DE7CD67647FECA70C431821064C4BD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_RemoveRange_mEAC9A7DC3F827470CDC3FA736A39C423F28D2546 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::CharVector_Repeat(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_CharVector_Repeat_mA6B8905DEC76E1BFC1170637EE273B445E5ACE20 (uint8_t ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Reverse__SWIG_0_m468B413C7F1085FDFCAB91404196B81F5DD4510C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Reverse__SWIG_1_m6057DEDF4EED633F8F6DBEDD73432E5442BCC85F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::CharVector_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_SetRange_m3E6DBE00DE6449F32C3CD671E7B9CB6B699D6575 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::CharVector_Contains(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_CharVector_Contains_m27CA0F6A4D7F976B3A4DF1B9BC9CBD83334A2018 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::CharVector_IndexOf(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_CharVector_IndexOf_mDE8606AD8485E0037CA5FF36DFD35F53AC8BA338 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::CharVector_LastIndexOf(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_CharVector_LastIndexOf_m961AE1DDE7DD2B6F9AA42AB168E627258FEC524C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::CharVector_Remove(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_CharVector_Remove_m871D73F06237803ECF9A525AA1BD87E215B9165C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) ; // System.Byte Firebase.CharVector/CharVectorEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, const RuntimeMethod* method) ; // System.Byte Firebase.CharVector::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVector_get_Item_mF06DBFE492872F8D688973A3F71517AE8A65043D (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.FutureString::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FutureString_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureString_SWIGUpcast_m17075EB922405C229A2C957B8E7567A0629ED35C (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureString::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SetCompletionData_m6FF82C9BAF418192F7BC14719ACF163C585C7F1D (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_FutureString(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureString_m3ED115248B7203A830585D7E6D3D947F2AA8F40D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureBase::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.FutureString/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m7DED66403293B28E924AACFE4C26C1273DBDC1BB (U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_m1E0F0E41DAFB9401D33DE03A55F9BDC5565F0CF1 (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBF9A903AD14C4E9CF044B227776C532BA9C40D60_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6 (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m7DB7E6251CB92C741F7E081E2ECAA06FF79E212F_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_inline (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* __this, const RuntimeMethod* method) { return (( Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* (*) (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline)(__this, method); } // Firebase.FutureStatus Firebase.FutureBase::status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_errorCode, String_t* ___1_message, const RuntimeMethod* method) ; // System.Void Firebase.FutureString/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m4F10DCFF9C7AB24C999D0F9CD4F0786EE833B37D (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.FutureString::SetOnCompletionCallback(Firebase.FutureString/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SetOnCompletionCallback_m05220B73DB8A9CC9130E52FA42761C51838AEDB3 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.FutureString::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_ThrowIfDisposed_m385C4FD84BF8536682CA93EE7D30BD0B855F86E3 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, const RuntimeMethod* method) ; // System.Void Firebase.FutureString/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m81CD3AA346691BBA21A8C00F8CC48D4770068218 (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA94347559E8491DFF697707F7559138A71DA97EC (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mBEA2742C16F6C66A6194B60791E954F4AC303AFF (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* __this, int32_t ___0_key, Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6*, int32_t, Action_tDDEC61697BDCC723A13409640FD7390B3857EB66*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.FutureString::SWIG_OnCompletion(Firebase.FutureString/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FutureString_SWIG_OnCompletion_m6BDD6454912C92C20E7904795344FD9CA213F845 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.FutureString::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SWIG_FreeCompletionData_m3FE3CD8832606ECE672CBE396AA1AE7940A3BCC8 (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m10BFB61FFBA1EC6BBDDBA20F9C9C5CA9F6D58A18 (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* __this, int32_t ___0_key, Action_tDDEC61697BDCC723A13409640FD7390B3857EB66** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6*, int32_t, Action_tDDEC61697BDCC723A13409640FD7390B3857EB66**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m8E25C6138BE46AC916B339987BB65699FE4D977A (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.FutureString/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_inline (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureString_mAC94E91BC9CF36165E4B43B2EE8AB75DA77322E5 (const RuntimeMethod* method) ; // System.Void Firebase.FutureString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString__ctor_m9CB2C65B5F5E9E649EA262481D40CD4F758A218C (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FutureString_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.FutureString/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureString_SWIG_OnCompletion_m19DAC1DCCBF1F67F5288A8C4609190A567DD0D36 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FutureString_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureString_SWIG_FreeCompletionData_m94C637336E6986913AE2275E7142D961EDB05D61 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::FutureString_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FutureString_GetResult_m2F190F3386930733C92BFD16689960CB154D1C0E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_m5656BCA91E35F41D0173D8630F55095DF2EC2BD7 (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mA69C039F3F3D08D1CCD6ADE3E9693B6157038ABB_gshared)(__this, method); } // System.Int32 Firebase.FutureBase::error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.String Firebase.FutureBase::error_message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) ; // System.String Firebase.FutureString::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FutureString_GetResult_mB191200B703C9DBF8CC6C03DCB84EF23A35FBD84 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_mA4FD1E75C7272079BE7032F18BCDC158463FE3E1 (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* __this, String_t* ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372*, String_t*, const RuntimeMethod*))TaskCompletionSource_1_SetResult_m948378015A7A0E42647452EB7003466406B831A4_gshared)(__this, ___0_result, method); } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FutureVoid_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureVoid_SWIGUpcast_m8D1EB93463FFA3A9F14A49FD1459CBE45E8957CC (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SetCompletionData_mB5B6BB51BB7E9B0D64631B560A2D6E947B369D45 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_FutureVoid(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureVoid_m9F8202898737C91464B6621C899505CE987A6393 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m89776A34BECBA50695D3E5F098200BF8227A9FE9 (U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93 (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_t4C228DE57804012969575431CFF12D57C875552D* TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_inline (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) { return (( Task_1_t4C228DE57804012969575431CFF12D57C875552D* (*) (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_gshared_inline)(__this, method); } // System.Void Firebase.FutureVoid/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mED144299E578968B25C10C34315DFE3EF08B445E (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::SetOnCompletionCallback(Firebase.FutureVoid/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SetOnCompletionCallback_m917E3BBFE7A06872EEA6F4FC13F557E5F2B6652D (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_ThrowIfDisposed_m58FAFA498227E36B2075EDAF83F346CD70BD9739 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_mE4580033D452974357EA9E700C2AB1D7FBABA5E5 (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m9ECDA1EAD89A6D781E5CE4E813451CFD7DF269E4 (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m37FF7170A65FE1A27B5EADEF6AC8AC59F8AF7FD8 (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* __this, int32_t ___0_key, Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A*, int32_t, Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.FutureVoid::SWIG_OnCompletion(Firebase.FutureVoid/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FutureVoid_SWIG_OnCompletion_mD6E8C709E067EC3FCCC1DD9F8F7C664D7479B634 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SWIG_FreeCompletionData_m9BCF84FC8090543CD5ED95C85C1179837895DA55 (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m6CD864883E697C6EA206A9653365B8F6B18A70EC (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* __this, int32_t ___0_key, Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A*, int32_t, Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_mE92CC8C926DDAFEDB2A50CCEA0B6571DED3D57E3 (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.FutureVoid/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_inline (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureVoid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureVoid_mC3FA659FF38999FAB69F7147D3C7087E65A06769 (const RuntimeMethod* method) ; // System.Void Firebase.FutureVoid::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FutureVoid_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.FutureVoid/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureVoid_SWIG_OnCompletion_mFD32977A7A2E4A35F4DF9D05E4890FEF115BACB9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FutureVoid_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureVoid_SWIG_FreeCompletionData_m2A3F6D97610E37684611807E9F8471619FA7C22F (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7 (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, int32_t ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7*, int32_t, const RuntimeMethod*))TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7_gshared)(__this, ___0_result, method); } // System.Void Firebase.FutureBool::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0 (int32_t ___0_key, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FutureBool_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureBool_SWIGUpcast_m946552C35D19BA39B8B57EF0CD8F599105129402 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureBool::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SetCompletionData_m2BCB938F11CDEB5CF9A21793336D907DE212FFE5 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, intptr_t ___0_data, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_FutureBool(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureBool_mFA0EE7165B4D9D422468CA6A3EBC194D755C64BD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FutureBool/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m4DCAE5B94268C90E08F0FB0BED0DC4FB42D76621 (U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::.ctor() inline void TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646 (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_gshared)(__this, method); } // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetException(System.Exception) inline void TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4 (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*, Exception_t*, const RuntimeMethod*))TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_gshared)(__this, ___0_exception, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskCompletionSource`1::get_Task() inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) { return (( Task_1_t824317F4B958F7512E8F7300511752937A6C6043* (*) (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_gshared_inline)(__this, method); } // System.Void Firebase.FutureBool/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m9CF39D67809B4F1FB21C828DB8A43465F20C429F (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.FutureBool::SetOnCompletionCallback(Firebase.FutureBool/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SetOnCompletionCallback_mCF03CC792D0FBFC73F024C7B6DFC0E7DE2650E96 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, Action_tFDE134143E51CA91365E715F58313D777C789717* ___0_userCompletionCallback, const RuntimeMethod* method) ; // System.Void Firebase.FutureBool::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_ThrowIfDisposed_m522F5348FE98FC76D3A265E35F5AE9A4546F6453 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, const RuntimeMethod* method) ; // System.Void Firebase.FutureBool/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m49656B1D48B112EFB5F550A45E3C0B1C4F13190A (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m155133FD2CE64DF4E90E234C9359A81332377386 (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mCE454AADB542AD589C8C8A9E4F9B050FC4974BB3 (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* __this, int32_t ___0_key, Action_tFDE134143E51CA91365E715F58313D777C789717* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455*, int32_t, Action_tFDE134143E51CA91365E715F58313D777C789717*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method); } // System.IntPtr Firebase.FutureBool::SWIG_OnCompletion(Firebase.FutureBool/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FutureBool_SWIG_OnCompletion_mE3DBCA90F1F94F4EBF27480BEB7B8F6A0A1CB686 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) ; // System.Void Firebase.FutureBool::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SWIG_FreeCompletionData_mA8960750E8E291C993A31E6B50A324FA04E0CB47 (intptr_t ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m7C728DD007D3D0335B4BEDA5358AA939252F6F13 (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* __this, int32_t ___0_key, Action_tFDE134143E51CA91365E715F58313D777C789717** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455*, int32_t, Action_tFDE134143E51CA91365E715F58313D777C789717**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m1FC8C23ECC47A376E98D33427C180529E82865A5 (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void Firebase.FutureBool/Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_inline (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureBool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureBool_m1CED08BF880E2AA4964549A1BA17AE3370210994 (const RuntimeMethod* method) ; // System.Void Firebase.FutureBool::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool__ctor_m7225C6D5C5CEE9F476B0EC83BB0B454D6A5E2FC0 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FutureBool_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.FutureBool/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureBool_SWIG_OnCompletion_m0F152665A428C241C859E1D06DC5D66003F92C5F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FutureBool_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureBool_SWIG_FreeCompletionData_m8DD458F3A7678C0DB6CDA50C704C70BD5ED68D82 (intptr_t ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::FutureBool_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_FutureBool_GetResult_mACB80AA0BA9437F416117F17483DEEFDE6C079DC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetCanceled() inline void TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9 (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*, const RuntimeMethod*))TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9_gshared)(__this, method); } // System.Boolean Firebase.FutureBool::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FutureBool_GetResult_mC53EBF26AD99A86088700F9A9181D95AE95D13A2 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskCompletionSource`1::SetResult(TResult) inline void TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448 (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, bool ___0_result, const RuntimeMethod* method) { (( void (*) (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*, bool, const RuntimeMethod*))TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448_gshared)(__this, ___0_result, method); } // System.Void Firebase.AppOptionsInternal::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_Dispose_m69ACB4A20CD2B29F2D09D96FB7DBC1F4E4599B0A (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_Dispose_m7E5CDD057C84B8A6B796F044B70BDC713DAA9491 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_AppOptionsInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_AppOptionsInternal_mDE5AAF14647354D43252CFF78E6DEAA1F92F7F8D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppOptionsInternal::GetDatabaseUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_GetDatabaseUrlInternal_mBB900411ECF9D1C6759CC2BE5C59A565E0E4061E (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) ; // System.Uri Firebase.FirebaseApp::UrlStringToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79 (String_t* ___0_urlString, const RuntimeMethod* method) ; // System.String Firebase.FirebaseApp::UriToUrlString(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_UriToUrlString_m8CB091C8680BBD2AE9DC26F788E73955A3A7F044 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::SetDatabaseUrlInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_SetDatabaseUrlInternal_m15B12085C2167FEDADFCFC23F956C1B23D63F728 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_url, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_AppOptionsInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_AppOptionsInternal_m750DB08B53269AA1DE98053ECACB160E4F54D882 (const RuntimeMethod* method) ; // System.Void Firebase.AppOptionsInternal::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_SetDatabaseUrlInternal(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_SetDatabaseUrlInternal_mD6FC2B8F9A3794F5A7D6AB9184081E2C348A929D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_GetDatabaseUrlInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_GetDatabaseUrlInternal_mDCF493437F70125DF396259C58C933F8A03547A2 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.AppOptionsInternal::getCPtr(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AppOptionsInternal_getCPtr_m8EA1D5C28033A73CEEB07CE5DF66B7BFC2569FC2 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::AppOptionsInternal_LoadFromJsonConfig__SWIG_0(System.String,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_AppOptionsInternal_LoadFromJsonConfig__SWIG_0_m59FA6449419C7FE896552492481E255A0E78C4F0 (String_t* ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::AppOptionsInternal_LoadFromJsonConfig__SWIG_1(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_AppOptionsInternal_LoadFromJsonConfig__SWIG_1_m6E5DEB3211B5D9E477DC0CE7C10D4542707B1072 (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_AppId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_AppId_set_mF49735AB795A69BD3C8E8E7A8BA6C07F14CC99EC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_AppId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_AppId_get_m6AEFE1DA642AB13BBEED5D558A3B9872560D8395 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_ApiKey_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_ApiKey_set_m47AA8DEF19EB00D363BD710D4AB35D0F71D3810C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_ApiKey_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_ApiKey_get_mE56BE832D66D5DF3061815D009AE7F2AEB6C59F8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_MessageSenderId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_MessageSenderId_set_mDA27D7165D276BBFCFDFC4ACD9AACC72A332F1E5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_MessageSenderId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_MessageSenderId_get_mF83E0E79C76802C20422A570F76BEB880E6F293F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_StorageBucket_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_StorageBucket_set_m5DD3F05475370A28525610E5C7EFC8BB3C63CE82 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_StorageBucket_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_StorageBucket_get_m18E2D2C847F91818D2BA578ABFC16D2977BB00EA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_ProjectId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_ProjectId_set_m7C95589B0C73BE3185D0AE6F6A1A7BF3E0D43DA3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_ProjectId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_ProjectId_get_m53ED030886F3EAFB0B68CC9AEFDD9E4A20CD254D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_PackageName_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_PackageName_set_mCFD5B9E4200336CA6873FB7954FAFF26E4F724C8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_PackageName_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_PackageName_get_mD7D0E38A0AE2580DD117E15A76E5EED4FEB445CD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_Dispose_mC1965A7AE8BAB834DB652BF0BACF377F3D45192B (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_Dispose_m7AA869727509B99D04399B9BA7F1FEEC0251974A (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.String Firebase.FirebaseApp::get_NameInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::RemoveReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_RemoveReference_m3C28724EDB5D9F20A2A4924E517A8FF79C7E3425 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m8F62E1C352E79E91D4BA07FB3DAE1E55115004CB (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m11A6F16438BDFA5BB4D619721B6F24400CDB4B17 (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3*, const RuntimeMethod*))Dictionary_2__ctor_m3E3D57799E239C05EC32CBC974A451DD6578EBC2_gshared)(__this, method); } // System.Void Firebase.LogUtil::InitializeLogging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE (const RuntimeMethod* method) ; // System.Void System.Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ; // System.String Firebase.ErrorMessages::get_DllNotFoundExceptionErrorMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorMessages_get_DllNotFoundExceptionErrorMessage_m0B273BB2A0E048AACEA44918DBBBBACB38B579F3 (const RuntimeMethod* method) ; // System.Void Firebase.InitializationException::.ctor(Firebase.InitResult,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_result, String_t* ___1_message, const RuntimeMethod* method) ; // System.String Firebase.FirebaseApp::get_DefaultName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714 (const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::GetInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5 (String_t* ___0_name, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_Create_mB737A2508FF5A06F35D01D4A8CD4AEF1F8944512 (const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::ThrowIfCheckDependenciesRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B (const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m6E5B2FEEC491D083B03A11DA6FA39A580A2369A1 (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* __this, String_t* ___0_key, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*, String_t*, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method); } // System.Void Firebase.FirebaseApp/CreateDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateDelegate__ctor_m966C39812E422F82DD3AACF101F012749B1F9E12 (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::CreateAndTrack(Firebase.FirebaseApp/CreateDelegate,Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* ___0_createDelegate, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___1_existingProxy, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_mB27B934028119DA1DD9B57430A71E9686C3BDEE1 (U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/<>c__DisplayClass17_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_mA85E16532865D2061A551A5D9CB7848F3CC01091 (U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::ThrowIfNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ThrowIfNull_mEBB4A7F4A0E30B8F6969C68C340AF30D44491B20 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::FirebaseApp_GetLogLevelInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_FirebaseApp_GetLogLevelInternal_mAF74BAD43730ACCFFB25EFBDCB0F40CA30CE1940 (const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_SetLogLevelInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_SetLogLevelInternal_m36F6E3F410A5293F3EB947AC9268A520674D9DD7 (int32_t ___0_jarg1, const RuntimeMethod* method) ; // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ; // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ; // System.Boolean Firebase.FirebaseApp::IsDataCollectionDefaultEnabledInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_IsDataCollectionDefaultEnabledInternal_m32A4CA6FC8505D71CA816E9E91C44AC024039C10 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::SetDataCollectionDefaultEnabledInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_SetDataCollectionDefaultEnabledInternal_m094039F687CF3AB4A4088E46FD1D4AFA3C10EE93 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, bool ___0_enabled, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m02F8331E2A79ABCFDE38143D20D672526B59996F (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* __this, const RuntimeMethod* method) { (( void (*) (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6 Dictionary_2_GetEnumerator_m88D4782987F12EFC4606EF7C6116551E4E00A71D (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* __this, const RuntimeMethod* method) { return (( Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6 (*) (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m4D9D2D279285258D21D35DB2CD5654A5648BE5A6 (Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6*, const RuntimeMethod*))Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256 Enumerator_get_Current_m6D19DD2BC3398DED53CC6111AA1BA0281B791BD9_inline (Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256 (*) (Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6*, const RuntimeMethod*))Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* KeyValuePair_2_get_Value_m593A027ECA4A45D62F7E4236F78B46AF129AB3D7_inline (KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256* __this, const RuntimeMethod* method) { return (( FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*) (KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m5B2A19FFADA21C6D1EAE1DE6583A0A2C4EBAD12B_inline (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* __this, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B*, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE21F38BDB00717D07F8B12E2D98BF5B6E74F868E (Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6*, const RuntimeMethod*))Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13 List_1_GetEnumerator_m6AB47843F0A3C3EB857925C3CF85C04830578F83 (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* __this, const RuntimeMethod* method) { return (( Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13 (*) (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m1C991066C3B2C088D7543EDCDE7F2DCA008265D6 (Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* Enumerator_get_Current_m80BD971C463C25ACB84A69370D44E46061214442_inline (Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13* __this, const RuntimeMethod* method) { return (( FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*) (Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m2FFFBAFB635035D176D9EE70FA44D1BA5E6133D2 (Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.String Firebase.FirebaseApp::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_get_Name_m89C11F96726C8E4FD3CCAE04A5DC3129F7CD975E (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m646A0C479D12D665388558549E99ED1C949D5538 (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* __this, String_t* ___0_key, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*, String_t*, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m984B6FF03912DD47210B97F3876A8E68BD477586 (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* __this, intptr_t ___0_key, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3*, intptr_t, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*, const RuntimeMethod*))Dictionary_2_set_Item_m49E653F9387FBC8B06893771CB33D3ED4B6BD83C_gshared)(__this, ___0_key, ___1_value, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m152F1DE099A6441F30DB01049310A23447A99CC6 (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* __this, intptr_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3*, intptr_t, const RuntimeMethod*))Dictionary_2_Remove_m4FF1F26584D1323C922E1C4C73F77D0637A37E5A_gshared)(__this, ___0_key, method); } // System.Void Firebase.FirebaseApp::ReleaseReferenceInternal(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ReleaseReferenceInternal_mA281FCA13BCF136D9D9B4311C40925B99614D63D (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::OnAllAppsDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_OnAllAppsDestroyed_m19CF36FB1A2439786994BBB55F1E405B7B43CAAB (const RuntimeMethod* method) ; // System.Void System.NullReferenceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mA41317A57F5C1C0E3F59C7EB25ABD484564B23D4 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/EnableModuleParams::.ctor(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_csharp, String_t* ___1_cpp, bool ___2_always, const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::SetEnabledAllAppCallbacks(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetEnabledAllAppCallbacks_m0C41A4271764464915ACA461AE8A309AEDAFA6AC (bool ___0_arg0, const RuntimeMethod* method) ; // System.String Firebase.FirebaseApp/EnableModuleParams::get_CSharpClassName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnableModuleParams_get_CSharpClassName_m04AD392AA82FCE1E6636F812672C77F294AC16EC_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.String Firebase.FirebaseApp/EnableModuleParams::get_CppModuleName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnableModuleParams_get_CppModuleName_mB91981F21F3F94D82CD64DD7BD810741CBB04E3A_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtil::GetEnabledAppCallbackByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtil_GetEnabledAppCallbackByName_m979A86ABDBC2257B697ABDE5015AA76DE5D04F70 (String_t* ___0_arg0, const RuntimeMethod* method) ; // System.Boolean Firebase.FirebaseApp/EnableModuleParams::get_AlwaysEnable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EnableModuleParams_get_AlwaysEnable_mC44F8EA7A9EDCD493C6B8E04E3B3CF00D09FDEA6_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::SetEnabledAppCallbackByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetEnabledAppCallbackByName_m59C6CB27D92D72FD0841031C207D86C2F684F366 (String_t* ___0_arg0, bool ___1_arg1, const RuntimeMethod* method) ; // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___0_uriString, const RuntimeMethod* method) ; // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri2, const RuntimeMethod* method) ; // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* Assembly_Load_mC42733BACCA273EEAA32A341CBF53722A44DCC90 (String_t* ___0_assemblyString, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ; // System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ; // System.Void Firebase.InitializationException::.ctor(Firebase.InitResult,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException__ctor_m1384021A3E1B7B0E372257380559D926BD6200BF (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_result, String_t* ___1_message, Exception_t* ___2_inner, const RuntimeMethod* method) ; // Firebase.Platform.FirebaseAppUtils Firebase.Platform.FirebaseAppUtils::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* FirebaseAppUtils_get_Instance_m844818D4028B3E8866E21AD1CB6E559038CEEC41 (const RuntimeMethod* method) ; // System.Void Firebase.Platform.FirebaseHandler::Create(Firebase.Platform.IFirebaseAppUtils) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseHandler_Create_mDC243F751CBDC835EDF2388C04C1A48FD9238FE9 (RuntimeObject* ___0_appUtils, const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) ; // System.String Firebase.Platform.PlatformInformation::get_RuntimeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformInformation_get_RuntimeName_m3412CC566E5CE3DFA00A4C2DF5AAC46C548B7B4A (const RuntimeMethod* method) ; // System.String Firebase.VersionInfo::get_SdkVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VersionInfo_get_SdkVersion_mC32BFBE632414898F8525BD5AED76B512BA0E266 (const RuntimeMethod* method) ; // System.Void Firebase.StringStringMap::set_Item(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_set_Item_m975DA3FC714B74CB4E7D4CAAE0482D7B669D186F (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) ; // System.String Firebase.Platform.PlatformInformation::get_RuntimeVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformInformation_get_RuntimeVersion_mD8F3490DE409C7635E2876FE28631DC79240A45B (const RuntimeMethod* method) ; // System.String Firebase.VersionInfo::get_BuildSource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VersionInfo_get_BuildSource_mFEB9E963780C505D73965545BFED5EB50EA7BAD5 (const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::RegisterLibrariesInternal(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_RegisterLibrariesInternal_m03B7487A8CAECC33FFFFFC110445811D0DDB35F2 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_libraries, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::InitializeAppUtilCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20 (const RuntimeMethod* method) ; // System.String Firebase.Platform.PlatformInformation::get_DefaultConfigLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlatformInformation_get_DefaultConfigLocation_mAC7DD97F2C49460091AA1709BF677FFFA1D4BC74 (const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::AppSetDefaultConfigPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_AppSetDefaultConfigPath_m9712BA055777DA0F98524BD85A6C97FBFC5C6192 (String_t* ___0_path, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp/CreateDelegate::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_inline (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.FirebaseApp::getCPtr(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_obj, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32,System.Int32) 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) ; // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0 (String_t* ___0_s, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String,System.String) 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) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mD9203985461B343144479403BB91596E7FD479F0 (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* __this, intptr_t ___0_key, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3*, intptr_t, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25**, const RuntimeMethod*))Dictionary_2_TryGetValue_mC888754AF30F27F9125E704FCB28F45DD7787133_gshared)(__this, ___0_key, ___1_value, method); } // System.Void Firebase.FirebaseApp::LogHeartbeatInternal(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_LogHeartbeatInternal_m849C31C3F73680D986D5672C464BEBCA899FBEFC (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::AddReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_AddReference_m562BA6DFE00568AC30B15C36D8BB848F14EDED95 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // System.Boolean Firebase.FirebaseApp::IsCheckDependenciesRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_IsCheckDependenciesRunning_m14D0D3293F91F52A79382CB3B8B2C93EBE3FDB59 (const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22 (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared)(__this, ___0_object, ___1_method, method); } // TResult Firebase.Platform.FirebaseHandler::RunOnMainThread(System.Func`1) inline bool FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4 (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_f, const RuntimeMethod* method) { return (( bool (*) (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, const RuntimeMethod*))FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4_gshared)(___0_f, method); } // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD (const RuntimeMethod* method) ; // System.Int32 System.Threading.Thread::get_ManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::SetCheckDependenciesThread(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563 (int32_t ___0_threadId, const RuntimeMethod* method) ; // System.Void Firebase.Platform.FirebaseHandler::CreatePartialOnMainThread(Firebase.Platform.IFirebaseAppUtils) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseHandler_CreatePartialOnMainThread_mA40B80D6BC5D9D1DCEAB433495451ECC436027C5 (RuntimeObject* ___0_appUtils, const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mFA265D430759E241E3F5F67F57FFD31EC0184C85 (Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mB72E02E4A5EAA72E35D6DEBAE357C0AE7920088A_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) inline Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* Task_Run_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_m6C591DC2396836DA8270AA4EEAE2131BE3B34C4B (Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* ___0_function, const RuntimeMethod* method) { return (( Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* (*) (Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE*, const RuntimeMethod*))Task_Run_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m09077379572CC83CBFD15E651443EAF65B09535A_gshared)(___0_function, method); } // System.Threading.Tasks.Task`1 Firebase.FirebaseApp::CheckDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* FirebaseApp_CheckDependenciesAsync_m75E00BB4F43A6D11511A55F146E0D9DD94405BCD (const RuntimeMethod* method) ; // System.Void System.Func`2,System.Threading.Tasks.Task`1>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m3DDDBBF7BF33CC0C30A2E047E29DEDD13DDF3482 (Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task`1::ContinueWith>(System.Func`2,TNewResult>) inline Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* Task_1_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_m1A7A10DF8B625077E1FC8B29E0D834614EAE0155 (Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* __this, Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* ___0_continuationFunction, const RuntimeMethod* method) { return (( Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* (*) (Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF*, Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305*, const RuntimeMethod*))Task_1_ContinueWith_TisRuntimeObject_mBEE9E2E81D3ECA255F671200B9FB57ABE3442668_gshared)(__this, ___0_continuationFunction, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskExtensions::Unwrap(System.Threading.Tasks.Task`1>) inline Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849 (Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* ___0_task, const RuntimeMethod* method) { return (( Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* (*) (Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672*, const RuntimeMethod*))TaskExtensions_Unwrap_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m12F58277C1EF4204AC683239FFB25BD3C7B1A691_gshared)(___0_task, method); } // System.Void Firebase.FirebaseApp/<>c__DisplayClass58_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0__ctor_m7192D3B51ED821A760AF82992CBBFC8652897AA5 (U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* __this, const RuntimeMethod* method) ; // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::TranslateDllNotFoundException(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_closureToExecute, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::get_DefaultInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0 (const RuntimeMethod* method) ; // Firebase.InitResult Firebase.InitializationException::get_InitResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InitializationException_get_InitResult_mC611CCB6BD3529EFD841FCF4BC099532973F75F2_inline (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, const RuntimeMethod* method) ; // Firebase.GooglePlayServicesAvailability Firebase.AppUtil::CheckAndroidDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtil_CheckAndroidDependencies_m0D39BD88D8B8246E40B4F874956BE9884C8E0C93 (const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/<>c__DisplayClass60_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass60_0__ctor_m14A111BEE6E3DE63EDF0086569D3D9C9D5D708B5 (U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::InitializePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_InitializePlayServicesInternal_m89751D7035A1D3816E68F8FDCB4B5B2F8D2F23D2 (const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_CreateInternal__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_0_m8C61ECBE5407D4A591827E10595AE28EFE8C6CE5 (const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::TerminatePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_TerminatePlayServicesInternal_mED5F11E95B315C4014E0680574592ED30EBFF772 (const RuntimeMethod* method) ; // Firebase.AppOptionsInternal Firebase.FirebaseApp::options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* FirebaseApp_options_m18F2F0A7F1E29CDB4AD75C0746A33922B1BF7C06 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // Firebase.Platform.FirebaseHandler Firebase.Platform.FirebaseHandler::get_DefaultInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586* FirebaseHandler_get_DefaultInstance_mA9CB9A4A902158BA4278F33DACD3BCDFFBAC1DFC (const RuntimeMethod* method) ; // System.Boolean Firebase.Platform.FirebaseHandler::IsMainThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseHandler_IsMainThread_m08E16B823C1D5BC34C0810802660E29D98F0F5CB (FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586* __this, const RuntimeMethod* method) ; // System.Threading.SynchronizationContext Firebase.Platform.PlatformInformation::get_SynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* PlatformInformation_get_SynchronizationContext_m6304D399636B2EEA57B32158E1C112C265F6A590 (const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; // System.Void Firebase.Platform.FirebaseAppPlatform::.ctor(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppPlatform__ctor_m624B5007F157A808E31A87277CF06907370529A7 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_wrappedApp, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_options(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_options_mE4BF0159DB33A02C3C27F6B106BF3F6317BE91B4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_SetDataCollectionDefaultEnabledInternal(System.Runtime.InteropServices.HandleRef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_SetDataCollectionDefaultEnabledInternal_m51D6492CCB4052F79346EEFD64C5ED370578536D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::FirebaseApp_IsDataCollectionDefaultEnabledInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_FirebaseApp_IsDataCollectionDefaultEnabledInternal_m5F37F5CB4F2976D3A28286520BEFE377AFA7E162 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::FirebaseApp_NameInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FirebaseApp_NameInternal_get_mE4931CA287567E2C7F91442E07F30AE96AE91172 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp__ctor_mC539AF748C2E16CD3B7820D6039B9A29DBDF908C (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_CreateInternal__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_1_mAED2B8DD96437BA5854BA200F05DC45D8C56DBA6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_CreateInternal__SWIG_2(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_2_m9283C5D4FA44918AE0671DD601413F8C358C4246 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_ReleaseReferenceInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_ReleaseReferenceInternal_m5A184BBB9E09539CDDB771120995526D0328439B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_RegisterLibrariesInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_RegisterLibrariesInternal_m6A299F866D396117D75C2243115E25F2B8A6F00E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_LogHeartbeatInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_LogHeartbeatInternal_m6BA2A1959A135C6D953FC965A4C09D80DA62C838 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_AppSetDefaultConfigPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_AppSetDefaultConfigPath_m461EBC1DCEA9353F3C927FAEEB1590BA130E69DB (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::FirebaseApp_DefaultName_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FirebaseApp_DefaultName_get_m7561CF63339BB772F6A9690B9E07D9E21BA70D2A (const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/EnableModuleParams::set_CSharpClassName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnableModuleParams_set_CSharpClassName_m9152635BDD8F608352C12F3447962C10F7DF4F43_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/EnableModuleParams::set_CppModuleName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnableModuleParams_set_CppModuleName_mF1C3FE3BBE44DEDB23AF2879630075AEAC7106DF_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/EnableModuleParams::set_AlwaysEnable(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnableModuleParams_set_AlwaysEnable_m3F7638041BDA0CC3669AD7119C68ABD2B6F7C482_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m463FBDE085153371662615419AFD8228F4704F75 (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::CreateInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateInternal_m63EB3F64189DA8E6C5B2E1C95B11D63EF7F7BC4B (const RuntimeMethod* method) ; // System.Boolean Firebase.FirebaseApp::InitializeCrashlyticsIfPresent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6 (const RuntimeMethod* method) ; // Firebase.DependencyStatus Firebase.FirebaseApp::CheckDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_CheckDependencies_mF21910BC5E3CEF3AD82DE4055B05FA2CFF07CBA1 (const RuntimeMethod* method) ; // TResult System.Threading.Tasks.Task`1::get_Result() inline int32_t Task_1_get_Result_m543F02EC56EEA4AAED7101434F488D890414A3DA (Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* __this, const RuntimeMethod* method) { return (( int32_t (*) (Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF*, const RuntimeMethod*))Task_1_get_Result_mF8B724FC6FD57DF2078A1F8927214003AAAC6286_gshared)(__this, method); } // System.Threading.Tasks.Task Firebase.FirebaseApp::FixDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseApp_FixDependenciesAsync_m3E5A198309832981F2E4C516D60078247E1607C3 (const RuntimeMethod* method) ; // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m2ECCBB49DBEDDD0C1B5C38990F01A61338706778 (Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::ContinueWith>(System.Func`2) inline Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* Task_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_mBD511CA5A5F2ACD9B0DFAA5064DAF1419E505810 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* ___0_continuationFunction, const RuntimeMethod* method) { return (( Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* (*) (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF*, const RuntimeMethod*))Task_ContinueWith_TisRuntimeObject_m673CD11A44ACB2BDE412E4E5A2595C7FC8CA96B9_gshared)(__this, ___0_continuationFunction, method); } // System.AggregateException System.Threading.Tasks.Task::get_Exception() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t51B6205846DFB356B94452702201DD239D44422F* Task_get_Exception_m11317CABA220E351C84B3E94B8A98F1565F42B45 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, const RuntimeMethod* method) ; // System.Void Firebase.FirebaseApp::ResetDefaultAppCPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ResetDefaultAppCPtr_m1D38FAF9DA97DFA0C3DB217134369DEA8DA86035 (const RuntimeMethod* method) ; // Firebase.AppOptionsInternal Firebase.AppOptions::ConvertToInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* AppOptions_ConvertToInternal_m63362E5FEF94A4590207AC82A2821A8635AD1DB5 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::CreateInternal(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateInternal_m4C6535B8BA91D4D74D60640AB18D9633B2D2BFDB (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_options, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.FirebaseApp::CreateInternal(Firebase.AppOptionsInternal,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateInternal_mF83AFD6D35EAD726BA0CD3E9131FBF139CEBCA88 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_options, String_t* ___1_name, const RuntimeMethod* method) ; // Firebase.DependencyStatus Firebase.FirebaseApp::CheckDependenciesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_CheckDependenciesInternal_m738CFE3533F41FC660E43B2EFCCD44BF6EF0AFE5 (const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.AppUtil::FixAndroidDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* AppUtil_FixAndroidDependenciesAsync_m27A782E22791F6CE0E354216AA5A652683BDDAD7 (const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mC25101220D4DFE3C39E1A327AD5B6F29A69776B0 (Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_ContinueWith_m4150CBD0F7AC870F40F5E8D84E265B47A642C06C (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* ___0_continuationAction, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Dispose_m2EF5C536EF12EF2311C8107618F38C6DEC115D17 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_VariantVariantMap(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_VariantVariantMap_mFE3E435232BF15367FA092A1098ED3FDEC0ABA0B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantVariantMap::getitem(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantVariantMap_getitem_mB7316DB5AA86AF857DF7CFD03949E8A8290C6C1A (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::setitem(Firebase.Variant,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_setitem_mDDA297409628E8F3E024CE64A2FECD629E7579B8 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_x, const RuntimeMethod* method) ; // System.Boolean Firebase.VariantVariantMap::ContainsKey(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_ContainsKey_mFC7BDCB3103730A4FA0D5B94107F71CCC85E3955 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantVariantMap::get_Item(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantVariantMap_get_Item_mEE387DB235EC361518878AB36DAD8E9D508375FB (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) ; // System.UInt32 Firebase.VariantVariantMap::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t VariantVariantMap_size_m2770CDA09C92D8766E4A857F1A73E2A52565B1FD (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79* __this, const RuntimeMethod* method) { (( void (*) (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Int32 Firebase.VariantVariantMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) ; // System.IntPtr Firebase.VariantVariantMap::create_iterator_begin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t VariantVariantMap_create_iterator_begin_m131671A481692CB8BA53945C4D5731B034CDEE12 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantVariantMap::get_next_key(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantVariantMap_get_next_key_m088DEF53A9746BEB15DD8B344C2AFB232B4A6DD3 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::destroy_iterator(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_destroy_iterator_m754B78CB27395071ABE1E283241CCFEECA0ABD38 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::Add(Firebase.Variant,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Add_m0487DEEFE55FF79967F7A7583F7563408261BBF1 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_value, const RuntimeMethod* method) ; // System.Boolean Firebase.VariantVariantMap::Contains(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_Contains_m92DA6A5CCE3AB281CE9E729CD7FECBD2790BD602 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C ___0_item, const RuntimeMethod* method) ; // System.Boolean Firebase.VariantVariantMap::Remove(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_Remove_m6916F106939189219FBC8DB48CFB407F0CC7885A (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) ; // System.Collections.Generic.ICollection`1 Firebase.VariantVariantMap::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantVariantMap_get_Keys_m2C2F2F500CDE16BCD958453ECD0DD537C18D511C (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7 (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A (KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_value, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C*, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*, const RuntimeMethod*))KeyValuePair_2__ctor_m0D5C3E0BE2D37252D3F4E0F0EA9A13C9458D4950_gshared)(__this, ___0_key, ___1_value, method); } // System.Void Firebase.VariantVariantMap/VariantVariantMapEnumerator::.ctor(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMapEnumerator__ctor_m19EBFEA767C0CD94BAAC0028E8878CC804AD68E2 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_collection, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantVariantMap__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantVariantMap__SWIG_0_m45888945CCBE366A0A2D73CDF4212ABF5A6BF69D (const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.VariantVariantMap::getCPtr(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F VariantVariantMap_getCPtr_m6167D0D523560D9AF77A89D72E55C5E4D478742B (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantVariantMap__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantVariantMap__SWIG_1_mCB728AB7C3590794972D92938538E636A2247C62 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::VariantVariantMap_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_VariantVariantMap_size_m47D217D462E3AA2C0479998CEEC5F0AF5FB9A6AF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::VariantVariantMap_empty(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_VariantVariantMap_empty_mB3ADBE523DB9D602DD0CA74660F9B04D5F2F8377 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_Clear_mC15F99B817AE7002EB8B6847B9FC4262AF47ED95 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.Variant::getCPtr(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantVariantMap_getitem(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantVariantMap_getitem_m8012D3A44F32A4B4A12B3B7C9A1F9804FA889E2C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.Variant::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_setitem(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_setitem_m59D72239FEC0A32146ED5A9F50A5EEA2FA9CED0D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::VariantVariantMap_ContainsKey(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_VariantVariantMap_ContainsKey_m8E9F83BAA16786DEA9AA2A23B18BCB67570C2A62 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_Add(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_Add_m7693EF89F3612F62D27F1B7BFFAE93C0D9895FAA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::VariantVariantMap_Remove(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_VariantVariantMap_Remove_mBA53C94FFC339ADCA616B99BC9B3DE9C7184D08B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantVariantMap_create_iterator_begin(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantVariantMap_create_iterator_begin_m7A904CC444AF4397B7038AD0AB0C14B3ECD21E1B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantVariantMap_get_next_key(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantVariantMap_get_next_key_mF61D7A043695C1BB6C22D37C0C45821647E91411 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_destroy_iterator(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_destroy_iterator_m73C0BA71E2300B2C6A255129175E8C2B37EA85C4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Dispose_mCCC4F2FC0519A530EEAE62AD612EA962E14092C6 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_VariantList(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_VariantList_mFCC6CA449E1F1B85B7D2EFB7A9735C2CFD7F1BC3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m228020E7DF264C5C3CAF0AA94317EA72BA517E7E (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::Add(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_x, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantList::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantList_getitem_mC418034502AA2DDC2B866F7175BA912D506A0DF3 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::setitem(System.Int32,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_setitem_m58C382BDBD8B8AE2B786AC67506EC78F67E7BA8A (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_val, const RuntimeMethod* method) ; // System.UInt32 Firebase.VariantList::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t VariantList_capacity_m826F4D1C99B6168C968925D592316F3E6653E18D (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) ; // System.UInt32 Firebase.VariantList::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t VariantList_size_m328AD0C3BE60BA20EC49B39067F51317241D58B1 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_reserve_m424BCD91455B1BBF32B3E44B42F3A943BFA6AE93 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, uint32_t ___0_n, const RuntimeMethod* method) ; // System.Int32 Firebase.VariantList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::CopyTo(System.Int32,Firebase.Variant[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantList::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantList_getitemcopy_m7A882B45F774D7C14873EDFE48626434CEBC8DDC (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.VariantList::CopyTo(Firebase.Variant[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_CopyTo_m8DEEFB51F673CB4F0A2ED025FC47DE6C058E23C5 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ___0_array, const RuntimeMethod* method) ; // System.Void Firebase.VariantList/VariantListEnumerator::.ctor(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantListEnumerator__ctor_m55CB33FB76E96E989600F557E45AFFBF440C04C7 (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_collection, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Clear_mDE3E49FAFEC9650E4DB5278CC224D3C8F2093FD5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_Add(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Add_m04D7D25968A240F3F563E39D87F5D064990F5D26 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::VariantList_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_VariantList_size_m3A48821A74BE9435C6B2EF9632FA19F2D77C81EF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::VariantList_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_VariantList_capacity_m2563A933AF3FBDEB49F6A80A416E95884197E7B9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_reserve_mBC5280078BBB9177B1F9549137C810152C90D467 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantList__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantList__SWIG_0_mEF081575C63FB463373D17FA534047F7EF70C1AF (const RuntimeMethod* method) ; // System.Void Firebase.VariantList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ; // System.Runtime.InteropServices.HandleRef Firebase.VariantList::getCPtr(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F VariantList_getCPtr_mA0FC5A2A9FD6A5A03313A08ACE9A58B0A307A924 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_obj, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantList__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantList__SWIG_1_m8C315E58B43E747EFBE9BDAA64EB04368AD41652 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantList__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantList__SWIG_2_mF752F53974C04A6A9E8691792FC62BE33190E42F (int32_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_getitemcopy_m89162DC847DB2C828475FC77A065EC0735069C81 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_getitem_mDBA8806675B9D11F3074AE72C844D01EF9F6A3FF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_setitem_m978CEC7F06C8566EA34FB3A05FE3222C445E3211 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_AddRange_mD723EDB5A164E7E397A9B53D8A6EA646E8D014C9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_GetRange_mA021291CE93945C00BEB2C2A6424CA0EA8F856F5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Insert_m9542AEC8F7C526D66B63502DA813685BD0E0BD27 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_InsertRange_m7491581E38636BE2F81FC1DB11FF8C7C6514CA6B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_RemoveAt_m106734D07EA4E0EEB4D7B49DF4BA375A1A9F0789 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_RemoveRange_mAEDD38649A74C5998272C1AFD7F28DBCE1F7FDE4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_Repeat(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_Repeat_mA170BE67978431CCACBA5F3FF6534BDE9CD64A2E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Reverse__SWIG_0_mF778065E495CE511C1E8DBF7B191FEA482372FC2 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Reverse__SWIG_1_mA1337882E1C944DCBA4F8FD598F0F87A042C7D10 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::VariantList_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_SetRange_mFA9CC25D83827373D56CC2390EE117E08F9CA1AE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ; // Firebase.Variant Firebase.VariantList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantList_get_Item_m6DB080671B53261F20EC0BEFE80E72CB0F1945C2 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void Firebase.Variant::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variant_Dispose_m68085851C3EE3DDDB413CAE4B1B4E237D0A87FBE (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::delete_Variant(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_Variant_mA45ED3EFF2C315AFC59E0FF4A3950E6CA06EE363 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::EmptyMutableBlob(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_EmptyMutableBlob_m307467A903DD197CCAC7C87586C188743393C5EA (uint32_t ___0_sizeBytes, const RuntimeMethod* method) ; // System.IntPtr Firebase.Variant::untyped_mutable_blob_data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Variant_untyped_mutable_blob_data_m69D26F368BADF4C3D26A201EFED448CE0A16169E (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m0FD7BFE70EE28FC67B67A6225AD58F95FEE7EB85 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_source, int32_t ___1_startIndex, intptr_t ___2_destination, int32_t ___3_length, const RuntimeMethod* method) ; // System.UInt32 Firebase.Variant::blob_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Variant_blob_size_mCF0A2FFB1862051AAFE295694E62A87F03228563 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_mF7402FFDB520EA1B8D1C32B368DBEE4B13F1BE77 (intptr_t ___0_source, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_destination, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::Null() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_Null_m16BB4015F841EE2DC9CCD7B0103210F902F071E9 (const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::FromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromString_mAF8487B13BB2C4546D53FCB0A5892DF99B64E0B1 (String_t* ___0_value, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::FromInt64(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromInt64_m495D0DD4310B17A1DF66CA6C4801E265DF944405 (int64_t ___0_value, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::FromDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromDouble_mACE124A0E71277468B61F5EF1D565E57550803A1 (double ___0_value, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::FromBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromBool_mD8DE9948B0E5CFA584DD4C9513CC29EC8A271230 (bool ___0_value, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::FromBlob(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromBlob_m532A02C8CB68F3FED11D26CDF1889B1869E22436 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_blob, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::EmptyVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_EmptyVector_m1740118A4FE7576F70FC805E9C480B7DB9382597 (const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7 (RuntimeObject* ___0_o, const RuntimeMethod* method) ; // Firebase.Variant Firebase.Variant::EmptyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_EmptyMap_m74738042D3A020E8541D43E360D2D3634F6E1643 (const RuntimeMethod* method) ; // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ; // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ; // System.Void Firebase.VariantVariantMap::set_Item(Firebase.Variant,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_set_Item_m3400A43959480801333DE6EF2C6678B07B0992BA (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_value, const RuntimeMethod* method) ; // System.Int64 System.Convert::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mB980D7B1AB7B7071D416EE892C2B736D712BE1B5 (RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Double System.Convert::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m86FF4F837721833186E883102C056A35F0860EB0 (RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9DF47FC6E1F8341012CA3FF02993D372AA7A96C9 (RuntimeObject* ___0_arg0, RuntimeObject* ___1_arg1, RuntimeObject* ___2_arg2, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_Null() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_Null_mD98D6D125248FC70DF6C06ED53A3DDF9C1E015C9 (const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_EmptyVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_EmptyVector_m6F7B17C6003A866E567ACDFFF2E2A633F014142F (const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_EmptyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_EmptyMap_m2E0690FDBAB9979B00F710E62334DBA504F58CD1 (const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_EmptyMutableBlob(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_EmptyMutableBlob_mC39499DF768E9DB8E198F4EADD564A1B29B49261 (uint32_t ___0_jarg1, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::Variant_type(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_Variant_type_m0575207999A99C1679D7E9ABF70BF42B2DBA13AA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::Variant_is_string(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_Variant_is_string_m0F75C01B34DB5651C00B60D0F477BF7BDD22DF3F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::Variant_is_fundamental_type(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_Variant_is_fundamental_type_m8B68412DA67C92C82E313F5F7CE9CFF9C70F40FC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_AsString(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_AsString_m14A8B144EA7FAF0396478ACF233863E9CFB982AA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.UInt32 Firebase.AppUtilPINVOKE::Variant_blob_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_Variant_blob_size_m848887376DB001FD4066EFB4DAC5F13D3A7E4712 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_vector__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_vector__SWIG_0_m2EEE0E67CF5880090850B48A7D84B644AC1849AA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_map__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_map__SWIG_0_mE008492E043F7AE7554961B5382C1D6BFCCCEDD9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Int64 Firebase.AppUtilPINVOKE::Variant_int64_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t AppUtilPINVOKE_Variant_int64_value_m7215A286D3C0BDD480ED52735607F63039BDB947 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Double Firebase.AppUtilPINVOKE::Variant_double_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double AppUtilPINVOKE_Variant_double_value_m3F37AD68D935C0EE9CED1063E55D2D47AE89FE7C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::Variant_bool_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_Variant_bool_value_m9A7C00507E31A2EAA81D670B132BFE78D23ACDFB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE::Variant_string_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_Variant_string_value_mCFC1313C97830F6EC780F3A3E37A2C8E898E45EB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromInt64(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromInt64_mE62C4A780B5D3BD70AC3C14CF17A980AEBB6B84F (int64_t ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromDouble_mBFDF5F4734C690739F4E0092A345CC387B9F6C8A (double ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromBool_m92C4BBDAB30C65C5ABC643CBAA818C9424DBDE87 (bool ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromString_mD4258668D5D44AE51580AF6B14BA31A536FD9597 (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::Variant_untyped_mutable_blob_data(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_untyped_mutable_blob_data_mA898DA666F9663143AED17659F774773F2D6AC18 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper__ctor_m4DB6794D8CB5F1A9740C37B0C257B69982C013B9 (SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper__ctor_mF5EBABDC102D937A919B6A6CCA3690E2244ECE85 (SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534* __this, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingApplicationException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArithmeticException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingDivideByZeroException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingIndexOutOfRangeException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingInvalidCastException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingInvalidOperationException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingIOException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingNullReferenceException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingOutOfMemoryException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingOverflowException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingSystemException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191 (String_t* ___0_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArgumentException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArgumentNullException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArgumentOutOfRangeException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void System.ApplicationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_m924E77609BAFA0595453363EB8B7BCCBA03B32DD (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGPendingException::Set(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642 (Exception_t* ___0_e, const RuntimeMethod* method) ; // System.Void System.ArithmeticException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m880D58CC9B6CD2F0E867298BA748343216D89A8B (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.DivideByZeroException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_mE15900048AEEE9B66A4DD9F2ACAC4448D85D4F23 (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.IndexOutOfRangeException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m390691571A232F79022C84ED002FDEF8974255E1 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.InvalidCastException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m40BCFD6C1C79DE81191B829AF71BEB590E300396 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mFA9F39D1AF43FBC40BFA68A7BFE07852D1EF8B1B (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.NullReferenceException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mD00D7FE987C285C8DB23883700F44BC0025F55EF (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.OutOfMemoryException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_mC60E0CF8E50CA43F0518570ACC051F6BA8A1D1F2 (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.OverflowException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m790F28810569425B0503056EF1A9CDDF9AFBB3F0 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, Exception_t* ___2_innerException, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8 (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate__ctor_m45E4EFAE5F14FFEC5843A00ABEF4D0E1F0854629 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SWIGRegisterExceptionCallbacks_AppUtil(Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacks_AppUtil_m37C58735D4F8200BA3896F46FD46006F467A604D (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___0_applicationDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___1_arithmeticDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___2_divideByZeroDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___3_indexOutOfRangeDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___4_invalidCastDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___5_invalidOperationDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___6_ioDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___7_nullReferenceDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___8_outOfMemoryDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___9_overflowDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___10_systemExceptionDelegate, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SWIGRegisterExceptionCallbacksArgument_AppUtil(Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacksArgument_AppUtil_m20CAE98AF0AFEDCADBBEAA94148843C8C671F8D5 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___0_argumentDelegate, ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___1_argumentNullDelegate, ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___2_argumentOutOfRangeDelegate, const RuntimeMethod* method) ; // System.String Firebase.AppUtilPINVOKE/SWIGStringHelper::CreateString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F (String_t* ___0_cString, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringDelegate__ctor_m4D5B167B33345B58192AD3B50D1F8901A18F4F4D (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper::SWIGRegisterStringCallback_AppUtil(Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper_SWIGRegisterStringCallback_AppUtil_m6DC4FCA4611C8A5521BE0E65F5CCE26D000E4DD1 (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* ___0_stringDelegate, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::ExportFix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_ExportFix_mA9DF652C52653C377294BEDFC67B78DA024F377F (const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::SetLogLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetLogLevel_m3367A88F1E40707E4182CA748E823DAD110ED972 (int32_t ___0_jarg1, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::GetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_GetLogLevel_mB3222AF768B74A41D704F285D67DAD9AE116A42C (const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::PollCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_PollCallbacks_mD2FF7C60A52AF22E9AC028564A06E0F3974B6D56 (const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::AppEnableLogCallback(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppEnableLogCallback_m5BB69B725FD3DF1FE26C20DE516F14E02E82BDB3 (bool ___0_jarg1, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::AppGetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_AppGetLogLevel_m1FA70677F6D87B20549848E73B88B7A9CE5E6A33 (const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::SetEnabledAllAppCallbacks(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetEnabledAllAppCallbacks_m6A273BFF682F24C5D1F66273B0AA3AF975B29019 (bool ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::SetEnabledAppCallbackByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetEnabledAppCallbackByName_m4705ADB8109C59533C8D2117C87E6336EEB54A05 (String_t* ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method) ; // System.Boolean Firebase.AppUtilPINVOKE::GetEnabledAppCallbackByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_GetEnabledAppCallbackByName_m97E56E8BCA68A8391B677BC814B1E3584FD985C5 (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::SetLogFunction(Firebase.LogUtil/LogMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetLogFunction_m76775D9FA055C83D4C65B6E6E7192E941A433EAE (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* ___0_jarg1, const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::AppOptionsLoadFromJsonConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_AppOptionsLoadFromJsonConfig_mBCC2EBD6CA6494ECA41B0F6A73042A90B6C813D4 (String_t* ___0_jarg1, const RuntimeMethod* method) ; // System.Int32 Firebase.AppUtilPINVOKE::CheckAndroidDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_CheckAndroidDependencies_m4FCC7A6957631074F898E119E993E423A6EB6C48 (const RuntimeMethod* method) ; // System.IntPtr Firebase.AppUtilPINVOKE::FixAndroidDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FixAndroidDependencies_m1C8B8699F37268F8755608458DEAE04014F9D7C0 (const RuntimeMethod* method) ; // System.Threading.Tasks.Task Firebase.FutureVoid::GetTask(Firebase.FutureVoid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* ___0_fu, const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::InitializePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_InitializePlayServicesInternal_m0027EC41EE00DCF8A530695B979F8AC1EBCEF814 (const RuntimeMethod* method) ; // System.Void Firebase.AppUtilPINVOKE::TerminatePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_TerminatePlayServicesInternal_mABD31836A1A4B753A27CFD9472F2513746ED4499 (const RuntimeMethod* method) ; // System.Void Firebase.AppUtil::PollCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_PollCallbacks_mB25BC1FD5126974F80860A05910301AAF7589BFC (const RuntimeMethod* method) ; // Firebase.Platform.FirebaseAppPlatform Firebase.FirebaseApp::get_AppPlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* FirebaseApp_get_AppPlatform_m456DB9D531B67C1B83ADF6B93A37948AF4905744 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; // Firebase.LogLevel Firebase.FirebaseApp::get_LogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_get_LogLevel_m64B54EED8CF1B5F8EA074612CF09E58026D23603 (const RuntimeMethod* method) ; // System.Void Firebase.Platform.FirebaseAppUtils::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppUtils__ctor_m77E9C2ADF611B1553A685AC953C5508DFD636CD4 (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, const RuntimeMethod* method) ; // System.Void System.WeakReference::.ctor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m8085B7DB432EB4B11F2FFDB543B3F1D05D4A8D99 (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* __this, RuntimeObject* ___0_target, bool ___1_trackResurrection, const RuntimeMethod* method) ; // System.Void Firebase.Platform.FirebaseAppPlatform::set_app(System.WeakReference) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FirebaseAppPlatform_set_app_mEB3529E3DAB01F9F1BE970AA2FF0F9488AFED5D6_inline (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___0_value, const RuntimeMethod* method) ; // System.WeakReference Firebase.Platform.FirebaseAppPlatform::get_app() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* FirebaseAppPlatform_get_app_m26B9904153AC094A6BEA240F74B082EEDB9C35D7_inline (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) ; // System.Object Firebase.Platform.FirebaseAppPlatform::get_AppObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseAppPlatform_get_AppObject_m688F6AB3978E0320042F2EB1813A985B31E211EC (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) ; // Firebase.FirebaseApp Firebase.Platform.FirebaseAppPlatform::get_App() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseAppPlatform_get_App_mF79CB10DF6320F7EE7C1FEB875B8FBA5910853F2 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) ; // Firebase.AppOptions Firebase.FirebaseApp::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* FirebaseApp_get_Options_mDD04F28C88747DC1332D1A9363E7B6F6FCC7A12E (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) ; #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_ExportFix(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_FutureBase__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_FutureBase(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_FutureBase__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FutureBase_Release(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_FutureBase_status(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_FutureBase_error(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_FutureBase_error_message(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_StringStringMap__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_StringStringMap__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_StringStringMap_size(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringStringMap_empty(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringStringMap_Clear(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_StringStringMap_getitem(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringStringMap_setitem(void*, char*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringStringMap_ContainsKey(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringStringMap_Add(void*, char*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringStringMap_Remove(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_StringStringMap_create_iterator_begin(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_StringStringMap_get_next_key(void*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringStringMap_destroy_iterator(void*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_StringStringMap(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_Clear(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_Add(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_StringList_size(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_StringList_capacity(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_reserve(void*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_StringList__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_StringList__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_StringList__SWIG_2(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_StringList_getitemcopy(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_StringList_getitem(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_setitem(void*, int32_t, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_AddRange(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_StringList_GetRange(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_Insert(void*, int32_t, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_InsertRange(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_RemoveAt(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_RemoveRange(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_StringList_Repeat(char*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_Reverse__SWIG_0(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_Reverse__SWIG_1(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_StringList_SetRange(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringList_Contains(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringList_IndexOf(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringList_LastIndexOf(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_StringList_Remove(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_StringList(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_Clear(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_Add(void*, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_CharVector_size(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_CharVector_capacity(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_reserve(void*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_CharVector__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_CharVector__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_CharVector__SWIG_2(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint8_t DEFAULT_CALL Firebase_App_CSharp_CharVector_getitemcopy(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint8_t DEFAULT_CALL Firebase_App_CSharp_CharVector_getitem(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_setitem(void*, int32_t, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_AddRange(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_CharVector_GetRange(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_Insert(void*, int32_t, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_InsertRange(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_RemoveAt(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_RemoveRange(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_CharVector_Repeat(uint8_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_Reverse__SWIG_0(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_Reverse__SWIG_1(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_CharVector_SetRange(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_CharVector_Contains(void*, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_CharVector_IndexOf(void*, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_CharVector_LastIndexOf(void*, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_CharVector_Remove(void*, uint8_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_CharVector(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_FutureString(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FutureString_SWIG_OnCompletion(void*, Il2CppMethodPointer, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FutureString_SWIG_FreeCompletionData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_FutureString_GetResult(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_FutureString(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_FutureVoid(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FutureVoid_SWIG_OnCompletion(void*, Il2CppMethodPointer, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FutureVoid_SWIG_FreeCompletionData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_FutureVoid(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_FutureBool(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FutureBool_SWIG_OnCompletion(void*, Il2CppMethodPointer, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FutureBool_SWIG_FreeCompletionData(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_FutureBool_GetResult(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_FutureBool(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_AppOptionsInternal(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_SetDatabaseUrlInternal(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_GetDatabaseUrlInternal(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_LoadFromJsonConfig__SWIG_0(char*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_LoadFromJsonConfig__SWIG_1(char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_AppId_set(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_AppId_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_ApiKey_set(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_ApiKey_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_MessageSenderId_set(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_MessageSenderId_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_StorageBucket_set(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_StorageBucket_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_ProjectId_set(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_ProjectId_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_PackageName_set(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_AppOptionsInternal_PackageName_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_AppOptionsInternal(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_FirebaseApp(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_options(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_SetDataCollectionDefaultEnabledInternal(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_IsDataCollectionDefaultEnabledInternal(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_NameInternal_get(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_2(void*, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_ReleaseReferenceInternal(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_SetLogLevelInternal(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_GetLogLevelInternal(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_RegisterLibrariesInternal(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_LogHeartbeatInternal(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_AppSetDefaultConfigPath(char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_FirebaseApp_DefaultName_get(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_SetLogLevel(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_GetLogLevel(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_PollCallbacks(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_AppEnableLogCallback(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_AppGetLogLevel(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_SetEnabledAllAppCallbacks(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_SetEnabledAppCallbackByName(char*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_GetEnabledAppCallbackByName(char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_SetLogFunction(Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_AppOptionsLoadFromJsonConfig(char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_CheckAndroidDependencies(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FixAndroidDependencies(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_InitializePlayServicesInternal(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_TerminatePlayServicesInternal(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_VariantVariantMap__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_VariantVariantMap__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_size(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_empty(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_Clear(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_getitem(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_setitem(void*, void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_ContainsKey(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_Add(void*, void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_Remove(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_create_iterator_begin(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_get_next_key(void*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantVariantMap_destroy_iterator(void*, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_VariantVariantMap(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_Clear(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_Add(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_VariantList_size(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_VariantList_capacity(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_reserve(void*, uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_VariantList__SWIG_0(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_VariantList__SWIG_1(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_new_VariantList__SWIG_2(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantList_getitemcopy(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantList_getitem(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_setitem(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_AddRange(void*, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantList_GetRange(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_Insert(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_InsertRange(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_RemoveAt(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_RemoveRange(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_VariantList_Repeat(void*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_Reverse__SWIG_0(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_Reverse__SWIG_1(void*, int32_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_VariantList_SetRange(void*, int32_t, void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_VariantList(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_App_CSharp_delete_Variant(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_Null(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_EmptyVector(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_EmptyMap(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_EmptyMutableBlob(uint32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_Variant_type(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_Variant_is_string(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_Variant_is_fundamental_type(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_AsString(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_App_CSharp_Variant_blob_size(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_vector__SWIG_0(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_map__SWIG_0(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int64_t DEFAULT_CALL Firebase_App_CSharp_Variant_int64_value(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C double DEFAULT_CALL Firebase_App_CSharp_Variant_double_value(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_App_CSharp_Variant_bool_value(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_App_CSharp_Variant_string_value(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_FromInt64(int64_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_FromDouble(double); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_FromBool(int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_FromString(char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_Variant_untyped_mutable_blob_data(void*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FutureString_SWIGUpcast(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FutureVoid_SWIGUpcast(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_App_CSharp_FutureBool_SWIGUpcast(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SWIGRegisterExceptionCallbacks_AppUtil(Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SWIGRegisterExceptionArgumentCallbacks_AppUtil(Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL SWIGRegisterStringCallback_AppUtil(Il2CppMethodPointer); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.AppOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions__ctor_mE2831726226D1A747754D0B83A4B0758F895CC58 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.AppOptions::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_Dispose_m87505E3792614A116365111E658398473782B604 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { return; } } // System.Uri Firebase.AppOptions::get_DatabaseUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* AppOptions_get_DatabaseUrl_mD70471C397E4022DBBF141396FED531CA8C0C8B4 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CDatabaseUrlU3Ek__BackingField_0; return L_0; } } // System.Void Firebase.AppOptions::set_DatabaseUrl(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_DatabaseUrl_m50A56D4AFD426801574A5008562EA3683E8516C9 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CDatabaseUrlU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDatabaseUrlU3Ek__BackingField_0), (void*)L_0); return; } } // System.String Firebase.AppOptions::get_AppId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptions_get_AppId_m4487D55B87BFDEBF06E4C946CA8BB8D6F2763D9B (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CAppIdU3Ek__BackingField_1; return L_0; } } // System.Void Firebase.AppOptions::set_AppId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_AppId_m7654E20AC351E037813CCC3D88FED7BEE8DA0700 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CAppIdU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAppIdU3Ek__BackingField_1), (void*)L_0); return; } } // System.String Firebase.AppOptions::get_ApiKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptions_get_ApiKey_mC1FCDEFB0AFFFBF0E2EAACB71DF0554A1D60E374 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CApiKeyU3Ek__BackingField_2; return L_0; } } // System.Void Firebase.AppOptions::set_ApiKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_ApiKey_m3010B35DBC7124293B7AC9091BA86114ED1BBF30 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CApiKeyU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CApiKeyU3Ek__BackingField_2), (void*)L_0); return; } } // System.String Firebase.AppOptions::get_MessageSenderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptions_get_MessageSenderId_m42D059EE5820664491FDDB9490ADE072FC4C1DA5 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMessageSenderIdU3Ek__BackingField_3; return L_0; } } // System.Void Firebase.AppOptions::set_MessageSenderId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_MessageSenderId_mA0ABA93E9402035C509A97B3B2FFFB00B0ABFAAB (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMessageSenderIdU3Ek__BackingField_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMessageSenderIdU3Ek__BackingField_3), (void*)L_0); return; } } // System.String Firebase.AppOptions::get_StorageBucket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptions_get_StorageBucket_m93625BCEE94287655E69A3ED0D145E64F66278A4 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CStorageBucketU3Ek__BackingField_4; return L_0; } } // System.Void Firebase.AppOptions::set_StorageBucket(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_StorageBucket_m797A7F991A2674B2012887527B149846109B8E4B (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CStorageBucketU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStorageBucketU3Ek__BackingField_4), (void*)L_0); return; } } // System.String Firebase.AppOptions::get_ProjectId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptions_get_ProjectId_m046C1AA401A3A455F57C805273D4B35F5C8CFB01 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CProjectIdU3Ek__BackingField_5; return L_0; } } // System.Void Firebase.AppOptions::set_ProjectId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_ProjectId_m906F7A47E973C68F1BDC0697BE341394FFE32471 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CProjectIdU3Ek__BackingField_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProjectIdU3Ek__BackingField_5), (void*)L_0); return; } } // System.String Firebase.AppOptions::get_PackageName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptions_get_PackageName_m8683B71CFFC94EE90CFBC75709671BA452FCE8FA (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPackageNameU3Ek__BackingField_6; return L_0; } } // System.Void Firebase.AppOptions::set_PackageName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions_set_PackageName_mF0E66EF290BDA09FBE5B5108B60FBE8E24CC225A (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CPackageNameU3Ek__BackingField_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPackageNameU3Ek__BackingField_6), (void*)L_0); return; } } // Firebase.AppOptions Firebase.AppOptions::LoadFromJsonConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* AppOptions_LoadFromJsonConfig_mE2181B7A4E0F5ACE7ACE2FE7C84EC1BE01533E7E (String_t* ___0_json_config, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_0 = NULL; bool V_1 = false; AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* V_2 = NULL; { String_t* L_0 = ___0_json_config; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_1; L_1 = AppUtil_AppOptionsLoadFromJsonConfig_m224F79965A5CBEBD67878701F830DC9AB86D1802(L_0, NULL); V_0 = L_1; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_2 = V_0; V_1 = (bool)((((RuntimeObject*)(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_0014; } } { V_2 = (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09*)NULL; goto IL_001d; } IL_0014: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_4 = V_0; AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_5 = (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09*)il2cpp_codegen_object_new(AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09_il2cpp_TypeInfo_var); NullCheck(L_5); AppOptions__ctor_m24702254E13B765824AB5738D6C248AE0EADAE28(L_5, L_4, NULL); V_2 = L_5; goto IL_001d; } IL_001d: { AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_6 = V_2; return L_6; } } // System.Void Firebase.AppOptions::.ctor(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptions__ctor_m24702254E13B765824AB5738D6C248AE0EADAE28 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_other, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0 = ___0_other; NullCheck(L_0); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = AppOptionsInternal_get_DatabaseUrl_mD24AE9A589D060986270F6F7E582FC7244A99580(L_0, NULL); AppOptions_set_DatabaseUrl_m50A56D4AFD426801574A5008562EA3683E8516C9_inline(__this, L_1, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_2 = ___0_other; NullCheck(L_2); String_t* L_3; L_3 = AppOptionsInternal_get_AppId_m9E10A96FC162A8F195B33B40170D42A426D3A766(L_2, NULL); AppOptions_set_AppId_m7654E20AC351E037813CCC3D88FED7BEE8DA0700_inline(__this, L_3, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_4 = ___0_other; NullCheck(L_4); String_t* L_5; L_5 = AppOptionsInternal_get_ApiKey_m4FEA968CCE295C61306024A53B87EB462C793FDD(L_4, NULL); AppOptions_set_ApiKey_m3010B35DBC7124293B7AC9091BA86114ED1BBF30_inline(__this, L_5, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_6 = ___0_other; NullCheck(L_6); String_t* L_7; L_7 = AppOptionsInternal_get_MessageSenderId_m685FAF74B5E0F003C765471030BFEC9049B188A5(L_6, NULL); AppOptions_set_MessageSenderId_mA0ABA93E9402035C509A97B3B2FFFB00B0ABFAAB_inline(__this, L_7, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_8 = ___0_other; NullCheck(L_8); String_t* L_9; L_9 = AppOptionsInternal_get_StorageBucket_m990618B90CAFF7EC9D688C494C058156DC353535(L_8, NULL); AppOptions_set_StorageBucket_m797A7F991A2674B2012887527B149846109B8E4B_inline(__this, L_9, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_10 = ___0_other; NullCheck(L_10); String_t* L_11; L_11 = AppOptionsInternal_get_ProjectId_m3CB8C9F459B7ABE7266E303E627FEC079DE825ED(L_10, NULL); AppOptions_set_ProjectId_m906F7A47E973C68F1BDC0697BE341394FFE32471_inline(__this, L_11, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_12 = ___0_other; NullCheck(L_12); String_t* L_13; L_13 = AppOptionsInternal_get_PackageName_m44A62026BBC91627D666692A8116007B7E6FAB40(L_12, NULL); AppOptions_set_PackageName_mF0E66EF290BDA09FBE5B5108B60FBE8E24CC225A_inline(__this, L_13, NULL); return; } } // Firebase.AppOptionsInternal Firebase.AppOptions::ConvertToInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* AppOptions_ConvertToInternal_m63362E5FEF94A4590207AC82A2821A8635AD1DB5 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_7 = NULL; { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0 = (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)il2cpp_codegen_object_new(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); NullCheck(L_0); AppOptionsInternal__ctor_mA2F362D1DDC90AA633738145786049C15FAECEFF(L_0, NULL); V_0 = L_0; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_1 = V_0; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2; L_2 = AppOptions_get_DatabaseUrl_mD70471C397E4022DBBF141396FED531CA8C0C8B4_inline(__this, NULL); NullCheck(L_1); AppOptionsInternal_set_DatabaseUrl_mB0310AB5205FCF51331B34CD50A6157A1CE2FE86(L_1, L_2, NULL); String_t* L_3; L_3 = AppOptions_get_AppId_m4487D55B87BFDEBF06E4C946CA8BB8D6F2763D9B_inline(__this, NULL); bool L_4; L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL); V_1 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0035; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_6 = V_0; String_t* L_7; L_7 = AppOptions_get_AppId_m4487D55B87BFDEBF06E4C946CA8BB8D6F2763D9B_inline(__this, NULL); NullCheck(L_6); AppOptionsInternal_set_AppId_mABE681281339BB1B8A9A20DC0F9578624DD0B1BF(L_6, L_7, NULL); } IL_0035: { String_t* L_8; L_8 = AppOptions_get_ApiKey_mC1FCDEFB0AFFFBF0E2EAACB71DF0554A1D60E374_inline(__this, NULL); bool L_9; L_9 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_8, NULL); V_2 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); bool L_10 = V_2; if (!L_10) { goto IL_0056; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_11 = V_0; String_t* L_12; L_12 = AppOptions_get_ApiKey_mC1FCDEFB0AFFFBF0E2EAACB71DF0554A1D60E374_inline(__this, NULL); NullCheck(L_11); AppOptionsInternal_set_ApiKey_mCF8BDC7C43BB152665C3F48096C5B239291B75DD(L_11, L_12, NULL); } IL_0056: { String_t* L_13; L_13 = AppOptions_get_MessageSenderId_m42D059EE5820664491FDDB9490ADE072FC4C1DA5_inline(__this, NULL); bool L_14; L_14 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_13, NULL); V_3 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0); bool L_15 = V_3; if (!L_15) { goto IL_0077; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_16 = V_0; String_t* L_17; L_17 = AppOptions_get_MessageSenderId_m42D059EE5820664491FDDB9490ADE072FC4C1DA5_inline(__this, NULL); NullCheck(L_16); AppOptionsInternal_set_MessageSenderId_m952422B75F1F589BE67613A7F6BA8786C721105F(L_16, L_17, NULL); } IL_0077: { String_t* L_18; L_18 = AppOptions_get_StorageBucket_m93625BCEE94287655E69A3ED0D145E64F66278A4_inline(__this, NULL); bool L_19; L_19 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_18, NULL); V_4 = (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0); bool L_20 = V_4; if (!L_20) { goto IL_009a; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_21 = V_0; String_t* L_22; L_22 = AppOptions_get_StorageBucket_m93625BCEE94287655E69A3ED0D145E64F66278A4_inline(__this, NULL); NullCheck(L_21); AppOptionsInternal_set_StorageBucket_mD862C7BE9B1AAAEF52F538CF870C4C0B6A446FF8(L_21, L_22, NULL); } IL_009a: { String_t* L_23; L_23 = AppOptions_get_ProjectId_m046C1AA401A3A455F57C805273D4B35F5C8CFB01_inline(__this, NULL); bool L_24; L_24 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_23, NULL); V_5 = (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0); bool L_25 = V_5; if (!L_25) { goto IL_00bd; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_26 = V_0; String_t* L_27; L_27 = AppOptions_get_ProjectId_m046C1AA401A3A455F57C805273D4B35F5C8CFB01_inline(__this, NULL); NullCheck(L_26); AppOptionsInternal_set_ProjectId_m40B9538546673A0E506A538240B2F1A044E9D888(L_26, L_27, NULL); } IL_00bd: { String_t* L_28; L_28 = AppOptions_get_PackageName_m8683B71CFFC94EE90CFBC75709671BA452FCE8FA_inline(__this, NULL); bool L_29; L_29 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_28, NULL); V_6 = (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0); bool L_30 = V_6; if (!L_30) { goto IL_00e0; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_31 = V_0; String_t* L_32; L_32 = AppOptions_get_PackageName_m8683B71CFFC94EE90CFBC75709671BA452FCE8FA_inline(__this, NULL); NullCheck(L_31); AppOptionsInternal_set_PackageName_mF9656EB342F5BB54E6E4A9938237B60F4F023164(L_31, L_32, NULL); } IL_00e0: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_33 = V_0; V_7 = L_33; goto IL_00e5; } IL_00e5: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_34 = V_7; return L_34; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException__ctor_mE249D40E8AA1EFECCA0707738A3A4BBF9C18E21D (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL); FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465_inline(__this, 0, NULL); return; } } // System.Void Firebase.FirebaseException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException__ctor_m777A18AA0E7AF8FA28848904D672FF93B8416B14 (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_errorCode, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL); int32_t L_0 = ___0_errorCode; FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465_inline(__this, L_0, NULL); return; } } // System.Void Firebase.FirebaseException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_errorCode, String_t* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_message; il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL); int32_t L_1 = ___0_errorCode; FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465_inline(__this, L_1, NULL); return; } } // System.Void Firebase.FirebaseException::.ctor(System.Int32,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException__ctor_m7944981265B9C60565EA0DE9B9BF8DA4F8FF9773 (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_errorCode, String_t* ___1_message, Exception_t* ___2_inner, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_message; Exception_t* L_1 = ___2_inner; il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL); int32_t L_2 = ___0_errorCode; FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465_inline(__this, L_2, NULL); return; } } // System.Int32 Firebase.FirebaseException::get_ErrorCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseException_get_ErrorCode_mE665B1ADB8DD846C3C604DD72F25C1B476EB3A66 (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CErrorCodeU3Ek__BackingField_18; return L_0; } } // System.Void Firebase.FirebaseException::set_ErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465 (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CErrorCodeU3Ek__BackingField_18 = L_0; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Firebase.InitResult Firebase.InitializationException::get_InitResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InitializationException_get_InitResult_mC611CCB6BD3529EFD841FCF4BC099532973F75F2 (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CInitResultU3Ek__BackingField_18; return L_0; } } // System.Void Firebase.InitializationException::set_InitResult(Firebase.InitResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException_set_InitResult_m94032AD57F63718F6F20625FDB98958766C9D764 (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CInitResultU3Ek__BackingField_18 = L_0; return; } } // System.Void Firebase.InitializationException::.ctor(Firebase.InitResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException__ctor_m68E3C1F4B8BE16E94441B47A815203360CC4E47D (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL); int32_t L_0 = ___0_result; InitializationException_set_InitResult_m94032AD57F63718F6F20625FDB98958766C9D764_inline(__this, L_0, NULL); return; } } // System.Void Firebase.InitializationException::.ctor(Firebase.InitResult,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_result, String_t* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_message; il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL); int32_t L_1 = ___0_result; InitializationException_set_InitResult_m94032AD57F63718F6F20625FDB98958766C9D764_inline(__this, L_1, NULL); return; } } // System.Void Firebase.InitializationException::.ctor(Firebase.InitResult,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException__ctor_m1384021A3E1B7B0E372257380559D926BD6200BF (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_result, String_t* ___1_message, Exception_t* ___2_inner, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_message; Exception_t* L_1 = ___2_inner; il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL); int32_t L_2 = ___0_result; InitializationException_set_InitResult_m94032AD57F63718F6F20625FDB98958766C9D764_inline(__this, L_2, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Firebase.ErrorMessages::get_DependencyNotFoundErrorMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorMessages_get_DependencyNotFoundErrorMessage_mA71EBFCD6E5CC0C61BD0E3624738175EADBCC0F7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; bool V_2 = false; { bool L_0; L_0 = PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B(NULL); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0013; } } { il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_2 = ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_ANDROID_0; V_1 = L_2; goto IL_002e; } IL_0013: { bool L_3; L_3 = PlatformInformation_get_IsIOS_mC19E79F4C15D4B8B2CF22DE2517074235DCF7082(NULL); V_2 = L_3; bool L_4 = V_2; if (!L_4) { goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_5 = ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_IOS_1; V_1 = L_5; goto IL_002e; } IL_0025: { il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_6 = ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_GENERIC_2; V_1 = L_6; goto IL_002e; } IL_002e: { String_t* L_7 = V_1; return L_7; } } // System.String Firebase.ErrorMessages::get_DllNotFoundExceptionErrorMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorMessages_get_DllNotFoundExceptionErrorMessage_m0B273BB2A0E048AACEA44918DBBBBACB38B579F3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; bool V_2 = false; String_t* V_3 = NULL; { bool L_0; L_0 = PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B(NULL); V_1 = L_0; bool L_1 = V_1; if (!L_1) { goto IL_0014; } } { il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_2 = ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_ANDROID_3; V_0 = L_2; goto IL_002f; } IL_0014: { bool L_3; L_3 = PlatformInformation_get_IsIOS_mC19E79F4C15D4B8B2CF22DE2517074235DCF7082(NULL); V_2 = L_3; bool L_4 = V_2; if (!L_4) { goto IL_0027; } } { il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_5 = ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_IOS_4; V_0 = L_5; goto IL_002f; } IL_0027: { il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_6 = ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_GENERIC_5; V_0 = L_6; } IL_002f: { String_t* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); String_t* L_8; L_8 = ErrorMessages_get_DependencyNotFoundErrorMessage_mA71EBFCD6E5CC0C61BD0E3624738175EADBCC0F7(NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_7, L_8, NULL); V_3 = L_9; goto IL_003d; } IL_003d: { String_t* L_10 = V_3; return L_10; } } // System.Void Firebase.ErrorMessages::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMessages__ctor_mE1295202185F156191AF0C16064AC47F8C9BD74E (ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.ErrorMessages::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMessages__cctor_m15AA44253303AB0779074729761A927C52A9DD82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24ED59ED9090E09DB40A7847435D91BFAE584ECF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral403CDB792BDB39DFA5B32B9F5BF62F3460A11FFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B9EE94C7F4915E6739895F8E1EF487BB8906396); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8F137D4118E68E1AA31E3046D7C7D47594CAD9C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6F00725B1CE2641D3D5ED19F65223CA4D3F8BAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA5B9DDB87B05728AF950352BA404136EF4EA09B); s_Il2CppMethodInitialized = true; } { ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_ANDROID_0 = _stringLiteralEA5B9DDB87B05728AF950352BA404136EF4EA09B; Il2CppCodeGenWriteBarrier((void**)(&((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_ANDROID_0), (void*)_stringLiteralEA5B9DDB87B05728AF950352BA404136EF4EA09B); ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_IOS_1 = _stringLiteral6B9EE94C7F4915E6739895F8E1EF487BB8906396; Il2CppCodeGenWriteBarrier((void**)(&((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_IOS_1), (void*)_stringLiteral6B9EE94C7F4915E6739895F8E1EF487BB8906396); ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_GENERIC_2 = _stringLiteralE6F00725B1CE2641D3D5ED19F65223CA4D3F8BAE; Il2CppCodeGenWriteBarrier((void**)(&((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DEPENDENCY_NOT_FOUND_ERROR_GENERIC_2), (void*)_stringLiteralE6F00725B1CE2641D3D5ED19F65223CA4D3F8BAE); ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_ANDROID_3 = _stringLiteral403CDB792BDB39DFA5B32B9F5BF62F3460A11FFC; Il2CppCodeGenWriteBarrier((void**)(&((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_ANDROID_3), (void*)_stringLiteral403CDB792BDB39DFA5B32B9F5BF62F3460A11FFC); ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_IOS_4 = _stringLiteralC8F137D4118E68E1AA31E3046D7C7D47594CAD9C; Il2CppCodeGenWriteBarrier((void**)(&((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_IOS_4), (void*)_stringLiteralC8F137D4118E68E1AA31E3046D7C7D47594CAD9C); ((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_GENERIC_5 = _stringLiteral24ED59ED9090E09DB40A7847435D91BFAE584ECF; Il2CppCodeGenWriteBarrier((void**)(&((ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_StaticFields*)il2cpp_codegen_static_fields_for(ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))->___DLL_NOT_FOUND_ERROR_GENERIC_5), (void*)_stringLiteral24ED59ED9090E09DB40A7847435D91BFAE584ECF); 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307(int32_t ___0_logLevel, char* ___1_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___1_message' to managed representation String_t* ____1_message_unmarshaled = NULL; ____1_message_unmarshaled = il2cpp_codegen_marshal_string_result(___1_message); // Managed method invocation LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307(___0_logLevel, ____1_message_unmarshaled, NULL); } // System.Void Firebase.LogUtil::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil__cctor_m65D0A76AA61474FFF64D462091D3620818923C9E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->____instance_0 = (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->____instance_0), (void*)(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39*)NULL); RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->___InitializeLoggingLock_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->___InitializeLoggingLock_1), (void*)L_0); LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* L_1 = (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39*)il2cpp_codegen_object_new(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); NullCheck(L_1); LogUtil__ctor_mFE64F3E0CAE4C8D317093D419552825F2187F3EA(L_1, NULL); ((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->____instance_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->____instance_0), (void*)L_1); return; } } // System.Void Firebase.LogUtil::InitializeLogging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_StaticFields*)il2cpp_codegen_static_fields_for(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))->___InitializeLoggingLock_1; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_001d: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0027; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0027: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); AppUtil_AppEnableLogCallback_m9FE8159D116019E4E918F4B7CEC39687DD64B2EA((bool)1, NULL); goto IL_0028; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0028: { return; } } // Firebase.Platform.PlatformLogLevel Firebase.LogUtil::ConvertLogLevel(Firebase.LogLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LogUtil_ConvertLogLevel_mE58CCE065A1D6EBEDDDDA2CDE76AFEA71E474216 (int32_t ___0_logLevel, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___0_logLevel; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001f; } case 1: { goto IL_002f; } case 2: { goto IL_0023; } case 3: { goto IL_0027; } case 4: { goto IL_002b; } } } { goto IL_002f; } IL_001f: { V_1 = 0; goto IL_0033; } IL_0023: { V_1 = 2; goto IL_0033; } IL_0027: { V_1 = 3; goto IL_0033; } IL_002b: { V_1 = 4; goto IL_0033; } IL_002f: { V_1 = 1; goto IL_0033; } IL_0033: { int32_t L_2 = V_1; return L_2; } } // System.Void Firebase.LogUtil::LogMessage(Firebase.LogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseLogger_t17574FB770AB2CB02AF3459B2EF9D27FC9C24F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_logLevel; il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); int32_t L_1; L_1 = LogUtil_ConvertLogLevel_mE58CCE065A1D6EBEDDDDA2CDE76AFEA71E474216(L_0, NULL); String_t* L_2 = ___1_message; il2cpp_codegen_runtime_class_init_inline(FirebaseLogger_t17574FB770AB2CB02AF3459B2EF9D27FC9C24F42_il2cpp_TypeInfo_var); FirebaseLogger_LogMessage_mA369905E81D1C7988F02D10C909588A688017AA4(L_1, L_2, NULL); return; } } // System.Void Firebase.LogUtil::LogMessageFromCallback(Firebase.LogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseLogger_t17574FB770AB2CB02AF3459B2EF9D27FC9C24F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseLogger_t17574FB770AB2CB02AF3459B2EF9D27FC9C24F42_il2cpp_TypeInfo_var); bool L_0; L_0 = FirebaseLogger_get_CanRedirectNativeLogs_m1EEC26D9564564880A37D4DCBE6D4E288CD6C7DD(NULL); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0012; } } { int32_t L_2 = ___0_logLevel; String_t* L_3 = ___1_message; il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(L_2, L_3, NULL); } IL_0012: { return; } } // System.Void Firebase.LogUtil::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil__ctor_mFE64F3E0CAE4C8D317093D419552825F2187F3EA (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_U3C_ctorU3Eb__9_0_m057EE72CCDA8877817C356F04A3FB0403BDC8268_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->____disposed_2 = (bool)0; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* L_0 = (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4*)il2cpp_codegen_object_new(LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4_il2cpp_TypeInfo_var); NullCheck(L_0); LogMessageDelegate__ctor_mB6AACCCEAE43E818C4B0DFCF6388FF4CC7200F10(L_0, NULL, (intptr_t)((void*)LogUtil_LogMessageFromCallback_m3EA336850B4BE115C393BA3AD71981D1AA654307_RuntimeMethod_var), NULL); AppUtil_SetLogFunction_m1C535B70AA8069AC3CE81CB05882946F841DACCB(L_0, NULL); AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_1; L_1 = AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667(NULL); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)il2cpp_codegen_object_new(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); NullCheck(L_2); EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2(L_2, __this, (intptr_t)((void*)LogUtil_U3C_ctorU3Eb__9_0_m057EE72CCDA8877817C356F04A3FB0403BDC8268_RuntimeMethod_var), NULL); NullCheck(L_1); AppDomain_add_DomainUnload_mC24E729ABD7550A0A1F018EBF215FDF03AA1064F(L_1, L_2, NULL); return; } } // System.Void Firebase.LogUtil::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_Finalize_mA58D6095B47CD414CEED5AB924C2D53F34FF9D55 (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) LogUtil_Dispose_m97EA8C366043F8F98301F73F488901880DA431CB(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.LogUtil::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_Dispose_m69B36B965145091F6023543E577B1D882AAD3F31 (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LogUtil_Dispose_m97EA8C366043F8F98301F73F488901880DA431CB(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.LogUtil::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_Dispose_m97EA8C366043F8F98301F73F488901880DA431CB (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, bool ___0_disposing, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = __this->____disposed_2; V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001e; } } { AppUtil_SetLogFunction_m1C535B70AA8069AC3CE81CB05882946F841DACCB((LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4*)NULL, NULL); __this->____disposed_2 = (bool)1; } IL_001e: { return; } } // System.Void Firebase.LogUtil::<.ctor>b__9_0(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_U3C_ctorU3Eb__9_0_m057EE72CCDA8877817C356F04A3FB0403BDC8268 (LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { { LogUtil_Dispose_m97EA8C366043F8F98301F73F488901880DA431CB(__this, (bool)0, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_Multicast(LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_log_level, ___1_message, reinterpret_cast(currentDelegate->___method_3)); } } void LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_OpenInst(LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_log_level, ___1_message, method); } void LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_OpenStatic(LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_log_level, ___1_message, method); } void LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_OpenStaticInvoker(LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { InvokerActionInvoker2< int32_t, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_log_level, ___1_message); } void LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_ClosedStaticInvoker(LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, int32_t, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_log_level, ___1_message); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4 (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___1_message' to native representation char* ____1_message_marshaled = NULL; ____1_message_marshaled = il2cpp_codegen_marshal_string(___1_message); // Native function invocation il2cppPInvokeFunc(___0_log_level, ____1_message_marshaled); // Marshaling cleanup of parameter '___1_message' native representation il2cpp_codegen_marshal_free(____1_message_marshaled); ____1_message_marshaled = NULL; } // System.Void Firebase.LogUtil/LogMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogMessageDelegate__ctor_mB6AACCCEAE43E818C4B0DFCF6388FF4CC7200F10 (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8_Multicast; } // System.Void Firebase.LogUtil/LogMessageDelegate::Invoke(Firebase.LogLevel,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogMessageDelegate_Invoke_m93848481738EC2A03FD8F5600C132464290BDAC8 (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_log_level, ___1_message, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.LogUtil/LogMessageDelegate::BeginInvoke(Firebase.LogLevel,System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LogMessageDelegate_BeginInvoke_m88C5878969605DC4F14BB165BA50F97093F4FEA4 (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, int32_t ___0_log_level, String_t* ___1_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogLevel_tB190ABBB8AA2A85C2334AB7D3667BC6AA3763ECF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(LogLevel_tB190ABBB8AA2A85C2334AB7D3667BC6AA3763ECF_il2cpp_TypeInfo_var, &___0_log_level); __d_args[1] = ___1_message; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.LogUtil/LogMessageDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogMessageDelegate_EndInvoke_m9159ECE8871089E7063DAF0B5FA5198CDB2DAA12 (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object Firebase.VariantExtension::ToObject(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToObject_m14F3320AA1586559646082460FA2633439C0CBD4 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_variant, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_variant; RuntimeObject* L_1; L_1 = VariantExtension_ToObject_m48E049BEBDB87869AC67AE16FB2F31E7981CA594(L_0, 0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { RuntimeObject* L_2 = V_0; return L_2; } } // System.Object Firebase.VariantExtension::ToObject(Firebase.Variant,Firebase.VariantExtension/KeyOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToObject_m48E049BEBDB87869AC67AE16FB2F31E7981CA594 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_variant, int32_t ___1_options, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_variant; int32_t L_1 = ___1_options; RuntimeObject* L_2; L_2 = VariantExtension_ToObjectInternal_m8AA939C2150F64216049D0FE9C713732AA4DBCF0(L_0, L_1, NULL); V_0 = L_2; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = ___0_variant; il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_KeepAlive_m53833ADCAF719294E5D1DA13B067E31472C762F9(L_3, NULL); RuntimeObject* L_4 = V_0; V_1 = L_4; goto IL_0014; } IL_0014: { RuntimeObject* L_5 = V_1; return L_5; } } // System.Object Firebase.VariantExtension::ToObjectInternal(Firebase.Variant,Firebase.VariantExtension/KeyOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToObjectInternal_m8AA939C2150F64216049D0FE9C713732AA4DBCF0 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_variant, int32_t ___1_options, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_1 = NULL; RuntimeObject* V_2 = NULL; VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* V_3 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_4 = NULL; bool V_5 = false; Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* V_6 = NULL; VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* V_7 = NULL; KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C V_8; memset((&V_8), 0, sizeof(V_8)); RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_variant; NullCheck(L_0); int32_t L_1; L_1 = Variant_type_m03A0A0BFC610CF0047576B5CB15DC7E58E00D0B0(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0151; } case 1: { goto IL_003b; } case 2: { goto IL_004c; } case 3: { goto IL_005d; } case 4: { goto IL_006e; } case 5: { goto IL_006e; } case 6: { goto IL_007a; } case 7: { goto IL_00c4; } case 8: { goto IL_0148; } case 9: { goto IL_0148; } } } { goto IL_0151; } IL_003b: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = ___0_variant; NullCheck(L_3); int64_t L_4; L_4 = Variant_int64_value_m11AE869002EB87F8958F3AF7122C33C466557C55(L_3, NULL); int64_t L_5 = L_4; RuntimeObject* L_6 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_5); V_2 = L_6; goto IL_0155; } IL_004c: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = ___0_variant; NullCheck(L_7); double L_8; L_8 = Variant_double_value_m66B4F265644B4F4B4DA1C5CDC23D220C62E07DAA(L_7, NULL); double L_9 = L_8; RuntimeObject* L_10 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_9); V_2 = L_10; goto IL_0155; } IL_005d: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_11 = ___0_variant; NullCheck(L_11); bool L_12; L_12 = Variant_bool_value_m2AC1B3119BC6AD8B1BE18DA36B721B0CCBEE9CAC(L_11, NULL); bool L_13 = L_12; RuntimeObject* L_14 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_13); V_2 = L_14; goto IL_0155; } IL_006e: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_15 = ___0_variant; NullCheck(L_15); String_t* L_16; L_16 = Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7(L_15, NULL); V_2 = L_16; goto IL_0155; } IL_007a: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_17 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); NullCheck(L_17); List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_17, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); V_1 = L_17; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_18 = ___0_variant; NullCheck(L_18); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_19; L_19 = Variant_vector_m605D7667ABCF391DD582F236746338AFEDD03262(L_18, NULL); NullCheck(L_19); VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_20; L_20 = VariantList_GetEnumerator_m7F02DAF1A3C06A5CE8F316DC8ABB81E39F209AAD(L_19, NULL); V_3 = L_20; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b2: {// begin finally (depth: 1) { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_21 = V_3; if (!L_21) { goto IL_00bc; } } { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_22 = V_3; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_22); } IL_00bc: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00a8_1; } IL_008f_1: { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_23 = V_3; NullCheck(L_23); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_24; L_24 = VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD(L_23, NULL); V_4 = L_24; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_25 = V_1; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_26 = V_4; int32_t L_27 = ___1_options; RuntimeObject* L_28; L_28 = VariantExtension_ToObjectInternal_m8AA939C2150F64216049D0FE9C713732AA4DBCF0(L_26, L_27, NULL); NullCheck(L_25); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_25, L_28, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_00a8_1: { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_29 = V_3; NullCheck(L_29); bool L_30; L_30 = VariantListEnumerator_MoveNext_mB3356E9DA1734FE027E0F0F63CA8D0859C864117(L_29, NULL); if (L_30) { goto IL_008f_1; } } { goto IL_00bd; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00bd: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_31 = V_1; V_2 = L_31; goto IL_0155; } IL_00c4: { int32_t L_32 = ___1_options; V_5 = (bool)((((int32_t)L_32) == ((int32_t)1))? 1 : 0); bool L_33 = V_5; if (!L_33) { goto IL_00de; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_34 = ___0_variant; NullCheck(L_34); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_35; L_35 = Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597(L_34, NULL); int32_t L_36 = ___1_options; RuntimeObject* L_37; L_37 = VariantExtension_ToStringVariantMap_m616B0FA2BD08664FBC67A9A74BFC66A7BBA04646(L_35, L_36, NULL); V_2 = L_37; goto IL_0155; } IL_00de: { Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* L_38 = (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA*)il2cpp_codegen_object_new(Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA_il2cpp_TypeInfo_var); NullCheck(L_38); Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329(L_38, Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_RuntimeMethod_var); V_6 = L_38; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_39 = ___0_variant; NullCheck(L_39); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_40; L_40 = Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597(L_39, NULL); NullCheck(L_40); VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_41; L_41 = VariantVariantMap_GetEnumerator_m360952FBCF0F2F6AE30CA92612D50F9043894567(L_40, NULL); V_7 = L_41; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0136: {// begin finally (depth: 1) { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_42 = V_7; if (!L_42) { goto IL_0142; } } { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_43 = V_7; NullCheck(L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_43); } IL_0142: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_012b_1; } IL_00f6_1: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_44 = V_7; NullCheck(L_44); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_45; L_45 = VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A(L_44, NULL); V_8 = L_45; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_46; L_46 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&V_8), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); int32_t L_47 = ___1_options; RuntimeObject* L_48; L_48 = VariantExtension_ToObjectInternal_m8AA939C2150F64216049D0FE9C713732AA4DBCF0(L_46, L_47, NULL); V_9 = L_48; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_49; L_49 = KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_inline((&V_8), KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); int32_t L_50 = ___1_options; RuntimeObject* L_51; L_51 = VariantExtension_ToObjectInternal_m8AA939C2150F64216049D0FE9C713732AA4DBCF0(L_49, L_50, NULL); V_10 = L_51; Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* L_52 = V_6; RuntimeObject* L_53 = V_9; RuntimeObject* L_54 = V_10; NullCheck(L_52); Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD(L_52, L_53, L_54, Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_RuntimeMethod_var); } IL_012b_1: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_55 = V_7; NullCheck(L_55); bool L_56; L_56 = VariantVariantMapEnumerator_MoveNext_mBD4ECB27F072218FD3DE27476AA880BB530A0F06(L_55, NULL); if (L_56) { goto IL_00f6_1; } } { goto IL_0143; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0143: { Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* L_57 = V_6; V_2 = L_57; goto IL_0155; } IL_0148: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_58 = ___0_variant; NullCheck(L_58); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59; L_59 = Variant_blob_as_bytes_mCA950A447F7928E4E3A303D09C0003EFB2A491EF(L_58, NULL); V_2 = (RuntimeObject*)L_59; goto IL_0155; } IL_0151: { V_2 = NULL; goto IL_0155; } IL_0155: { RuntimeObject* L_60 = V_2; return L_60; } } // System.Collections.Generic.IDictionary`2 Firebase.VariantExtension::ToStringVariantMap(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToStringVariantMap_mACA4BBD87B6ADEDD667AE41FBD3929BE7D0412E0 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_originalMap, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = ___0_originalMap; RuntimeObject* L_1; L_1 = VariantExtension_ToStringVariantMap_m616B0FA2BD08664FBC67A9A74BFC66A7BBA04646(L_0, 0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { RuntimeObject* L_2 = V_0; return L_2; } } // System.Collections.Generic.IDictionary`2 Firebase.VariantExtension::ToStringVariantMap(Firebase.VariantVariantMap,Firebase.VariantExtension/KeyOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantExtension_ToStringVariantMap_m616B0FA2BD08664FBC67A9A74BFC66A7BBA04646 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_originalMap, int32_t ___1_options, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* V_0 = NULL; VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* V_1 = NULL; KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; bool V_5 = false; bool V_6 = false; RuntimeObject* V_7 = NULL; { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_0, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); V_0 = L_0; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_1 = ___0_originalMap; NullCheck(L_1); VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_2; L_2 = VariantVariantMap_GetEnumerator_m360952FBCF0F2F6AE30CA92612D50F9043894567(L_1, NULL); V_1 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0097: {// begin finally (depth: 1) { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_3 = V_1; if (!L_3) { goto IL_00a1; } } { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_4 = V_1; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_00a1: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_008a_1; } IL_0011_1: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_5 = V_1; NullCheck(L_5); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_6; L_6 = VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A(L_5, NULL); V_2 = L_6; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7; L_7 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&V_2), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); NullCheck(L_7); bool L_8; L_8 = Variant_is_string_m2CD01E3123A174A575C240FD125F3E43CEAB73A8(L_7, NULL); V_5 = L_8; bool L_9 = V_5; if (!L_9) { goto IL_003c_1; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_10; L_10 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&V_2), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); NullCheck(L_10); String_t* L_11; L_11 = Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7(L_10, NULL); V_3 = L_11; goto IL_0070_1; } IL_003c_1: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_12; L_12 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&V_2), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); NullCheck(L_12); bool L_13; L_13 = Variant_is_fundamental_type_mB173361527A94BAEEBBF8747805DD81AD1BD9E2C(L_12, NULL); V_6 = L_13; bool L_14 = V_6; if (!L_14) { goto IL_0064_1; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_15; L_15 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&V_2), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); NullCheck(L_15); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_16; L_16 = Variant_AsString_m88B77BD34C54D8FF8596675C201FAA43945EA758(L_15, NULL); NullCheck(L_16); String_t* L_17; L_17 = Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7(L_16, NULL); V_3 = L_17; goto IL_0070_1; } IL_0064_1: { InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_18 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var))); NullCheck(L_18); InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3510782344E272ED7BCF823749E7502470200C97)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantExtension_ToStringVariantMap_m616B0FA2BD08664FBC67A9A74BFC66A7BBA04646_RuntimeMethod_var))); } IL_0070_1: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_19; L_19 = KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_inline((&V_2), KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); int32_t L_20 = ___1_options; RuntimeObject* L_21; L_21 = VariantExtension_ToObject_m48E049BEBDB87869AC67AE16FB2F31E7981CA594(L_19, L_20, NULL); V_4 = L_21; Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_22 = V_0; String_t* L_23 = V_3; RuntimeObject* L_24 = V_4; NullCheck(L_22); Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_22, L_23, L_24, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var); } IL_008a_1: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_25 = V_1; NullCheck(L_25); bool L_26; L_26 = VariantVariantMapEnumerator_MoveNext_mBD4ECB27F072218FD3DE27476AA880BB530A0F06(L_25, NULL); if (L_26) { goto IL_0011_1; } } { goto IL_00a2; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a2: { Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_27 = V_0; V_7 = L_27; goto IL_00a7; } IL_00a7: { RuntimeObject* L_28 = V_7; return L_28; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.MonoPInvokeCallbackAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m4AE84268E5E69C1E4E1E8CD7AF145EF3C73DDA02 (MonoPInvokeCallbackAttribute_tD9985ACFF80199E37095A632974C17F37B31A703* __this, Type_t* ___0_t, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__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 // System.Void Firebase.FutureBase::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureBase::getCPtr(Firebase.FutureBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureBase_getCPtr_m5AD418720B3323ACB5630EACA8071B64797E9A41 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureBase::swigRelease(Firebase.FutureBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureBase_swigRelease_mFAFB0D97976C318013D29482D93D39A02B8D7D5D (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase_swigRelease_mFAFB0D97976C318013D29482D93D39A02B8D7D5D_RuntimeMethod_var))); } IL_0022: { FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.FutureBase::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Finalize_m9CD99D25C0199A337732E16288ABCE051A4D5CB7 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.FutureBase::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.FutureBase::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.FutureBase::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.FutureBase::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_FutureBase_mBA1AC9D7BE7977A080996ED289972DF8449F7BC5(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.FutureBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase__ctor_m57680140591A827C77682E8C37D0033C73E33381 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_FutureBase__SWIG_0_m884A756C927BEE41E8DD0D282A9D32369C8871D8(NULL); FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase__ctor_m57680140591A827C77682E8C37D0033C73E33381_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.FutureBase::.ctor(Firebase.FutureBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase__ctor_mFA79B0AE8CB7B7B5FFC974C4FB092A369EACBBC5 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* ___0_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* L_0 = ___0_rhs; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = FutureBase_getCPtr_m5AD418720B3323ACB5630EACA8071B64797E9A41(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_new_FutureBase__SWIG_1_m9D0E36CC8F3112BBA642F6321C82E1AD1086EF0B(L_1, NULL); FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase__ctor_mFA79B0AE8CB7B7B5FFC974C4FB092A369EACBBC5_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.FutureBase::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBase_Release_m9B40D82ED093AEDE829B6450A55DEE4E6C1A7A5A (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FutureBase_Release_m614CF71A99BCD343CB463EF18DE243FF779ED32C(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase_Release_m9B40D82ED093AEDE829B6450A55DEE4E6C1A7A5A_RuntimeMethod_var))); } IL_001c: { return; } } // Firebase.FutureStatus Firebase.FutureBase::status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_1; L_1 = AppUtilPINVOKE_FutureBase_status_m3056FA61BBB6B002A5BEE4F34F75DCD0858BC27C(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902_RuntimeMethod_var))); } IL_001c: { int32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { int32_t L_6 = V_2; return L_6; } } // System.Int32 Firebase.FutureBase::error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_1; L_1 = AppUtilPINVOKE_FutureBase_error_mDB0C901628E9EE247400F57E7E697743B69906E3(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030_RuntimeMethod_var))); } IL_001c: { int32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { int32_t L_6 = V_2; return L_6; } } // System.String Firebase.FutureBase::error_message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527 (FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_FutureBase_error_message_mDB4089A47D35BF6D3457750C5355B1908C4BE46B(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.StringStringMap::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m493F3867E24E87A4D890A56366DAE5D3E2172E35 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.StringStringMap::getCPtr(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringStringMap_getCPtr_m9E30BAD269827991D469F743D10098904502616D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.StringStringMap::swigRelease(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringStringMap_swigRelease_mC3812CB36295F8A84018618F9AA52CEDB4BF5032 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_swigRelease_mC3812CB36295F8A84018618F9AA52CEDB4BF5032_RuntimeMethod_var))); } IL_0022: { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_9 = ___0_obj; NullCheck(L_9); StringStringMap_Dispose_mFECCAB7DCE0572DDE5BAFE9999616BBAD5B42D12(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.StringStringMap::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Finalize_mE24B29EBA8476775366BE1E56D51757FF34412D6 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.StringStringMap::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.StringStringMap::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Dispose_mFECCAB7DCE0572DDE5BAFE9999616BBAD5B42D12 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.StringStringMap::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.StringStringMap::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Dispose_m88AC30342C42C0575CC7029859A48F77BCCA4AC0 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_StringStringMap_m9ACE5D4FA3CBE366F2925D4328DBE077A95E7196(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.String Firebase.StringStringMap::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringStringMap_get_Item_m01061069FC7C194E45C518987A14FA5918806BE1 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___0_key; String_t* L_1; L_1 = StringStringMap_getitem_m8DADD76F6CD52B4B98611DD4292910963C079C1B(__this, L_0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { String_t* L_2 = V_0; return L_2; } } // System.Void Firebase.StringStringMap::set_Item(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_set_Item_m975DA3FC714B74CB4E7D4CAAE0482D7B669D186F (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_key; String_t* L_1 = ___1_value; StringStringMap_setitem_mC5A0170C20E03D926C187A4B7AC6B0B96FB18C00(__this, L_0, L_1, NULL); return; } } // System.Boolean Firebase.StringStringMap::TryGetValue(System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_TryGetValue_mEF4B761217F202E2F25001244A02516D4B85263D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t** ___1_value, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { String_t* L_0 = ___0_key; bool L_1; L_1 = StringStringMap_ContainsKey_mD13F26BD8A08E581ADB303D38074819105C605A5(__this, L_0, NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001a; } } { String_t** L_3 = ___1_value; String_t* L_4 = ___0_key; String_t* L_5; L_5 = StringStringMap_get_Item_m01061069FC7C194E45C518987A14FA5918806BE1(__this, L_4, NULL); *((RuntimeObject**)L_3) = (RuntimeObject*)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_5); V_1 = (bool)1; goto IL_0021; } IL_001a: { String_t** L_6 = ___1_value; *((RuntimeObject**)L_6) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)NULL); V_1 = (bool)0; goto IL_0021; } IL_0021: { bool L_7 = V_1; return L_7; } } // System.Int32 Firebase.StringStringMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = StringStringMap_size_m9C20BFD104A8B49600AD587CC29C4A748F408DC4(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Boolean Firebase.StringStringMap::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_get_IsReadOnly_m679F53D527AD174BC0D08D0F86998D53FDA6F481 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Collections.Generic.ICollection`1 Firebase.StringStringMap::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringStringMap_get_Keys_m558C6C1516539080580AB4D6F8B2905B4B604AC4 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; bool V_5 = false; RuntimeObject* V_6 = NULL; { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_0, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var); V_0 = L_0; int32_t L_1; L_1 = StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848(__this, NULL); V_1 = L_1; int32_t L_2 = V_1; V_2 = (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_004d; } } { intptr_t L_4; L_4 = StringStringMap_create_iterator_begin_mF1C81519248E3646D376EC9F288C1C6A2065630D(__this, NULL); V_3 = L_4; V_4 = 0; goto IL_0039; } IL_0023: { RuntimeObject* L_5 = V_0; intptr_t L_6 = V_3; String_t* L_7; L_7 = StringStringMap_get_next_key_m92C94637FF8B9A00B08BFCAD08CD41705AEAEE9B(__this, L_6, NULL); NullCheck(L_5); InterfaceActionInvoker1< String_t* >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(T) */, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_5, L_7); int32_t L_8 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0039: { int32_t L_9 = V_4; int32_t L_10 = V_1; V_5 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0); bool L_11 = V_5; if (L_11) { goto IL_0023; } } { intptr_t L_12 = V_3; StringStringMap_destroy_iterator_m75AD241AD5316B8B09070BF04C571918FE34BA04(__this, L_12, NULL); } IL_004d: { RuntimeObject* L_13 = V_0; V_6 = L_13; goto IL_0052; } IL_0052: { RuntimeObject* L_14 = V_6; return L_14; } } // System.Collections.Generic.ICollection`1 Firebase.StringStringMap::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringStringMap_get_Values_m55F926C89AA88AEC46FA2BE15C4812B205D35FC6 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* V_1 = NULL; KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; { List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_0, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var); V_0 = L_0; StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_1; L_1 = StringStringMap_GetEnumerator_m5629FBE397B23B93415341566E71A149DBF1362A(__this, NULL); V_1 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0032: {// begin finally (depth: 1) { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_2 = V_1; if (!L_2) { goto IL_003c; } } { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_3 = V_1; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_003c: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0028_1; } IL_0011_1: { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_4 = V_1; NullCheck(L_4); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_5; L_5 = StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E(L_4, NULL); V_2 = L_5; RuntimeObject* L_6 = V_0; String_t* L_7; L_7 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_2), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); NullCheck(L_6); InterfaceActionInvoker1< String_t* >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(T) */, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_6, L_7); } IL_0028_1: { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = StringStringMapEnumerator_MoveNext_m19D42D8E29467683964512499AABEF93BD9830E1(L_8, NULL); if (L_9) { goto IL_0011_1; } } { goto IL_003d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003d: { RuntimeObject* L_10 = V_0; V_3 = L_10; goto IL_0041; } IL_0041: { RuntimeObject* L_11 = V_3; return L_11; } } // System.Void Firebase.StringStringMap::Add(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Add_mA5E43086723E81409FB93BD34211779B2B95B466 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ___0_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&___0_item), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); String_t* L_1; L_1 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&___0_item), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); StringStringMap_Add_m01048CFD777D82B2F693B6D71A4D452FAF7AEAC1(__this, L_0, L_1, NULL); return; } } // System.Boolean Firebase.StringStringMap::Remove(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_Remove_m403C3C6E00AF3F626AFF1EF753E5A69AC4D4C06A (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ___0_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_0 = ___0_item; bool L_1; L_1 = StringStringMap_Contains_m5F1544CEFA19C9797BD02C53E7DD9EB2C9097916(__this, L_0, NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { String_t* L_3; L_3 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&___0_item), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); bool L_4; L_4 = StringStringMap_Remove_m986E61004827D7F62831AEE307E6020383C3CB4D(__this, L_3, NULL); V_1 = L_4; goto IL_0022; } IL_001d: { V_1 = (bool)0; goto IL_0022; } IL_0022: { bool L_5 = V_1; return L_5; } } // System.Boolean Firebase.StringStringMap::Contains(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_Contains_m5F1544CEFA19C9797BD02C53E7DD9EB2C9097916 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ___0_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { String_t* L_0; L_0 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&___0_item), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var); String_t* L_1; L_1 = StringStringMap_get_Item_m01061069FC7C194E45C518987A14FA5918806BE1(__this, L_0, NULL); String_t* L_2; L_2 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&___0_item), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var); bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { V_1 = (bool)1; goto IL_0028; } IL_0023: { V_1 = (bool)0; goto IL_0028; } IL_0028: { bool L_5 = V_1; return L_5; } } // System.Void Firebase.StringStringMap::CopyTo(System.Collections.Generic.KeyValuePair`2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_CopyTo_m287892BF94D17863B55219AB4812B1A21488F5B8 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* ___0_array, const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* L_0 = ___0_array; StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454(__this, L_0, 0, NULL); return; } } // System.Void Firebase.StringStringMap::CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; String_t* V_6 = NULL; bool V_7 = false; { KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* L_0 = ___0_array; V_1 = (bool)((((RuntimeObject*)(KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___1_arrayIndex; V_2 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_002c; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454_RuntimeMethod_var))); } IL_002c: { KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* L_6 = ___0_array; NullCheck((RuntimeArray*)L_6); int32_t L_7; L_7 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_6, NULL); V_3 = (bool)((((int32_t)L_7) > ((int32_t)1))? 1 : 0); bool L_8 = V_3; if (!L_8) { goto IL_0049; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454_RuntimeMethod_var))); } IL_0049: { int32_t L_10 = ___1_arrayIndex; int32_t L_11; L_11 = StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848(__this, NULL); KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* L_12 = ___0_array; NullCheck(L_12); V_4 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_10, L_11))) > ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_0067; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_14); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_CopyTo_m5D78F9003BE6B16285A5C22504731EA6D14B6454_RuntimeMethod_var))); } IL_0067: { RuntimeObject* L_15; L_15 = StringStringMap_get_Keys_m558C6C1516539080580AB4D6F8B2905B4B604AC4(__this, NULL); List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_16 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); NullCheck(L_16); List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC(L_16, L_15, List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var); V_0 = L_16; V_5 = 0; goto IL_00a9; } IL_0078: { RuntimeObject* L_17 = V_0; int32_t L_18 = V_5; NullCheck(L_17); String_t* L_19; L_19 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var, L_17, L_18); V_6 = L_19; KeyValuePair_2U5BU5D_tEA2EBC56D51C33037B041DD38F518261CEE2C84C* L_20 = ___0_array; String_t* L_21 = V_6; String_t* L_22 = V_6; String_t* L_23; L_23 = StringStringMap_get_Item_m01061069FC7C194E45C518987A14FA5918806BE1(__this, L_22, NULL); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_24; memset((&L_24), 0, sizeof(L_24)); KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B((&L_24), L_21, L_23, /*hidden argument*/KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B_RuntimeMethod_var); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_25 = L_24; RuntimeObject* L_26 = Box(KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var, &L_25); int32_t L_27 = ___1_arrayIndex; int32_t L_28 = V_5; NullCheck((RuntimeArray*)L_20); Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_20, L_26, ((int32_t)il2cpp_codegen_add(L_27, L_28)), NULL); int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_00a9: { int32_t L_30 = V_5; RuntimeObject* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_31); V_7 = (bool)((((int32_t)L_30) < ((int32_t)L_32))? 1 : 0); bool L_33 = V_7; if (L_33) { goto IL_0078; } } { return; } } // System.Collections.Generic.IEnumerator`1> Firebase.StringStringMap::global::System.Collections.Generic.IEnumerable>.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringStringMap_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_StringU3EU3E_GetEnumerator_m4B458CA8BEE64D77627CBEF5804F460379D3CCEC (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_0 = (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18*)il2cpp_codegen_object_new(StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var); NullCheck(L_0); StringStringMapEnumerator__ctor_m1659D491782A6E753AC1792C39802A79860F75B3(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Collections.IEnumerator Firebase.StringStringMap::global::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringStringMap_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_m9A35129110F7B5928202096310FDD2CCEBFC9CAF (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_0 = (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18*)il2cpp_codegen_object_new(StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var); NullCheck(L_0); StringStringMapEnumerator__ctor_m1659D491782A6E753AC1792C39802A79860F75B3(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // Firebase.StringStringMap/StringStringMapEnumerator Firebase.StringStringMap::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* StringStringMap_GetEnumerator_m5629FBE397B23B93415341566E71A149DBF1362A (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* V_0 = NULL; { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_0 = (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18*)il2cpp_codegen_object_new(StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18_il2cpp_TypeInfo_var); NullCheck(L_0); StringStringMapEnumerator__ctor_m1659D491782A6E753AC1792C39802A79860F75B3(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* L_1 = V_0; return L_1; } } // System.Void Firebase.StringStringMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_StringStringMap__SWIG_0_m84D097C2772CA3A9AC5F931078FB79C3D3C1AF5E(NULL); StringStringMap__ctor_m493F3867E24E87A4D890A56366DAE5D3E2172E35(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.StringStringMap::.ctor(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap__ctor_m64596992C5EB59FD9BB24C76FBE1F0EA33D5548D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = ___0_other; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = StringStringMap_getCPtr_m9E30BAD269827991D469F743D10098904502616D(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_new_StringStringMap__SWIG_1_m9EAC17BB84BA1B39B47695E5F22818170E8EA76C(L_1, NULL); StringStringMap__ctor_m493F3867E24E87A4D890A56366DAE5D3E2172E35(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap__ctor_m64596992C5EB59FD9BB24C76FBE1F0EA33D5548D_RuntimeMethod_var))); } IL_0023: { return; } } // System.UInt32 Firebase.StringStringMap::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringStringMap_size_m9C20BFD104A8B49600AD587CC29C4A748F408DC4 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_StringStringMap_size_mD8D9155E1FE3473C2D52EF30DB99A8054B8036C0(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_size_m9C20BFD104A8B49600AD587CC29C4A748F408DC4_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.Boolean Firebase.StringStringMap::empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_empty_m9611FE4E8BB1E1F96CDA3D1FC4894072E6971207 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_StringStringMap_empty_mEA829EA0BEFF23CFA23D5F959768ADC147292E4F(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_empty_m9611FE4E8BB1E1F96CDA3D1FC4894072E6971207_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.Void Firebase.StringStringMap::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Clear_mC33CC5FAC952437E4A1844D77F07682AB4A440A8 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringStringMap_Clear_m8D2936F5AC4C42D9E10C8A296765929E80819E6A(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_Clear_mC33CC5FAC952437E4A1844D77F07682AB4A440A8_RuntimeMethod_var))); } IL_001c: { return; } } // System.String Firebase.StringStringMap::getitem(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringStringMap_getitem_m8DADD76F6CD52B4B98611DD4292910963C079C1B (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_key; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_2; L_2 = AppUtilPINVOKE_StringStringMap_getitem_m9D4E9FAA3CA338A73368072EEA97E99D4BA5FC35(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_getitem_m8DADD76F6CD52B4B98611DD4292910963C079C1B_RuntimeMethod_var))); } IL_001d: { String_t* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { String_t* L_7 = V_2; return L_7; } } // System.Void Firebase.StringStringMap::setitem(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_setitem_mC5A0170C20E03D926C187A4B7AC6B0B96FB18C00 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t* ___1_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_key; String_t* L_2 = ___1_x; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringStringMap_setitem_mF52AA2B0DD2B1C82C96641B73D967C5AA0AA3F04(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_setitem_mC5A0170C20E03D926C187A4B7AC6B0B96FB18C00_RuntimeMethod_var))); } IL_001e: { return; } } // System.Boolean Firebase.StringStringMap::ContainsKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_ContainsKey_mD13F26BD8A08E581ADB303D38074819105C605A5 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_key; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_2; L_2 = AppUtilPINVOKE_StringStringMap_ContainsKey_mD1DB16B8E96A716AA7D6E9EF19565228BE89314A(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_ContainsKey_mD13F26BD8A08E581ADB303D38074819105C605A5_RuntimeMethod_var))); } IL_001d: { bool L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { bool L_7 = V_2; return L_7; } } // System.Void Firebase.StringStringMap::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_Add_m01048CFD777D82B2F693B6D71A4D452FAF7AEAC1 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_key; String_t* L_2 = ___1_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringStringMap_Add_mB5BC4CE692924D407020A29EB1D91EA5FD4DACDA(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_Add_m01048CFD777D82B2F693B6D71A4D452FAF7AEAC1_RuntimeMethod_var))); } IL_001e: { return; } } // System.Boolean Firebase.StringStringMap::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMap_Remove_m986E61004827D7F62831AEE307E6020383C3CB4D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, String_t* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_key; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_2; L_2 = AppUtilPINVOKE_StringStringMap_Remove_mC01EAA294015A6D9D894D19B73DE6455110EBDA8(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_Remove_m986E61004827D7F62831AEE307E6020383C3CB4D_RuntimeMethod_var))); } IL_001d: { bool L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { bool L_7 = V_2; return L_7; } } // System.IntPtr Firebase.StringStringMap::create_iterator_begin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t StringStringMap_create_iterator_begin_mF1C81519248E3646D376EC9F288C1C6A2065630D (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_StringStringMap_create_iterator_begin_mBBC01E5599A704C943471C9CEFF97810AC4054A1(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_create_iterator_begin_mF1C81519248E3646D376EC9F288C1C6A2065630D_RuntimeMethod_var))); } IL_001c: { intptr_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { intptr_t L_6 = V_2; return L_6; } } // System.String Firebase.StringStringMap::get_next_key(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringStringMap_get_next_key_m92C94637FF8B9A00B08BFCAD08CD41705AEAEE9B (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; intptr_t L_1 = ___0_swigiterator; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_2; L_2 = AppUtilPINVOKE_StringStringMap_get_next_key_mDE2CD543826A393C6BEF7562D4A81B66872826DB(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_get_next_key_m92C94637FF8B9A00B08BFCAD08CD41705AEAEE9B_RuntimeMethod_var))); } IL_001d: { String_t* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { String_t* L_7 = V_2; return L_7; } } // System.Void Firebase.StringStringMap::destroy_iterator(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMap_destroy_iterator_m75AD241AD5316B8B09070BF04C571918FE34BA04 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; intptr_t L_1 = ___0_swigiterator; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringStringMap_destroy_iterator_mD19027EE722AC2BD93E8F886D93AC6D0C3B56209(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMap_destroy_iterator_m75AD241AD5316B8B09070BF04C571918FE34BA04_RuntimeMethod_var))); } IL_001d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.StringStringMap/StringStringMapEnumerator::.ctor(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMapEnumerator__ctor_m1659D491782A6E753AC1792C39802A79860F75B3 (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_collection, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = ___0_collection; __this->___collectionRef_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef_0), (void*)L_0); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_1 = ___0_collection; NullCheck(L_1); RuntimeObject* L_2; L_2 = StringStringMap_get_Keys_m558C6C1516539080580AB4D6F8B2905B4B604AC4(L_1, NULL); List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_3 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var); NullCheck(L_3); List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC(L_3, L_2, List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var); __this->___keyCollection_1 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___keyCollection_1), (void*)L_3); __this->___currentIndex_2 = (-1); __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_4 = __this->___collectionRef_0; NullCheck(L_4); int32_t L_5; L_5 = StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848(L_4, NULL); __this->___currentSize_4 = L_5; return; } } // System.Collections.Generic.KeyValuePair`2 Firebase.StringStringMap/StringStringMapEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0 = __this->___currentIndex_2; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->___currentIndex_2; int32_t L_4 = __this->___currentSize_4; V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0038; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E_RuntimeMethod_var))); } IL_0038: { RuntimeObject* L_7 = __this->___currentObject_3; V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0050; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E_RuntimeMethod_var))); } IL_0050: { RuntimeObject* L_10 = __this->___currentObject_3; V_3 = ((*(KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*)((KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*)(KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*)UnBox(L_10, KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var)))); goto IL_005e; } IL_005e: { KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_11 = V_3; return L_11; } } // System.Object Firebase.StringStringMap/StringStringMapEnumerator::global::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringStringMapEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_mF90B634B9E830DB2302FBCBC3F6DC9625AB41FBF (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_0; L_0 = StringStringMapEnumerator_get_Current_mE221D98D4E0B07220825ED8752B9714AADBCB04E(__this, NULL); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_1 = L_0; RuntimeObject* L_2 = Box(KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var, &L_1); V_0 = L_2; goto IL_000f; } IL_000f: { RuntimeObject* L_3 = V_0; return L_3; } } // System.Boolean Firebase.StringStringMap/StringStringMapEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringStringMapEnumerator_MoveNext_m19D42D8E29467683964512499AABEF93BD9830E1 (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; String_t* V_3 = NULL; bool V_4 = false; int32_t G_B3_0 = 0; { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848(L_0, NULL); V_0 = L_1; int32_t L_2 = __this->___currentIndex_2; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3))) { goto IL_0023; } } { int32_t L_4 = V_0; int32_t L_5 = __this->___currentSize_4; G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_1 = (bool)G_B3_0; bool L_6 = V_1; V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_006b; } } { int32_t L_8 = __this->___currentIndex_2; __this->___currentIndex_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); RuntimeObject* L_9 = __this->___keyCollection_1; int32_t L_10 = __this->___currentIndex_2; NullCheck(L_9); String_t* L_11; L_11 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var, L_9, L_10); V_3 = L_11; String_t* L_12 = V_3; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_13 = __this->___collectionRef_0; String_t* L_14 = V_3; NullCheck(L_13); String_t* L_15; L_15 = StringStringMap_get_Item_m01061069FC7C194E45C518987A14FA5918806BE1(L_13, L_14, NULL); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B((&L_16), L_12, L_15, /*hidden argument*/KeyValuePair_2__ctor_mC76BE8DEB14377BA47C72BDFC7D0BBD37330F36B_RuntimeMethod_var); KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_17 = L_16; RuntimeObject* L_18 = Box(KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A_il2cpp_TypeInfo_var, &L_17); __this->___currentObject_3 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)L_18); goto IL_0074; } IL_006b: { __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); } IL_0074: { bool L_19 = V_1; V_4 = L_19; goto IL_0079; } IL_0079: { bool L_20 = V_4; return L_20; } } // System.Void Firebase.StringStringMap/StringStringMapEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMapEnumerator_Reset_mFE28DCE2D21F6639E75B255AAF56D34BFA7A151A (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) { bool V_0 = false; { __this->___currentIndex_2 = (-1); __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = StringStringMap_get_Count_m2B11AF48BF1530FCB3ED130712C6B5BADC76A848(L_0, NULL); int32_t L_2 = __this->___currentSize_4; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0035; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringStringMapEnumerator_Reset_mFE28DCE2D21F6639E75B255AAF56D34BFA7A151A_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Firebase.StringStringMap/StringStringMapEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringStringMapEnumerator_Dispose_mDB957DDBEF7D7D2207BEF3C8EF98D4AF2357B9E8 (StringStringMapEnumerator_t8F216585B1B600BF44AF6A75F58BAB83DDAB3D18* __this, const RuntimeMethod* method) { { __this->___currentIndex_2 = (-1); __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.StringList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.StringList::getCPtr(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.StringList::swigRelease(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StringList_swigRelease_m01B6A3417A9F08EF6A3EE8240F9B80A1942EABAC (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_swigRelease_m01B6A3417A9F08EF6A3EE8240F9B80A1942EABAC_RuntimeMethod_var))); } IL_0022: { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_9 = ___0_obj; NullCheck(L_9); StringList_Dispose_m6B044290BE7002CE728E439C77E09DBD9B1B2DEF(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.StringList::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Finalize_mCCBE88500F77D8DDF600AB917052DF32A1F797DB (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.StringList::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.StringList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Dispose_m6B044290BE7002CE728E439C77E09DBD9B1B2DEF (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.StringList::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.StringList::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Dispose_mC077517FE27D5084568BF388F05420A68250371D (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_StringList_m8CFA21E3669B6B2FA224FE12BE1F3638C6E59778(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.StringList::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mE4E1146C90D0D95D683E1F7AF6C3FEB6E6D9F729 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; { StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList__ctor_mE4E1146C90D0D95D683E1F7AF6C3FEB6E6D9F729_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0045: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; if (!L_6) { goto IL_0056; } } { RuntimeObject* L_7 = V_3; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7); } IL_0056: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003b_1; } IL_0025_1: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)); String_t* L_10 = V_2; StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B(__this, L_10, NULL); } IL_003b_1: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0025_1; } } { goto IL_0057; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { return; } } // System.Void Firebase.StringList::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mC219682689B77CE8B3D529C55134CAF0A5D0F967 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; { StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList__ctor_mC219682689B77CE8B3D529C55134CAF0A5D0F967_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_004a; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_004a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0036_1; } IL_0025_1: { RuntimeObject* L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_7); V_2 = L_8; String_t* L_9 = V_2; StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B(__this, L_9, NULL); } IL_0036_1: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0025_1; } } { goto IL_004b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004b: { return; } } // System.Boolean Firebase.StringList::get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringList_get_IsFixedSize_mFA6C5867D0598938130A5013C1DAD21D52B59A20 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Boolean Firebase.StringList::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringList_get_IsReadOnly_mB202FC48D9B0ED46E17A02A9AEBB7310B1DE14F9 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.String Firebase.StringList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringList_get_Item_mE959180B9D32456052BFCB1D8710C3773D6AC434 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) { String_t* V_0 = NULL; { int32_t L_0 = ___0_index; String_t* L_1; L_1 = StringList_getitem_m3C520C682C72B6620487B4E0D749F4AED3F02E41(__this, L_0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { String_t* L_2 = V_0; return L_2; } } // System.Void Firebase.StringList::set_Item(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_set_Item_m5039008A535EDAE8167609DCC86B9DDFBC2055C1 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, String_t* ___1_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; String_t* L_1 = ___1_value; StringList_setitem_m2644B13D6D2E547BF73FDD1F0CCD2BF214089F8B(__this, L_0, L_1, NULL); return; } } // System.Int32 Firebase.StringList::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringList_get_Capacity_m1F234BACAF0C51273644A4AFB2477EDDCD1625B1 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = StringList_capacity_m3C385828CE0C7016A8AEABEFA36C85A1216DF45C(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Void Firebase.StringList::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_set_Capacity_m9F1A1B1B80FB07AE948D90D16F68374AF437C450 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_value, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___0_value; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0010; } } { int32_t L_1 = ___0_value; uint32_t L_2; L_2 = StringList_size_mFF0F1EB18C84B952161011CE4841AB7E82B408C0(__this, NULL); G_B3_0 = ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))? 1 : 0); goto IL_0011; } IL_0010: { G_B3_0 = 1; } IL_0011: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_0020; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_set_Capacity_m9F1A1B1B80FB07AE948D90D16F68374AF437C450_RuntimeMethod_var))); } IL_0020: { int32_t L_5 = ___0_value; StringList_reserve_mF9C5565257E1F30F66B35F49F75D9E297EDE5705(__this, L_5, NULL); return; } } // System.Int32 Firebase.StringList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = StringList_size_mFF0F1EB18C84B952161011CE4841AB7E82B408C0(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Boolean Firebase.StringList::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringList_get_IsSynchronized_m6908C679A50FD8625DAFF851B43197850EE79E3D (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Void Firebase.StringList::CopyTo(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_CopyTo_m3A78837E4CEF0280610536E3DDBA58F29FA3D1A9 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, const RuntimeMethod* method) { { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_array; int32_t L_1; L_1 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(__this, NULL); StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF(__this, 0, L_0, 0, L_1, NULL); return; } } // System.Void Firebase.StringList::CopyTo(System.String[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_CopyTo_m0DCEF6D1A6F5F426849DC511AC86231D358BC745 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_array; int32_t L_1 = ___1_arrayIndex; int32_t L_2; L_2 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(__this, NULL); StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF(__this, 0, L_0, L_1, L_2, NULL); return; } } // System.Void Firebase.StringList::CopyTo(System.Int32,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; bool V_7 = false; int32_t G_B13_0 = 0; { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___1_array; V_0 = (bool)((((RuntimeObject*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___0_index; V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002c; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___2_arrayIndex; V_2 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0044; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var))); } IL_0044: { int32_t L_9 = ___3_count; V_3 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0); bool L_10 = V_3; if (!L_10) { goto IL_005d; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_11); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var))); } IL_005d: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = ___1_array; NullCheck((RuntimeArray*)L_12); int32_t L_13; L_13 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_12, NULL); V_4 = (bool)((((int32_t)L_13) > ((int32_t)1))? 1 : 0); bool L_14 = V_4; if (!L_14) { goto IL_007c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_15); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var))); } IL_007c: { int32_t L_16 = ___0_index; int32_t L_17 = ___3_count; int32_t L_18; L_18 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(__this, NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))) > ((int32_t)L_18))) { goto IL_0093; } } { int32_t L_19 = ___2_arrayIndex; int32_t L_20 = ___3_count; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = ___1_array; NullCheck(L_21); G_B13_0 = ((((int32_t)((int32_t)il2cpp_codegen_add(L_19, L_20))) > ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))? 1 : 0); goto IL_0094; } IL_0093: { G_B13_0 = 1; } IL_0094: { V_5 = (bool)G_B13_0; bool L_22 = V_5; if (!L_22) { goto IL_00a5; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_23); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_CopyTo_m48C6CD132B9AB0090735D2F6CB7B3B7737C1FEDF_RuntimeMethod_var))); } IL_00a5: { V_6 = 0; goto IL_00c5; } IL_00aa: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = ___1_array; int32_t L_25 = ___0_index; int32_t L_26 = V_6; String_t* L_27; L_27 = StringList_getitemcopy_m6F0F0CC6F5B3B25C9A3057830D9E3ED7DCA11D27(__this, ((int32_t)il2cpp_codegen_add(L_25, L_26)), NULL); int32_t L_28 = ___2_arrayIndex; int32_t L_29 = V_6; NullCheck((RuntimeArray*)L_24); Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_24, L_27, ((int32_t)il2cpp_codegen_add(L_28, L_29)), NULL); int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_00c5: { int32_t L_31 = V_6; int32_t L_32 = ___3_count; V_7 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0); bool L_33 = V_7; if (L_33) { goto IL_00aa; } } { return; } } // System.String[] Firebase.StringList::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* StringList_ToArray_mC2B69FB29EA1BE819FB8EFDBB6BE9DF546BAF272 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL; { int32_t L_0; L_0 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = V_0; StringList_CopyTo_m3A78837E4CEF0280610536E3DDBA58F29FA3D1A9(__this, L_2, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = V_0; V_1 = L_3; goto IL_0019; } IL_0019: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_1; return L_4; } } // System.Collections.Generic.IEnumerator`1 Firebase.StringList::global::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringList_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m3BBFFFD2E736070FA94E46C5D641261FF89A4E35 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* L_0 = (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5*)il2cpp_codegen_object_new(StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var); NullCheck(L_0); StringListEnumerator__ctor_m1D39834DCA62A43B9603BB2CDF13C76C0EBD5C04(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Collections.IEnumerator Firebase.StringList::global::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringList_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_mC64FE14E457F1A8938C4F2CA7734E8859B2ACF27 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* L_0 = (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5*)il2cpp_codegen_object_new(StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var); NullCheck(L_0); StringListEnumerator__ctor_m1D39834DCA62A43B9603BB2CDF13C76C0EBD5C04(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // Firebase.StringList/StringListEnumerator Firebase.StringList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* StringList_GetEnumerator_m2BFA561DD3394EBEA8C806C62D3FC267E2154537 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* V_0 = NULL; { StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* L_0 = (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5*)il2cpp_codegen_object_new(StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5_il2cpp_TypeInfo_var); NullCheck(L_0); StringListEnumerator__ctor_m1D39834DCA62A43B9603BB2CDF13C76C0EBD5C04(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* L_1 = V_0; return L_1; } } // System.Void Firebase.StringList::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Clear_m9468F25BBDEBDE07E0D279C07864C57CF925D45B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_Clear_mA9C1BD6CC172901275680AEB2748E6144622DB49(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Clear_m9468F25BBDEBDE07E0D279C07864C57CF925D45B_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.StringList::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_x; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_Add_m050BE1ED283A5173B5E30D2380A3CD9BF31BFD4A(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Add_m2B7A50C151AAADCAD38664E5BA1E6595CE2BB75B_RuntimeMethod_var))); } IL_001d: { return; } } // System.UInt32 Firebase.StringList::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringList_size_mFF0F1EB18C84B952161011CE4841AB7E82B408C0 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_StringList_size_mB3837A73C063BA2A03B8E84CABBCA2055F188C00(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_size_mFF0F1EB18C84B952161011CE4841AB7E82B408C0_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.UInt32 Firebase.StringList::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StringList_capacity_m3C385828CE0C7016A8AEABEFA36C85A1216DF45C (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_StringList_capacity_mEFBEB721A62D52DB5DEDD869EA60202C7EBF8090(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_capacity_m3C385828CE0C7016A8AEABEFA36C85A1216DF45C_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.Void Firebase.StringList::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_reserve_mF9C5565257E1F30F66B35F49F75D9E297EDE5705 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, uint32_t ___0_n, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint32_t L_1 = ___0_n; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_reserve_m3EC450FC482164E46F5D59625439E28E14107BB8(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_reserve_mF9C5565257E1F30F66B35F49F75D9E297EDE5705_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.StringList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_StringList__SWIG_0_m91AFCF7B9B5E6A83BACC6D19B41FAFA55B74B7E8(NULL); StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList__ctor_mB162D5FEAE70A51F283F6DF7B79914C82D954E70_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.StringList::.ctor(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_m2C7D857D5E837A7FC266AD21AEB3A62A0A3364D5 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = ___0_other; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_new_StringList__SWIG_1_mB8784C347306AD3DDC3B28ED80C67664C3E4C352(L_1, NULL); StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList__ctor_m2C7D857D5E837A7FC266AD21AEB3A62A0A3364D5_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.StringList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList__ctor_m2B464761A0AF94BA76935EC552D7791F8E3BAF6D (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_capacity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___0_capacity; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_new_StringList__SWIG_2_m217CA8094C5E09866D60609F86F34228F6561F44(L_0, NULL); StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521(__this, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList__ctor_m2B464761A0AF94BA76935EC552D7791F8E3BAF6D_RuntimeMethod_var))); } IL_001e: { return; } } // System.String Firebase.StringList::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringList_getitemcopy_m6F0F0CC6F5B3B25C9A3057830D9E3ED7DCA11D27 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_2; L_2 = AppUtilPINVOKE_StringList_getitemcopy_m4E759C8859A08F26031AB5C0C6DEFC3E75400444(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_getitemcopy_m6F0F0CC6F5B3B25C9A3057830D9E3ED7DCA11D27_RuntimeMethod_var))); } IL_001d: { String_t* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { String_t* L_7 = V_2; return L_7; } } // System.String Firebase.StringList::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringList_getitem_m3C520C682C72B6620487B4E0D749F4AED3F02E41 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_2; L_2 = AppUtilPINVOKE_StringList_getitem_m50CBB0FE6387E56F589FDFDD462019B6EE783301(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_getitem_m3C520C682C72B6620487B4E0D749F4AED3F02E41_RuntimeMethod_var))); } IL_001d: { String_t* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { String_t* L_7 = V_2; return L_7; } } // System.Void Firebase.StringList::setitem(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_setitem_m2644B13D6D2E547BF73FDD1F0CCD2BF214089F8B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, String_t* ___1_val, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; String_t* L_2 = ___1_val; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_setitem_mD94BB2C47E028F4A71A5F47AAAC3A3A6CA03CD92(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_setitem_m2644B13D6D2E547BF73FDD1F0CCD2BF214089F8B_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.StringList::AddRange(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_AddRange_mC7C73A26521E35F5B5AFAEC93447E74E298D65DD (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_1 = ___0_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_AddRange_mFD880BF82D743CB6FD551CAC7C7BF80A1CBC3A39(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_AddRange_mC7C73A26521E35F5B5AFAEC93447E74E298D65DD_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.StringList Firebase.StringList::GetRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* StringList_GetRange_m8D6E94650CAD7DE38D8A01FE06944338B3C085DC (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* V_1 = NULL; bool V_2 = false; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* V_3 = NULL; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_StringList_GetRange_m38CDA5EA864DF2B4C10D74E1A06436A90F18175F(L_0, L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0025; } } { intptr_t L_7 = V_0; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_8 = (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)il2cpp_codegen_object_new(StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); NullCheck(L_8); StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521(L_8, L_7, (bool)1, NULL); G_B3_0 = L_8; goto IL_0026; } IL_0025: { G_B3_0 = ((StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)(NULL)); } IL_0026: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0036; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_GetRange_m8D6E94650CAD7DE38D8A01FE06944338B3C085DC_RuntimeMethod_var))); } IL_0036: { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_12 = V_1; V_3 = L_12; goto IL_003a; } IL_003a: { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_13 = V_3; return L_13; } } // System.Void Firebase.StringList::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Insert_m8837A0FD1488763220B8C55443E958EAD338D473 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, String_t* ___1_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; String_t* L_2 = ___1_x; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_Insert_m7A01B56FCFF4C7AC7081DF005994C86AF6476246(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Insert_m8837A0FD1488763220B8C55443E958EAD338D473_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.StringList::InsertRange(System.Int32,Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_InsertRange_mE0A3ED58DD9BB32BFFAA77D76687BFAA2E8EFF9D (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_InsertRange_m60D45C384FDC7BA23FA2E898C5FD7CB6DF66CB87(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_InsertRange_mE0A3ED58DD9BB32BFFAA77D76687BFAA2E8EFF9D_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.StringList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_RemoveAt_m7D15D026E0ED67AB4954C7659FB07AAF785DD89B (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_RemoveAt_m02D3B06BF6520FAADABDE2212B1E65316BA1DDAA(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_RemoveAt_m7D15D026E0ED67AB4954C7659FB07AAF785DD89B_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.StringList::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_RemoveRange_mFBF73EBDB639E842D6B89A605FCB1D267C34B3EC (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_RemoveRange_mCA5F8E284530EEA549858C287C3F1734D255235F(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_RemoveRange_mFBF73EBDB639E842D6B89A605FCB1D267C34B3EC_RuntimeMethod_var))); } IL_001e: { return; } } // Firebase.StringList Firebase.StringList::Repeat(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* StringList_Repeat_m82ED2871415CC0A42AA390830A0A1B3314E88A1E (String_t* ___0_value, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* V_1 = NULL; bool V_2 = false; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* V_3 = NULL; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* G_B3_0 = NULL; { String_t* L_0 = ___0_value; int32_t L_1 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_StringList_Repeat_m7129AD6B0C3AAC05CA2EB80DFB253E8E91CDBC4D(L_0, L_1, NULL); V_0 = L_2; intptr_t L_3 = V_0; intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_5; L_5 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_3, L_4, NULL); if (L_5) { goto IL_001f; } } { intptr_t L_6 = V_0; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_7 = (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)il2cpp_codegen_object_new(StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451_il2cpp_TypeInfo_var); NullCheck(L_7); StringList__ctor_mE8BF198CF78FE1F0CE2270373652B8C5F991E521(L_7, L_6, (bool)1, NULL); G_B3_0 = L_7; goto IL_0020; } IL_001f: { G_B3_0 = ((StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451*)(NULL)); } IL_0020: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_8; L_8 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_8; bool L_9 = V_2; if (!L_9) { goto IL_0030; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_10; L_10 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Repeat_m82ED2871415CC0A42AA390830A0A1B3314E88A1E_RuntimeMethod_var))); } IL_0030: { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_11 = V_1; V_3 = L_11; goto IL_0034; } IL_0034: { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_12 = V_3; return L_12; } } // System.Void Firebase.StringList::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Reverse_m2484F2565975A4D4CC1FFB39AD319EB63DEA9605 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_Reverse__SWIG_0_mDFA926FAB1B062AF92AC3D7124372F899B6C64E0(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Reverse_m2484F2565975A4D4CC1FFB39AD319EB63DEA9605_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.StringList::Reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_Reverse_mDBFB4D6B739FC0B8441BACCA873A9A07AC5B424D (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_Reverse__SWIG_1_m9E5E1D33EA4F98DA86A485B553D6D24F46937610(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Reverse_mDBFB4D6B739FC0B8441BACCA873A9A07AC5B424D_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.StringList::SetRange(System.Int32,Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringList_SetRange_mC05153F3E22B07AFAA3599E6E03DAED0CB921D7F (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, int32_t ___0_index, StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = StringList_getCPtr_mCF206AE223C9C1A3944E765FB8AC0EC624C7361F(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_StringList_SetRange_m68C384CA7477DE07F98197C912C13EC73EC52492(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_SetRange_mC05153F3E22B07AFAA3599E6E03DAED0CB921D7F_RuntimeMethod_var))); } IL_0023: { return; } } // System.Boolean Firebase.StringList::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringList_Contains_mE66EC97A8222E1AE12CCFEA9746A53B5FD0E2708 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_2; L_2 = AppUtilPINVOKE_StringList_Contains_m0500A7B2DD30A3EB9380157D57869E9C93F6569A(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Contains_mE66EC97A8222E1AE12CCFEA9746A53B5FD0E2708_RuntimeMethod_var))); } IL_001d: { bool L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { bool L_7 = V_2; return L_7; } } // System.Int32 Firebase.StringList::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringList_IndexOf_mD57A62156A33FBE4EDDF8DB31CE614096F22517F (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_2; L_2 = AppUtilPINVOKE_StringList_IndexOf_m6D0EA230A30A9692AA79B9EFF0AC34C6E0C3541A(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_IndexOf_mD57A62156A33FBE4EDDF8DB31CE614096F22517F_RuntimeMethod_var))); } IL_001d: { int32_t L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { int32_t L_7 = V_2; return L_7; } } // System.Int32 Firebase.StringList::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringList_LastIndexOf_m2778CB0838CC34C2E7604C8BCB9C0854584D0CF5 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_2; L_2 = AppUtilPINVOKE_StringList_LastIndexOf_m98A04D8BD04B1ABC3CDCF1863F501BD057B7EDAA(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_LastIndexOf_m2778CB0838CC34C2E7604C8BCB9C0854584D0CF5_RuntimeMethod_var))); } IL_001d: { int32_t L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { int32_t L_7 = V_2; return L_7; } } // System.Boolean Firebase.StringList::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringList_Remove_mA9126B55E6E5FCBC5A016C018925B2AB09C88533 (StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_2; L_2 = AppUtilPINVOKE_StringList_Remove_mC8EC0A61792ED3EC8719A81AFBAFF2DD90A5696F(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringList_Remove_mA9126B55E6E5FCBC5A016C018925B2AB09C88533_RuntimeMethod_var))); } IL_001d: { bool L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { bool L_7 = V_2; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.StringList/StringListEnumerator::.ctor(Firebase.StringList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringListEnumerator__ctor_m1D39834DCA62A43B9603BB2CDF13C76C0EBD5C04 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* ___0_collection, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = ___0_collection; __this->___collectionRef_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef_0), (void*)L_0); __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_1 = __this->___collectionRef_0; NullCheck(L_1); int32_t L_2; L_2 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(L_1, NULL); __this->___currentSize_3 = L_2; return; } } // System.String Firebase.StringList/StringListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __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; } bool V_0 = false; bool V_1 = false; bool V_2 = false; String_t* V_3 = NULL; { int32_t L_0 = __this->___currentIndex_1; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->___currentIndex_1; int32_t L_4 = __this->___currentSize_3; V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0038; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8_RuntimeMethod_var))); } IL_0038: { RuntimeObject* L_7 = __this->___currentObject_2; V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0050; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8_RuntimeMethod_var))); } IL_0050: { RuntimeObject* L_10 = __this->___currentObject_2; V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)); goto IL_005e; } IL_005e: { String_t* L_11 = V_3; return L_11; } } // System.Object Firebase.StringList/StringListEnumerator::global::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringListEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_m815A21CAB099544D7415A0710497ABFB06D28576 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { String_t* L_0; L_0 = StringListEnumerator_get_Current_m11DB004AC9C508FA524CD65B6D1BE8A16A6215B8(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Boolean Firebase.StringList/StringListEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringListEnumerator_MoveNext_m6ACEDF150DD6D175A68405153BA6B62E363705F8 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t G_B3_0 = 0; { StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(L_0, NULL); V_0 = L_1; int32_t L_2 = __this->___currentIndex_1; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3))) { goto IL_0023; } } { int32_t L_4 = V_0; int32_t L_5 = __this->___currentSize_3; G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_1 = (bool)G_B3_0; bool L_6 = V_1; V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0053; } } { int32_t L_8 = __this->___currentIndex_1; __this->___currentIndex_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_9 = __this->___collectionRef_0; int32_t L_10 = __this->___currentIndex_1; NullCheck(L_9); String_t* L_11; L_11 = StringList_get_Item_mE959180B9D32456052BFCB1D8710C3773D6AC434(L_9, L_10, NULL); __this->___currentObject_2 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)L_11); goto IL_005c; } IL_0053: { __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); } IL_005c: { bool L_12 = V_1; V_3 = L_12; goto IL_0060; } IL_0060: { bool L_13 = V_3; return L_13; } } // System.Void Firebase.StringList/StringListEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringListEnumerator_Reset_m9FCD7DABAA50D2DA16ADB4FE9DB84F0C7748ACF2 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, const RuntimeMethod* method) { bool V_0 = false; { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); StringList_t5D337A78A1D7F1DC7E30794C167F62CA037D8451* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = StringList_get_Count_mFE2EFE8050F6F4A0F2775F49858AEBAB0F2FEE1C(L_0, NULL); int32_t L_2 = __this->___currentSize_3; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0035; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringListEnumerator_Reset_m9FCD7DABAA50D2DA16ADB4FE9DB84F0C7748ACF2_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Firebase.StringList/StringListEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringListEnumerator_Dispose_mF19809D11BFFDD2F259AE05885E4F858A8493BA4 (StringListEnumerator_tD31EAF7C4C4DBC0031039DE4E90D05E16FCA55E5* __this, const RuntimeMethod* method) { { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.CharVector::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.CharVector::getCPtr(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F CharVector_getCPtr_mF250264B8BD6955CF071C3C92BA3C1A3FB5919DC (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.CharVector::swigRelease(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F CharVector_swigRelease_m750AAEE48B94E86BA2EC51031D61545911FCA7DF (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_swigRelease_m750AAEE48B94E86BA2EC51031D61545911FCA7DF_RuntimeMethod_var))); } IL_0022: { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_9 = ___0_obj; NullCheck(L_9); CharVector_Dispose_mE2B6CE18D7797BEF56275CE4EE96D9146C3DC2DA(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.CharVector::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Finalize_m2CCD2D01C8C411A43FB05C1636FB6441B6AC0EA5 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.CharVector::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.CharVector::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Dispose_mE2B6CE18D7797BEF56275CE4EE96D9146C3DC2DA (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.CharVector::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.CharVector::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Dispose_m76B7A9E095A20B223C887FDC4CCB902459BE9D79 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_CharVector_m557F4809749C0E6A74DD0AC8774B6EE3359BB548(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.CharVector::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_mD700B2CB0F74BB171BFCB61E4E3A880A51D94159 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, RuntimeObject* ___0_c, 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*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; uint8_t V_2 = 0x0; RuntimeObject* V_3 = NULL; { CharVector__ctor_m3EC8D18F8884DCA04846D0AACC37287FE0CE22C6(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector__ctor_mD700B2CB0F74BB171BFCB61E4E3A880A51D94159_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0045: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; if (!L_6) { goto IL_0056; } } { RuntimeObject* L_7 = V_3; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7); } IL_0056: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003b_1; } IL_0025_1: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); V_2 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))); uint8_t L_10 = V_2; CharVector_Add_m089EF4DC1189C26B3DC6E856FEE302C8C1F10DC1(__this, L_10, NULL); } IL_003b_1: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0025_1; } } { goto IL_0057; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { return; } } // System.Void Firebase.CharVector::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_mD47945E823052329FD089D43B71FAB15443421F5 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tEE97FB3EBFE8765D0E2FC164B95E82BA5D0EAE86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t606011D801075A525E02DDE2533126EA96831FCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; uint8_t V_2 = 0x0; { CharVector__ctor_m3EC8D18F8884DCA04846D0AACC37287FE0CE22C6(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector__ctor_mD47945E823052329FD089D43B71FAB15443421F5_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tEE97FB3EBFE8765D0E2FC164B95E82BA5D0EAE86_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_004a; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_004a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0036_1; } IL_0025_1: { RuntimeObject* L_7 = V_1; NullCheck(L_7); uint8_t L_8; L_8 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t606011D801075A525E02DDE2533126EA96831FCF_il2cpp_TypeInfo_var, L_7); V_2 = L_8; uint8_t L_9 = V_2; CharVector_Add_m089EF4DC1189C26B3DC6E856FEE302C8C1F10DC1(__this, L_9, NULL); } IL_0036_1: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0025_1; } } { goto IL_004b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004b: { return; } } // System.Boolean Firebase.CharVector::get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharVector_get_IsFixedSize_mB5397572B20B7AD951959BB262EA6CEE36C7A71E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Boolean Firebase.CharVector::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharVector_get_IsReadOnly_mC96F0E3FAFF23FF2AF81C69A08FF2DD996B11279 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Byte Firebase.CharVector::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVector_get_Item_mF06DBFE492872F8D688973A3F71517AE8A65043D (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { int32_t L_0 = ___0_index; uint8_t L_1; L_1 = CharVector_getitem_m0229CF44A66BA29325577B97390E139EB0BBFD2D(__this, L_0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { uint8_t L_2 = V_0; return L_2; } } // System.Void Firebase.CharVector::set_Item(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_set_Item_m1CFA9C328A5331D804A779CDC4383538817F14FD (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, uint8_t ___1_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; uint8_t L_1 = ___1_value; CharVector_setitem_m3E9A1B49A155E7D533FA849E38D68F4D2F6DB91F(__this, L_0, L_1, NULL); return; } } // System.Int32 Firebase.CharVector::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharVector_get_Capacity_m49D673007E01BA2AEEB0DF15952B9BA6F09D17F2 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = CharVector_capacity_m3DA56074175399E8CEEF830E9548DA8062D1CD19(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Void Firebase.CharVector::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_set_Capacity_mE10F0B37432DA6045D74E63C25AAACCBCCFF4F28 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_value, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___0_value; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0010; } } { int32_t L_1 = ___0_value; uint32_t L_2; L_2 = CharVector_size_m3F757A0558B24A6F15F0B3DFFE2115B90DEF8EC8(__this, NULL); G_B3_0 = ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))? 1 : 0); goto IL_0011; } IL_0010: { G_B3_0 = 1; } IL_0011: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_0020; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_set_Capacity_mE10F0B37432DA6045D74E63C25AAACCBCCFF4F28_RuntimeMethod_var))); } IL_0020: { int32_t L_5 = ___0_value; CharVector_reserve_mD7B594AE10655525D6922DA05F09F95BECA7609A(__this, L_5, NULL); return; } } // System.Int32 Firebase.CharVector::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = CharVector_size_m3F757A0558B24A6F15F0B3DFFE2115B90DEF8EC8(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Boolean Firebase.CharVector::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharVector_get_IsSynchronized_m525D4F86E92CD66AC75860EE605E221883A75801 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Void Firebase.CharVector::CopyTo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_CopyTo_m69B2856E774E1A18A77667577080E276A5B3E404 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_array; int32_t L_1; L_1 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(__this, NULL); CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF(__this, 0, L_0, 0, L_1, NULL); return; } } // System.Void Firebase.CharVector::CopyTo(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_CopyTo_m6FCCCA77E32F2C1AD28DD77F931E2FDCF22A8B96 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_array; int32_t L_1 = ___1_arrayIndex; int32_t L_2; L_2 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(__this, NULL); CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF(__this, 0, L_0, L_1, L_2, NULL); return; } } // System.Void Firebase.CharVector::CopyTo(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; bool V_7 = false; int32_t G_B13_0 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___1_array; V_0 = (bool)((((RuntimeObject*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___0_index; V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002c; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___2_arrayIndex; V_2 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0044; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var))); } IL_0044: { int32_t L_9 = ___3_count; V_3 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0); bool L_10 = V_3; if (!L_10) { goto IL_005d; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_11); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var))); } IL_005d: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___1_array; NullCheck((RuntimeArray*)L_12); int32_t L_13; L_13 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_12, NULL); V_4 = (bool)((((int32_t)L_13) > ((int32_t)1))? 1 : 0); bool L_14 = V_4; if (!L_14) { goto IL_007c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_15); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var))); } IL_007c: { int32_t L_16 = ___0_index; int32_t L_17 = ___3_count; int32_t L_18; L_18 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(__this, NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))) > ((int32_t)L_18))) { goto IL_0093; } } { int32_t L_19 = ___2_arrayIndex; int32_t L_20 = ___3_count; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___1_array; NullCheck(L_21); G_B13_0 = ((((int32_t)((int32_t)il2cpp_codegen_add(L_19, L_20))) > ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))? 1 : 0); goto IL_0094; } IL_0093: { G_B13_0 = 1; } IL_0094: { V_5 = (bool)G_B13_0; bool L_22 = V_5; if (!L_22) { goto IL_00a5; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_23); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_CopyTo_m811E000099C814945B15B36560858AA3B93832EF_RuntimeMethod_var))); } IL_00a5: { V_6 = 0; goto IL_00ca; } IL_00aa: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___1_array; int32_t L_25 = ___0_index; int32_t L_26 = V_6; uint8_t L_27; L_27 = CharVector_getitemcopy_m6D634153844B4CFD1C1618DA7E9A45FAECE3C392(__this, ((int32_t)il2cpp_codegen_add(L_25, L_26)), NULL); uint8_t L_28 = L_27; RuntimeObject* L_29 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_28); int32_t L_30 = ___2_arrayIndex; int32_t L_31 = V_6; NullCheck((RuntimeArray*)L_24); Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_24, L_29, ((int32_t)il2cpp_codegen_add(L_30, L_31)), NULL); int32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_00ca: { int32_t L_33 = V_6; int32_t L_34 = ___3_count; V_7 = (bool)((((int32_t)L_33) < ((int32_t)L_34))? 1 : 0); bool L_35 = V_7; if (L_35) { goto IL_00aa; } } { return; } } // System.Byte[] Firebase.CharVector::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* CharVector_ToArray_m23BDB429075B37731F61FD3AA840B94FC5B77DB8 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __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; { int32_t L_0; L_0 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0; CharVector_CopyTo_m69B2856E774E1A18A77667577080E276A5B3E404(__this, L_2, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; V_1 = L_3; goto IL_0019; } IL_0019: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_1; return L_4; } } // System.Collections.Generic.IEnumerator`1 Firebase.CharVector::global::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CharVector_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CSystem_ByteU3E_GetEnumerator_mE21A741D9B4387A23AD1E03ECD851B6C8EF629A5 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* L_0 = (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E*)il2cpp_codegen_object_new(CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var); NullCheck(L_0); CharVectorEnumerator__ctor_m24E5D28F1C492CB44E8DDC903B825889C8FF1FA8(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Collections.IEnumerator Firebase.CharVector::global::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CharVector_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_mAFA7DA24B76928BAC9D52AA398BFFE3B26125C35 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* L_0 = (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E*)il2cpp_codegen_object_new(CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var); NullCheck(L_0); CharVectorEnumerator__ctor_m24E5D28F1C492CB44E8DDC903B825889C8FF1FA8(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // Firebase.CharVector/CharVectorEnumerator Firebase.CharVector::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* CharVector_GetEnumerator_mF444E00878DFCE1A98C2EE9D32BB6DFE29A5C7C5 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* V_0 = NULL; { CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* L_0 = (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E*)il2cpp_codegen_object_new(CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E_il2cpp_TypeInfo_var); NullCheck(L_0); CharVectorEnumerator__ctor_m24E5D28F1C492CB44E8DDC903B825889C8FF1FA8(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* L_1 = V_0; return L_1; } } // System.Void Firebase.CharVector::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Clear_m433C3CABC2DAD12AF86428F5CDC0AD1F9E11364D (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_Clear_m9D4B9235E996C50B584096E85022D75F2B3073B0(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Clear_m433C3CABC2DAD12AF86428F5CDC0AD1F9E11364D_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.CharVector::Add(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Add_m089EF4DC1189C26B3DC6E856FEE302C8C1F10DC1 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint8_t ___0_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint8_t L_1 = ___0_x; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_Add_m02CC858B931F95BF2032C9F7ABBB548C39EE03DE(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Add_m089EF4DC1189C26B3DC6E856FEE302C8C1F10DC1_RuntimeMethod_var))); } IL_001d: { return; } } // System.UInt32 Firebase.CharVector::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CharVector_size_m3F757A0558B24A6F15F0B3DFFE2115B90DEF8EC8 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_CharVector_size_mEE2B8E33CDBB1CDB21CC9F48C617800090F9157E(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_size_m3F757A0558B24A6F15F0B3DFFE2115B90DEF8EC8_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.UInt32 Firebase.CharVector::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CharVector_capacity_m3DA56074175399E8CEEF830E9548DA8062D1CD19 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_CharVector_capacity_mA06A9BD47E115B5C5A663BAD1A19D4092166AE18(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_capacity_m3DA56074175399E8CEEF830E9548DA8062D1CD19_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.Void Firebase.CharVector::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_reserve_mD7B594AE10655525D6922DA05F09F95BECA7609A (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint32_t ___0_n, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint32_t L_1 = ___0_n; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_reserve_m404CF87B084491CAD8247FA8C61F61952DD1A4E9(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_reserve_mD7B594AE10655525D6922DA05F09F95BECA7609A_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.CharVector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_m3EC8D18F8884DCA04846D0AACC37287FE0CE22C6 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_CharVector__SWIG_0_m9C832F13A9D9DD85CB4D655260B5B85B8D60CA92(NULL); CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector__ctor_m3EC8D18F8884DCA04846D0AACC37287FE0CE22C6_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.CharVector::.ctor(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_m8C07B00109E94EEF08F09A9B68F09B0ED0E10DB6 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_0 = ___0_other; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = CharVector_getCPtr_mF250264B8BD6955CF071C3C92BA3C1A3FB5919DC(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_new_CharVector__SWIG_1_m77FC1270D80666C39E96617BC92EB39EE193D0A8(L_1, NULL); CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector__ctor_m8C07B00109E94EEF08F09A9B68F09B0ED0E10DB6_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.CharVector::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector__ctor_m0921D4C0CCD979BE8B126546506D11FE47C1E139 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_capacity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___0_capacity; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_new_CharVector__SWIG_2_mEB5918703E37CCF14101650A56DA6DA29451DA10(L_0, NULL); CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E(__this, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector__ctor_m0921D4C0CCD979BE8B126546506D11FE47C1E139_RuntimeMethod_var))); } IL_001e: { return; } } // System.Byte Firebase.CharVector::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVector_getitemcopy_m6D634153844B4CFD1C1618DA7E9A45FAECE3C392 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; bool V_1 = false; uint8_t V_2 = 0x0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = AppUtilPINVOKE_CharVector_getitemcopy_mC25261DD4CC4D3ACDB3FC4194A92B8BFD9FEBD2A(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_getitemcopy_m6D634153844B4CFD1C1618DA7E9A45FAECE3C392_RuntimeMethod_var))); } IL_001d: { uint8_t L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { uint8_t L_7 = V_2; return L_7; } } // System.Byte Firebase.CharVector::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVector_getitem_m0229CF44A66BA29325577B97390E139EB0BBFD2D (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; bool V_1 = false; uint8_t V_2 = 0x0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = AppUtilPINVOKE_CharVector_getitem_mD0C106F26B9385865014BC7B709D34AD161FFAA7(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_getitem_m0229CF44A66BA29325577B97390E139EB0BBFD2D_RuntimeMethod_var))); } IL_001d: { uint8_t L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { uint8_t L_7 = V_2; return L_7; } } // System.Void Firebase.CharVector::setitem(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_setitem_m3E9A1B49A155E7D533FA849E38D68F4D2F6DB91F (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, uint8_t ___1_val, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; uint8_t L_2 = ___1_val; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_setitem_mD40CCE1C1CDDAEA5A3C274B08C02702B595C4EAE(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_setitem_m3E9A1B49A155E7D533FA849E38D68F4D2F6DB91F_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.CharVector::AddRange(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_AddRange_m5138640E1A4D36932D029694A5FFC4E1C0F343F6 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_1 = ___0_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = CharVector_getCPtr_mF250264B8BD6955CF071C3C92BA3C1A3FB5919DC(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_AddRange_m940C95394A6E7329CC71EC0949E696BA0C40D2B6(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_AddRange_m5138640E1A4D36932D029694A5FFC4E1C0F343F6_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.CharVector Firebase.CharVector::GetRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* CharVector_GetRange_m358D1B66C20D8D408AA0D7B5E34D0CCC96CCF502 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* V_1 = NULL; bool V_2 = false; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* V_3 = NULL; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_CharVector_GetRange_mB17A5472210AE02D6C2B1E0B19A21FB03393D0D4(L_0, L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0025; } } { intptr_t L_7 = V_0; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_8 = (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74*)il2cpp_codegen_object_new(CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74_il2cpp_TypeInfo_var); NullCheck(L_8); CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E(L_8, L_7, (bool)1, NULL); G_B3_0 = L_8; goto IL_0026; } IL_0025: { G_B3_0 = ((CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74*)(NULL)); } IL_0026: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0036; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_GetRange_m358D1B66C20D8D408AA0D7B5E34D0CCC96CCF502_RuntimeMethod_var))); } IL_0036: { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_12 = V_1; V_3 = L_12; goto IL_003a; } IL_003a: { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_13 = V_3; return L_13; } } // System.Void Firebase.CharVector::Insert(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Insert_mBA37190C864A48FD7592AC8310DDFD7C1C434671 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, uint8_t ___1_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; uint8_t L_2 = ___1_x; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_Insert_m61CBC32DCA79313E965F74B5F97250F322142511(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Insert_mBA37190C864A48FD7592AC8310DDFD7C1C434671_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.CharVector::InsertRange(System.Int32,Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_InsertRange_m88F029E843E16B1F6400FA7FFD82B2479441B00E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = CharVector_getCPtr_mF250264B8BD6955CF071C3C92BA3C1A3FB5919DC(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_InsertRange_m05F93B53C7F94627F857634860C01404448A41E8(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_InsertRange_m88F029E843E16B1F6400FA7FFD82B2479441B00E_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.CharVector::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_RemoveAt_mD9E09D012EC777751F5378FDC007F7BD517D3EDA (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_RemoveAt_m46DF377506DE7CD67647FECA70C431821064C4BD(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_RemoveAt_mD9E09D012EC777751F5378FDC007F7BD517D3EDA_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.CharVector::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_RemoveRange_m8E100C8D3F87B8144D526A7BBD0261483FDA422F (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_RemoveRange_mEAC9A7DC3F827470CDC3FA736A39C423F28D2546(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_RemoveRange_m8E100C8D3F87B8144D526A7BBD0261483FDA422F_RuntimeMethod_var))); } IL_001e: { return; } } // Firebase.CharVector Firebase.CharVector::Repeat(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* CharVector_Repeat_mFADFB31E694E81093C18533F4B647167E64E5B31 (uint8_t ___0_value, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* V_1 = NULL; bool V_2 = false; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* V_3 = NULL; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* G_B3_0 = NULL; { uint8_t L_0 = ___0_value; int32_t L_1 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_CharVector_Repeat_mA6B8905DEC76E1BFC1170637EE273B445E5ACE20(L_0, L_1, NULL); V_0 = L_2; intptr_t L_3 = V_0; intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_5; L_5 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_3, L_4, NULL); if (L_5) { goto IL_001f; } } { intptr_t L_6 = V_0; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_7 = (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74*)il2cpp_codegen_object_new(CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74_il2cpp_TypeInfo_var); NullCheck(L_7); CharVector__ctor_mEA7C221A367DCAF1A482672A6D9392B7A0B7C75E(L_7, L_6, (bool)1, NULL); G_B3_0 = L_7; goto IL_0020; } IL_001f: { G_B3_0 = ((CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74*)(NULL)); } IL_0020: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_8; L_8 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_8; bool L_9 = V_2; if (!L_9) { goto IL_0030; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_10; L_10 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Repeat_mFADFB31E694E81093C18533F4B647167E64E5B31_RuntimeMethod_var))); } IL_0030: { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_11 = V_1; V_3 = L_11; goto IL_0034; } IL_0034: { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_12 = V_3; return L_12; } } // System.Void Firebase.CharVector::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Reverse_mCF89EBDD7FA47E656B387C0DF50BC22685714903 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_Reverse__SWIG_0_m468B413C7F1085FDFCAB91404196B81F5DD4510C(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Reverse_mCF89EBDD7FA47E656B387C0DF50BC22685714903_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.CharVector::Reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_Reverse_m119888792E27F11401021CA490F42657444EBF8E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_Reverse__SWIG_1_m6057DEDF4EED633F8F6DBEDD73432E5442BCC85F(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Reverse_m119888792E27F11401021CA490F42657444EBF8E_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.CharVector::SetRange(System.Int32,Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVector_SetRange_m4DBFF55EC733FA2C13EB98B680E1D78EB4CFD0B5 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, int32_t ___0_index, CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = CharVector_getCPtr_mF250264B8BD6955CF071C3C92BA3C1A3FB5919DC(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_CharVector_SetRange_m3E6DBE00DE6449F32C3CD671E7B9CB6B699D6575(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_SetRange_m4DBFF55EC733FA2C13EB98B680E1D78EB4CFD0B5_RuntimeMethod_var))); } IL_0023: { return; } } // System.Boolean Firebase.CharVector::Contains(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharVector_Contains_m79100CCA2E95F358D9EFEB1A4209A7B9BC06D3F6 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint8_t L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_2; L_2 = AppUtilPINVOKE_CharVector_Contains_m27CA0F6A4D7F976B3A4DF1B9BC9CBD83334A2018(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Contains_m79100CCA2E95F358D9EFEB1A4209A7B9BC06D3F6_RuntimeMethod_var))); } IL_001d: { bool L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { bool L_7 = V_2; return L_7; } } // System.Int32 Firebase.CharVector::IndexOf(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharVector_IndexOf_m35C2A853DC3F2480DDEFFC8AABF3725CD36492C3 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint8_t L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_2; L_2 = AppUtilPINVOKE_CharVector_IndexOf_mDE8606AD8485E0037CA5FF36DFD35F53AC8BA338(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_IndexOf_m35C2A853DC3F2480DDEFFC8AABF3725CD36492C3_RuntimeMethod_var))); } IL_001d: { int32_t L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { int32_t L_7 = V_2; return L_7; } } // System.Int32 Firebase.CharVector::LastIndexOf(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharVector_LastIndexOf_mF8BB1E6E392D195E25C99AB912EF5BC92910BCA9 (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint8_t L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_2; L_2 = AppUtilPINVOKE_CharVector_LastIndexOf_m961AE1DDE7DD2B6F9AA42AB168E627258FEC524C(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_LastIndexOf_mF8BB1E6E392D195E25C99AB912EF5BC92910BCA9_RuntimeMethod_var))); } IL_001d: { int32_t L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { int32_t L_7 = V_2; return L_7; } } // System.Boolean Firebase.CharVector::Remove(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharVector_Remove_m0A16EC9D5C1BB330B3F0D25A2F082B336E80F82E (CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint8_t L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_2; L_2 = AppUtilPINVOKE_CharVector_Remove_m871D73F06237803ECF9A525AA1BD87E215B9165C(L_0, L_1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVector_Remove_m0A16EC9D5C1BB330B3F0D25A2F082B336E80F82E_RuntimeMethod_var))); } IL_001d: { bool L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { bool L_7 = V_2; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.CharVector/CharVectorEnumerator::.ctor(Firebase.CharVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVectorEnumerator__ctor_m24E5D28F1C492CB44E8DDC903B825889C8FF1FA8 (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* ___0_collection, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_0 = ___0_collection; __this->___collectionRef_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef_0), (void*)L_0); __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_1 = __this->___collectionRef_0; NullCheck(L_1); int32_t L_2; L_2 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(L_1, NULL); __this->___currentSize_3 = L_2; return; } } // System.Byte Firebase.CharVector/CharVectorEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; uint8_t V_3 = 0x0; { int32_t L_0 = __this->___currentIndex_1; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->___currentIndex_1; int32_t L_4 = __this->___currentSize_3; V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0038; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA_RuntimeMethod_var))); } IL_0038: { RuntimeObject* L_7 = __this->___currentObject_2; V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0050; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA_RuntimeMethod_var))); } IL_0050: { RuntimeObject* L_10 = __this->___currentObject_2; V_3 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))); goto IL_005e; } IL_005e: { uint8_t L_11 = V_3; return L_11; } } // System.Object Firebase.CharVector/CharVectorEnumerator::global::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CharVectorEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_mF7FF93CF36A96DD8743D647DAEA2A620234FF70A (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { uint8_t L_0; L_0 = CharVectorEnumerator_get_Current_mA952DB662DB72C9A2B400EE4C1B353B5E977D0EA(__this, NULL); uint8_t L_1 = L_0; RuntimeObject* L_2 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_1); V_0 = L_2; goto IL_000f; } IL_000f: { RuntimeObject* L_3 = V_0; return L_3; } } // System.Boolean Firebase.CharVector/CharVectorEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharVectorEnumerator_MoveNext_m8A145D7654E72756D52FD3E799C63545707CA867 (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t G_B3_0 = 0; { CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(L_0, NULL); V_0 = L_1; int32_t L_2 = __this->___currentIndex_1; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3))) { goto IL_0023; } } { int32_t L_4 = V_0; int32_t L_5 = __this->___currentSize_3; G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_1 = (bool)G_B3_0; bool L_6 = V_1; V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0058; } } { int32_t L_8 = __this->___currentIndex_1; __this->___currentIndex_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_9 = __this->___collectionRef_0; int32_t L_10 = __this->___currentIndex_1; NullCheck(L_9); uint8_t L_11; L_11 = CharVector_get_Item_mF06DBFE492872F8D688973A3F71517AE8A65043D(L_9, L_10, NULL); uint8_t L_12 = L_11; RuntimeObject* L_13 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_12); __this->___currentObject_2 = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)L_13); goto IL_0061; } IL_0058: { __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); } IL_0061: { bool L_14 = V_1; V_3 = L_14; goto IL_0065; } IL_0065: { bool L_15 = V_3; return L_15; } } // System.Void Firebase.CharVector/CharVectorEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVectorEnumerator_Reset_m416FA343BDD242D5AE51817AC7F124CB54C25C86 (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, const RuntimeMethod* method) { bool V_0 = false; { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); CharVector_t2241E8448ED3F4FAF6DAA696F0F5BE5D67807A74* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = CharVector_get_Count_mAB2A8CDBA2A0E72367165A550CC78259C2DAAB3E(L_0, NULL); int32_t L_2 = __this->___currentSize_3; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0035; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharVectorEnumerator_Reset_m416FA343BDD242D5AE51817AC7F124CB54C25C86_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Firebase.CharVector/CharVectorEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharVectorEnumerator_Dispose_m3B28C688AFAA6BDD01D1460565EF529130301780 (CharVectorEnumerator_t15A44A89C82FE74524F06BD676C4F0B6AD9B774E* __this, const RuntimeMethod* method) { { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961(___0_key, NULL); } // System.Void Firebase.FutureString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString__ctor_m9CB2C65B5F5E9E649EA262481D40CD4F758A218C (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_FutureString_SWIGUpcast_m17075EB922405C229A2C957B8E7567A0629ED35C(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureString::getCPtr(Firebase.FutureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureString_getCPtr_m65BCAF8B5CA635329E8F3B55EC69AF9F78729639 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureString::swigRelease(Firebase.FutureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureString_swigRelease_m0609DC5C5443276C571653411A2C8B5A4E1F461B (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureString_swigRelease_m0609DC5C5443276C571653411A2C8B5A4E1F461B_RuntimeMethod_var))); } IL_0022: { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.FutureString::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_Dispose_m1D3CD9980888AF98A43D360AB0E850EF995A048B (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; FutureString_SetCompletionData_m6FF82C9BAF418192F7BC14719ACF163C585C7F1D(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_FutureString_m3ED115248B7203A830585D7E6D3D947F2AA8F40D(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.FutureString::GetTask(Firebase.FutureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* FutureString_GetTask_m91682A6F5BAE6293E24AE084F088BDC360A98FB0 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tDDEC61697BDCC723A13409640FD7390B3857EB66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_m1E0F0E41DAFB9401D33DE03A55F9BDC5565F0CF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mCAC13674EBDC90CDF12DFEC4C10F69174C4CA675_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* V_0 = NULL; bool V_1 = false; Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_0 = (U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_m7DED66403293B28E924AACFE4C26C1273DBDC1BB(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_1 = V_0; FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_3 = V_0; TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_4 = (TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372*)il2cpp_codegen_object_new(TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_m1E0F0E41DAFB9401D33DE03A55F9BDC5565F0CF1(L_4, TaskCompletionSource_1__ctor_m1E0F0E41DAFB9401D33DE03A55F9BDC5565F0CF1_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6(L_8, L_9, TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_12; L_12 = TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_inline(L_11, TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_13 = V_0; NullCheck(L_13); FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6(L_18, L_19, TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_22; L_22 = TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_inline(L_21, TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_23 = V_0; NullCheck(L_23); FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_25 = V_0; Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* L_26 = (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66*)il2cpp_codegen_object_new(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_m4F10DCFF9C7AB24C999D0F9CD4F0786EE833B37D(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mCAC13674EBDC90CDF12DFEC4C10F69174C4CA675_RuntimeMethod_var), NULL); NullCheck(L_24); FutureString_SetOnCompletionCallback_m05220B73DB8A9CC9130E52FA42761C51838AEDB3(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_29; L_29 = TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_inline(L_28, TaskCompletionSource_1_get_Task_m11D993ACE1C12B89F69CA41E3BAAE3698C3AE587_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_30 = V_2; return L_30; } } // System.Void Firebase.FutureString::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_ThrowIfDisposed_m385C4FD84BF8536682CA93EE7D30BD0B855F86E3 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureString_ThrowIfDisposed_m385C4FD84BF8536682CA93EE7D30BD0B855F86E3_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.FutureString::SetOnCompletionCallback(Firebase.FutureString/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SetOnCompletionCallback_m05220B73DB8A9CC9130E52FA42761C51838AEDB3 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA94347559E8491DFF697707F7559138A71DA97EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mBEA2742C16F6C66A6194B60791E954F4AC303AFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { FutureString_ThrowIfDisposed_m385C4FD84BF8536682CA93EE7D30BD0B855F86E3(__this, NULL); SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* L_2 = (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_m81CD3AA346691BBA21A8C00F8CC48D4770068218(L_2, NULL, (intptr_t)((void*)FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* L_7 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* L_9 = (Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6*)il2cpp_codegen_object_new(Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_mA94347559E8491DFF697707F7559138A71DA97EC(L_9, Dictionary_2__ctor_mA94347559E8491DFF697707F7559138A71DA97EC_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); int32_t L_10 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* L_12 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_mBEA2742C16F6C66A6194B60791E954F4AC303AFF(L_12, L_13, L_14, Dictionary_2_set_Item_mBEA2742C16F6C66A6194B60791E954F4AC303AFF_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = FutureString_SWIG_OnCompletion_m6BDD6454912C92C20E7904795344FD9CA213F845(__this, L_15, L_16, NULL); FutureString_SetCompletionData_m6FF82C9BAF418192F7BC14719ACF163C585C7F1D(__this, L_17, NULL); return; } } // System.Void Firebase.FutureString::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SetCompletionData_m6FF82C9BAF418192F7BC14719ACF163C585C7F1D (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); FutureString_SWIG_FreeCompletionData_m3FE3CD8832606ECE672CBE396AA1AE7940A3BCC8(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); FutureString_SWIG_FreeCompletionData_m3FE3CD8832606ECE672CBE396AA1AE7940A3BCC8(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.FutureString::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SWIG_CompletionDispatcher_mB608A5A76C786ADAEABA2DBF83A9AF08E404B961 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m8E25C6138BE46AC916B339987BB65699FE4D977A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m10BFB61FFBA1EC6BBDDBA20F9C9C5CA9F6D58A18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66*)NULL; il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* L_4 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* L_5 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m10BFB61FFBA1EC6BBDDBA20F9C9C5CA9F6D58A18(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m10BFB61FFBA1EC6BBDDBA20F9C9C5CA9F6D58A18_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); Dictionary_2_t510F19042ADE557A30D058AD4D77D256F4351CE6* L_9 = ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_m8E25C6138BE46AC916B339987BB65699FE4D977A(L_9, L_10, Dictionary_2_Remove_m8E25C6138BE46AC916B339987BB65699FE4D977A_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* L_14 = V_0; NullCheck(L_14); Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.FutureString::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString__ctor_mE7A9C8B46EF34699E66D3F8836FA7D0467226E29 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_FutureString_mAC94E91BC9CF36165E4B43B2EE8AB75DA77322E5(NULL); FutureString__ctor_m9CB2C65B5F5E9E649EA262481D40CD4F758A218C(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureString__ctor_mE7A9C8B46EF34699E66D3F8836FA7D0467226E29_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.FutureString::SWIG_OnCompletion(Firebase.FutureString/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FutureString_SWIG_OnCompletion_m6BDD6454912C92C20E7904795344FD9CA213F845 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_FutureString_SWIG_OnCompletion_m19DAC1DCCBF1F67F5288A8C4609190A567DD0D36(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureString_SWIG_OnCompletion_m6BDD6454912C92C20E7904795344FD9CA213F845_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.FutureString::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString_SWIG_FreeCompletionData_m3FE3CD8832606ECE672CBE396AA1AE7940A3BCC8 (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FutureString_SWIG_FreeCompletionData_m94C637336E6986913AE2275E7142D961EDB05D61(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureString_SWIG_FreeCompletionData_m3FE3CD8832606ECE672CBE396AA1AE7940A3BCC8_RuntimeMethod_var))); } IL_0017: { return; } } // System.String Firebase.FutureString::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FutureString_GetResult_mB191200B703C9DBF8CC6C03DCB84EF23A35FBD84 (FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_FutureString_GetResult_m2F190F3386930733C92BFD16689960CB154D1C0E(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureString_GetResult_mB191200B703C9DBF8CC6C03DCB84EF23A35FBD84_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.FutureString::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureString__cctor_mFF2624611A769D0896A199D9F39AE3F67C13B26D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_StaticFields*)il2cpp_codegen_static_fields_for(FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_Multicast(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_OpenInst(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_OpenStatic(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_OpenStaticInvoker(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_ClosedStaticInvoker(Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_tDDEC61697BDCC723A13409640FD7390B3857EB66 (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.FutureString/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m4F10DCFF9C7AB24C999D0F9CD4F0786EE833B37D (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_Multicast; } // System.Void Firebase.FutureString/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6 (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FutureString/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m192E278CB4A101948986F6A80262405ED891B49E (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.FutureString/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mE88969A13212F7A0BE146109E3B5A92B85C46802 (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_Multicast(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_OpenInst(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_OpenStatic(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_OpenStaticInvoker(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_ClosedStaticInvoker(SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.FutureString/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m81CD3AA346691BBA21A8C00F8CC48D4770068218 (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD_Multicast; } // System.Void Firebase.FutureString/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_m4D44BD38C0088F4D60E43B0A3C8DC6285344C0CD (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FutureString/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_m73F3448F7A5FBA6521BC7D163482A747936F9D1C (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.FutureString/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_mE3300D707FB1434DF0EA860FB0DF85BDCA8E4EFD (SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FutureString/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m7DED66403293B28E924AACFE4C26C1273DBDC1BB (U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.FutureString/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mCAC13674EBDC90CDF12DFEC4C10F69174C4CA675 (U3CU3Ec__DisplayClass5_0_t2A142C28C7EF17E5F48C3A102D18AB7B7BB6E644* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_m5656BCA91E35F41D0173D8630F55095DF2EC2BD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_mA4FD1E75C7272079BE7032F18BCDC158463FE3E1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_m5656BCA91E35F41D0173D8630F55095DF2EC2BD7(L_3, TaskCompletionSource_1_SetCanceled_m5656BCA91E35F41D0173D8630F55095DF2EC2BD7_RuntimeMethod_var); goto IL_0074_1; } IL_0024_1: { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_8 = __this->___tcs_1; int32_t L_9 = V_1; FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6(L_8, L_12, TaskCompletionSource_1_SetException_mBDE1D57E882888E999765C0CA78DBB1E7DED5AA6_RuntimeMethod_var); goto IL_0073_1; } IL_005a_1: { TaskCompletionSource_1_tC9FC5C6EACD2138DA270912A14414A2FCA266372* L_13 = __this->___tcs_1; FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_14 = __this->___fu_0; NullCheck(L_14); String_t* L_15; L_15 = FutureString_GetResult_mB191200B703C9DBF8CC6C03DCB84EF23A35FBD84(L_14, NULL); NullCheck(L_13); TaskCompletionSource_1_SetResult_mA4FD1E75C7272079BE7032F18BCDC158463FE3E1(L_13, L_15, TaskCompletionSource_1_SetResult_mA4FD1E75C7272079BE7032F18BCDC158463FE3E1_RuntimeMethod_var); } IL_0073_1: { } IL_0074_1: { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_16 = V_3; String_t* L_17; L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_16, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_17, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008e; }// end catch (depth: 1) IL_008e: { FutureString_t43059BC71CEE7628A518F3FCB741BCCE4E5674DA* L_18 = __this->___fu_0; NullCheck(L_18); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_18, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554(___0_key, NULL); } // System.Void Firebase.FutureVoid::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_FutureVoid_SWIGUpcast_m8D1EB93463FFA3A9F14A49FD1459CBE45E8957CC(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureVoid::getCPtr(Firebase.FutureVoid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureVoid_getCPtr_m9C3365D8BAEAA1B57BFA26845D70CFC297700F2A (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureVoid::swigRelease(Firebase.FutureVoid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureVoid_swigRelease_mFE577529689302C1800F19C0E94953097EA16C89 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureVoid_swigRelease_mFE577529689302C1800F19C0E94953097EA16C89_RuntimeMethod_var))); } IL_0022: { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.FutureVoid::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_Dispose_mE53AC3550993F046EC655040D365FA932C784DE0 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; FutureVoid_SetCompletionData_mB5B6BB51BB7E9B0D64631B560A2D6E947B369D45(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_FutureVoid_m9F8202898737C91464B6621C899505CE987A6393(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task Firebase.FutureVoid::GetTask(Firebase.FutureVoid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m3C63FB12C6FC4D1551D9D48B32F123DF7EAA4AE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* V_0 = NULL; bool V_1 = false; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_0 = (U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_m89776A34BECBA50695D3E5F098200BF8227A9FE9(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_1 = V_0; FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_3 = V_0; TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_4 = (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7*)il2cpp_codegen_object_new(TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F(L_4, TaskCompletionSource_1__ctor_mE2B94C03A4FD1C3411C2ED506508F8B93ED25C7F_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93(L_8, L_9, TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_12; L_12 = TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_inline(L_11, TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_13 = V_0; NullCheck(L_13); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93(L_18, L_19, TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_22; L_22 = TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_inline(L_21, TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_23 = V_0; NullCheck(L_23); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_25 = V_0; Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* L_26 = (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F*)il2cpp_codegen_object_new(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_mED144299E578968B25C10C34315DFE3EF08B445E(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m3C63FB12C6FC4D1551D9D48B32F123DF7EAA4AE0_RuntimeMethod_var), NULL); NullCheck(L_24); FutureVoid_SetOnCompletionCallback_m917E3BBFE7A06872EEA6F4FC13F557E5F2B6652D(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_29; L_29 = TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_inline(L_28, TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_30 = V_2; return L_30; } } // System.Void Firebase.FutureVoid::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_ThrowIfDisposed_m58FAFA498227E36B2075EDAF83F346CD70BD9739 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureVoid_ThrowIfDisposed_m58FAFA498227E36B2075EDAF83F346CD70BD9739_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.FutureVoid::SetOnCompletionCallback(Firebase.FutureVoid/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SetOnCompletionCallback_m917E3BBFE7A06872EEA6F4FC13F557E5F2B6652D (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9ECDA1EAD89A6D781E5CE4E813451CFD7DF269E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m37FF7170A65FE1A27B5EADEF6AC8AC59F8AF7FD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { FutureVoid_ThrowIfDisposed_m58FAFA498227E36B2075EDAF83F346CD70BD9739(__this, NULL); SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* L_2 = (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_mE4580033D452974357EA9E700C2AB1D7FBABA5E5(L_2, NULL, (intptr_t)((void*)FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* L_7 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* L_9 = (Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A*)il2cpp_codegen_object_new(Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_m9ECDA1EAD89A6D781E5CE4E813451CFD7DF269E4(L_9, Dictionary_2__ctor_m9ECDA1EAD89A6D781E5CE4E813451CFD7DF269E4_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); int32_t L_10 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* L_12 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_m37FF7170A65FE1A27B5EADEF6AC8AC59F8AF7FD8(L_12, L_13, L_14, Dictionary_2_set_Item_m37FF7170A65FE1A27B5EADEF6AC8AC59F8AF7FD8_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = FutureVoid_SWIG_OnCompletion_mD6E8C709E067EC3FCCC1DD9F8F7C664D7479B634(__this, L_15, L_16, NULL); FutureVoid_SetCompletionData_mB5B6BB51BB7E9B0D64631B560A2D6E947B369D45(__this, L_17, NULL); return; } } // System.Void Firebase.FutureVoid::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SetCompletionData_mB5B6BB51BB7E9B0D64631B560A2D6E947B369D45 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); FutureVoid_SWIG_FreeCompletionData_m9BCF84FC8090543CD5ED95C85C1179837895DA55(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); FutureVoid_SWIG_FreeCompletionData_m9BCF84FC8090543CD5ED95C85C1179837895DA55(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.FutureVoid::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SWIG_CompletionDispatcher_mE9933C19D489F4E5B7B8F99C087A7A1C95681554 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mE92CC8C926DDAFEDB2A50CCEA0B6571DED3D57E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6CD864883E697C6EA206A9653365B8F6B18A70EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F*)NULL; il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* L_4 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* L_5 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m6CD864883E697C6EA206A9653365B8F6B18A70EC(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m6CD864883E697C6EA206A9653365B8F6B18A70EC_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Dictionary_2_tEBFCFFA99EEBBA3CF0A0DF5BD3966D9EE67FBA4A* L_9 = ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_mE92CC8C926DDAFEDB2A50CCEA0B6571DED3D57E3(L_9, L_10, Dictionary_2_Remove_mE92CC8C926DDAFEDB2A50CCEA0B6571DED3D57E3_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* L_14 = V_0; NullCheck(L_14); Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.FutureVoid::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid__ctor_m3E8ACCB1932E50C10A2458DB90CA1355BD1C9FA9 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_FutureVoid_mC3FA659FF38999FAB69F7147D3C7087E65A06769(NULL); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureVoid__ctor_m3E8ACCB1932E50C10A2458DB90CA1355BD1C9FA9_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.FutureVoid::SWIG_OnCompletion(Firebase.FutureVoid/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FutureVoid_SWIG_OnCompletion_mD6E8C709E067EC3FCCC1DD9F8F7C664D7479B634 (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* __this, SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_FutureVoid_SWIG_OnCompletion_mFD32977A7A2E4A35F4DF9D05E4890FEF115BACB9(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureVoid_SWIG_OnCompletion_mD6E8C709E067EC3FCCC1DD9F8F7C664D7479B634_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.FutureVoid::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid_SWIG_FreeCompletionData_m9BCF84FC8090543CD5ED95C85C1179837895DA55 (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FutureVoid_SWIG_FreeCompletionData_m2A3F6D97610E37684611807E9F8471619FA7C22F(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureVoid_SWIG_FreeCompletionData_m9BCF84FC8090543CD5ED95C85C1179837895DA55_RuntimeMethod_var))); } IL_0017: { return; } } // System.Void Firebase.FutureVoid::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureVoid__cctor_mE3C6FE56F8AED90EE6D795624E8E4D84CB6F0944 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_StaticFields*)il2cpp_codegen_static_fields_for(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_Multicast(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_OpenInst(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_OpenStatic(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_OpenStaticInvoker(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_ClosedStaticInvoker(Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.FutureVoid/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mED144299E578968B25C10C34315DFE3EF08B445E (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_Multicast; } // System.Void Firebase.FutureVoid/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91 (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FutureVoid/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m6D7423F7BEACFB71B09A15E0BD46434A7F77260F (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.FutureVoid/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mFA7CBBF8D9A3EC4E15AFDCCA973AD271C1394314 (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_Multicast(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_OpenInst(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_OpenStatic(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_OpenStaticInvoker(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_ClosedStaticInvoker(SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.FutureVoid/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_mE4580033D452974357EA9E700C2AB1D7FBABA5E5 (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B_Multicast; } // System.Void Firebase.FutureVoid/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_mB8239A488193E3DC4DB9EE3276065CBDBA72D73B (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FutureVoid/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_mB8F77E2FC47C8247E3BBFF64A516DD356F2FB3C9 (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.FutureVoid/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m7F431F98D99E1881A84051EB051AE242AE0A2BD5 (SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FutureVoid/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m89776A34BECBA50695D3E5F098200BF8227A9FE9 (U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.FutureVoid/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_m3C63FB12C6FC4D1551D9D48B32F123DF7EAA4AE0 (U3CU3Ec__DisplayClass5_0_t6BC89DFF3EF637AC4998ABB6D062E6A629AB0D51* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A(L_3, TaskCompletionSource_1_SetCanceled_mAD782AAED9E467C7CD39801AA1B6365C9562C44A_RuntimeMethod_var); goto IL_006a_1; } IL_0024_1: { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_8 = __this->___tcs_1; int32_t L_9 = V_1; FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93(L_8, L_12, TaskCompletionSource_1_SetException_m2BD5F2CC6C343DF947BB026CB4B1FB72EBD24A93_RuntimeMethod_var); goto IL_0069_1; } IL_005a_1: { TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* L_13 = __this->___tcs_1; NullCheck(L_13); TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7(L_13, 0, TaskCompletionSource_1_SetResult_mEAC57DB80E5D80F41A490DB1AE90B89A4B2CA2E7_RuntimeMethod_var); } IL_0069_1: { } IL_006a_1: { goto IL_0084; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006d; } throw e; } CATCH_006d: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_14 = V_3; String_t* L_15; L_15 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_14, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_15, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0084; }// end catch (depth: 1) IL_0084: { FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_16 = __this->___fu_0; NullCheck(L_16); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_16, 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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0(int32_t ___0_key) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0(___0_key, NULL); } // System.Void Firebase.FutureBool::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool__ctor_m7225C6D5C5CEE9F476B0EC83BB0B454D6A5E2FC0 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; __this->___callbackData_6 = L_0; __this->___SWIG_CompletionCB_7 = (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861*)NULL); intptr_t L_1 = ___0_cPtr; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_FutureBool_SWIGUpcast_m946552C35D19BA39B8B57EF0CD8F599105129402(L_1, NULL); bool L_3 = ___1_cMemoryOwn; FutureBase__ctor_m98C8AE4F030730C1CEE7E0B4A1816C623F2B9BE0(__this, L_2, L_3, NULL); intptr_t L_4 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5; memset((&L_5), 0, sizeof(L_5)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_5), __this, L_4, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureBool::getCPtr(Firebase.FutureBool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureBool_getCPtr_m13BBA6D3EB7971635D999F340240B5D3A34CA3A1 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_2; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.FutureBool::swigRelease(Firebase.FutureBool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FutureBool_swigRelease_m34A22F6F66507DD098705AF52483993E66D8B44F (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_2)->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBool_swigRelease_m34A22F6F66507DD098705AF52483993E66D8B44F_RuntimeMethod_var))); } IL_0022: { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_2; V_1 = L_7; FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_8 = ___0_obj; NullCheck(L_8); ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)L_8)->___swigCMemOwn_1 = (bool)0; FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_9 = ___0_obj; NullCheck(L_9); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.FutureBool::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_Dispose_m2D5E02353F9D7DD52820B54E91FB011F73D27B7F (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0086; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0086: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_006a_1; } } { intptr_t L_9 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; FutureBool_SetCompletionData_m2BCB938F11CDEB5CF9A21793336D907DE212FFE5(__this, L_9, NULL); bool L_10 = ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1; V_3 = L_10; bool L_11 = V_3; if (!L_11) { goto IL_0058_1; } } { ((FutureBase_tF38FE6B48C073E6DAD0949D535A166EE13CCAA36*)__this)->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_FutureBool_mFA0EE7165B4D9D422468CA6A3EBC194D755C64BD(L_12, NULL); } IL_0058_1: { intptr_t L_13 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_14; memset((&L_14), 0, sizeof(L_14)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_14), NULL, L_13, /*hidden argument*/NULL); __this->___swigCPtr_2 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_2))->____wrapper_0), (void*)NULL); } IL_006a_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_15 = ___0_disposing; FutureBase_Dispose_m17D716EFFAF752B7DBF402C73D757D02C34457EB(__this, L_15, NULL); goto IL_0087; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { return; } } // System.Threading.Tasks.Task`1 Firebase.FutureBool::GetTask(Firebase.FutureBool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* FutureBool_GetTask_m61BCE52E5F0CB99C6736927DA2610741F46C9DC7 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* ___0_fu, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tFDE134143E51CA91365E715F58313D777C789717_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mBD84C144DFD61368BAAE597FB90BCD5375CCDAE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* V_0 = NULL; bool V_1 = false; Task_1_t824317F4B958F7512E8F7300511752937A6C6043* V_2 = NULL; bool V_3 = false; { U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_0 = (U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass5_0__ctor_m4DCAE5B94268C90E08F0FB0BED0DC4FB42D76621(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_1 = V_0; FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_2 = ___0_fu; NullCheck(L_1); L_1->___fu_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___fu_0), (void*)L_2); U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_3 = V_0; TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_4 = (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)il2cpp_codegen_object_new(TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var); NullCheck(L_4); TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646(L_4, TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var); NullCheck(L_3); L_3->___tcs_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___tcs_1), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0042; } } { U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_7 = V_0; NullCheck(L_7); TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_8 = L_7->___tcs_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4(L_8, L_9, TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_10 = V_0; NullCheck(L_10); TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_11 = L_10->___tcs_1; NullCheck(L_11); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_12; L_12 = TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline(L_11, TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var); V_2 = L_12; goto IL_00a0; } IL_0042: { U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_13 = V_0; NullCheck(L_13); FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_14 = L_13->___fu_0; NullCheck(L_14); int32_t L_15; L_15 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_14, NULL); V_3 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007a; } } { U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_17 = V_0; NullCheck(L_17); TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_18 = L_17->___tcs_1; FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_19 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_19); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_19, 0, _stringLiteralBDC976839D65581464FE3F4DB84C2D27603F0F18, NULL); NullCheck(L_18); TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4(L_18, L_19, TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_RuntimeMethod_var); U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_20 = V_0; NullCheck(L_20); TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_21 = L_20->___tcs_1; NullCheck(L_21); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_22; L_22 = TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline(L_21, TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var); V_2 = L_22; goto IL_00a0; } IL_007a: { U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_23 = V_0; NullCheck(L_23); FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_24 = L_23->___fu_0; U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_25 = V_0; Action_tFDE134143E51CA91365E715F58313D777C789717* L_26 = (Action_tFDE134143E51CA91365E715F58313D777C789717*)il2cpp_codegen_object_new(Action_tFDE134143E51CA91365E715F58313D777C789717_il2cpp_TypeInfo_var); NullCheck(L_26); Action__ctor_m9CF39D67809B4F1FB21C828DB8A43465F20C429F(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mBD84C144DFD61368BAAE597FB90BCD5375CCDAE4_RuntimeMethod_var), NULL); NullCheck(L_24); FutureBool_SetOnCompletionCallback_mCF03CC792D0FBFC73F024C7B6DFC0E7DE2650E96(L_24, L_26, NULL); U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* L_27 = V_0; NullCheck(L_27); TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_28 = L_27->___tcs_1; NullCheck(L_28); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_29; L_29 = TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline(L_28, TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var); V_2 = L_29; goto IL_00a0; } IL_00a0: { Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_30 = V_2; return L_30; } } // System.Void Firebase.FutureBool::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_ThrowIfDisposed_m522F5348FE98FC76D3A265E35F5AE9A4546F6453 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_2); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBool_ThrowIfDisposed_m522F5348FE98FC76D3A265E35F5AE9A4546F6453_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.FutureBool::SetOnCompletionCallback(Firebase.FutureBool/Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SetOnCompletionCallback_mCF03CC792D0FBFC73F024C7B6DFC0E7DE2650E96 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, Action_tFDE134143E51CA91365E715F58313D777C789717* ___0_userCompletionCallback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m155133FD2CE64DF4E90E234C9359A81332377386_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mCE454AADB542AD589C8C8A9E4F9B050FC4974BB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; bool V_4 = false; { FutureBool_ThrowIfDisposed_m522F5348FE98FC76D3A265E35F5AE9A4546F6453(__this, NULL); SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* L_0 = __this->___SWIG_CompletionCB_7; V_1 = (bool)((((RuntimeObject*)(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0029; } } { SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* L_2 = (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861*)il2cpp_codegen_object_new(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861_il2cpp_TypeInfo_var); NullCheck(L_2); SWIG_CompletionDelegate__ctor_m49656B1D48B112EFB5F550A45E3C0B1C4F13190A(L_2, NULL, (intptr_t)((void*)FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0_RuntimeMethod_var), NULL); __this->___SWIG_CompletionCB_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___SWIG_CompletionCB_7), (void*)L_2); } IL_0029: { il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackLock_5; V_2 = L_3; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0073: {// begin finally (depth: 1) { bool L_4 = V_3; if (!L_4) { goto IL_007d; } } { RuntimeObject* L_5 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL); } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* L_7 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3; V_4 = (bool)((((RuntimeObject*)(Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_4; if (!L_8) { goto IL_0055_1; } } { Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* L_9 = (Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455*)il2cpp_codegen_object_new(Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455_il2cpp_TypeInfo_var); NullCheck(L_9); Dictionary_2__ctor_m155133FD2CE64DF4E90E234C9359A81332377386(L_9, Dictionary_2__ctor_m155133FD2CE64DF4E90E234C9359A81332377386_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3), (void*)L_9); } IL_0055_1: { il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); int32_t L_10 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackIndex_4; int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackIndex_4 = L_11; V_0 = L_11; Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* L_12 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_13 = V_0; Action_tFDE134143E51CA91365E715F58313D777C789717* L_14 = ___0_userCompletionCallback; NullCheck(L_12); Dictionary_2_set_Item_mCE454AADB542AD589C8C8A9E4F9B050FC4974BB3(L_12, L_13, L_14, Dictionary_2_set_Item_mCE454AADB542AD589C8C8A9E4F9B050FC4974BB3_RuntimeMethod_var); goto IL_007e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* L_15 = __this->___SWIG_CompletionCB_7; int32_t L_16 = V_0; intptr_t L_17; L_17 = FutureBool_SWIG_OnCompletion_mE3DBCA90F1F94F4EBF27480BEB7B8F6A0A1CB686(__this, L_15, L_16, NULL); FutureBool_SetCompletionData_m2BCB938F11CDEB5CF9A21793336D907DE212FFE5(__this, L_17, NULL); return; } } // System.Void Firebase.FutureBool::SetCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SetCompletionData_m2BCB938F11CDEB5CF9A21793336D907DE212FFE5 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0059: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_2); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0037_1; } } { intptr_t L_9 = ___0_data; il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); FutureBool_SWIG_FreeCompletionData_mA8960750E8E291C993A31E6B50A324FA04E0CB47(L_9, NULL); goto IL_004c_1; } IL_0037_1: { intptr_t L_10 = __this->___callbackData_6; il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); FutureBool_SWIG_FreeCompletionData_mA8960750E8E291C993A31E6B50A324FA04E0CB47(L_10, NULL); intptr_t L_11 = ___0_data; __this->___callbackData_6 = L_11; } IL_004c_1: { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { return; } } // System.Void Firebase.FutureBool::SWIG_CompletionDispatcher(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SWIG_CompletionDispatcher_m54B47DEFB6D25F0B8981C440AF064FDB69A32ED0 (int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m1FC8C23ECC47A376E98D33427C180529E82865A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7C728DD007D3D0335B4BEDA5358AA939252F6F13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tFDE134143E51CA91365E715F58313D777C789717* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B4_0 = 0; { V_0 = (Action_tFDE134143E51CA91365E715F58313D777C789717*)NULL; il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackLock_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* L_4 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3; if (!L_4) { goto IL_002b_1; } } { il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* L_5 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_6 = ___0_key; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m7C728DD007D3D0335B4BEDA5358AA939252F6F13(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_m7C728DD007D3D0335B4BEDA5358AA939252F6F13_RuntimeMethod_var); G_B4_0 = ((int32_t)(L_7)); goto IL_002c_1; } IL_002b_1: { G_B4_0 = 0; } IL_002c_1: { V_3 = (bool)G_B4_0; bool L_8 = V_3; if (!L_8) { goto IL_003e_1; } } { il2cpp_codegen_runtime_class_init_inline(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); Dictionary_2_t96E54F7FEB1230F2F6F5B54E2E82FD0D3479B455* L_9 = ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___Callbacks_3; int32_t L_10 = ___0_key; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_Remove_m1FC8C23ECC47A376E98D33427C180529E82865A5(L_9, L_10, Dictionary_2_Remove_m1FC8C23ECC47A376E98D33427C180529E82865A5_RuntimeMethod_var); } IL_003e_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { Action_tFDE134143E51CA91365E715F58313D777C789717* L_12 = V_0; V_4 = (bool)((!(((RuntimeObject*)(Action_tFDE134143E51CA91365E715F58313D777C789717*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_005d; } } { Action_tFDE134143E51CA91365E715F58313D777C789717* L_14 = V_0; NullCheck(L_14); Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_inline(L_14, NULL); } IL_005d: { return; } } // System.Void Firebase.FutureBool::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool__ctor_mA1480A3A3319E5985FA3C79993CF23797D85AC51 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_FutureBool_m1CED08BF880E2AA4964549A1BA17AE3370210994(NULL); FutureBool__ctor_m7225C6D5C5CEE9F476B0EC83BB0B454D6A5E2FC0(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBool__ctor_mA1480A3A3319E5985FA3C79993CF23797D85AC51_RuntimeMethod_var))); } IL_001d: { return; } } // System.IntPtr Firebase.FutureBool::SWIG_OnCompletion(Firebase.FutureBool/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FutureBool_SWIG_OnCompletion_mE3DBCA90F1F94F4EBF27480BEB7B8F6A0A1CB686 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* ___0_cs_callback, int32_t ___1_cs_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* L_1 = ___0_cs_callback; int32_t L_2 = ___1_cs_key; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_FutureBool_SWIG_OnCompletion_m0F152665A428C241C859E1D06DC5D66003F92C5F(L_0, L_1, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBool_SWIG_OnCompletion_mE3DBCA90F1F94F4EBF27480BEB7B8F6A0A1CB686_RuntimeMethod_var))); } IL_001e: { intptr_t L_7 = V_0; V_2 = L_7; goto IL_0022; } IL_0022: { intptr_t L_8 = V_2; return L_8; } } // System.Void Firebase.FutureBool::SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool_SWIG_FreeCompletionData_mA8960750E8E291C993A31E6B50A324FA04E0CB47 (intptr_t ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ___0_data; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FutureBool_SWIG_FreeCompletionData_m8DD458F3A7678C0DB6CDA50C704C70BD5ED68D82(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBool_SWIG_FreeCompletionData_mA8960750E8E291C993A31E6B50A324FA04E0CB47_RuntimeMethod_var))); } IL_0017: { return; } } // System.Boolean Firebase.FutureBool::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FutureBool_GetResult_mC53EBF26AD99A86088700F9A9181D95AE95D13A2 (FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_2; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_FutureBool_GetResult_mACB80AA0BA9437F416117F17483DEEFDE6C079DC(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FutureBool_GetResult_mC53EBF26AD99A86088700F9A9181D95AE95D13A2_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.Void Firebase.FutureBool::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureBool__cctor_m605FA65B5BD5D8608C661E4352315D2B86333C83 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackIndex_4 = 0; RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackLock_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_StaticFields*)il2cpp_codegen_static_fields_for(FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36_il2cpp_TypeInfo_var))->___CallbackLock_5), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_Multicast(Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { Action_tFDE134143E51CA91365E715F58313D777C789717* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } } void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_OpenInst(Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_OpenStatic(Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(method); } void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_OpenStaticInvoker(Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL); } void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_ClosedStaticInvoker(Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_tFDE134143E51CA91365E715F58313D777C789717 (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(); } // System.Void Firebase.FutureBool/Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m9CF39D67809B4F1FB21C828DB8A43465F20C429F (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_Multicast; } // System.Void Firebase.FutureBool/Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FutureBool/Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_m41414343779C9EEFEBD8820A353F632DECD32FD9 (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // System.Void Firebase.FutureBool/Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mE488FF3B8182A1314C2ADEEC45D9B7C70C49A9F3 (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_Multicast(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_index, reinterpret_cast(currentDelegate->___method_3)); } } void SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_OpenInst(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_OpenStatic(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_index, method); } void SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_OpenStaticInvoker(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker1< int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_index); } void SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_ClosedStaticInvoker(SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_index); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861 (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_index); } // System.Void Firebase.FutureBool/SWIG_CompletionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate__ctor_m49656B1D48B112EFB5F550A45E3C0B1C4F13190A (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C_Multicast; } // System.Void Firebase.FutureBool/SWIG_CompletionDelegate::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_Invoke_mDCF3A2B3C66466CABF4E5C17035B4EDE07EB121C (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_index, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FutureBool/SWIG_CompletionDelegate::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIG_CompletionDelegate_BeginInvoke_m87F7C4045FD78691067ECB530D926AA050C8433A (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, int32_t ___0_index, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___0_index); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.FutureBool/SWIG_CompletionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIG_CompletionDelegate_EndInvoke_m084A759DD5BD349DA8DA00D60608ECC97D5E4F86 (SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FutureBool/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m4DCAE5B94268C90E08F0FB0BED0DC4FB42D76621 (U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.FutureBool/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CGetTaskU3Eb__0_mBD84C144DFD61368BAAE597FB90BCD5375CCDAE4 (U3CU3Ec__DisplayClass5_0_tE9AE5E1216661052C44F04833C35CC4DB6FA05B5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_0 = __this->___fu_0; NullCheck(L_0); int32_t L_1; L_1 = FutureBase_status_mC75FD35438B176F95462D3A5D7D9194629211902(L_0, NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024_1; } } { TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_3 = __this->___tcs_1; NullCheck(L_3); TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9(L_3, TaskCompletionSource_1_SetCanceled_m2AE0BE5D28A984B7E8945A3F6A7667AAD25237E9_RuntimeMethod_var); goto IL_0074_1; } IL_0024_1: { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_4 = __this->___fu_0; NullCheck(L_4); int32_t L_5; L_5 = FutureBase_error_m47E3B5E0A43B4C19510A77B3658EE5D7D10B6030(L_4, NULL); V_1 = L_5; int32_t L_6 = V_1; V_2 = (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_005a_1; } } { TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_8 = __this->___tcs_1; int32_t L_9 = V_1; FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_10 = __this->___fu_0; NullCheck(L_10); String_t* L_11; L_11 = FutureBase_error_message_m5CC18319253B1ECC3C8AC675B213A08B1755D527(L_10, NULL); FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* L_12 = (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED*)il2cpp_codegen_object_new(FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED_il2cpp_TypeInfo_var); NullCheck(L_12); FirebaseException__ctor_m18D67DA955D2B4EA2BC58BCE0E96AC0A177DD70F(L_12, L_9, L_11, NULL); NullCheck(L_8); TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4(L_8, L_12, TaskCompletionSource_1_SetException_m0DE68CD123975A4FE4C64B8A538E832658FA96F4_RuntimeMethod_var); goto IL_0073_1; } IL_005a_1: { TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_13 = __this->___tcs_1; FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_14 = __this->___fu_0; NullCheck(L_14); bool L_15; L_15 = FutureBool_GetResult_mC53EBF26AD99A86088700F9A9181D95AE95D13A2(L_14, NULL); NullCheck(L_13); TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448(L_13, L_15, TaskCompletionSource_1_SetResult_mA4C94A8605B8E4A2646C0C2B08A3D373E1174448_RuntimeMethod_var); } IL_0073_1: { } IL_0074_1: { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_16 = V_3; String_t* L_17; L_17 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32E8916355B734142247F16D33AC51F0ABA2C28F)), L_16, NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var))); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(4, L_17, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008e; }// end catch (depth: 1) IL_008e: { FutureBool_t185502F92C0BCE01BA56B2EB9B800F3BF7F34C36* L_18 = __this->___fu_0; NullCheck(L_18); FutureBase_Dispose_m32193D02DE4608C6C3EDF42F3D0495707DA4D15E(L_18, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.AppOptionsInternal::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.AppOptionsInternal::getCPtr(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AppOptionsInternal_getCPtr_m8EA1D5C28033A73CEEB07CE5DF66B7BFC2569FC2 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.AppOptionsInternal::swigRelease(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F AppOptionsInternal_swigRelease_m276095B2E1CF7973CF70A8AC68D9B4AE3D6EB1E8 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_swigRelease_m276095B2E1CF7973CF70A8AC68D9B4AE3D6EB1E8_RuntimeMethod_var))); } IL_0022: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_9 = ___0_obj; NullCheck(L_9); AppOptionsInternal_Dispose_m69ACB4A20CD2B29F2D09D96FB7DBC1F4E4599B0A(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.AppOptionsInternal::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_Finalize_mC4193C521BD48563554BDD3EA7DE8B6BBD2922CE (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) AppOptionsInternal_Dispose_m7E5CDD057C84B8A6B796F044B70BDC713DAA9491(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.AppOptionsInternal::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_Dispose_m69ACB4A20CD2B29F2D09D96FB7DBC1F4E4599B0A (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AppOptionsInternal_Dispose_m7E5CDD057C84B8A6B796F044B70BDC713DAA9491(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.AppOptionsInternal::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_Dispose_m7E5CDD057C84B8A6B796F044B70BDC713DAA9491 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_AppOptionsInternal_mDE5AAF14647354D43252CFF78E6DEAA1F92F7F8D(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Uri Firebase.AppOptionsInternal::get_DatabaseUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* AppOptionsInternal_get_DatabaseUrl_mD24AE9A589D060986270F6F7E582FC7244A99580 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL; { String_t* L_0; L_0 = AppOptionsInternal_GetDatabaseUrlInternal_mBB900411ECF9D1C6759CC2BE5C59A565E0E4061E(__this, NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1; L_1 = FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = V_0; return L_2; } } // System.Void Firebase.AppOptionsInternal::set_DatabaseUrl(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_DatabaseUrl_mB0310AB5205FCF51331B34CD50A6157A1CE2FE86 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_1; L_1 = FirebaseApp_UriToUrlString_m8CB091C8680BBD2AE9DC26F788E73955A3A7F044(L_0, NULL); AppOptionsInternal_SetDatabaseUrlInternal_m15B12085C2167FEDADFCFC23F956C1B23D63F728(__this, L_1, NULL); return; } } // System.Void Firebase.AppOptionsInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal__ctor_mA2F362D1DDC90AA633738145786049C15FAECEFF (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_AppOptionsInternal_m750DB08B53269AA1DE98053ECACB160E4F54D882(NULL); AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal__ctor_mA2F362D1DDC90AA633738145786049C15FAECEFF_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.AppOptionsInternal::SetDatabaseUrlInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_SetDatabaseUrlInternal_m15B12085C2167FEDADFCFC23F956C1B23D63F728 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_url, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_url; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_SetDatabaseUrlInternal_mD6FC2B8F9A3794F5A7D6AB9184081E2C348A929D(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_SetDatabaseUrlInternal_m15B12085C2167FEDADFCFC23F956C1B23D63F728_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::GetDatabaseUrlInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_GetDatabaseUrlInternal_mBB900411ECF9D1C6759CC2BE5C59A565E0E4061E (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_GetDatabaseUrlInternal_mDCF493437F70125DF396259C58C933F8A03547A2(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_GetDatabaseUrlInternal_mBB900411ECF9D1C6759CC2BE5C59A565E0E4061E_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // Firebase.AppOptionsInternal Firebase.AppOptionsInternal::LoadFromJsonConfig(System.String,Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* AppOptionsInternal_LoadFromJsonConfig_m45B85791D665C33E95697FDAF8F8E67FC0C22AD8 (String_t* ___0_config, AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___1_options, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_1 = NULL; bool V_2 = false; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_3 = NULL; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* G_B3_0 = NULL; { String_t* L_0 = ___0_config; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_1 = ___1_options; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = AppOptionsInternal_getCPtr_m8EA1D5C28033A73CEEB07CE5DF66B7BFC2569FC2(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_AppOptionsInternal_LoadFromJsonConfig__SWIG_0_m59FA6449419C7FE896552492481E255A0E78C4F0(L_0, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0024; } } { intptr_t L_7 = V_0; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_8 = (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)il2cpp_codegen_object_new(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); NullCheck(L_8); AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE(L_8, L_7, (bool)0, NULL); G_B3_0 = L_8; goto IL_0025; } IL_0024: { G_B3_0 = ((AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)(NULL)); } IL_0025: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_LoadFromJsonConfig_m45B85791D665C33E95697FDAF8F8E67FC0C22AD8_RuntimeMethod_var))); } IL_0035: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_12 = V_1; V_3 = L_12; goto IL_0039; } IL_0039: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_13 = V_3; return L_13; } } // Firebase.AppOptionsInternal Firebase.AppOptionsInternal::LoadFromJsonConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* AppOptionsInternal_LoadFromJsonConfig_m35F840166D5B2F28F719A9FFB603FE6752953FD8 (String_t* ___0_config, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_1 = NULL; bool V_2 = false; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_3 = NULL; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* G_B3_0 = NULL; { String_t* L_0 = ___0_config; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_LoadFromJsonConfig__SWIG_1_m6E5DEB3211B5D9E477DC0CE7C10D4542707B1072(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_001e; } } { intptr_t L_5 = V_0; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_6 = (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)il2cpp_codegen_object_new(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); NullCheck(L_6); AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE(L_6, L_5, (bool)0, NULL); G_B3_0 = L_6; goto IL_001f; } IL_001e: { G_B3_0 = ((AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)(NULL)); } IL_001f: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_002f; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_LoadFromJsonConfig_m35F840166D5B2F28F719A9FFB603FE6752953FD8_RuntimeMethod_var))); } IL_002f: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_10 = V_1; V_3 = L_10; goto IL_0033; } IL_0033: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_11 = V_3; return L_11; } } // System.Void Firebase.AppOptionsInternal::set_AppId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_AppId_mABE681281339BB1B8A9A20DC0F9578624DD0B1BF (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_AppId_set_mF49735AB795A69BD3C8E8E7A8BA6C07F14CC99EC(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_set_AppId_mABE681281339BB1B8A9A20DC0F9578624DD0B1BF_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::get_AppId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_AppId_m9E10A96FC162A8F195B33B40170D42A426D3A766 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_AppId_get_m6AEFE1DA642AB13BBEED5D558A3B9872560D8395(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_get_AppId_m9E10A96FC162A8F195B33B40170D42A426D3A766_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.AppOptionsInternal::set_ApiKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_ApiKey_mCF8BDC7C43BB152665C3F48096C5B239291B75DD (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_ApiKey_set_m47AA8DEF19EB00D363BD710D4AB35D0F71D3810C(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_set_ApiKey_mCF8BDC7C43BB152665C3F48096C5B239291B75DD_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::get_ApiKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_ApiKey_m4FEA968CCE295C61306024A53B87EB462C793FDD (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_ApiKey_get_mE56BE832D66D5DF3061815D009AE7F2AEB6C59F8(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_get_ApiKey_m4FEA968CCE295C61306024A53B87EB462C793FDD_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.AppOptionsInternal::set_MessageSenderId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_MessageSenderId_m952422B75F1F589BE67613A7F6BA8786C721105F (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_MessageSenderId_set_mDA27D7165D276BBFCFDFC4ACD9AACC72A332F1E5(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_set_MessageSenderId_m952422B75F1F589BE67613A7F6BA8786C721105F_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::get_MessageSenderId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_MessageSenderId_m685FAF74B5E0F003C765471030BFEC9049B188A5 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_MessageSenderId_get_mF83E0E79C76802C20422A570F76BEB880E6F293F(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_get_MessageSenderId_m685FAF74B5E0F003C765471030BFEC9049B188A5_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.AppOptionsInternal::set_StorageBucket(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_StorageBucket_mD862C7BE9B1AAAEF52F538CF870C4C0B6A446FF8 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_StorageBucket_set_m5DD3F05475370A28525610E5C7EFC8BB3C63CE82(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_set_StorageBucket_mD862C7BE9B1AAAEF52F538CF870C4C0B6A446FF8_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::get_StorageBucket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_StorageBucket_m990618B90CAFF7EC9D688C494C058156DC353535 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_StorageBucket_get_m18E2D2C847F91818D2BA578ABFC16D2977BB00EA(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_get_StorageBucket_m990618B90CAFF7EC9D688C494C058156DC353535_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.AppOptionsInternal::set_ProjectId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_ProjectId_m40B9538546673A0E506A538240B2F1A044E9D888 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_ProjectId_set_m7C95589B0C73BE3185D0AE6F6A1A7BF3E0D43DA3(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_set_ProjectId_m40B9538546673A0E506A538240B2F1A044E9D888_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::get_ProjectId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_ProjectId_m3CB8C9F459B7ABE7266E303E627FEC079DE825ED (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_ProjectId_get_m53ED030886F3EAFB0B68CC9AEFDD9E4A20CD254D(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_get_ProjectId_m3CB8C9F459B7ABE7266E303E627FEC079DE825ED_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // System.Void Firebase.AppOptionsInternal::set_PackageName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppOptionsInternal_set_PackageName_mF9656EB342F5BB54E6E4A9938237B60F4F023164 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; String_t* L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppOptionsInternal_PackageName_set_mCFD5B9E4200336CA6873FB7954FAFF26E4F724C8(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_set_PackageName_mF9656EB342F5BB54E6E4A9938237B60F4F023164_RuntimeMethod_var))); } IL_001d: { return; } } // System.String Firebase.AppOptionsInternal::get_PackageName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppOptionsInternal_get_PackageName_m44A62026BBC91627D666692A8116007B7E6FAB40 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_AppOptionsInternal_PackageName_get_mD7D0E38A0AE2580DD117E15A76E5EED4FEB445CD(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppOptionsInternal_get_PackageName_m44A62026BBC91627D666692A8116007B7E6FAB40_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseApp::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp__ctor_mC539AF748C2E16CD3B7820D6039B9A29DBDF908C (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { __this->___appPlatform_16 = (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___appPlatform_16), (void*)(FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2*)NULL); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.FirebaseApp::getCPtr(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.FirebaseApp::swigRelease(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseApp_swigRelease_m601CC10614BE87E4E627ADE7D83AE9B172B445D2 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_swigRelease_m601CC10614BE87E4E627ADE7D83AE9B172B445D2_RuntimeMethod_var))); } IL_0022: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_9 = ___0_obj; NullCheck(L_9); FirebaseApp_Dispose_mC1965A7AE8BAB834DB652BF0BACF377F3D45192B(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.FirebaseApp::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_Finalize_mF8DA91BE30AF031A390E068301053AEF3D6B5A98 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) FirebaseApp_Dispose_m7AA869727509B99D04399B9BA7F1FEEC0251974A(__this, (bool)0, NULL); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.FirebaseApp::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_Dispose_mC1965A7AE8BAB834DB652BF0BACF377F3D45192B (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FirebaseApp_Dispose_m7AA869727509B99D04399B9BA7F1FEEC0251974A(__this, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.FirebaseApp::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_Dispose_m7AA869727509B99D04399B9BA7F1FEEC0251974A (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { String_t* L_0 = __this->___name_3; V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001c; } } { String_t* L_2; L_2 = FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE(__this, NULL); __this->___name_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_3), (void*)L_2); } IL_001c: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_3 = __this->___AppDisposed_4; V_1 = (bool)((!(((RuntimeObject*)(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_0044; } } { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_5 = __this->___AppDisposed_4; il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_6 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty_0; NullCheck(L_5); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(L_5, __this, L_6, NULL); __this->___AppDisposed_4 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___AppDisposed_4), (void*)(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)NULL); } IL_0044: { FirebaseApp_RemoveReference_m3C28724EDB5D9F20A2A4924E517A8FF79C7E3425(__this, NULL); return; } } // System.Void Firebase.FirebaseApp::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp__cctor_m91B5E844644438D93858FE54C4DF15D53358F31B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m11A6F16438BDFA5BB4D619721B6F24400CDB4B17_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m8F62E1C352E79E91D4BA07FB3DAE1E55115004CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2), (void*)L_0); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_1 = (Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A*)il2cpp_codegen_object_new(Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A_il2cpp_TypeInfo_var); NullCheck(L_1); Dictionary_2__ctor_m8F62E1C352E79E91D4BA07FB3DAE1E55115004CB(L_1, Dictionary_2__ctor_m8F62E1C352E79E91D4BA07FB3DAE1E55115004CB_RuntimeMethod_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5), (void*)L_1); Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* L_2 = (Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3*)il2cpp_codegen_object_new(Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3_il2cpp_TypeInfo_var); NullCheck(L_2); Dictionary_2__ctor_m11A6F16438BDFA5BB4D619721B6F24400CDB4B17(L_2, Dictionary_2__ctor_m11A6F16438BDFA5BB4D619721B6F24400CDB4B17_RuntimeMethod_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___cPtrToProxy_6 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___cPtrToProxy_6), (void*)L_2); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksInitialized_7 = (bool)0; RuntimeObject* L_3 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_3); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_3, NULL); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksLock_8 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksLock_8), (void*)L_3); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___PreventOnAllAppsDestroyed_9 = (bool)0; ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___crashlyticsInitializationAttempted_10 = (bool)0; ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___userAgentRegistered_11 = (bool)0; ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14 = (-1); RuntimeObject* L_4 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_4); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_4, NULL); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThreadLock_15 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThreadLock_15), (void*)L_4); il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_InitializeLogging_mC8B6DCC4B1E24F42B676EA58E1AD2EBCDF2967CE(NULL); return; } } // System.Void Firebase.FirebaseApp::TranslateDllNotFoundException(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_closureToExecute, const RuntimeMethod* method) { Exception_t* V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = ___0_closureToExecute; NullCheck(L_0); Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_0, NULL); goto IL_002f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000c; } throw e; } CATCH_000c: {// begin catch(System.Exception) { V_0 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_1 = V_0; NullCheck(L_1); Exception_t* L_2; L_2 = VirtualFuncInvoker0< Exception_t* >::Invoke(7 /* System.Exception System.Exception::GetBaseException() */, L_1); V_1 = (bool)((!(((RuntimeObject*)(DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534*)((DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534*)IsInstClass((RuntimeObject*)L_2, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DllNotFoundException_t8CAE636A394C482C9FCF38FB7B7929506319D534_il2cpp_TypeInfo_var))))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_002d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = ErrorMessages_get_DllNotFoundExceptionErrorMessage_m0B273BB2A0E048AACEA44918DBBBBACB38B579F3(NULL); InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_5 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var))); NullCheck(L_5); InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF(L_5, 1, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E_RuntimeMethod_var))); } IL_002d: { IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); } }// end catch (depth: 1) IL_002f: { return; } } // Firebase.FirebaseApp Firebase.FirebaseApp::get_DefaultInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* G_B3_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_0; L_0 = FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714(NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1; L_1 = FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5(L_0, NULL); V_0 = L_1; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_2 = V_0; if (L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_3; L_3 = FirebaseApp_Create_mB737A2508FF5A06F35D01D4A8CD4AEF1F8944512(NULL); G_B3_0 = L_3; goto IL_0017; } IL_0016: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_4 = V_0; G_B3_0 = L_4; } IL_0017: { V_1 = G_B3_0; goto IL_001a; } IL_001a: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_5 = V_1; return L_5; } } // Firebase.FirebaseApp Firebase.FirebaseApp::GetInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6E5B2FEEC491D083B03A11DA6FA39A580A2369A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_5 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B(NULL); V_0 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)NULL; Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0049: {// begin finally (depth: 1) { bool L_1 = V_2; if (!L_1) { goto IL_0053; } } { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0053: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; String_t* L_5 = ___0_name; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_TryGetValue_m6E5B2FEEC491D083B03A11DA6FA39A580A2369A1(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m6E5B2FEEC491D083B03A11DA6FA39A580A2369A1_RuntimeMethod_var); V_3 = L_6; bool L_7 = V_3; if (!L_7) { goto IL_0044_1; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_8 = V_0; V_4 = (bool)((((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_9 = V_4; if (!L_9) { goto IL_0043_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_10 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; String_t* L_11 = ___0_name; NullCheck(L_10); bool L_12; L_12 = Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F(L_10, L_11, Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F_RuntimeMethod_var); } IL_0043_1: { } IL_0044_1: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_13 = V_0; V_5 = L_13; goto IL_0054; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0054: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_14 = V_5; return L_14; } } // Firebase.FirebaseApp Firebase.FirebaseApp::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_Create_mB737A2508FF5A06F35D01D4A8CD4AEF1F8944512 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateU3Eb__15_0_mF43BDAE5875C0C407791D7735DC43BB00EB29F32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* G_B2_0 = NULL; CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* G_B1_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_0 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__15_0_1; CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0020; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_2 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0; CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_3 = (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73*)il2cpp_codegen_object_new(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var); NullCheck(L_3); CreateDelegate__ctor_m966C39812E422F82DD3AACF101F012749B1F9E12(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CCreateU3Eb__15_0_mF43BDAE5875C0C407791D7735DC43BB00EB29F32_RuntimeMethod_var), NULL); CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_4 = L_3; ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__15_0_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__15_0_1), (void*)L_4); G_B2_0 = L_4; } IL_0020: { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_5; L_5 = FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714(NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_6; L_6 = FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5(L_5, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_7; L_7 = FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E(G_B2_0, L_6, NULL); V_0 = L_7; goto IL_0032; } IL_0032: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_8 = V_0; return L_8; } } // Firebase.FirebaseApp Firebase.FirebaseApp::Create(Firebase.AppOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_Create_m920EF490CFDEBC8A15ECB9FE0BB9D2AB35111207 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* ___0_options, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_U3CCreateU3Eb__0_m771AD4E807715E6A8585E39E171080A7D2200656_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* V_0 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; { U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* L_0 = (U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass16_0__ctor_mB27B934028119DA1DD9B57430A71E9686C3BDEE1(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* L_1 = V_0; AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_2 = ___0_options; NullCheck(L_1); L_1->___options_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___options_0), (void*)L_2); U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* L_3 = V_0; CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_4 = (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73*)il2cpp_codegen_object_new(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var); NullCheck(L_4); CreateDelegate__ctor_m966C39812E422F82DD3AACF101F012749B1F9E12(L_4, L_3, (intptr_t)((void*)U3CU3Ec__DisplayClass16_0_U3CCreateU3Eb__0_m771AD4E807715E6A8585E39E171080A7D2200656_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_5; L_5 = FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714(NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_6; L_6 = FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5(L_5, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_7; L_7 = FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E(L_4, L_6, NULL); V_1 = L_7; goto IL_002c; } IL_002c: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_8 = V_1; return L_8; } } // Firebase.FirebaseApp Firebase.FirebaseApp::Create(Firebase.AppOptions,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_Create_mDE776C2562F7F3178EDC52BC5F8B35B250D7B1F3 (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* ___0_options, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass17_0_U3CCreateU3Eb__0_m7D73A5F86600C0F67066E44FDCCDC6528AB46576_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* V_0 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; { U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* L_0 = (U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass17_0__ctor_mA85E16532865D2061A551A5D9CB7848F3CC01091(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* L_1 = V_0; AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_2 = ___0_options; NullCheck(L_1); L_1->___options_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___options_0), (void*)L_2); U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* L_3 = V_0; String_t* L_4 = ___1_name; NullCheck(L_3); L_3->___name_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___name_1), (void*)L_4); U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* L_5 = V_0; CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_6 = (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73*)il2cpp_codegen_object_new(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73_il2cpp_TypeInfo_var); NullCheck(L_6); CreateDelegate__ctor_m966C39812E422F82DD3AACF101F012749B1F9E12(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass17_0_U3CCreateU3Eb__0_m7D73A5F86600C0F67066E44FDCCDC6528AB46576_RuntimeMethod_var), NULL); U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->___name_1; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_9; L_9 = FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5(L_8, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_10; L_10 = FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E(L_6, L_9, NULL); V_1 = L_10; goto IL_0034; } IL_0034: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_11 = V_1; return L_11; } } // System.String Firebase.FirebaseApp::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_get_Name_m89C11F96726C8E4FD3CCAE04A5DC3129F7CD975E (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { bool V_0 = false; String_t* V_1 = NULL; { String_t* L_0 = __this->___name_3; V_0 = (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0023; } } { FirebaseApp_ThrowIfNull_mEBB4A7F4A0E30B8F6969C68C340AF30D44491B20(__this, NULL); String_t* L_2; L_2 = FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE(__this, NULL); __this->___name_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_3), (void*)L_2); } IL_0023: { String_t* L_3 = __this->___name_3; V_1 = L_3; goto IL_002c; } IL_002c: { String_t* L_4 = V_1; return L_4; } } // Firebase.LogLevel Firebase.FirebaseApp::get_LogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_get_LogLevel_m64B54EED8CF1B5F8EA074612CF09E58026D23603 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AppUtilPINVOKE_FirebaseApp_GetLogLevelInternal_mAF74BAD43730ACCFFB25EFBDCB0F40CA30CE1940(NULL); V_0 = L_0; goto IL_0009; } IL_0009: { int32_t L_1 = V_0; return L_1; } } // System.Void Firebase.FirebaseApp::set_LogLevel(Firebase.LogLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_set_LogLevel_mBF6AB04086F16C0954D2A46FD14D5FEE6FF34C7F (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_SetLogLevelInternal_m36F6E3F410A5293F3EB947AC9268A520674D9DD7(L_0, NULL); return; } } // System.Void Firebase.FirebaseApp::add_AppDisposed(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_add_AppDisposed_m849DD816EFE8D669DBFA139254D5E3C4D8C78F85 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_1 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_2 = NULL; { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_0 = __this->___AppDisposed_4; V_0 = L_0; } IL_0007: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_1 = V_0; V_1 = L_1; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = V_1; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_4, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82** L_5 = (&__this->___AppDisposed_4); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_6 = V_2; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_7 = V_1; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_9 = V_0; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_10 = V_1; if ((!(((RuntimeObject*)(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)L_9) == ((RuntimeObject*)(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)L_10)))) { goto IL_0007; } } { return; } } // System.Void Firebase.FirebaseApp::remove_AppDisposed(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_remove_AppDisposed_mAAF77EA50314A467CBB4481448C72FA9B7173289 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_1 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_2 = NULL; { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_0 = __this->___AppDisposed_4; V_0 = L_0; } IL_0007: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_1 = V_0; V_1 = L_1; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = V_1; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_4, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82** L_5 = (&__this->___AppDisposed_4); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_6 = V_2; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_7 = V_1; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_9 = V_0; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_10 = V_1; if ((!(((RuntimeObject*)(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)L_9) == ((RuntimeObject*)(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)L_10)))) { goto IL_0007; } } { return; } } // System.Boolean Firebase.FirebaseApp::get_IsDataCollectionDefaultEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_get_IsDataCollectionDefaultEnabled_m1276AF279E138F0FF734FA1D7C13A4CF3738F527 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0; L_0 = FirebaseApp_IsDataCollectionDefaultEnabledInternal_m32A4CA6FC8505D71CA816E9E91C44AC024039C10(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { bool L_1 = V_0; return L_1; } } // System.Void Firebase.FirebaseApp::set_IsDataCollectionDefaultEnabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_set_IsDataCollectionDefaultEnabled_m5DE82D4725C707DDC3F5CF741097DE91789E8287 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; FirebaseApp_SetDataCollectionDefaultEnabledInternal_m094039F687CF3AB4A4088E46FD1D4AFA3C10EE93(__this, L_0, NULL); return; } } // System.Void Firebase.FirebaseApp::DisposeAllApps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_DisposeAllApps_m4B1670FC0BAE33606E74FA147C82BF6CACCE0B03 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m88D4782987F12EFC4606EF7C6116551E4E00A71D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1C991066C3B2C088D7543EDCDE7F2DCA008265D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4D9D2D279285258D21D35DB2CD5654A5648BE5A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2FFFBAFB635035D176D9EE70FA44D1BA5E6133D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE21F38BDB00717D07F8B12E2D98BF5B6E74F868E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6D19DD2BC3398DED53CC6111AA1BA0281B791BD9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m80BD971C463C25ACB84A69370D44E46061214442_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m593A027ECA4A45D62F7E4236F78B46AF129AB3D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5B2A19FFADA21C6D1EAE1DE6583A0A2C4EBAD12B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m6AB47843F0A3C3EB857925C3CF85C04830578F83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m02F8331E2A79ABCFDE38143D20D672526B59996F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* V_0 = NULL; Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* V_1 = NULL; bool V_2 = false; Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6 V_3; memset((&V_3), 0, sizeof(V_3)); KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256 V_4; memset((&V_4), 0, sizeof(V_4)); Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13 V_5; memset((&V_5), 0, sizeof(V_5)); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_6 = NULL; { List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* L_0 = (List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B*)il2cpp_codegen_object_new(List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_m02F8331E2A79ABCFDE38143D20D672526B59996F(L_0, List_1__ctor_m02F8331E2A79ABCFDE38143D20D672526B59996F_RuntimeMethod_var); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_1 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; V_1 = L_1; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005d: {// begin finally (depth: 1) { bool L_2 = V_2; if (!L_2) { goto IL_0067; } } { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_3 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0067: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_4 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_5 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; NullCheck(L_5); Enumerator_t9ED76E9048428BE6923046993CC2FF1370B962E6 L_6; L_6 = Dictionary_2_GetEnumerator_m88D4782987F12EFC4606EF7C6116551E4E00A71D(L_5, Dictionary_2_GetEnumerator_m88D4782987F12EFC4606EF7C6116551E4E00A71D_RuntimeMethod_var); V_3 = L_6; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004b_1: {// begin finally (depth: 2) Enumerator_Dispose_m4D9D2D279285258D21D35DB2CD5654A5648BE5A6((&V_3), Enumerator_Dispose_m4D9D2D279285258D21D35DB2CD5654A5648BE5A6_RuntimeMethod_var); return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { goto IL_0040_2; } IL_0027_2: { KeyValuePair_2_tDAF5E248E4641B979CE3603A551FD1C7B47A3256 L_7; L_7 = Enumerator_get_Current_m6D19DD2BC3398DED53CC6111AA1BA0281B791BD9_inline((&V_3), Enumerator_get_Current_m6D19DD2BC3398DED53CC6111AA1BA0281B791BD9_RuntimeMethod_var); V_4 = L_7; List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* L_8 = V_0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_9; L_9 = KeyValuePair_2_get_Value_m593A027ECA4A45D62F7E4236F78B46AF129AB3D7_inline((&V_4), KeyValuePair_2_get_Value_m593A027ECA4A45D62F7E4236F78B46AF129AB3D7_RuntimeMethod_var); NullCheck(L_8); List_1_Add_m5B2A19FFADA21C6D1EAE1DE6583A0A2C4EBAD12B_inline(L_8, L_9, List_1_Add_m5B2A19FFADA21C6D1EAE1DE6583A0A2C4EBAD12B_RuntimeMethod_var); } IL_0040_2: { bool L_10; L_10 = Enumerator_MoveNext_mE21F38BDB00717D07F8B12E2D98BF5B6E74F868E((&V_3), Enumerator_MoveNext_mE21F38BDB00717D07F8B12E2D98BF5B6E74F868E_RuntimeMethod_var); if (L_10) { goto IL_0027_2; } } { goto IL_005a_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a_1: { goto IL_0068; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0068: { List_1_t5D1A9439923B7623904E17C93CE166399BF77E7B* L_11 = V_0; NullCheck(L_11); Enumerator_t25B7BF0DCDAD67D6175F1520FC60497A14693F13 L_12; L_12 = List_1_GetEnumerator_m6AB47843F0A3C3EB857925C3CF85C04830578F83(L_11, List_1_GetEnumerator_m6AB47843F0A3C3EB857925C3CF85C04830578F83_RuntimeMethod_var); V_5 = L_12; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0091: {// begin finally (depth: 1) Enumerator_Dispose_m1C991066C3B2C088D7543EDCDE7F2DCA008265D6((&V_5), Enumerator_Dispose_m1C991066C3B2C088D7543EDCDE7F2DCA008265D6_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0086_1; } IL_0073_1: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_13; L_13 = Enumerator_get_Current_m80BD971C463C25ACB84A69370D44E46061214442_inline((&V_5), Enumerator_get_Current_m80BD971C463C25ACB84A69370D44E46061214442_RuntimeMethod_var); V_6 = L_13; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_14 = V_6; NullCheck(L_14); FirebaseApp_Dispose_mC1965A7AE8BAB834DB652BF0BACF377F3D45192B(L_14, NULL); } IL_0086_1: { bool L_15; L_15 = Enumerator_MoveNext_m2FFFBAFB635035D176D9EE70FA44D1BA5E6133D2((&V_5), Enumerator_MoveNext_m2FFFBAFB635035D176D9EE70FA44D1BA5E6133D2_RuntimeMethod_var); if (L_15) { goto IL_0073_1; } } { goto IL_00a0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a0: { return; } } // System.Void Firebase.FirebaseApp::AddReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_AddReference_m562BA6DFE00568AC30B15C36D8BB848F14EDED95 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m646A0C479D12D665388558549E99ED1C949D5538_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m984B6FF03912DD47210B97F3876A8E68BD477586_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B(NULL); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004c: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0056; } } { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0056: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); __this->___swigCMemOwn_1 = (bool)1; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; String_t* L_5; L_5 = FirebaseApp_get_Name_m89C11F96726C8E4FD3CCAE04A5DC3129F7CD975E(__this, NULL); NullCheck(L_4); Dictionary_2_set_Item_m646A0C479D12D665388558549E99ED1C949D5538(L_4, L_5, __this, Dictionary_2_set_Item_m646A0C479D12D665388558549E99ED1C949D5538_RuntimeMethod_var); Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* L_6 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___cPtrToProxy_6; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_7 = (&__this->___swigCPtr_0); intptr_t L_8; L_8 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_7, NULL); NullCheck(L_6); Dictionary_2_set_Item_m984B6FF03912DD47210B97F3876A8E68BD477586(L_6, L_8, __this, Dictionary_2_set_Item_m984B6FF03912DD47210B97F3876A8E68BD477586_RuntimeMethod_var); goto IL_0057; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { return; } } // System.Void Firebase.FirebaseApp::RemoveReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_RemoveReference_m3C28724EDB5D9F20A2A4924E517A8FF79C7E3425 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m152F1DE099A6441F30DB01049310A23447A99CC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* V_0 = NULL; bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; bool V_6 = false; int32_t G_B6_0 = 0; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B(NULL); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b9: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_00c3; } } { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00c3: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); V_2 = L_5; intptr_t L_6 = V_2; intptr_t L_7 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_8; L_8 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_6, L_7, NULL); V_3 = L_8; bool L_9 = V_3; if (!L_9) { goto IL_009e_1; } } { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); bool L_10 = __this->___swigCMemOwn_1; V_4 = L_10; bool L_11 = V_4; if (!L_11) { goto IL_009d_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_12 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; NullCheck(L_12); int32_t L_13; L_13 = Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F(L_12, Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F_RuntimeMethod_var); V_5 = L_13; Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* L_14 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___cPtrToProxy_6; intptr_t L_15 = V_2; NullCheck(L_14); bool L_16; L_16 = Dictionary_2_Remove_m152F1DE099A6441F30DB01049310A23447A99CC6(L_14, L_15, Dictionary_2_Remove_m152F1DE099A6441F30DB01049310A23447A99CC6_RuntimeMethod_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_17 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; String_t* L_18; L_18 = FirebaseApp_get_Name_m89C11F96726C8E4FD3CCAE04A5DC3129F7CD975E(__this, NULL); NullCheck(L_17); bool L_19; L_19 = Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F(L_17, L_18, Dictionary_2_Remove_m7A0B03D4435A96C5CB96AAFD5DDBEF49294C7C5F_RuntimeMethod_var); FirebaseApp_ReleaseReferenceInternal_mA281FCA13BCF136D9D9B4311C40925B99614D63D(__this, NULL); int32_t L_20 = V_5; if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_008d_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_21 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; NullCheck(L_21); int32_t L_22; L_22 = Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F(L_21, Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F_RuntimeMethod_var); G_B6_0 = ((((int32_t)L_22) == ((int32_t)0))? 1 : 0); goto IL_008e_1; } IL_008d_1: { G_B6_0 = 0; } IL_008e_1: { V_6 = (bool)G_B6_0; bool L_23 = V_6; if (!L_23) { goto IL_009c_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_OnAllAppsDestroyed_m19CF36FB1A2439786994BBB55F1E405B7B43CAAB(NULL); } IL_009c_1: { } IL_009d_1: { } IL_009e_1: { __this->___swigCMemOwn_1 = (bool)0; intptr_t L_24 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_25; memset((&L_25), 0, sizeof(L_25)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_25), NULL, L_24, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_25; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); goto IL_00c4; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00c4: { return; } } // System.Void Firebase.FirebaseApp::ThrowIfNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ThrowIfNull_mEBB4A7F4A0E30B8F6969C68C340AF30D44491B20 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (&__this->___swigCPtr_0); intptr_t L_1; L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL); intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0026; } } { NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_5 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var))); NullCheck(L_5); NullReferenceException__ctor_mA41317A57F5C1C0E3F59C7EB25ABD484564B23D4(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF56258CA08196A0AA345480C655C78D0172F29E6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_ThrowIfNull_mEBB4A7F4A0E30B8F6969C68C340AF30D44491B20_RuntimeMethod_var))); } IL_0026: { return; } } // System.Void Firebase.FirebaseApp::InitializeAppUtilCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04B9FAB0E66C2DAB7301E7D1C74019B4F500DAAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FBCAB8C3D9EDED5D0224DC45891EB0E0AAB4BB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1103241B0617CC2365FF633B3B7D5125D1128C22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1611D456D2CEE02CE1487EE8445E48898D131F6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16687478A33D5A15482DF6D441B61A0189583C64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral175FF9BBE95367D4C96387F57879518EEC27BA25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3818B2A66126D8DEEF8DD9AFC89B116464489DA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39655E1CF62FCA36F81637138EABB8E0E88FF960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D20C767EAE028E07642EC56369E049DCB56F6C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral469058482DD7BE31765E4E966F8C98EA4B3B6930); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47655613208A2442002F378BF374CC45952A31F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral515AE8FDB9C25ACAE2FBF81A8470F0F8B3FDD6FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral548196CBB5E5F5105E575F464FE92F73144DFB34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61DC9D5B9D0D0872BCFFE89C3B93B577646F49EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AAEF17DD886943DA28485F945C0BC92C838450F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EA8F2DF39C94049CBEAACE46B64E4034C3E90C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral890A68C9701B6B7B9E0ECC8C54874D634FB51E11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DE0CBA7BF0AAAFA4927500E94B54EAA544A2E0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral955802D1A6D5235C4CF60C6BA2074F90F06CECCE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37BC83F5B58D09130EA87C7BFA23EEF1ED5CE5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADA172ACC20A09E7D83BFE71E65356790E5B24CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF3E6E43968D1C156E887454B8F9BDB7723036D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2BB0CEDEC57E9981F22698838128030E062BF12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE7E620B6BAD964BAD6753F86F18F5350AD73DAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD555DED7CEC14AAFD2389F4CA5DB31942645053F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8E3A88F5BFAC46D4EA8953E6A2EA7D3C25746CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE541D26859D264DEB1E7847324CA9C765F331CF8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC9756AB416770CE66B9411AB7AEB8B8181309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE248ED951626ABDD49B64B81CAEAF341755AF6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF21B662C3F976D9980F52B473208474F6C31CBE5); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* V_2 = NULL; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* V_7 = NULL; int32_t V_8 = 0; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* V_9 = NULL; bool V_10 = false; bool V_11 = false; bool V_12 = false; bool V_13 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; int32_t G_B13_0 = 0; int32_t G_B15_0 = 0; String_t* G_B18_0 = NULL; int32_t G_B18_1 = 0; String_t* G_B17_0 = NULL; int32_t G_B17_1 = 0; String_t* G_B19_0 = NULL; String_t* G_B19_1 = NULL; int32_t G_B19_2 = 0; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksLock_8; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_021f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0229; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0229: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); bool L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksInitialized_7; V_5 = L_4; bool L_5 = V_5; if (!L_5) { goto IL_0023_1; } } { goto IL_022a; } IL_0023_1: { EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_6 = (EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118*)(EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118*)SZArrayNew(EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_7 = L_6; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_8 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_8); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_8, _stringLiteral04B9FAB0E66C2DAB7301E7D1C74019B4F500DAAF, _stringLiteral8DE0CBA7BF0AAAFA4927500E94B54EAA544A2E0C, (bool)0, NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_8); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_9 = L_7; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_10 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_10); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_10, _stringLiteralCE7E620B6BAD964BAD6753F86F18F5350AD73DAB, _stringLiteral175FF9BBE95367D4C96387F57879518EEC27BA25, (bool)0, NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_10); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_11 = L_9; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_12 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_12); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_12, _stringLiteralD2FC1EC1E5B6EF920276AFABA103B8B7E2AE2DAF, _stringLiteralD555DED7CEC14AAFD2389F4CA5DB31942645053F, (bool)0, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(2), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_12); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_13 = L_11; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_14 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_14); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_14, _stringLiteralF21B662C3F976D9980F52B473208474F6C31CBE5, _stringLiteralA37BC83F5B58D09130EA87C7BFA23EEF1ED5CE5D, (bool)0, NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_14); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_15 = L_13; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_16 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_16); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_16, _stringLiteral39655E1CF62FCA36F81637138EABB8E0E88FF960, _stringLiteral3818B2A66126D8DEEF8DD9AFC89B116464489DA5, (bool)0, NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(4), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_16); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_17 = L_15; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_18 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_18); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_18, _stringLiteral1611D456D2CEE02CE1487EE8445E48898D131F6B, _stringLiteralD8E3A88F5BFAC46D4EA8953E6A2EA7D3C25746CC, (bool)0, NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(5), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_18); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_19 = L_17; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_20 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_20); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_20, _stringLiteralADA172ACC20A09E7D83BFE71E65356790E5B24CE, _stringLiteral3D20C767EAE028E07642EC56369E049DCB56F6C8, (bool)0, NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(6), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_20); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_21 = L_19; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_22 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_22); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_22, _stringLiteral890A68C9701B6B7B9E0ECC8C54874D634FB51E11, _stringLiteral61DC9D5B9D0D0872BCFFE89C3B93B577646F49EC, (bool)0, NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(7), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_22); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_23 = L_21; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_24 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_24); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_24, _stringLiteral0FBCAB8C3D9EDED5D0224DC45891EB0E0AAB4BB3, _stringLiteralC2BB0CEDEC57E9981F22698838128030E062BF12, (bool)0, NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(8), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_24); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_25 = L_23; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_26 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_26); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_26, _stringLiteralAF3E6E43968D1C156E887454B8F9BDB7723036D3, _stringLiteral1103241B0617CC2365FF633B3B7D5125D1128C22, (bool)0, NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(((int32_t)9)), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_26); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_27 = L_25; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_28 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_28); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_28, _stringLiteral47655613208A2442002F378BF374CC45952A31F8, _stringLiteral7AAEF17DD886943DA28485F945C0BC92C838450F, (bool)0, NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(((int32_t)10)), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_28); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_29 = L_27; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_30 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_30); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_30, _stringLiteralEE248ED951626ABDD49B64B81CAEAF341755AF6C, _stringLiteral469058482DD7BE31765E4E966F8C98EA4B3B6930, (bool)0, NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(((int32_t)11)), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_30); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_31 = L_29; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_32 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_32); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_32, _stringLiteral7EA8F2DF39C94049CBEAACE46B64E4034C3E90C1, _stringLiteralE541D26859D264DEB1E7847324CA9C765F331CF8, (bool)0, NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(((int32_t)12)), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_32); EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_33 = L_31; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_34 = (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)il2cpp_codegen_object_new(EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762_il2cpp_TypeInfo_var); NullCheck(L_34); EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF(L_34, _stringLiteral16687478A33D5A15482DF6D441B61A0189583C64, _stringLiteral548196CBB5E5F5105E575F464FE92F73144DFB34, (bool)1, NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(((int32_t)13)), (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762*)L_34); V_2 = L_33; bool L_35; L_35 = PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B(NULL); V_3 = L_35; V_4 = (bool)0; bool L_36 = V_3; V_6 = (bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0); bool L_37 = V_6; if (!L_37) { goto IL_0159_1; } } { AppUtil_SetEnabledAllAppCallbacks_m0C41A4271764464915ACA461AE8A309AEDAFA6AC((bool)0, NULL); V_4 = (bool)1; } IL_0159_1: { EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_38 = V_2; V_7 = L_38; V_8 = 0; goto IL_020b_1; } IL_0165_1: { EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_39 = V_7; int32_t L_40 = V_8; NullCheck(L_39); int32_t L_41 = L_40; EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_42 = (L_39)->GetAt(static_cast(L_41)); V_9 = L_42; V_10 = (bool)0; } try {// begin try (depth: 2) EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_43 = V_9; NullCheck(L_43); String_t* L_44; L_44 = EnableModuleParams_get_CSharpClassName_m04AD392AA82FCE1E6636F812672C77F294AC16EC_inline(L_43, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = il2cpp_codegen_get_type(L_44, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20_RuntimeMethod_var); bool L_46; L_46 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_45, (Type_t*)NULL, NULL); V_10 = L_46; goto IL_018d_1; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0188_1; } throw e; } CATCH_0188_1: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_018d_1; }// end catch (depth: 2) IL_018d_1: { EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_47 = V_9; NullCheck(L_47); String_t* L_48; L_48 = EnableModuleParams_get_CppModuleName_mB91981F21F3F94D82CD64DD7BD810741CBB04E3A_inline(L_47, NULL); bool L_49; L_49 = AppUtil_GetEnabledAppCallbackByName_m979A86ABDBC2257B697ABDE5015AA76DE5D04F70(L_48, NULL); V_11 = L_49; bool L_50 = V_10; if (!L_50) { goto IL_01b2_1; } } { bool L_51 = V_4; bool L_52 = V_11; if (((int32_t)((int32_t)L_51|(int32_t)L_52))) { goto IL_01af_1; } } { EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_53 = V_9; NullCheck(L_53); bool L_54; L_54 = EnableModuleParams_get_AlwaysEnable_mC44F8EA7A9EDCD493C6B8E04E3B3CF00D09FDEA6_inline(L_53, NULL); G_B13_0 = ((int32_t)(L_54)); goto IL_01b0_1; } IL_01af_1: { G_B13_0 = 1; } IL_01b0_1: { G_B15_0 = G_B13_0; goto IL_01b3_1; } IL_01b2_1: { G_B15_0 = 0; } IL_01b3_1: { V_12 = (bool)G_B15_0; bool L_55 = V_12; bool L_56 = V_11; V_13 = (bool)((((int32_t)((((int32_t)L_55) == ((int32_t)L_56))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_57 = V_13; if (!L_57) { goto IL_01f5_1; } } { bool L_58 = V_12; G_B17_0 = _stringLiteral955802D1A6D5235C4CF60C6BA2074F90F06CECCE; G_B17_1 = 1; if (L_58) { G_B18_0 = _stringLiteral955802D1A6D5235C4CF60C6BA2074F90F06CECCE; G_B18_1 = 1; goto IL_01d6_1; } } { G_B19_0 = _stringLiteralECAC9756AB416770CE66B9411AB7AEB8B8181309; G_B19_1 = G_B17_0; G_B19_2 = G_B17_1; goto IL_01db_1; } IL_01d6_1: { G_B19_0 = _stringLiteral515AE8FDB9C25ACAE2FBF81A8470F0F8B3FDD6FC; G_B19_1 = G_B18_0; G_B19_2 = G_B18_1; } IL_01db_1: { EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_59 = V_9; NullCheck(L_59); String_t* L_60; L_60 = EnableModuleParams_get_CppModuleName_mB91981F21F3F94D82CD64DD7BD810741CBB04E3A_inline(L_59, NULL); EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_61 = V_9; NullCheck(L_61); String_t* L_62; L_62 = EnableModuleParams_get_CSharpClassName_m04AD392AA82FCE1E6636F812672C77F294AC16EC_inline(L_61, NULL); String_t* L_63; L_63 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(G_B19_1, G_B19_0, L_60, L_62, NULL); il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(G_B19_2, L_63, NULL); } IL_01f5_1: { EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* L_64 = V_9; NullCheck(L_64); String_t* L_65; L_65 = EnableModuleParams_get_CppModuleName_mB91981F21F3F94D82CD64DD7BD810741CBB04E3A_inline(L_64, NULL); bool L_66 = V_12; AppUtil_SetEnabledAppCallbackByName_m59C6CB27D92D72FD0841031C207D86C2F684F366(L_65, L_66, NULL); int32_t L_67 = V_8; V_8 = ((int32_t)il2cpp_codegen_add(L_67, 1)); } IL_020b_1: { int32_t L_68 = V_8; EnableModuleParamsU5BU5D_t062742181E7ED1E635670F069D3558B4B8F77118* L_69 = V_7; NullCheck(L_69); if ((((int32_t)L_68) < ((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length))))) { goto IL_0165_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksInitialized_7 = (bool)1; goto IL_022a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_022a: { return; } } // System.Void Firebase.FirebaseApp::OnAllAppsDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_OnAllAppsDestroyed_m19CF36FB1A2439786994BBB55F1E405B7B43CAAB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t G_B3_0 = 0; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); bool L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___PreventOnAllAppsDestroyed_9; if (L_0) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_1 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; NullCheck(L_1); int32_t L_2; L_2 = Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F(L_1, Dictionary_2_get_Count_m320B502DBB8BB9D371AD03B9E0A23453D8C63E8F_RuntimeMethod_var); G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_001e; } } { goto IL_0066; } IL_001e: { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksLock_8; V_1 = L_4; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005b: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_0065; } } { RuntimeObject* L_6 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_6, NULL); } IL_0065: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_7 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_7, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); bool L_8 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksInitialized_7; V_3 = L_8; bool L_9 = V_3; if (!L_9) { goto IL_0058_1; } } { bool L_10; L_10 = PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B(NULL); V_4 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); bool L_11 = V_4; if (!L_11) { goto IL_0051_1; } } { AppUtil_SetEnabledAllAppCallbacks_m0C41A4271764464915ACA461AE8A309AEDAFA6AC((bool)0, NULL); } IL_0051_1: { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___AppUtilCallbacksInitialized_7 = (bool)0; } IL_0058_1: { goto IL_0066; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0066: { return; } } // System.Uri Firebase.FirebaseApp::UrlStringToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FirebaseApp_UrlStringToUri_mD212E37D37B2F0DE5EE30CDAAB0E95E5E87B4F79 (String_t* ___0_urlString, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { String_t* L_0 = ___0_urlString; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_000f; } } { V_1 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL; goto IL_0020; } IL_000f: { } try {// begin try (depth: 1) String_t* L_3 = ___0_urlString; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); NullCheck(L_4); Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A(L_4, L_3, NULL); V_1 = L_4; goto IL_0020; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: {// begin catch(System.UriFormatException) V_1 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0020; }// end catch (depth: 1) IL_0020: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = V_1; return L_5; } } // System.String Firebase.FirebaseApp::UriToUrlString(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_UriToUrlString_m8CB091C8680BBD2AE9DC26F788E73955A3A7F044 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL); if (L_1) { goto IL_0011; } } { G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; goto IL_0017; } IL_0011: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___0_uri; NullCheck(L_2); String_t* L_3; L_3 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_2, NULL); G_B3_0 = L_3; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { String_t* L_4 = V_0; return L_4; } } // System.Object Firebase.FirebaseApp::WeakReferenceGetTarget(System.WeakReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseApp_WeakReferenceGetTarget_mAB5F81C0BDA5646B09C74C86C67D11DB88FCFC2D (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___0_weakReference, const RuntimeMethod* method) { bool V_0 = false; RuntimeObject* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0 = ___0_weakReference; V_0 = (bool)((!(((RuntimeObject*)(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001a; } } { } try {// begin try (depth: 1) WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_2 = ___0_weakReference; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_2); V_1 = L_3; goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0014; } throw e; } CATCH_0014: {// begin catch(System.InvalidOperationException) V_1 = NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; }// end catch (depth: 1) IL_001a: { V_1 = NULL; goto IL_001e; } IL_001e: { RuntimeObject* L_4 = V_1; return L_4; } } // System.Boolean Firebase.FirebaseApp::InitializeCrashlyticsIfPresent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41AFC5CF6BD87FAE855E565E56413D254EFDD312); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69FBC7A041E2A8D2BB53C20F3EBB5DA1C681DF54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3A98A8B1C98564A92ABAE5D3EB9AB9D7723903A); s_Il2CppMethodInitialized = true; } Assembly_t* V_0 = NULL; Type_t* V_1 = NULL; MethodInfo_t* V_2 = NULL; bool V_3 = false; bool V_4 = false; bool V_5 = false; Exception_t* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) { Assembly_t* L_0; L_0 = Assembly_Load_mC42733BACCA273EEAA32A341CBF53722A44DCC90(_stringLiteral41AFC5CF6BD87FAE855E565E56413D254EFDD312, NULL); V_0 = L_0; Assembly_t* L_1 = V_0; NullCheck(L_1); Type_t* L_2; L_2 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(20 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_1, _stringLiteralA3A98A8B1C98564A92ABAE5D3EB9AB9D7723903A); V_1 = L_2; Type_t* L_3 = V_1; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); V_3 = L_4; bool L_5 = V_3; if (!L_5) { goto IL_0031_1; } } { InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_6 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var))); NullCheck(L_6); InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF(L_6, 1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral238329B64A3729607F223FFEFA394456AE114908)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6_RuntimeMethod_var))); } IL_0031_1: { Type_t* L_7 = V_1; NullCheck(L_7); MethodInfo_t* L_8; L_8 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_7, _stringLiteral69FBC7A041E2A8D2BB53C20F3EBB5DA1C681DF54, ((int32_t)40), NULL); V_2 = L_8; MethodInfo_t* L_9 = V_2; bool L_10; L_10 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_9, (MethodInfo_t*)NULL, NULL); V_4 = L_10; bool L_11 = V_4; if (!L_11) { goto IL_0059_1; } } { InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_12 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var))); NullCheck(L_12); InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF(L_12, 1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62550204912BC90809B03D0FE60F2B4874EB15F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6_RuntimeMethod_var))); } IL_0059_1: { MethodInfo_t* L_13 = V_2; NullCheck(L_13); RuntimeObject* L_14; L_14 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_13, NULL, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); goto IL_007d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileNotFoundException_t17F1B49AD996E4A60C87C7ADC9D3A25EB5808A9A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0065; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006c; } throw e; } CATCH_0065: {// begin catch(System.IO.FileNotFoundException) V_5 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0082; }// end catch (depth: 1) CATCH_006c: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); Exception_t* L_15 = V_6; InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_16 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var))); NullCheck(L_16); InitializationException__ctor_m1384021A3E1B7B0E372257380559D926BD6200BF(L_16, 1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral324FB463A34E73070FCEDC655BCD2F40B2E47971)), L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6_RuntimeMethod_var))); }// end catch (depth: 1) IL_007d: { V_5 = (bool)1; goto IL_0082; } IL_0082: { bool L_17 = V_5; return L_17; } } // Firebase.FirebaseApp Firebase.FirebaseApp::CreateAndTrack(Firebase.FirebaseApp/CreateDelegate,Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* ___0_createDelegate, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___1_existingProxy, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD9203985461B343144479403BB91596E7FD479F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateAndTrackU3Eb__48_0_m353C5F1E7C6BDE8601757A37801E17C89CA49AC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62ADD91054A91B61299B0BA0A51937BA842068BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral875842D645C31A13810035132C84A4C226BFDDA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7EFBEA6AABC35E96367379C5A6B509BB4044717); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE83EFF84A2045FE5379CA94C53B51BA575BD5A6); s_Il2CppMethodInitialized = true; } bool V_0 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* V_2 = NULL; bool V_3 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_4; memset((&V_4), 0, sizeof(V_4)); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_5 = NULL; bool V_6 = false; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* V_7 = NULL; String_t* V_8 = NULL; bool V_9 = false; bool V_10 = false; ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* V_11 = NULL; String_t* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; bool V_15 = false; bool V_16 = false; Exception_t* V_17 = NULL; bool V_18 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_19 = NULL; bool V_20 = false; bool V_21 = false; bool V_22 = false; bool V_23 = false; bool V_24 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; int32_t G_B26_0 = 0; Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B35_0 = NULL; Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B34_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B(NULL); V_0 = (bool)0; il2cpp_codegen_runtime_class_init_inline(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* L_0; L_0 = FirebaseAppUtils_get_Instance_m844818D4028B3E8866E21AD1CB6E559038CEEC41(NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); FirebaseHandler_Create_mDC243F751CBDC835EDF2388C04C1A48FD9238FE9(L_0, NULL); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_1 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; V_2 = L_1; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_024b: {// begin finally (depth: 1) { bool L_2 = V_3; if (!L_2) { goto IL_0255; } } { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_3 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0255: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_4 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); bool L_5 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___userAgentRegistered_11; V_6 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); bool L_6 = V_6; if (!L_6) { goto IL_009d_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___userAgentRegistered_11 = (bool)1; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_7 = (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB*)il2cpp_codegen_object_new(StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB_il2cpp_TypeInfo_var); NullCheck(L_7); StringStringMap__ctor_m5295C0F5394545250F06A5F0A53C9ABB48D67794(L_7, NULL); V_7 = L_7; String_t* L_8; L_8 = PlatformInformation_get_RuntimeName_m3412CC566E5CE3DFA00A4C2DF5AAC46C548B7B4A(NULL); String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral875842D645C31A13810035132C84A4C226BFDDA6, L_8, NULL); V_8 = L_9; StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_10 = V_7; String_t* L_11 = V_8; String_t* L_12; L_12 = VersionInfo_get_SdkVersion_mC32BFBE632414898F8525BD5AED76B512BA0E266(NULL); NullCheck(L_10); StringStringMap_set_Item_m975DA3FC714B74CB4E7D4CAAE0482D7B669D186F(L_10, L_11, L_12, NULL); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_13 = V_7; String_t* L_14 = V_8; String_t* L_15; L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_14, _stringLiteralDE83EFF84A2045FE5379CA94C53B51BA575BD5A6, NULL); String_t* L_16; L_16 = PlatformInformation_get_RuntimeVersion_mD8F3490DE409C7635E2876FE28631DC79240A45B(NULL); NullCheck(L_13); StringStringMap_set_Item_m975DA3FC714B74CB4E7D4CAAE0482D7B669D186F(L_13, L_15, L_16, NULL); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_17 = V_7; String_t* L_18 = V_8; String_t* L_19; L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_18, _stringLiteral62ADD91054A91B61299B0BA0A51937BA842068BB, NULL); String_t* L_20; L_20 = VersionInfo_get_BuildSource_mFEB9E963780C505D73965545BFED5EB50EA7BAD5(NULL); NullCheck(L_17); StringStringMap_set_Item_m975DA3FC714B74CB4E7D4CAAE0482D7B669D186F(L_17, L_19, L_20, NULL); StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_21 = V_7; FirebaseApp_RegisterLibrariesInternal_m03B7487A8CAECC33FFFFFC110445811D0DDB35F2(L_21, NULL); } IL_009d_1: { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20(NULL); intptr_t L_22 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&V_4), NULL, L_22, NULL); } try {// begin try (depth: 2) { String_t* L_23; L_23 = PlatformInformation_get_DefaultConfigLocation_mAC7DD97F2C49460091AA1709BF677FFFA1D4BC74(NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_AppSetDefaultConfigPath_m9712BA055777DA0F98524BD85A6C97FBFC5C6192(L_23, NULL); CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* L_24 = ___0_createDelegate; NullCheck(L_24); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_25; L_25 = CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_inline(L_24, NULL); V_1 = L_25; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_26; L_26 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_9 = L_26; bool L_27 = V_9; if (!L_27) { goto IL_00d5_2; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_28; L_28 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E_RuntimeMethod_var))); } IL_00d5_2: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_29 = V_1; V_10 = (bool)((((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_29) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_30 = V_10; if (!L_30) { goto IL_00ec_2; } } { InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_31 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var))); NullCheck(L_31); InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF(L_31, 1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral380FCBD323D8B608651CCA1F4D65A0B1AA362A2A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E_RuntimeMethod_var))); } IL_00ec_2: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_32 = V_1; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_33; L_33 = FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F(L_32, NULL); V_4 = L_33; goto IL_018e_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00fa_1; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0182_1; } throw e; } CATCH_00fa_1: {// begin catch(System.ApplicationException) { V_11 = ((ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)IL2CPP_GET_ACTIVE_EXCEPTION(ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))); FirebaseApp_OnAllAppsDestroyed_m19CF36FB1A2439786994BBB55F1E405B7B43CAAB(NULL); ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_34 = V_11; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_34); V_12 = L_35; V_13 = 1; String_t* L_36 = V_12; NullCheck(L_36); int32_t L_37; L_37 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D)), NULL); V_14 = L_37; int32_t L_38 = V_14; V_15 = (bool)((((int32_t)((((int32_t)L_38) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_39 = V_15; if (!L_39) { goto IL_014b_1; } } { String_t* L_40 = V_12; int32_t L_41 = V_14; NullCheck(L_40); String_t* L_42; L_42 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_40, 0, L_41, NULL); int32_t L_43; L_43 = Int32_Parse_m273CA1A9C7717C99641291A95C543711C0202AF0(L_42, NULL); V_13 = L_43; String_t* L_44 = V_12; int32_t L_45 = V_14; NullCheck(L_44); String_t* L_46; L_46 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_44, ((int32_t)il2cpp_codegen_add(L_45, 1)), NULL); V_12 = L_46; } IL_014b_1: { String_t* L_47 = V_12; NullCheck(L_47); int32_t L_48; L_48 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B7B4B5C42CA1C2ED60073710A5266DC268AB4EB)), NULL); V_16 = (bool)((((int32_t)((((int32_t)L_48) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_49 = V_16; if (!L_49) { goto IL_0178_1; } } { String_t* L_50 = V_12; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var))); String_t* L_51; L_51 = ErrorMessages_get_DependencyNotFoundErrorMessage_mA71EBFCD6E5CC0C61BD0E3624738175EADBCC0F7(NULL); String_t* L_52; L_52 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD)), L_51, NULL); V_12 = L_52; } IL_0178_1: { int32_t L_53 = V_13; String_t* L_54 = V_12; InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_55 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var))); NullCheck(L_55); InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF(L_55, L_53, L_54, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E_RuntimeMethod_var))); } }// end catch (depth: 2) CATCH_0182_1: {// begin catch(System.Exception) V_17 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))); FirebaseApp_OnAllAppsDestroyed_m19CF36FB1A2439786994BBB55F1E405B7B43CAAB(NULL); Exception_t* L_56 = V_17; IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateAndTrack_m3EFC2B1BFE4FF3BE069B04DE63E93A257CD65B3E_RuntimeMethod_var))); }// end catch (depth: 2) IL_018e_1: { intptr_t L_57; L_57 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline((&V_4), NULL); intptr_t L_58 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_59; L_59 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_57, L_58, NULL); V_18 = L_59; bool L_60 = V_18; if (!L_60) { goto IL_01ae_1; } } { V_19 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)NULL; goto IL_0289; } IL_01ae_1: { V_5 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)NULL; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* L_61 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___cPtrToProxy_6; intptr_t L_62; L_62 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline((&V_4), NULL); NullCheck(L_61); bool L_63; L_63 = Dictionary_2_TryGetValue_mD9203985461B343144479403BB91596E7FD479F0(L_61, L_62, (&V_5), Dictionary_2_TryGetValue_mD9203985461B343144479403BB91596E7FD479F0_RuntimeMethod_var); V_20 = L_63; bool L_64 = V_20; if (!L_64) { goto IL_020c_1; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_65 = V_5; V_21 = (bool)((!(((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_65) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_66 = V_21; if (!L_66) { goto IL_020b_1; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_67 = ___1_existingProxy; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_68 = V_5; V_22 = (bool)((((int32_t)((((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_67) == ((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_68))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_69 = V_22; if (!L_69) { goto IL_0205_1; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_70 = ___1_existingProxy; NullCheck(L_70); String_t* L_71; L_71 = FirebaseApp_get_Name_m89C11F96726C8E4FD3CCAE04A5DC3129F7CD975E(L_70, NULL); String_t* L_72; L_72 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralB7EFBEA6AABC35E96367379C5A6B509BB4044717, L_71, NULL); il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(3, L_72, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_73 = ___1_existingProxy; NullCheck(L_73); FirebaseApp_Dispose_mC1965A7AE8BAB834DB652BF0BACF377F3D45192B(L_73, NULL); } IL_0205_1: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_74 = V_5; V_19 = L_74; goto IL_0289; } IL_020b_1: { } IL_020c_1: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_75 = V_1; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_LogHeartbeatInternal_m849C31C3F73680D986D5672C464BEBCA899FBEFC(L_75, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_76 = V_1; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_77 = V_1; NullCheck(L_77); String_t* L_78; L_78 = FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE(L_77, NULL); NullCheck(L_76); L_76->___name_3 = L_78; Il2CppCodeGenWriteBarrier((void**)(&L_76->___name_3), (void*)L_78); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_79 = V_1; NullCheck(L_79); FirebaseApp_AddReference_m562BA6DFE00568AC30B15C36D8BB848F14EDED95(L_79, NULL); bool L_80 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___crashlyticsInitializationAttempted_10; if (L_80) { goto IL_0237_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); bool L_81; L_81 = FirebaseApp_IsCheckDependenciesRunning_m14D0D3293F91F52A79382CB3B8B2C93EBE3FDB59(NULL); G_B26_0 = ((((int32_t)L_81) == ((int32_t)0))? 1 : 0); goto IL_0238_1; } IL_0237_1: { G_B26_0 = 0; } IL_0238_1: { V_23 = (bool)G_B26_0; bool L_82 = V_23; if (!L_82) { goto IL_0248_1; } } { V_0 = (bool)1; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___crashlyticsInitializationAttempted_10 = (bool)1; } IL_0248_1: { goto IL_0256; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0256: { bool L_83 = V_0; V_24 = L_83; bool L_84 = V_24; if (!L_84) { goto IL_0284; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_85 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__48_0_2; Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_86 = L_85; G_B34_0 = L_86; if (L_86) { G_B35_0 = L_86; goto IL_027d; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_87 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_88 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var); NullCheck(L_88); Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_88, L_87, (intptr_t)((void*)U3CU3Ec_U3CCreateAndTrackU3Eb__48_0_m353C5F1E7C6BDE8601757A37801E17C89CA49AC2_RuntimeMethod_var), NULL); Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_89 = L_88; ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__48_0_2 = L_89; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__48_0_2), (void*)L_89); G_B35_0 = L_89; } IL_027d: { il2cpp_codegen_runtime_class_init_inline(FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); bool L_90; L_90 = FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4(G_B35_0, FirebaseHandler_RunOnMainThread_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAE5FCABDB6F0D5495736534F2072751B25E840B4_RuntimeMethod_var); } IL_0284: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_91 = V_1; V_19 = L_91; goto IL_0289; } IL_0289: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_92 = V_19; return L_92; } } // System.Void Firebase.FirebaseApp::SetCheckDependenciesThread(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563 (int32_t ___0_threadId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; int32_t G_B5_0 = 0; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThreadLock_15; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0055: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_005f; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_005f: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0037_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_5 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14; if ((((int32_t)L_5) == ((int32_t)((int32_t)-2)))) { goto IL_0037_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_6 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_7; L_7 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_7); int32_t L_8; L_8 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_7, NULL); G_B5_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); goto IL_0038_1; } IL_0037_1: { G_B5_0 = 1; } IL_0038_1: { V_2 = (bool)G_B5_0; bool L_9 = V_2; if (!L_9) { goto IL_0046_1; } } { int32_t L_10 = ___0_threadId; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14 = L_10; goto IL_0052_1; } IL_0046_1: { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_11 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_11); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF713BCAEC5B32A45A72E5F3972B1092DCC4FFB3)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563_RuntimeMethod_var))); } IL_0052_1: { goto IL_0060; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0060: { return; } } // System.Void Firebase.FirebaseApp::ThrowIfCheckDependenciesRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; int32_t G_B4_0 = 0; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThreadLock_15; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0045: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_004f; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_004f: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0031_1; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_5 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_6; L_6 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_6); int32_t L_7; L_7 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_6, NULL); G_B4_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0032_1; } IL_0031_1: { G_B4_0 = 0; } IL_0032_1: { V_2 = (bool)G_B4_0; bool L_8 = V_2; if (!L_8) { goto IL_0042_1; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC79C1E7C1AB013FFB3AD9A42073405EF4995E70F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B_RuntimeMethod_var))); } IL_0042_1: { goto IL_0050; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0050: { return; } } // System.Boolean Firebase.FirebaseApp::IsCheckDependenciesRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_IsCheckDependenciesRunning_m14D0D3293F91F52A79382CB3B8B2C93EBE3FDB59 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThreadLock_15; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0021: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_002b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_4 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___CheckDependenciesThread_14; V_2 = (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_002c; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002c: { bool L_5 = V_2; return L_5; } } // System.Threading.Tasks.Task`1 Firebase.FirebaseApp::CheckDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* FirebaseApp_CheckDependenciesAsync_m75E00BB4F43A6D11511A55F146E0D9DD94405BCD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_Run_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_m6C591DC2396836DA8270AA4EEAE2131BE3B34C4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCheckDependenciesAsyncU3Eb__56_0_m636488EA2B782D4C9144E642E528E6E85F8C2129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* V_0 = NULL; Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* G_B2_0 = NULL; Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* G_B1_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563(((int32_t)-2), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* L_0; L_0 = FirebaseAppUtils_get_Instance_m844818D4028B3E8866E21AD1CB6E559038CEEC41(NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); FirebaseHandler_CreatePartialOnMainThread_mA40B80D6BC5D9D1DCEAB433495451ECC436027C5(L_0, NULL); FirebaseApp_InitializeAppUtilCallbacks_m69A50FD352AE820F31C0DBA793A462BC774F4B20(NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* L_1 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__56_0_3; Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0039; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_3 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* L_4 = (Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE*)il2cpp_codegen_object_new(Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE_il2cpp_TypeInfo_var); NullCheck(L_4); Func_1__ctor_mFA265D430759E241E3F5F67F57FFD31EC0184C85(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CCheckDependenciesAsyncU3Eb__56_0_m636488EA2B782D4C9144E642E528E6E85F8C2129_RuntimeMethod_var), NULL); Func_1_tB6381823DCD9F89B9A71E30B5258FBBE2ED482AE* L_5 = L_4; ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__56_0_3 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__56_0_3), (void*)L_5); G_B2_0 = L_5; } IL_0039: { il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var); Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_6; L_6 = Task_Run_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_m6C591DC2396836DA8270AA4EEAE2131BE3B34C4B(G_B2_0, Task_Run_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_m6C591DC2396836DA8270AA4EEAE2131BE3B34C4B_RuntimeMethod_var); V_0 = L_6; goto IL_0041; } IL_0041: { Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_7 = V_0; return L_7; } } // System.Threading.Tasks.Task`1 Firebase.FirebaseApp::CheckAndFixDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* FirebaseApp_CheckAndFixDependenciesAsync_mB21D0BA4D3C2F6C975D72DB0F2CEFF46A4361557 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_m1A7A10DF8B625077E1FC8B29E0D834614EAE0155_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_0_m9404F3BF637CC9AE29CC521159638C07E55E9513_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* V_0 = NULL; Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* G_B2_0 = NULL; Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* G_B2_1 = NULL; Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* G_B1_0 = NULL; Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* G_B1_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_0; L_0 = FirebaseApp_CheckDependenciesAsync_m75E00BB4F43A6D11511A55F146E0D9DD94405BCD(NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* L_1 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__57_0_5; Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_3 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* L_4 = (Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305*)il2cpp_codegen_object_new(Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_m3DDDBBF7BF33CC0C30A2E047E29DEDD13DDF3482(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_0_m9404F3BF637CC9AE29CC521159638C07E55E9513_RuntimeMethod_var), NULL); Func_2_t5CB4EF138CF2C1A8C937FFA22680521119BE3305* L_5 = L_4; ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__57_0_5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__57_0_5), (void*)L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0025: { NullCheck(G_B2_1); Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* L_6; L_6 = Task_1_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_m1A7A10DF8B625077E1FC8B29E0D834614EAE0155(G_B2_1, G_B2_0, Task_1_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_m1A7A10DF8B625077E1FC8B29E0D834614EAE0155_RuntimeMethod_var); Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_7; L_7 = TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849(L_6, TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849_RuntimeMethod_var); V_0 = L_7; goto IL_0032; } IL_0032: { Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_8 = V_0; return L_8; } } // Firebase.DependencyStatus Firebase.FirebaseApp::CheckDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_CheckDependencies_mF21910BC5E3CEF3AD82DE4055B05FA2CFF07CBA1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass58_0_U3CCheckDependenciesU3Eb__0_m4CEFE0A719711F3C0563FD9C9FDDF2F652553AF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* V_0 = NULL; int32_t V_1 = 0; { U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* L_0 = (U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass58_0__ctor_m7192D3B51ED821A760AF82992CBBFC8652897AA5(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* L_1 = V_0; NullCheck(L_1); L_1->___status_0 = 0; U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* L_2 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_3); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_3, L_2, (intptr_t)((void*)U3CU3Ec__DisplayClass58_0_U3CCheckDependenciesU3Eb__0_m4CEFE0A719711F3C0563FD9C9FDDF2F652553AF6_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E(L_3, NULL); U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->___status_0; V_1 = L_5; goto IL_0029; } IL_0029: { int32_t L_6 = V_1; return L_6; } } // Firebase.DependencyStatus Firebase.FirebaseApp::CheckDependenciesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_CheckDependenciesInternal_m738CFE3533F41FC660E43B2EFCCD44BF6EF0AFE5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* V_5 = NULL; bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; int32_t G_B3_0 = 0; int32_t G_B26_0 = 0; { bool L_0; L_0 = PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B(NULL); if (!L_0) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_1; L_1 = FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714(NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_2; L_2 = FirebaseApp_GetInstance_m9BAC597B32771401771C8915446DA531E7B66EC5(L_1, NULL); G_B3_0 = ((((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 0; } IL_0018: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_00cd; } } { V_1 = 0; V_2 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)NULL; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0054: {// begin finally (depth: 1) { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_4 = V_2; V_7 = (bool)((!(((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_5 = V_7; if (!L_5) { goto IL_0066; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_6 = V_2; NullCheck(L_6); FirebaseApp_Dispose_mC1965A7AE8BAB834DB652BF0BACF377F3D45192B(L_6, NULL); } IL_0066: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) try {// begin try (depth: 2) il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_7; L_7 = FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0(NULL); V_2 = L_7; V_4 = 0; goto IL_00d3; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0033_1; } throw e; } CATCH_0033_1: {// begin catch(Firebase.InitializationException) { V_5 = ((InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)IL2CPP_GET_ACTIVE_EXCEPTION(InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)); InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_8 = V_5; NullCheck(L_8); int32_t L_9; L_9 = InitializationException_get_InitResult_mC611CCB6BD3529EFD841FCF4BC099532973F75F2_inline(L_8, NULL); V_1 = L_9; int32_t L_10 = V_1; V_6 = (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_11 = V_6; if (!L_11) { goto IL_004f_1; } } { InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_12 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CheckDependenciesInternal_m738CFE3533F41FC660E43B2EFCCD44BF6EF0AFE5_RuntimeMethod_var))); } IL_004f_1: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0052_1; } }// end catch (depth: 2) IL_0052_1: { goto IL_0068; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0068: { int32_t L_13; L_13 = AppUtil_CheckAndroidDependencies_m0D39BD88D8B8246E40B4F874956BE9884C8E0C93(NULL); V_3 = L_13; int32_t L_14 = V_3; V_8 = L_14; int32_t L_15 = V_8; switch (L_15) { case 0: { goto IL_009a; } case 1: { goto IL_009f; } case 2: { goto IL_00a4; } case 3: { goto IL_00a9; } case 4: { goto IL_00ae; } case 5: { goto IL_00b3; } case 6: { goto IL_00b8; } case 7: { goto IL_00bd; } } } { goto IL_00c2; } IL_009a: { V_4 = 0; goto IL_00d3; } IL_009f: { V_4 = 1; goto IL_00d3; } IL_00a4: { V_4 = 2; goto IL_00d3; } IL_00a9: { V_4 = 3; goto IL_00d3; } IL_00ae: { V_4 = 4; goto IL_00d3; } IL_00b3: { V_4 = 5; goto IL_00d3; } IL_00b8: { V_4 = 6; goto IL_00d3; } IL_00bd: { V_4 = 7; goto IL_00d3; } IL_00c2: { int32_t L_16 = V_1; if (!L_16) { goto IL_00c8; } } { G_B26_0 = 7; goto IL_00c9; } IL_00c8: { G_B26_0 = 0; } IL_00c9: { V_4 = G_B26_0; goto IL_00d3; } IL_00cd: { V_4 = 0; goto IL_00d3; } IL_00d3: { int32_t L_17 = V_4; return L_17; } } // System.Threading.Tasks.Task Firebase.FirebaseApp::FixDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* FirebaseApp_FixDependenciesAsync_m3E5A198309832981F2E4C516D60078247E1607C3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass60_0_U3CFixDependenciesAsyncU3Eb__0_mA216F8EE30AAE8DB85F3BD26CFA937C99363D009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* L_0 = (U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass60_0__ctor_m14A111BEE6E3DE63EDF0086569D3D9C9D5D708B5(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* L_1 = V_0; NullCheck(L_1); L_1->___task_0 = (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)NULL; Il2CppCodeGenWriteBarrier((void**)(&L_1->___task_0), (void*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)NULL); U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* L_2 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_3); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_3, L_2, (intptr_t)((void*)U3CU3Ec__DisplayClass60_0_U3CFixDependenciesAsyncU3Eb__0_mA216F8EE30AAE8DB85F3BD26CFA937C99363D009_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E(L_3, NULL); U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* L_4 = V_0; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = L_4->___task_0; V_1 = L_5; goto IL_0029; } IL_0029: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_1; return L_6; } } // System.Void Firebase.FirebaseApp::ResetDefaultAppCPtr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ResetDefaultAppCPtr_m1D38FAF9DA97DFA0C3DB217134369DEA8DA86035 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* V_0 = NULL; bool V_1 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_ThrowIfCheckDependenciesRunning_mCC374EEFD25964DB6A38DA14EC987792DE119D9B(NULL); Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___nameToProxy_5; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0059: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0063; } } { Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0063: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); AppUtil_InitializePlayServicesInternal_m89751D7035A1D3816E68F8FDCB4B5B2F8D2F23D2(NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___PreventOnAllAppsDestroyed_9 = (bool)1; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_4; L_4 = FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0(NULL); V_2 = L_4; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_5 = V_2; NullCheck(L_5); FirebaseApp_RemoveReference_m3C28724EDB5D9F20A2A4924E517A8FF79C7E3425(L_5, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_6 = V_2; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_7 = V_2; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_8; L_8 = AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_0_m8C61ECBE5407D4A591827E10595AE28EFE8C6CE5(NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_9; memset((&L_9), 0, sizeof(L_9)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_9), L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); L_6->___swigCPtr_0 = L_9; Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___swigCPtr_0))->____wrapper_0), (void*)NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_10 = V_2; NullCheck(L_10); FirebaseApp_AddReference_m562BA6DFE00568AC30B15C36D8BB848F14EDED95(L_10, NULL); ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___PreventOnAllAppsDestroyed_9 = (bool)0; AppUtil_TerminatePlayServicesInternal_mED5F11E95B315C4014E0680574592ED30EBFF772(NULL); goto IL_0064; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0064: { return; } } // Firebase.AppOptions Firebase.FirebaseApp::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* FirebaseApp_get_Options_mDD04F28C88747DC1332D1A9363E7B6F6FCC7A12E (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* V_0 = NULL; { FirebaseApp_ThrowIfNull_mEBB4A7F4A0E30B8F6969C68C340AF30D44491B20(__this, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0; L_0 = FirebaseApp_options_m18F2F0A7F1E29CDB4AD75C0746A33922B1BF7C06(__this, NULL); AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_1 = (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09*)il2cpp_codegen_object_new(AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09_il2cpp_TypeInfo_var); NullCheck(L_1); AppOptions__ctor_m24702254E13B765824AB5738D6C248AE0EADAE28(L_1, L_0, NULL); V_0 = L_1; goto IL_0016; } IL_0016: { AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_2 = V_0; return L_2; } } // System.Threading.SynchronizationContext Firebase.FirebaseApp::get_ThreadSynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* FirebaseApp_get_ThreadSynchronizationContext_mFDEF57C8B20317818882E34645B3CE280D15C4B3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* V_0 = NULL; SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* G_B4_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586* L_0; L_0 = FirebaseHandler_get_DefaultInstance_mA9CB9A4A902158BA4278F33DACD3BCDFFBAC1DFC(NULL); if (!L_0) { goto IL_0014; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586_il2cpp_TypeInfo_var); FirebaseHandler_t11BC96204B8CDE75558E6BBDB2ED05FA2979B586* L_1; L_1 = FirebaseHandler_get_DefaultInstance_mA9CB9A4A902158BA4278F33DACD3BCDFFBAC1DFC(NULL); NullCheck(L_1); bool L_2; L_2 = FirebaseHandler_IsMainThread_m08E16B823C1D5BC34C0810802660E29D98F0F5CB(L_1, NULL); if (L_2) { goto IL_0017; } } IL_0014: { G_B4_0 = ((SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0*)(NULL)); goto IL_001c; } IL_0017: { SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* L_3; L_3 = PlatformInformation_get_SynchronizationContext_m6304D399636B2EEA57B32158E1C112C265F6A590(NULL); G_B4_0 = L_3; } IL_001c: { V_0 = G_B4_0; goto IL_001f; } IL_001f: { SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* L_4 = V_0; return L_4; } } // Firebase.Platform.FirebaseAppPlatform Firebase.FirebaseApp::get_AppPlatform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* FirebaseApp_get_AppPlatform_m456DB9D531B67C1B83ADF6B93A37948AF4905744 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; bool V_1 = false; bool V_2 = false; FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* V_3 = NULL; { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); V_0 = L_1; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003c: {// begin finally (depth: 1) { bool L_2 = V_1; if (!L_2) { goto IL_0046; } } { Type_t* L_3 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0046: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Type_t* L_4 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL); FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* L_5 = __this->___appPlatform_16; V_2 = (bool)((((RuntimeObject*)(FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_6 = V_2; if (!L_6) { goto IL_0033_1; } } { FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* L_7 = (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2*)il2cpp_codegen_object_new(FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2_il2cpp_TypeInfo_var); NullCheck(L_7); FirebaseAppPlatform__ctor_m624B5007F157A808E31A87277CF06907370529A7(L_7, __this, NULL); __this->___appPlatform_16 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___appPlatform_16), (void*)L_7); } IL_0033_1: { FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* L_8 = __this->___appPlatform_16; V_3 = L_8; goto IL_0047; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0047: { FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* L_9 = V_3; return L_9; } } // Firebase.AppOptionsInternal Firebase.FirebaseApp::options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* FirebaseApp_options_m18F2F0A7F1E29CDB4AD75C0746A33922B1BF7C06 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_0 = NULL; bool V_1 = false; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_FirebaseApp_options_mE4BF0159DB33A02C3C27F6B106BF3F6317BE91B4(L_0, NULL); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_2 = (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)il2cpp_codegen_object_new(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); NullCheck(L_2); AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE(L_2, L_1, (bool)0, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_options_m18F2F0A7F1E29CDB4AD75C0746A33922B1BF7C06_RuntimeMethod_var))); } IL_0022: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_7 = V_2; return L_7; } } // System.Void Firebase.FirebaseApp::SetDataCollectionDefaultEnabledInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_SetDataCollectionDefaultEnabledInternal_m094039F687CF3AB4A4088E46FD1D4AFA3C10EE93 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, bool ___0_enabled, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; bool L_1 = ___0_enabled; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_SetDataCollectionDefaultEnabledInternal_m51D6492CCB4052F79346EEFD64C5ED370578536D(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_SetDataCollectionDefaultEnabledInternal_m094039F687CF3AB4A4088E46FD1D4AFA3C10EE93_RuntimeMethod_var))); } IL_001d: { return; } } // System.Boolean Firebase.FirebaseApp::IsDataCollectionDefaultEnabledInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseApp_IsDataCollectionDefaultEnabledInternal_m32A4CA6FC8505D71CA816E9E91C44AC024039C10 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_FirebaseApp_IsDataCollectionDefaultEnabledInternal_m5F37F5CB4F2976D3A28286520BEFE377AFA7E162(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_IsDataCollectionDefaultEnabledInternal_m32A4CA6FC8505D71CA816E9E91C44AC024039C10_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.String Firebase.FirebaseApp::get_NameInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_FirebaseApp_NameInternal_get_mE4931CA287567E2C7F91442E07F30AE96AE91172(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_get_NameInternal_m493D9AEC87709D1197A1997C7560AFEBB107FBCE_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // Firebase.FirebaseApp Firebase.FirebaseApp::CreateInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateInternal_m63EB3F64189DA8E6C5B2E1C95B11D63EF7F7BC4B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; bool V_2 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_3 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* G_B3_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_0_m8C61ECBE5407D4A591827E10595AE28EFE8C6CE5(NULL); V_0 = L_0; intptr_t L_1 = V_0; intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_3; L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, L_2, NULL); if (L_3) { goto IL_001d; } } { intptr_t L_4 = V_0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_5 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)il2cpp_codegen_object_new(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); NullCheck(L_5); FirebaseApp__ctor_mC539AF748C2E16CD3B7820D6039B9A29DBDF908C(L_5, L_4, (bool)0, NULL); G_B3_0 = L_5; goto IL_001e; } IL_001d: { G_B3_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)(NULL)); } IL_001e: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_6; L_6 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_002e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_8; L_8 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateInternal_m63EB3F64189DA8E6C5B2E1C95B11D63EF7F7BC4B_RuntimeMethod_var))); } IL_002e: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_9 = V_1; V_3 = L_9; goto IL_0032; } IL_0032: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_10 = V_3; return L_10; } } // Firebase.FirebaseApp Firebase.FirebaseApp::CreateInternal(Firebase.AppOptionsInternal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateInternal_m4C6535B8BA91D4D74D60640AB18D9633B2D2BFDB (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_options, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; bool V_2 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_3 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* G_B3_0 = NULL; { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0 = ___0_options; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = AppOptionsInternal_getCPtr_m8EA1D5C28033A73CEEB07CE5DF66B7BFC2569FC2(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_1_mAED2B8DD96437BA5854BA200F05DC45D8C56DBA6(L_1, NULL); V_0 = L_2; intptr_t L_3 = V_0; intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_5; L_5 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_3, L_4, NULL); if (L_5) { goto IL_0023; } } { intptr_t L_6 = V_0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_7 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)il2cpp_codegen_object_new(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); NullCheck(L_7); FirebaseApp__ctor_mC539AF748C2E16CD3B7820D6039B9A29DBDF908C(L_7, L_6, (bool)0, NULL); G_B3_0 = L_7; goto IL_0024; } IL_0023: { G_B3_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)(NULL)); } IL_0024: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_8; L_8 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_8; bool L_9 = V_2; if (!L_9) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_10; L_10 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateInternal_m4C6535B8BA91D4D74D60640AB18D9633B2D2BFDB_RuntimeMethod_var))); } IL_0034: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_11 = V_1; V_3 = L_11; goto IL_0038; } IL_0038: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_12 = V_3; return L_12; } } // Firebase.FirebaseApp Firebase.FirebaseApp::CreateInternal(Firebase.AppOptionsInternal,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_CreateInternal_mF83AFD6D35EAD726BA0CD3E9131FBF139CEBCA88 (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* ___0_options, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_1 = NULL; bool V_2 = false; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_3 = NULL; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* G_B3_0 = NULL; { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_0 = ___0_options; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = AppOptionsInternal_getCPtr_m8EA1D5C28033A73CEEB07CE5DF66B7BFC2569FC2(L_0, NULL); String_t* L_2 = ___1_name; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_2_m9283C5D4FA44918AE0671DD601413F8C358C4246(L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0024; } } { intptr_t L_7 = V_0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_8 = (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)il2cpp_codegen_object_new(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); NullCheck(L_8); FirebaseApp__ctor_mC539AF748C2E16CD3B7820D6039B9A29DBDF908C(L_8, L_7, (bool)0, NULL); G_B3_0 = L_8; goto IL_0025; } IL_0024: { G_B3_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)(NULL)); } IL_0025: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_CreateInternal_mF83AFD6D35EAD726BA0CD3E9131FBF139CEBCA88_RuntimeMethod_var))); } IL_0035: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_12 = V_1; V_3 = L_12; goto IL_0039; } IL_0039: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_13 = V_3; return L_13; } } // System.Void Firebase.FirebaseApp::ReleaseReferenceInternal(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_ReleaseReferenceInternal_mA281FCA13BCF136D9D9B4311C40925B99614D63D (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ___0_app; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_ReleaseReferenceInternal_m5A184BBB9E09539CDDB771120995526D0328439B(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_ReleaseReferenceInternal_mA281FCA13BCF136D9D9B4311C40925B99614D63D_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.FirebaseApp::SetLogLevelInternal(Firebase.LogLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_SetLogLevelInternal_m7FBC1FDF5E889F26B9084EE8A53ADA5D4A8C327A (int32_t ___0_level, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___0_level; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_SetLogLevelInternal_m36F6E3F410A5293F3EB947AC9268A520674D9DD7(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_SetLogLevelInternal_m7FBC1FDF5E889F26B9084EE8A53ADA5D4A8C327A_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.LogLevel Firebase.FirebaseApp::GetLogLevelInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseApp_GetLogLevelInternal_m095C379055C369CF8B7293C8D5583E5EB8C5DA50 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AppUtilPINVOKE_FirebaseApp_GetLogLevelInternal_mAF74BAD43730ACCFFB25EFBDCB0F40CA30CE1940(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_GetLogLevelInternal_m095C379055C369CF8B7293C8D5583E5EB8C5DA50_RuntimeMethod_var))); } IL_0016: { int32_t L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { int32_t L_5 = V_2; return L_5; } } // System.Void Firebase.FirebaseApp::RegisterLibrariesInternal(Firebase.StringStringMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_RegisterLibrariesInternal_m03B7487A8CAECC33FFFFFC110445811D0DDB35F2 (StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* ___0_libraries, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { StringStringMap_t8CB65B0BCA7BFAAF5D5D5962B581CDA66BAE24CB* L_0 = ___0_libraries; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = StringStringMap_getCPtr_m9E30BAD269827991D469F743D10098904502616D(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_RegisterLibrariesInternal_m6A299F866D396117D75C2243115E25F2B8A6F00E(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_RegisterLibrariesInternal_m03B7487A8CAECC33FFFFFC110445811D0DDB35F2_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.FirebaseApp::LogHeartbeatInternal(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_LogHeartbeatInternal_m849C31C3F73680D986D5672C464BEBCA899FBEFC (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ___0_app; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_LogHeartbeatInternal_m6BA2A1959A135C6D953FC965A4C09D80DA62C838(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_LogHeartbeatInternal_m849C31C3F73680D986D5672C464BEBCA899FBEFC_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.FirebaseApp::AppSetDefaultConfigPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseApp_AppSetDefaultConfigPath_m9712BA055777DA0F98524BD85A6C97FBFC5C6192 (String_t* ___0_path, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { String_t* L_0 = ___0_path; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_FirebaseApp_AppSetDefaultConfigPath_m461EBC1DCEA9353F3C927FAEEB1590BA130E69DB(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_AppSetDefaultConfigPath_m9712BA055777DA0F98524BD85A6C97FBFC5C6192_RuntimeMethod_var))); } IL_0017: { return; } } // System.String Firebase.FirebaseApp::get_DefaultName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_0; L_0 = AppUtilPINVOKE_FirebaseApp_DefaultName_get_m7561CF63339BB772F6A9690B9E07D9E21BA70D2A(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714_RuntimeMethod_var))); } IL_0016: { String_t* L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { String_t* L_5 = V_2; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Firebase.FirebaseApp/EnableModuleParams::get_CppModuleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnableModuleParams_get_CppModuleName_mB91981F21F3F94D82CD64DD7BD810741CBB04E3A (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CCppModuleNameU3Ek__BackingField_0; return L_0; } } // System.Void Firebase.FirebaseApp/EnableModuleParams::set_CppModuleName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnableModuleParams_set_CppModuleName_mF1C3FE3BBE44DEDB23AF2879630075AEAC7106DF (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CCppModuleNameU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCppModuleNameU3Ek__BackingField_0), (void*)L_0); return; } } // System.String Firebase.FirebaseApp/EnableModuleParams::get_CSharpClassName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnableModuleParams_get_CSharpClassName_m04AD392AA82FCE1E6636F812672C77F294AC16EC (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CCSharpClassNameU3Ek__BackingField_1; return L_0; } } // System.Void Firebase.FirebaseApp/EnableModuleParams::set_CSharpClassName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnableModuleParams_set_CSharpClassName_m9152635BDD8F608352C12F3447962C10F7DF4F43 (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CCSharpClassNameU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCSharpClassNameU3Ek__BackingField_1), (void*)L_0); return; } } // System.Boolean Firebase.FirebaseApp/EnableModuleParams::get_AlwaysEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnableModuleParams_get_AlwaysEnable_mC44F8EA7A9EDCD493C6B8E04E3B3CF00D09FDEA6 (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CAlwaysEnableU3Ek__BackingField_2; return L_0; } } // System.Void Firebase.FirebaseApp/EnableModuleParams::set_AlwaysEnable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnableModuleParams_set_AlwaysEnable_m3F7638041BDA0CC3669AD7119C68ABD2B6F7C482 (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CAlwaysEnableU3Ek__BackingField_2 = L_0; return; } } // System.Void Firebase.FirebaseApp/EnableModuleParams::.ctor(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnableModuleParams__ctor_m448B394AF46BBC2CE9C3301F732850625F6B37EF (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_csharp, String_t* ___1_cpp, bool ___2_always, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___0_csharp; EnableModuleParams_set_CSharpClassName_m9152635BDD8F608352C12F3447962C10F7DF4F43_inline(__this, L_0, NULL); String_t* L_1 = ___1_cpp; EnableModuleParams_set_CppModuleName_mF1C3FE3BBE44DEDB23AF2879630075AEAC7106DF_inline(__this, L_1, NULL); bool L_2 = ___2_always; EnableModuleParams_set_AlwaysEnable_m3F7638041BDA0CC3669AD7119C68ABD2B6F7C482_inline(__this, L_2, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_Multicast(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* retVal = NULL; for (il2cpp_array_size_t i = 0; i < length; i++) { CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_OpenInst(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { typedef FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*FunctionPointerType) (const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(method); } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_OpenStatic(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { typedef FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*FunctionPointerType) (const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(method); } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_OpenStaticInvoker(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { return InvokerFuncInvoker0< FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* >::Invoke(__this->___method_ptr_0, method, NULL); } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_ClosedStaticInvoker(CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { return InvokerFuncInvoker1< FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*, RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2); } // System.Void Firebase.FirebaseApp/CreateDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateDelegate__ctor_m966C39812E422F82DD3AACF101F012749B1F9E12 (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 0; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } __this->___extra_arg_5 = (intptr_t)&CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_Multicast; } // Firebase.FirebaseApp Firebase.FirebaseApp/CreateDelegate::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186 (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { typedef FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.FirebaseApp/CreateDelegate::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CreateDelegate_BeginInvoke_m8F38B70490F8F1ED1CDEC4F0C93914DCBBE74F19 (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object); } // Firebase.FirebaseApp Firebase.FirebaseApp/CreateDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_EndInvoke_m5970214664EC3BB56D3A88C9E1D3C8F126AA1AD3 (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); return (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseApp/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m829BBCDF9C61D6D694ABAB6DAC91B8EF322B6D0E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_0 = (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C*)il2cpp_codegen_object_new(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_m463FBDE085153371662615419AFD8228F4704F75(L_0, NULL); ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void Firebase.FirebaseApp/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m463FBDE085153371662615419AFD8228F4704F75 (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // Firebase.FirebaseApp Firebase.FirebaseApp/<>c::b__15_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* U3CU3Ec_U3CCreateU3Eb__15_0_mF43BDAE5875C0C407791D7735DC43BB00EB29F32 (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0; L_0 = FirebaseApp_CreateInternal_m63EB3F64189DA8E6C5B2E1C95B11D63EF7F7BC4B(NULL); V_0 = L_0; goto IL_0009; } IL_0009: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = V_0; return L_1; } } // System.Boolean Firebase.FirebaseApp/<>c::b__48_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CCreateAndTrackU3Eb__48_0_m353C5F1E7C6BDE8601757A37801E17C89CA49AC2 (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); bool L_0; L_0 = FirebaseApp_InitializeCrashlyticsIfPresent_m543A1327364F796F96120C0CD4D7805B412529B6(NULL); V_0 = L_0; goto IL_0009; } IL_0009: { bool L_1 = V_0; return L_1; } } // Firebase.DependencyStatus Firebase.FirebaseApp/<>c::b__56_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CCheckDependenciesAsyncU3Eb__56_0_m636488EA2B782D4C9144E642E528E6E85F8C2129 (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_0; L_0 = Thread_get_CurrentThread_m6D4719F4993DB9200490531FF02D4076FF9CA9BD(NULL); NullCheck(L_0); int32_t L_1; L_1 = Thread_get_ManagedThreadId_m74ACB74A574EE535C2B00B7D64F203A62E796B05(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563(L_1, NULL); int32_t L_2; L_2 = FirebaseApp_CheckDependencies_mF21910BC5E3CEF3AD82DE4055B05FA2CFF07CBA1(NULL); V_0 = L_2; FirebaseApp_SetCheckDependenciesThread_mFE57ACFA06A8CBAAD19379B430621763999C3563((-1), NULL); int32_t L_3 = V_0; V_1 = L_3; goto IL_0022; } IL_0022: { int32_t L_4 = V_1; return L_4; } } // System.Threading.Tasks.Task`1 Firebase.FirebaseApp/<>c::b__57_0(System.Threading.Tasks.Task`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_0_m9404F3BF637CC9AE29CC521159638C07E55E9513 (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* ___0_checkTask, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m543F02EC56EEA4AAED7101434F488D890414A3DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_mBD511CA5A5F2ACD9B0DFAA5064DAF1419E505810_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_1_m910DECA8F467A4E6A55360C8962CB5C85EB2B8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* V_2 = NULL; Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* G_B3_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* G_B3_1 = NULL; Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* G_B2_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* G_B2_1 = NULL; { Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_0 = ___0_checkTask; NullCheck(L_0); int32_t L_1; L_1 = Task_1_get_Result_m543F02EC56EEA4AAED7101434F488D890414A3DA(L_0, Task_1_get_Result_m543F02EC56EEA4AAED7101434F488D890414A3DA_RuntimeMethod_var); V_0 = L_1; int32_t L_2 = V_0; V_1 = (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_0042; } } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = FirebaseApp_FixDependenciesAsync_m3E5A198309832981F2E4C516D60078247E1607C3(NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* L_5 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__57_1_4; Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* L_6 = L_5; G_B2_0 = L_6; G_B2_1 = L_4; if (L_6) { G_B3_0 = L_6; G_B3_1 = L_4; goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_7 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* L_8 = (Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF*)il2cpp_codegen_object_new(Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF_il2cpp_TypeInfo_var); NullCheck(L_8); Func_2__ctor_m2ECCBB49DBEDDD0C1B5C38990F01A61338706778(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_1_m910DECA8F467A4E6A55360C8962CB5C85EB2B8ED_RuntimeMethod_var), NULL); Func_2_t9BE3E8B687E18A04BF29999D209D4EEF1B34F7BF* L_9 = L_8; ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__57_1_4 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__57_1_4), (void*)L_9); G_B3_0 = L_9; G_B3_1 = G_B2_1; } IL_0035: { NullCheck(G_B3_1); Task_1_t3769315417372EBDBD431895C2D9EB5B42C48672* L_10; L_10 = Task_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_mBD511CA5A5F2ACD9B0DFAA5064DAF1419E505810(G_B3_1, G_B3_0, Task_ContinueWith_TisTask_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF_mBD511CA5A5F2ACD9B0DFAA5064DAF1419E505810_RuntimeMethod_var); Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_11; L_11 = TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849(L_10, TaskExtensions_Unwrap_TisDependencyStatus_t9DA2DB2B2AC17E9DA549331B93778091496D8195_mA8A63E7E7E6B006A25BC9AFB3C60D14C48AE5849_RuntimeMethod_var); V_2 = L_11; goto IL_0047; } IL_0042: { Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_12 = ___0_checkTask; V_2 = L_12; goto IL_0047; } IL_0047: { Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_13 = V_2; return L_13; } } // System.Threading.Tasks.Task`1 Firebase.FirebaseApp/<>c::b__57_1(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* U3CU3Ec_U3CCheckAndFixDependenciesAsyncU3Eb__57_1_m910DECA8F467A4E6A55360C8962CB5C85EB2B8ED (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_t, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_0; L_0 = FirebaseApp_CheckDependenciesAsync_m75E00BB4F43A6D11511A55F146E0D9DD94405BCD(NULL); V_0 = L_0; goto IL_0009; } IL_0009: { Task_1_tCDCA9B2073B1AC4ED4537A6D74742D20B122E1EF* L_1 = V_0; return L_1; } } // System.Void Firebase.FirebaseApp/<>c::b__60_1(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFixDependenciesAsyncU3Eb__60_1_mE24B887D7A05989A5250E16C95370FEF0A6920EF (U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_t, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_t; NullCheck(L_0); AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_1; L_1 = Task_get_Exception_m11317CABA220E351C84B3E94B8A98F1565F42B45(L_0, NULL); V_0 = (bool)((!(((RuntimeObject*)(AggregateException_t51B6205846DFB356B94452702201DD239D44422F*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0015; } } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = ___0_t; NullCheck(L_3); AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_4; L_4 = Task_get_Exception_m11317CABA220E351C84B3E94B8A98F1565F42B45(L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec_U3CFixDependenciesAsyncU3Eb__60_1_mE24B887D7A05989A5250E16C95370FEF0A6920EF_RuntimeMethod_var))); } IL_0015: { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_ResetDefaultAppCPtr_m1D38FAF9DA97DFA0C3DB217134369DEA8DA86035(NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseApp/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_mB27B934028119DA1DD9B57430A71E9686C3BDEE1 (U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // Firebase.FirebaseApp Firebase.FirebaseApp/<>c__DisplayClass16_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* U3CU3Ec__DisplayClass16_0_U3CCreateU3Eb__0_m771AD4E807715E6A8585E39E171080A7D2200656 (U3CU3Ec__DisplayClass16_0_tEAE365269E1DFD2DE0D13397D0E8FD398D09DEDF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; { AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_0 = __this->___options_0; NullCheck(L_0); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_1; L_1 = AppOptions_ConvertToInternal_m63362E5FEF94A4590207AC82A2821A8635AD1DB5(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_2; L_2 = FirebaseApp_CreateInternal_m4C6535B8BA91D4D74D60640AB18D9633B2D2BFDB(L_1, NULL); V_0 = L_2; goto IL_0014; } IL_0014: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseApp/<>c__DisplayClass17_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_mA85E16532865D2061A551A5D9CB7848F3CC01091 (U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // Firebase.FirebaseApp Firebase.FirebaseApp/<>c__DisplayClass17_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* U3CU3Ec__DisplayClass17_0_U3CCreateU3Eb__0_m7D73A5F86600C0F67066E44FDCCDC6528AB46576 (U3CU3Ec__DisplayClass17_0_t81776CD6B9F51070BC1A7EE879DD182AB6402B83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; { AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_0 = __this->___options_0; NullCheck(L_0); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_1; L_1 = AppOptions_ConvertToInternal_m63362E5FEF94A4590207AC82A2821A8635AD1DB5(L_0, NULL); String_t* L_2 = __this->___name_1; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_3; L_3 = FirebaseApp_CreateInternal_mF83AFD6D35EAD726BA0CD3E9131FBF139CEBCA88(L_1, L_2, NULL); V_0 = L_3; goto IL_001a; } IL_001a: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseApp/<>c__DisplayClass58_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0__ctor_m7192D3B51ED821A760AF82992CBBFC8652897AA5 (U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.FirebaseApp/<>c__DisplayClass58_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0_U3CCheckDependenciesU3Eb__0_m4CEFE0A719711F3C0563FD9C9FDDF2F652553AF6 (U3CU3Ec__DisplayClass58_0_tD42798DED94E0739CFCAF00A186CF7E16A97F8E8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_0; L_0 = FirebaseApp_CheckDependenciesInternal_m738CFE3533F41FC660E43B2EFCCD44BF6EF0AFE5(NULL); __this->___status_0 = L_0; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.FirebaseApp/<>c__DisplayClass60_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass60_0__ctor_m14A111BEE6E3DE63EDF0086569D3D9C9D5D708B5 (U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.FirebaseApp/<>c__DisplayClass60_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass60_0_U3CFixDependenciesAsyncU3Eb__0_mA216F8EE30AAE8DB85F3BD26CFA937C99363D009 (U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFixDependenciesAsyncU3Eb__60_1_mE24B887D7A05989A5250E16C95370FEF0A6920EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* G_B2_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* G_B2_1 = NULL; U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* G_B2_2 = NULL; Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* G_B1_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* G_B1_1 = NULL; U3CU3Ec__DisplayClass60_0_t2405D4DB7DF66A50C23215BD4C3358528D4028ED* G_B1_2 = NULL; { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0; L_0 = AppUtil_FixAndroidDependenciesAsync_m27A782E22791F6CE0E354216AA5A652683BDDAD7(NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* L_1 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__60_1_6; Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; G_B1_2 = __this; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; G_B2_2 = __this; goto IL_0026; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var); U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C* L_3 = ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9_0; Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* L_4 = (Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A*)il2cpp_codegen_object_new(Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A_il2cpp_TypeInfo_var); NullCheck(L_4); Action_1__ctor_mC25101220D4DFE3C39E1A327AD5B6F29A69776B0(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CFixDependenciesAsyncU3Eb__60_1_mE24B887D7A05989A5250E16C95370FEF0A6920EF_RuntimeMethod_var), NULL); Action_1_t5EBB3AEBB9FE27F01C5BD35C3A6AD36CB3AA357A* L_5 = L_4; ((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__60_1_6 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4E60FA2425A16BB5C3A0357CAC8FCBA8C92D498C_il2cpp_TypeInfo_var))->___U3CU3E9__60_1_6), (void*)L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0026: { NullCheck(G_B2_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = Task_ContinueWith_m4150CBD0F7AC870F40F5E8D84E265B47A642C06C(G_B2_1, G_B2_0, NULL); NullCheck(G_B2_2); G_B2_2->___task_0 = L_6; Il2CppCodeGenWriteBarrier((void**)(&G_B2_2->___task_0), (void*)L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.VariantVariantMap::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.VariantVariantMap::getCPtr(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F VariantVariantMap_getCPtr_m6167D0D523560D9AF77A89D72E55C5E4D478742B (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.VariantVariantMap::swigRelease(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F VariantVariantMap_swigRelease_m36F04EE8B06BA894C58BDA58F69D68BA4849406F (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_swigRelease_m36F04EE8B06BA894C58BDA58F69D68BA4849406F_RuntimeMethod_var))); } IL_0022: { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_9 = ___0_obj; NullCheck(L_9); VariantVariantMap_Dispose_m2EF5C536EF12EF2311C8107618F38C6DEC115D17(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.VariantVariantMap::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Finalize_mDAF681083D55595180D8A687C342C8B75265DDB2 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.VariantVariantMap::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.VariantVariantMap::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Dispose_m2EF5C536EF12EF2311C8107618F38C6DEC115D17 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Firebase.VariantVariantMap::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.VariantVariantMap::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Dispose_m7775855EBA34C5E00BB2407BAA90FB58E973C2AE (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_VariantVariantMap_mFE3E435232BF15367FA092A1098ED3FDEC0ABA0B(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // Firebase.Variant Firebase.VariantVariantMap::get_Item(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantVariantMap_get_Item_mEE387DB235EC361518878AB36DAD8E9D508375FB (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_key; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1; L_1 = VariantVariantMap_getitem_mB7316DB5AA86AF857DF7CFD03949E8A8290C6C1A(__this, L_0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = V_0; return L_2; } } // System.Void Firebase.VariantVariantMap::set_Item(Firebase.Variant,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_set_Item_m3400A43959480801333DE6EF2C6678B07B0992BA (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_value, const RuntimeMethod* method) { { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_key; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___1_value; VariantVariantMap_setitem_mDDA297409628E8F3E024CE64A2FECD629E7579B8(__this, L_0, L_1, NULL); return; } } // System.Boolean Firebase.VariantVariantMap::TryGetValue(Firebase.Variant,Firebase.Variant&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_TryGetValue_mCEE65FA7D0E6BF754F3D250D2830FA38FA39786B (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C** ___1_value, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_key; bool L_1; L_1 = VariantVariantMap_ContainsKey_mFC7BDCB3103730A4FA0D5B94107F71CCC85E3955(__this, L_0, NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001a; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C** L_3 = ___1_value; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_4 = ___0_key; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_5; L_5 = VariantVariantMap_get_Item_mEE387DB235EC361518878AB36DAD8E9D508375FB(__this, L_4, NULL); *((RuntimeObject**)L_3) = (RuntimeObject*)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_5); V_1 = (bool)1; goto IL_0021; } IL_001a: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C** L_6 = ___1_value; *((RuntimeObject**)L_6) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)NULL); V_1 = (bool)0; goto IL_0021; } IL_0021: { bool L_7 = V_1; return L_7; } } // System.Int32 Firebase.VariantVariantMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = VariantVariantMap_size_m2770CDA09C92D8766E4A857F1A73E2A52565B1FD(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Boolean Firebase.VariantVariantMap::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_get_IsReadOnly_m27A6D9FE6FDA1F97EE831FF81A567FC2F61EEB0A (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Collections.Generic.ICollection`1 Firebase.VariantVariantMap::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantVariantMap_get_Keys_m2C2F2F500CDE16BCD958453ECD0DD537C18D511C (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; bool V_5 = false; RuntimeObject* V_6 = NULL; { List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79* L_0 = (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79*)il2cpp_codegen_object_new(List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB(L_0, List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB_RuntimeMethod_var); V_0 = L_0; int32_t L_1; L_1 = VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98(__this, NULL); V_1 = L_1; int32_t L_2 = V_1; V_2 = (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_004d; } } { intptr_t L_4; L_4 = VariantVariantMap_create_iterator_begin_m131671A481692CB8BA53945C4D5731B034CDEE12(__this, NULL); V_3 = L_4; V_4 = 0; goto IL_0039; } IL_0023: { RuntimeObject* L_5 = V_0; intptr_t L_6 = V_3; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7; L_7 = VariantVariantMap_get_next_key_m088DEF53A9746BEB15DD8B344C2AFB232B4A6DD3(__this, L_6, NULL); NullCheck(L_5); InterfaceActionInvoker1< Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(T) */, ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var, L_5, L_7); int32_t L_8 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0039: { int32_t L_9 = V_4; int32_t L_10 = V_1; V_5 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0); bool L_11 = V_5; if (L_11) { goto IL_0023; } } { intptr_t L_12 = V_3; VariantVariantMap_destroy_iterator_m754B78CB27395071ABE1E283241CCFEECA0ABD38(__this, L_12, NULL); } IL_004d: { RuntimeObject* L_13 = V_0; V_6 = L_13; goto IL_0052; } IL_0052: { RuntimeObject* L_14 = V_6; return L_14; } } // System.Collections.Generic.ICollection`1 Firebase.VariantVariantMap::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantVariantMap_get_Values_m9CD12E636A5E7E59B5BF07F2CD293575296269C8 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* V_1 = NULL; KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; { List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79* L_0 = (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79*)il2cpp_codegen_object_new(List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB(L_0, List_1__ctor_mA203AD97E384ED79D7A739C7616895503DEB16AB_RuntimeMethod_var); V_0 = L_0; VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_1; L_1 = VariantVariantMap_GetEnumerator_m360952FBCF0F2F6AE30CA92612D50F9043894567(__this, NULL); V_1 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0032: {// begin finally (depth: 1) { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_2 = V_1; if (!L_2) { goto IL_003c; } } { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_3 = V_1; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_003c: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0028_1; } IL_0011_1: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_4 = V_1; NullCheck(L_4); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_5; L_5 = VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A(L_4, NULL); V_2 = L_5; RuntimeObject* L_6 = V_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7; L_7 = KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_inline((&V_2), KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); NullCheck(L_6); InterfaceActionInvoker1< Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(T) */, ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var, L_6, L_7); } IL_0028_1: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = VariantVariantMapEnumerator_MoveNext_mBD4ECB27F072218FD3DE27476AA880BB530A0F06(L_8, NULL); if (L_9) { goto IL_0011_1; } } { goto IL_003d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003d: { RuntimeObject* L_10 = V_0; V_3 = L_10; goto IL_0041; } IL_0041: { RuntimeObject* L_11 = V_3; return L_11; } } // System.Void Firebase.VariantVariantMap::Add(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Add_m290B443C10658813255555A1DD6A13A2E4260ED1 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C ___0_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0; L_0 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&___0_item), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1; L_1 = KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_inline((&___0_item), KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); VariantVariantMap_Add_m0487DEEFE55FF79967F7A7583F7563408261BBF1(__this, L_0, L_1, NULL); return; } } // System.Boolean Firebase.VariantVariantMap::Remove(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_Remove_m38A98E00BA4B24B7B9A73B5A93F83D4A73565E83 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C ___0_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_0 = ___0_item; bool L_1; L_1 = VariantVariantMap_Contains_m92DA6A5CCE3AB281CE9E729CD7FECBD2790BD602(__this, L_0, NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3; L_3 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&___0_item), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); bool L_4; L_4 = VariantVariantMap_Remove_m6916F106939189219FBC8DB48CFB407F0CC7885A(__this, L_3, NULL); V_1 = L_4; goto IL_0022; } IL_001d: { V_1 = (bool)0; goto IL_0022; } IL_0022: { bool L_5 = V_1; return L_5; } } // System.Boolean Firebase.VariantVariantMap::Contains(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_Contains_m92DA6A5CCE3AB281CE9E729CD7FECBD2790BD602 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C ___0_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0; L_0 = KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_inline((&___0_item), KeyValuePair_2_get_Key_m4A59224788AC7BCD72D0D1907C7F7B640CF46283_RuntimeMethod_var); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1; L_1 = VariantVariantMap_get_Item_mEE387DB235EC361518878AB36DAD8E9D508375FB(__this, L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2; L_2 = KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_inline((&___0_item), KeyValuePair_2_get_Value_m193748C94D32369AD6F1D930A9CA529DD1C94E79_RuntimeMethod_var); V_0 = (bool)((((RuntimeObject*)(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)L_1) == ((RuntimeObject*)(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)L_2))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0020; } } { V_1 = (bool)1; goto IL_0025; } IL_0020: { V_1 = (bool)0; goto IL_0025; } IL_0025: { bool L_4 = V_1; return L_4; } } // System.Void Firebase.VariantVariantMap::CopyTo(System.Collections.Generic.KeyValuePair`2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_CopyTo_m02BFA1B34176E272A819FBA3CB3C6415D769329B (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* ___0_array, const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* L_0 = ___0_array; VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE(__this, L_0, 0, NULL); return; } } // System.Void Firebase.VariantVariantMap::CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t20B36A40D0E1DABDE9F93A2DA665630EF544EF6B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_6 = NULL; bool V_7 = false; { KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* L_0 = ___0_array; V_1 = (bool)((((RuntimeObject*)(KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___1_arrayIndex; V_2 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_002c; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE_RuntimeMethod_var))); } IL_002c: { KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* L_6 = ___0_array; NullCheck((RuntimeArray*)L_6); int32_t L_7; L_7 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_6, NULL); V_3 = (bool)((((int32_t)L_7) > ((int32_t)1))? 1 : 0); bool L_8 = V_3; if (!L_8) { goto IL_0049; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE_RuntimeMethod_var))); } IL_0049: { int32_t L_10 = ___1_arrayIndex; int32_t L_11; L_11 = VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98(__this, NULL); KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* L_12 = ___0_array; NullCheck(L_12); V_4 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_10, L_11))) > ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))? 1 : 0); bool L_13 = V_4; if (!L_13) { goto IL_0067; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_14); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_CopyTo_mF75ECD5C29F30F9F482126DBEA0E99D5A26436BE_RuntimeMethod_var))); } IL_0067: { RuntimeObject* L_15; L_15 = VariantVariantMap_get_Keys_m2C2F2F500CDE16BCD958453ECD0DD537C18D511C(__this, NULL); List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79* L_16 = (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79*)il2cpp_codegen_object_new(List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); NullCheck(L_16); List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7(L_16, L_15, List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7_RuntimeMethod_var); V_0 = L_16; V_5 = 0; goto IL_00a9; } IL_0078: { RuntimeObject* L_17 = V_0; int32_t L_18 = V_5; NullCheck(L_17); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_19; L_19 = InterfaceFuncInvoker1< Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t20B36A40D0E1DABDE9F93A2DA665630EF544EF6B_il2cpp_TypeInfo_var, L_17, L_18); V_6 = L_19; KeyValuePair_2U5BU5D_t7235690CF06A30EC1CDD83EA847B10F44717ECDF* L_20 = ___0_array; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_21 = V_6; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_22 = V_6; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_23; L_23 = VariantVariantMap_get_Item_mEE387DB235EC361518878AB36DAD8E9D508375FB(__this, L_22, NULL); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_24; memset((&L_24), 0, sizeof(L_24)); KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A((&L_24), L_21, L_23, /*hidden argument*/KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A_RuntimeMethod_var); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_25 = L_24; RuntimeObject* L_26 = Box(KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var, &L_25); int32_t L_27 = ___1_arrayIndex; int32_t L_28 = V_5; NullCheck((RuntimeArray*)L_20); Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_20, L_26, ((int32_t)il2cpp_codegen_add(L_27, L_28)), NULL); int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_00a9: { int32_t L_30 = V_5; RuntimeObject* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tB6A5882E5199DFA988C38C6E330AF76EE61049AF_il2cpp_TypeInfo_var, L_31); V_7 = (bool)((((int32_t)L_30) < ((int32_t)L_32))? 1 : 0); bool L_33 = V_7; if (L_33) { goto IL_0078; } } { return; } } // System.Collections.Generic.IEnumerator`1> Firebase.VariantVariantMap::global::System.Collections.Generic.IEnumerable>.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantVariantMap_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CFirebase_VariantU2CFirebase_VariantU3EU3E_GetEnumerator_m064A1BC6D112339C4EE722E2488CBAA1DF0C765C (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_0 = (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21*)il2cpp_codegen_object_new(VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var); NullCheck(L_0); VariantVariantMapEnumerator__ctor_m19EBFEA767C0CD94BAAC0028E8878CC804AD68E2(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Collections.IEnumerator Firebase.VariantVariantMap::global::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantVariantMap_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_m21D64EB1CF69A8E73570A108890275B33BD944DE (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_0 = (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21*)il2cpp_codegen_object_new(VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var); NullCheck(L_0); VariantVariantMapEnumerator__ctor_m19EBFEA767C0CD94BAAC0028E8878CC804AD68E2(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // Firebase.VariantVariantMap/VariantVariantMapEnumerator Firebase.VariantVariantMap::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* VariantVariantMap_GetEnumerator_m360952FBCF0F2F6AE30CA92612D50F9043894567 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* V_0 = NULL; { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_0 = (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21*)il2cpp_codegen_object_new(VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21_il2cpp_TypeInfo_var); NullCheck(L_0); VariantVariantMapEnumerator__ctor_m19EBFEA767C0CD94BAAC0028E8878CC804AD68E2(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* L_1 = V_0; return L_1; } } // System.Void Firebase.VariantVariantMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap__ctor_mE3E8FDF4E95452B018AC19BB1DC961802E87260B (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_VariantVariantMap__SWIG_0_m45888945CCBE366A0A2D73CDF4212ABF5A6BF69D(NULL); VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap__ctor_mE3E8FDF4E95452B018AC19BB1DC961802E87260B_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.VariantVariantMap::.ctor(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap__ctor_m7D4542C5B89E75DE414034BCBF7D1B3C85E8C971 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = ___0_other; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = VariantVariantMap_getCPtr_m6167D0D523560D9AF77A89D72E55C5E4D478742B(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_new_VariantVariantMap__SWIG_1_mCB728AB7C3590794972D92938538E636A2247C62(L_1, NULL); VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap__ctor_m7D4542C5B89E75DE414034BCBF7D1B3C85E8C971_RuntimeMethod_var))); } IL_0023: { return; } } // System.UInt32 Firebase.VariantVariantMap::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t VariantVariantMap_size_m2770CDA09C92D8766E4A857F1A73E2A52565B1FD (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_VariantVariantMap_size_m47D217D462E3AA2C0479998CEEC5F0AF5FB9A6AF(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_size_m2770CDA09C92D8766E4A857F1A73E2A52565B1FD_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.Boolean Firebase.VariantVariantMap::empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_empty_m5F698FA778EF3D9DF06F808F6224D1804D816867 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_VariantVariantMap_empty_mB3ADBE523DB9D602DD0CA74660F9B04D5F2F8377(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_empty_m5F698FA778EF3D9DF06F808F6224D1804D816867_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.Void Firebase.VariantVariantMap::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Clear_m5BDCCEC4D9C6FD388B5AFE22808BA04693BEDBFC (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantVariantMap_Clear_mC15F99B817AE7002EB8B6847B9FC4262AF47ED95(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_Clear_m5BDCCEC4D9C6FD388B5AFE22808BA04693BEDBFC_RuntimeMethod_var))); } IL_001c: { return; } } // Firebase.Variant Firebase.VariantVariantMap::getitem(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantVariantMap_getitem_mB7316DB5AA86AF857DF7CFD03949E8A8290C6C1A (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_key; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_VariantVariantMap_getitem_m8012D3A44F32A4B4A12B3B7C9A1F9804FA889E2C(L_0, L_2, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_4 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_4); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_4, L_3, (bool)0, NULL); V_0 = L_4; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_5; bool L_6 = V_1; if (!L_6) { goto IL_0028; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_getitem_mB7316DB5AA86AF857DF7CFD03949E8A8290C6C1A_RuntimeMethod_var))); } IL_0028: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_8 = V_0; V_2 = L_8; goto IL_002c; } IL_002c: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_9 = V_2; return L_9; } } // System.Void Firebase.VariantVariantMap::setitem(Firebase.Variant,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_setitem_mDDA297409628E8F3E024CE64A2FECD629E7579B8 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_key; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_1, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = ___1_x; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; L_4 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantVariantMap_setitem_m59D72239FEC0A32146ED5A9F50A5EEA2FA9CED0D(L_0, L_2, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_5; bool L_6 = V_0; if (!L_6) { goto IL_0028; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_setitem_mDDA297409628E8F3E024CE64A2FECD629E7579B8_RuntimeMethod_var))); } IL_0028: { return; } } // System.Boolean Firebase.VariantVariantMap::ContainsKey(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_ContainsKey_mFC7BDCB3103730A4FA0D5B94107F71CCC85E3955 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_key; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_3; L_3 = AppUtilPINVOKE_VariantVariantMap_ContainsKey_m8E9F83BAA16786DEA9AA2A23B18BCB67570C2A62(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_ContainsKey_mFC7BDCB3103730A4FA0D5B94107F71CCC85E3955_RuntimeMethod_var))); } IL_0022: { bool L_7 = V_0; V_2 = L_7; goto IL_0026; } IL_0026: { bool L_8 = V_2; return L_8; } } // System.Void Firebase.VariantVariantMap::Add(Firebase.Variant,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_Add_m0487DEEFE55FF79967F7A7583F7563408261BBF1 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_key; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_1, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = ___1_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; L_4 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantVariantMap_Add_m7693EF89F3612F62D27F1B7BFFAE93C0D9895FAA(L_0, L_2, L_4, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_5; L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_5; bool L_6 = V_0; if (!L_6) { goto IL_0028; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_7; L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_Add_m0487DEEFE55FF79967F7A7583F7563408261BBF1_RuntimeMethod_var))); } IL_0028: { return; } } // System.Boolean Firebase.VariantVariantMap::Remove(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMap_Remove_m6916F106939189219FBC8DB48CFB407F0CC7885A (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_key; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_3; L_3 = AppUtilPINVOKE_VariantVariantMap_Remove_mBA53C94FFC339ADCA616B99BC9B3DE9C7184D08B(L_0, L_2, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_Remove_m6916F106939189219FBC8DB48CFB407F0CC7885A_RuntimeMethod_var))); } IL_0022: { bool L_7 = V_0; V_2 = L_7; goto IL_0026; } IL_0026: { bool L_8 = V_2; return L_8; } } // System.IntPtr Firebase.VariantVariantMap::create_iterator_begin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t VariantVariantMap_create_iterator_begin_m131671A481692CB8BA53945C4D5731B034CDEE12 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_VariantVariantMap_create_iterator_begin_m7A904CC444AF4397B7038AD0AB0C14B3ECD21E1B(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_create_iterator_begin_m131671A481692CB8BA53945C4D5731B034CDEE12_RuntimeMethod_var))); } IL_001c: { intptr_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { intptr_t L_6 = V_2; return L_6; } } // Firebase.Variant Firebase.VariantVariantMap::get_next_key(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantVariantMap_get_next_key_m088DEF53A9746BEB15DD8B344C2AFB232B4A6DD3 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; intptr_t L_1 = ___0_swigiterator; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_VariantVariantMap_get_next_key_mF61D7A043695C1BB6C22D37C0C45821647E91411(L_0, L_1, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_3); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_3, L_2, (bool)0, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_get_next_key_m088DEF53A9746BEB15DD8B344C2AFB232B4A6DD3_RuntimeMethod_var))); } IL_0023: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_0; V_2 = L_7; goto IL_0027; } IL_0027: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_8 = V_2; return L_8; } } // System.Void Firebase.VariantVariantMap::destroy_iterator(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMap_destroy_iterator_m754B78CB27395071ABE1E283241CCFEECA0ABD38 (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* __this, intptr_t ___0_swigiterator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; intptr_t L_1 = ___0_swigiterator; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantVariantMap_destroy_iterator_m73C0BA71E2300B2C6A255129175E8C2B37EA85C4(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMap_destroy_iterator_m754B78CB27395071ABE1E283241CCFEECA0ABD38_RuntimeMethod_var))); } IL_001d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.VariantVariantMap/VariantVariantMapEnumerator::.ctor(Firebase.VariantVariantMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMapEnumerator__ctor_m19EBFEA767C0CD94BAAC0028E8878CC804AD68E2 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* ___0_collection, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = ___0_collection; __this->___collectionRef_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef_0), (void*)L_0); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_1 = ___0_collection; NullCheck(L_1); RuntimeObject* L_2; L_2 = VariantVariantMap_get_Keys_m2C2F2F500CDE16BCD958453ECD0DD537C18D511C(L_1, NULL); List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79* L_3 = (List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79*)il2cpp_codegen_object_new(List_1_t555EC50DB7A14137470C4BF13E32798D1706EE79_il2cpp_TypeInfo_var); NullCheck(L_3); List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7(L_3, L_2, List_1__ctor_m88EF9B4B0A0FCD1C35D7932626F4265FB2CA10F7_RuntimeMethod_var); __this->___keyCollection_1 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___keyCollection_1), (void*)L_3); __this->___currentIndex_2 = (-1); __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_4 = __this->___collectionRef_0; NullCheck(L_4); int32_t L_5; L_5 = VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98(L_4, NULL); __this->___currentSize_4 = L_5; return; } } // System.Collections.Generic.KeyValuePair`2 Firebase.VariantVariantMap/VariantVariantMapEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0 = __this->___currentIndex_2; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->___currentIndex_2; int32_t L_4 = __this->___currentSize_4; V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0038; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A_RuntimeMethod_var))); } IL_0038: { RuntimeObject* L_7 = __this->___currentObject_3; V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0050; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A_RuntimeMethod_var))); } IL_0050: { RuntimeObject* L_10 = __this->___currentObject_3; V_3 = ((*(KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C*)((KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C*)(KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C*)UnBox(L_10, KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var)))); goto IL_005e; } IL_005e: { KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_11 = V_3; return L_11; } } // System.Object Firebase.VariantVariantMap/VariantVariantMapEnumerator::global::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantVariantMapEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_m4B9223DE5B91706D0F02E639DC3B257786E73412 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_0; L_0 = VariantVariantMapEnumerator_get_Current_m2DDA678E632DBC094DBD1C613CB572AECCC6FC2A(__this, NULL); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_1 = L_0; RuntimeObject* L_2 = Box(KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var, &L_1); V_0 = L_2; goto IL_000f; } IL_000f: { RuntimeObject* L_3 = V_0; return L_3; } } // System.Boolean Firebase.VariantVariantMap/VariantVariantMapEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantVariantMapEnumerator_MoveNext_mBD4ECB27F072218FD3DE27476AA880BB530A0F06 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t20B36A40D0E1DABDE9F93A2DA665630EF544EF6B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_3 = NULL; bool V_4 = false; int32_t G_B3_0 = 0; { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98(L_0, NULL); V_0 = L_1; int32_t L_2 = __this->___currentIndex_2; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3))) { goto IL_0023; } } { int32_t L_4 = V_0; int32_t L_5 = __this->___currentSize_4; G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_1 = (bool)G_B3_0; bool L_6 = V_1; V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_006b; } } { int32_t L_8 = __this->___currentIndex_2; __this->___currentIndex_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); RuntimeObject* L_9 = __this->___keyCollection_1; int32_t L_10 = __this->___currentIndex_2; NullCheck(L_9); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_11; L_11 = InterfaceFuncInvoker1< Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t20B36A40D0E1DABDE9F93A2DA665630EF544EF6B_il2cpp_TypeInfo_var, L_9, L_10); V_3 = L_11; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_12 = V_3; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_13 = __this->___collectionRef_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_14 = V_3; NullCheck(L_13); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_15; L_15 = VariantVariantMap_get_Item_mEE387DB235EC361518878AB36DAD8E9D508375FB(L_13, L_14, NULL); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A((&L_16), L_12, L_15, /*hidden argument*/KeyValuePair_2__ctor_mFEF1708F1A0A555D4619AD87E1089E19EECE645A_RuntimeMethod_var); KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C L_17 = L_16; RuntimeObject* L_18 = Box(KeyValuePair_2_tB8AC49BFEB0D5FF4562D605952A2807A675D5F6C_il2cpp_TypeInfo_var, &L_17); __this->___currentObject_3 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)L_18); goto IL_0074; } IL_006b: { __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); } IL_0074: { bool L_19 = V_1; V_4 = L_19; goto IL_0079; } IL_0079: { bool L_20 = V_4; return L_20; } } // System.Void Firebase.VariantVariantMap/VariantVariantMapEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMapEnumerator_Reset_m90619CB65C220730E4156AD2949EF447A18856A6 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) { bool V_0 = false; { __this->___currentIndex_2 = (-1); __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = VariantVariantMap_get_Count_m2BEE44655BF6BD9D696D0D59C23BC6BBFB033A98(L_0, NULL); int32_t L_2 = __this->___currentSize_4; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0035; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantVariantMapEnumerator_Reset_m90619CB65C220730E4156AD2949EF447A18856A6_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Firebase.VariantVariantMap/VariantVariantMapEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantVariantMapEnumerator_Dispose_m991451F9BDD4DC411399D475FFDEEACC3A7A4BC3 (VariantVariantMapEnumerator_t4DFA1BCCD0E7549154EF427E5E3E0EAE35CB5F21* __this, const RuntimeMethod* method) { { __this->___currentIndex_2 = (-1); __this->___currentObject_3 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_3), (void*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.VariantList::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.VariantList::getCPtr(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F VariantList_getCPtr_mA0FC5A2A9FD6A5A03313A08ACE9A58B0A307A924 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.VariantList::swigRelease(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F VariantList_swigRelease_mAE12FCFE25944BAE035F137F61A1A2038F985611 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_swigRelease_mAE12FCFE25944BAE035F137F61A1A2038F985611_RuntimeMethod_var))); } IL_0022: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_9 = ___0_obj; NullCheck(L_9); VariantList_Dispose_mCCC4F2FC0519A530EEAE62AD612EA962E14092C6(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.VariantList::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Finalize_mE6E6EEDD2892B26B954A226E29E88147937C31DD (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(7 /* System.Void Firebase.VariantList::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.VariantList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Dispose_mCCC4F2FC0519A530EEAE62AD612EA962E14092C6 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(7 /* System.Void Firebase.VariantList::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.VariantList::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Dispose_m4C37D87BB415DBD1C36BECC3BCDDB470CF8A7150 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_VariantList_mFCC6CA449E1F1B85B7D2EFB7A9735C2CFD7F1BC3(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // System.Void Firebase.VariantList::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_mB8A82673DB8840B155846502B4A404B50DA43EF0 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; RuntimeObject* V_3 = NULL; { VariantList__ctor_m228020E7DF264C5C3CAF0AA94317EA72BA517E7E(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList__ctor_mB8A82673DB8840B155846502B4A404B50DA43EF0_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0045: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; if (!L_6) { goto IL_0056; } } { RuntimeObject* L_7 = V_3; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7); } IL_0056: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003b_1; } IL_0025_1: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8); V_2 = ((Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)CastclassClass((RuntimeObject*)L_9, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var)); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_10 = V_2; VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40(__this, L_10, NULL); } IL_003b_1: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0025_1; } } { goto IL_0057; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { return; } } // System.Void Firebase.VariantList::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m7D4482F0C9492F483F74565C4AF9B56DA9FDEFBF (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t7AF2598BCA1776E69C95DC16A30C085A1C759C24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t8B238ECE8983E43AFC523BCB597BF2C133B46621_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { VariantList__ctor_m228020E7DF264C5C3CAF0AA94317EA72BA517E7E(__this, NULL); RuntimeObject* L_0 = ___0_c; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_001b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList__ctor_m7D4482F0C9492F483F74565C4AF9B56DA9FDEFBF_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_3 = ___0_c; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t7AF2598BCA1776E69C95DC16A30C085A1C759C24_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_004a; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_004a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0036_1; } IL_0025_1: { RuntimeObject* L_7 = V_1; NullCheck(L_7); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_8; L_8 = InterfaceFuncInvoker0< Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t8B238ECE8983E43AFC523BCB597BF2C133B46621_il2cpp_TypeInfo_var, L_7); V_2 = L_8; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_9 = V_2; VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40(__this, L_9, NULL); } IL_0036_1: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0025_1; } } { goto IL_004b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004b: { return; } } // System.Boolean Firebase.VariantList::get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantList_get_IsFixedSize_m32FC6E6CE93624B771AB6E4913CB73BF6C30FC22 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Boolean Firebase.VariantList::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantList_get_IsReadOnly_mD730C3471B2B99C032C7A4BFF4151006BFB47BF5 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // Firebase.Variant Firebase.VariantList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantList_get_Item_m6DB080671B53261F20EC0BEFE80E72CB0F1945C2 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; { int32_t L_0 = ___0_index; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1; L_1 = VariantList_getitem_mC418034502AA2DDC2B866F7175BA912D506A0DF3(__this, L_0, NULL); V_0 = L_1; goto IL_000b; } IL_000b: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = V_0; return L_2; } } // System.Void Firebase.VariantList::set_Item(System.Int32,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_set_Item_m9A20FDC943B329BE6F5F2A01203407280625B530 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___1_value; VariantList_setitem_m58C382BDBD8B8AE2B786AC67506EC78F67E7BA8A(__this, L_0, L_1, NULL); return; } } // System.Int32 Firebase.VariantList::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VariantList_get_Capacity_mB8DAEEBEF7A5DDF5BF4FCB1B5FFD9675A6B93A84 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = VariantList_capacity_m826F4D1C99B6168C968925D592316F3E6653E18D(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Void Firebase.VariantList::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_set_Capacity_m62EA78C9A98860856EBA02F72C7C13E62D423541 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_value, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___0_value; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0010; } } { int32_t L_1 = ___0_value; uint32_t L_2; L_2 = VariantList_size_m328AD0C3BE60BA20EC49B39067F51317241D58B1(__this, NULL); G_B3_0 = ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))? 1 : 0); goto IL_0011; } IL_0010: { G_B3_0 = 1; } IL_0011: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_0020; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_set_Capacity_m62EA78C9A98860856EBA02F72C7C13E62D423541_RuntimeMethod_var))); } IL_0020: { int32_t L_5 = ___0_value; VariantList_reserve_m424BCD91455B1BBF32B3E44B42F3A943BFA6AE93(__this, L_5, NULL); return; } } // System.Int32 Firebase.VariantList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0; L_0 = VariantList_size_m328AD0C3BE60BA20EC49B39067F51317241D58B1(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } // System.Boolean Firebase.VariantList::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantList_get_IsSynchronized_mE0E1EB1D759475D06FDBF6DD59EE96220CDD74C3 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; goto IL_0005; } IL_0005: { bool L_0 = V_0; return L_0; } } // System.Void Firebase.VariantList::CopyTo(Firebase.Variant[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_CopyTo_m8DEEFB51F673CB4F0A2ED025FC47DE6C058E23C5 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ___0_array, const RuntimeMethod* method) { { VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_0 = ___0_array; int32_t L_1; L_1 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(__this, NULL); VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A(__this, 0, L_0, 0, L_1, NULL); return; } } // System.Void Firebase.VariantList::CopyTo(Firebase.Variant[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_CopyTo_mE52D49BC7C67002861E2E792996F7DC4D4F209F7 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { { VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_0 = ___0_array; int32_t L_1 = ___1_arrayIndex; int32_t L_2; L_2 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(__this, NULL); VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A(__this, 0, L_0, L_1, L_2, NULL); return; } } // System.Void Firebase.VariantList::CopyTo(System.Int32,Firebase.Variant[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; bool V_7 = false; int32_t G_B13_0 = 0; { VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_0 = ___1_array; V_0 = (bool)((((RuntimeObject*)(VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___0_index; V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002c; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___2_arrayIndex; V_2 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0); bool L_7 = V_2; if (!L_7) { goto IL_0044; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var))); } IL_0044: { int32_t L_9 = ___3_count; V_3 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0); bool L_10 = V_3; if (!L_10) { goto IL_005d; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_11); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var))); } IL_005d: { VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_12 = ___1_array; NullCheck((RuntimeArray*)L_12); int32_t L_13; L_13 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_12, NULL); V_4 = (bool)((((int32_t)L_13) > ((int32_t)1))? 1 : 0); bool L_14 = V_4; if (!L_14) { goto IL_007c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_15); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var))); } IL_007c: { int32_t L_16 = ___0_index; int32_t L_17 = ___3_count; int32_t L_18; L_18 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(__this, NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))) > ((int32_t)L_18))) { goto IL_0093; } } { int32_t L_19 = ___2_arrayIndex; int32_t L_20 = ___3_count; VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_21 = ___1_array; NullCheck(L_21); G_B13_0 = ((((int32_t)((int32_t)il2cpp_codegen_add(L_19, L_20))) > ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))? 1 : 0); goto IL_0094; } IL_0093: { G_B13_0 = 1; } IL_0094: { V_5 = (bool)G_B13_0; bool L_22 = V_5; if (!L_22) { goto IL_00a5; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_23); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_CopyTo_m89132B962DC8879EF9401CD56ECF73A711B3CA4A_RuntimeMethod_var))); } IL_00a5: { V_6 = 0; goto IL_00c5; } IL_00aa: { VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_24 = ___1_array; int32_t L_25 = ___0_index; int32_t L_26 = V_6; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_27; L_27 = VariantList_getitemcopy_m7A882B45F774D7C14873EDFE48626434CEBC8DDC(__this, ((int32_t)il2cpp_codegen_add(L_25, L_26)), NULL); int32_t L_28 = ___2_arrayIndex; int32_t L_29 = V_6; NullCheck((RuntimeArray*)L_24); Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_24, L_27, ((int32_t)il2cpp_codegen_add(L_28, L_29)), NULL); int32_t L_30 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_00c5: { int32_t L_31 = V_6; int32_t L_32 = ___3_count; V_7 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0); bool L_33 = V_7; if (L_33) { goto IL_00aa; } } { return; } } // Firebase.Variant[] Firebase.VariantList::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* VariantList_ToArray_m037D6B504EB9385A6C22F48CDD1FE47DA1DD19D9 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* V_0 = NULL; VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* V_1 = NULL; { int32_t L_0; L_0 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(__this, NULL); VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_1 = (VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673*)(VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673*)SZArrayNew(VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_2 = V_0; VariantList_CopyTo_m8DEEFB51F673CB4F0A2ED025FC47DE6C058E23C5(__this, L_2, NULL); VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_3 = V_0; V_1 = L_3; goto IL_0019; } IL_0019: { VariantU5BU5D_t3B9635951EC490436790A65B00B05BECD830E673* L_4 = V_1; return L_4; } } // System.Collections.Generic.IEnumerator`1 Firebase.VariantList::global::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantList_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CFirebase_VariantU3E_GetEnumerator_mF64E50E73BAB7D63DBBE170ABF6194B805A38966 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_0 = (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088*)il2cpp_codegen_object_new(VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var); NullCheck(L_0); VariantListEnumerator__ctor_m55CB33FB76E96E989600F557E45AFFBF440C04C7(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Collections.IEnumerator Firebase.VariantList::global::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantList_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_m70870105645832FCBE2DD1345D62968BE0C506AD (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_0 = (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088*)il2cpp_codegen_object_new(VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var); NullCheck(L_0); VariantListEnumerator__ctor_m55CB33FB76E96E989600F557E45AFFBF440C04C7(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // Firebase.VariantList/VariantListEnumerator Firebase.VariantList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* VariantList_GetEnumerator_m7F02DAF1A3C06A5CE8F316DC8ABB81E39F209AAD (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* V_0 = NULL; { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_0 = (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088*)il2cpp_codegen_object_new(VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088_il2cpp_TypeInfo_var); NullCheck(L_0); VariantListEnumerator__ctor_m55CB33FB76E96E989600F557E45AFFBF440C04C7(L_0, __this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* L_1 = V_0; return L_1; } } // System.Void Firebase.VariantList::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Clear_mC1EF18FB5C784DA723D9AE16A36F57F843286D53 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_Clear_mDE3E49FAFEC9650E4DB5278CC224D3C8F2093FD5(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_Clear_mC1EF18FB5C784DA723D9AE16A36F57F843286D53_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.VariantList::Add(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_x; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_Add_m04D7D25968A240F3F563E39D87F5D064990F5D26(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40_RuntimeMethod_var))); } IL_0022: { return; } } // System.UInt32 Firebase.VariantList::size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t VariantList_size_m328AD0C3BE60BA20EC49B39067F51317241D58B1 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_VariantList_size_m3A48821A74BE9435C6B2EF9632FA19F2D77C81EF(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_size_m328AD0C3BE60BA20EC49B39067F51317241D58B1_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.UInt32 Firebase.VariantList::capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t VariantList_capacity_m826F4D1C99B6168C968925D592316F3E6653E18D (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_VariantList_capacity_m2563A933AF3FBDEB49F6A80A416E95884197E7B9(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_capacity_m826F4D1C99B6168C968925D592316F3E6653E18D_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // System.Void Firebase.VariantList::reserve(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_reserve_m424BCD91455B1BBF32B3E44B42F3A943BFA6AE93 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, uint32_t ___0_n, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; uint32_t L_1 = ___0_n; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_reserve_mBC5280078BBB9177B1F9549137C810152C90D467(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_reserve_m424BCD91455B1BBF32B3E44B42F3A943BFA6AE93_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.VariantList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m228020E7DF264C5C3CAF0AA94317EA72BA517E7E (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_new_VariantList__SWIG_0_mEF081575C63FB463373D17FA534047F7EF70C1AF(NULL); VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF(__this, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList__ctor_m228020E7DF264C5C3CAF0AA94317EA72BA517E7E_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.VariantList::.ctor(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m08FD0E53469A321CA4FBD472C6F56C409ED0EC6C (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_0 = ___0_other; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = VariantList_getCPtr_mA0FC5A2A9FD6A5A03313A08ACE9A58B0A307A924(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_new_VariantList__SWIG_1_m8C315E58B43E747EFBE9BDAA64EB04368AD41652(L_1, NULL); VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF(__this, L_2, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList__ctor_m08FD0E53469A321CA4FBD472C6F56C409ED0EC6C_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.VariantList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList__ctor_m6F79C390B8979C24876F1BAAC3E100A771BE0840 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_capacity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___0_capacity; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_new_VariantList__SWIG_2_mF752F53974C04A6A9E8691792FC62BE33190E42F(L_0, NULL); VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF(__this, L_1, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList__ctor_m6F79C390B8979C24876F1BAAC3E100A771BE0840_RuntimeMethod_var))); } IL_001e: { return; } } // Firebase.Variant Firebase.VariantList::getitemcopy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantList_getitemcopy_m7A882B45F774D7C14873EDFE48626434CEBC8DDC (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_VariantList_getitemcopy_m89162DC847DB2C828475FC77A065EC0735069C81(L_0, L_1, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_3); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_3, L_2, (bool)1, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_getitemcopy_m7A882B45F774D7C14873EDFE48626434CEBC8DDC_RuntimeMethod_var))); } IL_0023: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_0; V_2 = L_7; goto IL_0027; } IL_0027: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_8 = V_2; return L_8; } } // Firebase.Variant Firebase.VariantList::getitem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantList_getitem_mC418034502AA2DDC2B866F7175BA912D506A0DF3 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = AppUtilPINVOKE_VariantList_getitem_mDBA8806675B9D11F3074AE72C844D01EF9F6A3FF(L_0, L_1, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_3); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_3, L_2, (bool)0, NULL); V_0 = L_3; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_getitem_mC418034502AA2DDC2B866F7175BA912D506A0DF3_RuntimeMethod_var))); } IL_0023: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_0; V_2 = L_7; goto IL_0027; } IL_0027: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_8 = V_2; return L_8; } } // System.Void Firebase.VariantList::setitem(System.Int32,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_setitem_m58C382BDBD8B8AE2B786AC67506EC78F67E7BA8A (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_val, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = ___1_val; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_setitem_m978CEC7F06C8566EA34FB3A05FE3222C445E3211(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_setitem_m58C382BDBD8B8AE2B786AC67506EC78F67E7BA8A_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.VariantList::AddRange(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_AddRange_m0F72D080B6F6DCB0B58CD6F85044E22B4A0FA9A8 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_1 = ___0_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; L_2 = VariantList_getCPtr_mA0FC5A2A9FD6A5A03313A08ACE9A58B0A307A924(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_AddRange_mD723EDB5A164E7E397A9B53D8A6EA646E8D014C9(L_0, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_AddRange_m0F72D080B6F6DCB0B58CD6F85044E22B4A0FA9A8_RuntimeMethod_var))); } IL_0022: { return; } } // Firebase.VariantList Firebase.VariantList::GetRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* VariantList_GetRange_m77C29CE2FDFD39F5F22281F17AF1EFD620BD2815 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_1 = NULL; bool V_2 = false; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_3 = NULL; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* G_B3_0 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_VariantList_GetRange_mA021291CE93945C00BEB2C2A6424CA0EA8F856F5(L_0, L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0025; } } { intptr_t L_7 = V_0; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_8 = (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668*)il2cpp_codegen_object_new(VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var); NullCheck(L_8); VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF(L_8, L_7, (bool)1, NULL); G_B3_0 = L_8; goto IL_0026; } IL_0025: { G_B3_0 = ((VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668*)(NULL)); } IL_0026: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0036; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_GetRange_m77C29CE2FDFD39F5F22281F17AF1EFD620BD2815_RuntimeMethod_var))); } IL_0036: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_12 = V_1; V_3 = L_12; goto IL_003a; } IL_003a: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_13 = V_3; return L_13; } } // System.Void Firebase.VariantList::Insert(System.Int32,Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Insert_mD555180C94093D9CBBBD35A1F23902305DDB7D9C (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___1_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = ___1_x; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_Insert_m9542AEC8F7C526D66B63502DA813685BD0E0BD27(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_Insert_mD555180C94093D9CBBBD35A1F23902305DDB7D9C_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.VariantList::InsertRange(System.Int32,Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_InsertRange_m2B28E0D0E17666D000A342940850327060F1F2BD (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = VariantList_getCPtr_mA0FC5A2A9FD6A5A03313A08ACE9A58B0A307A924(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_InsertRange_m7491581E38636BE2F81FC1DB11FF8C7C6514CA6B(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_InsertRange_m2B28E0D0E17666D000A342940850327060F1F2BD_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Firebase.VariantList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_RemoveAt_m4F73E425EB41F364F394943CEA963C07B07E6BD2 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_RemoveAt_m106734D07EA4E0EEB4D7B49DF4BA375A1A9F0789(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_RemoveAt_m4F73E425EB41F364F394943CEA963C07B07E6BD2_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void Firebase.VariantList::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_RemoveRange_mE4826D2198F0B7B8667C7DBB3ED63624D485548B (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_RemoveRange_mAEDD38649A74C5998272C1AFD7F28DBCE1F7FDE4(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_RemoveRange_mE4826D2198F0B7B8667C7DBB3ED63624D485548B_RuntimeMethod_var))); } IL_001e: { return; } } // Firebase.VariantList Firebase.VariantList::Repeat(Firebase.Variant,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* VariantList_Repeat_m8FF360B9693BEF0BD40BDD76CEF80501D3D0C585 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_value, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_1 = NULL; bool V_2 = false; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_3 = NULL; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* G_B3_0 = NULL; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_value; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1; L_1 = Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067(L_0, NULL); int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = AppUtilPINVOKE_VariantList_Repeat_mA170BE67978431CCACBA5F3FF6534BDE9CD64A2E(L_1, L_2, NULL); V_0 = L_3; intptr_t L_4 = V_0; intptr_t L_5 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_6; L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, L_5, NULL); if (L_6) { goto IL_0024; } } { intptr_t L_7 = V_0; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_8 = (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668*)il2cpp_codegen_object_new(VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var); NullCheck(L_8); VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF(L_8, L_7, (bool)1, NULL); G_B3_0 = L_8; goto IL_0025; } IL_0024: { G_B3_0 = ((VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668*)(NULL)); } IL_0025: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_9; L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_9; bool L_10 = V_2; if (!L_10) { goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_11; L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_Repeat_m8FF360B9693BEF0BD40BDD76CEF80501D3D0C585_RuntimeMethod_var))); } IL_0035: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_12 = V_1; V_3 = L_12; goto IL_0039; } IL_0039: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_13 = V_3; return L_13; } } // System.Void Firebase.VariantList::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Reverse_m74F3147309BC0FBA49CD0F5028642E915C256C82 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_Reverse__SWIG_0_mF778065E495CE511C1E8DBF7B191FEA482372FC2(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_Reverse_m74F3147309BC0FBA49CD0F5028642E915C256C82_RuntimeMethod_var))); } IL_001c: { return; } } // System.Void Firebase.VariantList::Reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_Reverse_m3A7242045C86189FA3B35C3571E487D0DA8F8EC7 (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; int32_t L_2 = ___1_count; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_Reverse__SWIG_1_mA1337882E1C944DCBA4F8FD598F0F87A042C7D10(L_0, L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_Reverse_m3A7242045C86189FA3B35C3571E487D0DA8F8EC7_RuntimeMethod_var))); } IL_001e: { return; } } // System.Void Firebase.VariantList::SetRange(System.Int32,Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantList_SetRange_m0ABEC10CABF97B38325C01DD5E13B2DF8E44AC7A (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* __this, int32_t ___0_index, VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___1_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; int32_t L_1 = ___0_index; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_2 = ___1_values; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3; L_3 = VariantList_getCPtr_mA0FC5A2A9FD6A5A03313A08ACE9A58B0A307A924(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_VariantList_SetRange_mFA9CC25D83827373D56CC2390EE117E08F9CA1AE(L_0, L_1, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_4; L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_4; bool L_5 = V_0; if (!L_5) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_6; L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantList_SetRange_m0ABEC10CABF97B38325C01DD5E13B2DF8E44AC7A_RuntimeMethod_var))); } IL_0023: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.VariantList/VariantListEnumerator::.ctor(Firebase.VariantList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantListEnumerator__ctor_m55CB33FB76E96E989600F557E45AFFBF440C04C7 (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* ___0_collection, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_0 = ___0_collection; __this->___collectionRef_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef_0), (void*)L_0); __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_1 = __this->___collectionRef_0; NullCheck(L_1); int32_t L_2; L_2 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(L_1, NULL); __this->___currentSize_3 = L_2; return; } } // Firebase.Variant Firebase.VariantList/VariantListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_3 = NULL; { int32_t L_0 = __this->___currentIndex_1; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = __this->___currentIndex_1; int32_t L_4 = __this->___currentSize_3; V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_0038; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD_RuntimeMethod_var))); } IL_0038: { RuntimeObject* L_7 = __this->___currentObject_2; V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0050; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD_RuntimeMethod_var))); } IL_0050: { RuntimeObject* L_10 = __this->___currentObject_2; V_3 = ((Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)CastclassClass((RuntimeObject*)L_10, Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var)); goto IL_005e; } IL_005e: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_11 = V_3; return L_11; } } // System.Object Firebase.VariantList/VariantListEnumerator::global::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VariantListEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_m56DB1E5BBB90814A5538FCF5D41FC7FC8E160BBD (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0; L_0 = VariantListEnumerator_get_Current_mB5DE10FA7F3EF3D40024B568B035DDA9188000DD(__this, NULL); V_0 = L_0; goto IL_000a; } IL_000a: { RuntimeObject* L_1 = V_0; return L_1; } } // System.Boolean Firebase.VariantList/VariantListEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VariantListEnumerator_MoveNext_mB3356E9DA1734FE027E0F0F63CA8D0859C864117 (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t G_B3_0 = 0; { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(L_0, NULL); V_0 = L_1; int32_t L_2 = __this->___currentIndex_1; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3))) { goto IL_0023; } } { int32_t L_4 = V_0; int32_t L_5 = __this->___currentSize_3; G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_1 = (bool)G_B3_0; bool L_6 = V_1; V_2 = L_6; bool L_7 = V_2; if (!L_7) { goto IL_0053; } } { int32_t L_8 = __this->___currentIndex_1; __this->___currentIndex_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_9 = __this->___collectionRef_0; int32_t L_10 = __this->___currentIndex_1; NullCheck(L_9); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_11; L_11 = VariantList_get_Item_m6DB080671B53261F20EC0BEFE80E72CB0F1945C2(L_9, L_10, NULL); __this->___currentObject_2 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)L_11); goto IL_005c; } IL_0053: { __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); } IL_005c: { bool L_12 = V_1; V_3 = L_12; goto IL_0060; } IL_0060: { bool L_13 = V_3; return L_13; } } // System.Void Firebase.VariantList/VariantListEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantListEnumerator_Reset_m39B78EBAD4546E8435996743D52D42E4B04CDF83 (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) { bool V_0 = false; { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_0 = __this->___collectionRef_0; NullCheck(L_0); int32_t L_1; L_1 = VariantList_get_Count_m912730C365BD33F01CC1665B3D099BA5D8B98F7D(L_0, NULL); int32_t L_2 = __this->___currentSize_3; V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_0035; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariantListEnumerator_Reset_m39B78EBAD4546E8435996743D52D42E4B04CDF83_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Firebase.VariantList/VariantListEnumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariantListEnumerator_Dispose_mA490806D774FDDEA003913DD68EA5290E6B1B3ED (VariantListEnumerator_tEC35CD6F31B4A93A79D1C73C864BC8BFBBC84088* __this, const RuntimeMethod* method) { { __this->___currentIndex_1 = (-1); __this->___currentObject_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject_2), (void*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.Variant::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); bool L_0 = ___1_cMemoryOwn; __this->___swigCMemOwn_1 = L_0; intptr_t L_1 = ___0_cPtr; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2; memset((&L_2), 0, sizeof(L_2)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); return; } } // System.Runtime.InteropServices.HandleRef Firebase.Variant::getCPtr(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Variant_getCPtr_m02745459FA3350FFDC29D01587C8D797BFC10067 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0; memset((&V_0), 0, sizeof(V_0)); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_obj; if (!L_0) { goto IL_000c; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = ___0_obj; NullCheck(L_1); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr_0; G_B3_0 = L_2; goto IL_0017; } IL_000c: { intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0017: { V_0 = G_B3_0; goto IL_001a; } IL_001a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_5 = V_0; return L_5; } } // System.Runtime.InteropServices.HandleRef Firebase.Variant::swigRelease(Firebase.Variant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F Variant_swigRelease_m422AE6C351674AEF77D1943132D8324263414715 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_3; memset((&V_3), 0, sizeof(V_3)); { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_0 = ___0_obj; V_0 = (bool)((!(((RuntimeObject*)(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_003b; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = ___0_obj; NullCheck(L_2); bool L_3 = L_2->___swigCMemOwn_1; V_2 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0022; } } { ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_5 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_5); ApplicationException__ctor_mE51100DFCDB0A0DF23B482CC43EC8E396BE7BE82(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48189E861560CEBB714411DF089B9ECCF7761320)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_swigRelease_m422AE6C351674AEF77D1943132D8324263414715_RuntimeMethod_var))); } IL_0022: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = ___0_obj; NullCheck(L_6); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_7 = L_6->___swigCPtr_0; V_1 = L_7; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_8 = ___0_obj; NullCheck(L_8); L_8->___swigCMemOwn_1 = (bool)0; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_9 = ___0_obj; NullCheck(L_9); Variant_Dispose_m68085851C3EE3DDDB413CAE4B1B4E237D0A87FBE(L_9, NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = V_1; V_3 = L_10; goto IL_004a; } IL_003b: { intptr_t L_11 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_12; memset((&L_12), 0, sizeof(L_12)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_12), NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; goto IL_004a; } IL_004a: { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13 = V_3; return L_13; } } // System.Void Firebase.Variant::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variant_Finalize_mAB5A4CC29AC40AF0FD7FFF427E671CA7796E9E0C (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000c: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Variant::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0014: { return; } } // System.Void Firebase.Variant::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variant_Dispose_m68085851C3EE3DDDB413CAE4B1B4E237D0A87FBE (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void Firebase.Variant::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void Firebase.Variant::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variant_Dispose_m842399D8A4CC5452D70A46076D75C5C8268FC4F3 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock_2; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0068: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0072; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0072: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (&__this->___swigCPtr_0); intptr_t L_5; L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL); intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_7; L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_005e_1; } } { bool L_9 = __this->___swigCMemOwn_1; V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_004c_1; } } { __this->___swigCMemOwn_1 = (bool)0; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_delete_Variant_mA45ED3EFF2C315AFC59E0FF4A3950E6CA06EE363(L_11, NULL); } IL_004c_1: { intptr_t L_12 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_13; memset((&L_13), 0, sizeof(L_13)); HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_13), NULL, L_12, /*hidden argument*/NULL); __this->___swigCPtr_0 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr_0))->____wrapper_0), (void*)NULL); } IL_005e_1: { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0073; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { return; } } // Firebase.Variant Firebase.Variant::FromBlob(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromBlob_m532A02C8CB68F3FED11D26CDF1889B1869E22436 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_blob, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_1 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_blob; NullCheck(L_0); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1; L_1 = Variant_EmptyMutableBlob_m307467A903DD197CCAC7C87586C188743393C5EA(((int32_t)(((RuntimeArray*)L_0)->max_length)), NULL); V_0 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_blob; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_3 = V_0; NullCheck(L_3); intptr_t L_4; L_4 = Variant_untyped_mutable_blob_data_m69D26F368BADF4C3D26A201EFED448CE0A16169E(L_3, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___0_blob; NullCheck(L_5); il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); Marshal_Copy_m0FD7BFE70EE28FC67B67A6225AD58F95FEE7EB85(L_2, 0, L_4, ((int32_t)(((RuntimeArray*)L_5)->max_length)), NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_1 = L_6; goto IL_001f; } IL_001f: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_1; return L_7; } } // System.Byte[] Firebase.Variant::blob_as_bytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Variant_blob_as_bytes_mCA950A447F7928E4E3A303D09C0003EFB2A491EF (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; { uint32_t L_0; L_0 = Variant_blob_size_mCF0A2FFB1862051AAFE295694E62A87F03228563(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; intptr_t L_2; L_2 = Variant_untyped_mutable_blob_data_m69D26F368BADF4C3D26A201EFED448CE0A16169E(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0; NullCheck(L_4); il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); Marshal_Copy_mF7402FFDB520EA1B8D1C32B368DBEE4B13F1BE77(L_2, L_3, 0, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0; V_1 = L_5; goto IL_0022; } IL_0022: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_1; return L_6; } } // Firebase.Variant Firebase.Variant::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7 (RuntimeObject* ___0_o, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_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); s_Il2CppMethodInitialized = true; } bool V_0 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; RuntimeObject* V_8 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_9 = NULL; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; bool V_14 = false; RuntimeObject* V_15 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_16 = NULL; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* V_17 = NULL; RuntimeObject* V_18 = NULL; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_19; memset((&V_19), 0, sizeof(V_19)); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_20 = NULL; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_21 = NULL; bool V_22 = false; bool V_23 = false; int32_t G_B39_0 = 0; { RuntimeObject* L_0 = ___0_o; V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2; L_2 = Variant_Null_m16BB4015F841EE2DC9CCD7B0103210F902F071E9(NULL); V_1 = L_2; goto IL_0247; } IL_0015: { RuntimeObject* L_3 = ___0_o; V_2 = (bool)((!(((RuntimeObject*)(String_t*)((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_4 = V_2; if (!L_4) { goto IL_0034; } } { RuntimeObject* L_5 = ___0_o; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6; L_6 = Variant_FromString_mAF8487B13BB2C4546D53FCB0A5892DF99B64E0B1(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), NULL); V_1 = L_6; goto IL_0247; } IL_0034: { RuntimeObject* L_7 = ___0_o; V_3 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_8 = V_3; if (!L_8) { goto IL_0053; } } { RuntimeObject* L_9 = ___0_o; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_10; L_10 = Variant_FromInt64_m495D0DD4310B17A1DF66CA6C4801E265DF944405(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_9, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL); V_1 = L_10; goto IL_0247; } IL_0053: { RuntimeObject* L_11 = ___0_o; V_4 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_11, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_12 = V_4; if (!L_12) { goto IL_0074; } } { RuntimeObject* L_13 = ___0_o; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_14; L_14 = Variant_FromDouble_mACE124A0E71277468B61F5EF1D565E57550803A1(((*(double*)((double*)(double*)UnBox(L_13, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL); V_1 = L_14; goto IL_0247; } IL_0074: { RuntimeObject* L_15 = ___0_o; V_5 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_15, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_16 = V_5; if (!L_16) { goto IL_0095; } } { RuntimeObject* L_17 = ___0_o; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_18; L_18 = Variant_FromBool_mD8DE9948B0E5CFA584DD4C9513CC29EC8A271230(((*(bool*)((bool*)(bool*)UnBox(L_17, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL); V_1 = L_18; goto IL_0247; } IL_0095: { RuntimeObject* L_19 = ___0_o; V_6 = (bool)((!(((RuntimeObject*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_19, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_20 = V_6; if (!L_20) { goto IL_00b6; } } { RuntimeObject* L_21 = ___0_o; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_22; L_22 = Variant_FromBlob_m532A02C8CB68F3FED11D26CDF1889B1869E22436(((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_21, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), NULL); V_1 = L_22; goto IL_0247; } IL_00b6: { RuntimeObject* L_23 = ___0_o; V_7 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_23, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_24 = V_7; if (!L_24) { goto IL_012d; } } { RuntimeObject* L_25 = ___0_o; V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_25, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_26; L_26 = Variant_EmptyVector_m1740118A4FE7576F70FC805E9C480B7DB9382597(NULL); V_9 = L_26; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_27 = V_9; NullCheck(L_27); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_28; L_28 = Variant_vector_m605D7667ABCF391DD582F236746338AFEDD03262(L_27, NULL); V_10 = L_28; RuntimeObject* L_29 = V_8; NullCheck(L_29); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_29); V_11 = L_30; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_010f: {// begin finally (depth: 1) { RuntimeObject* L_31 = V_11; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_13; if (!L_32) { goto IL_0124; } } { RuntimeObject* L_33 = V_13; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_33); } IL_0124: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0104_1; } IL_00ea_1: { RuntimeObject* L_34 = V_11; NullCheck(L_34); RuntimeObject* L_35; L_35 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_34); V_12 = L_35; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_36 = V_10; RuntimeObject* L_37 = V_12; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_38; L_38 = Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7(L_37, NULL); NullCheck(L_36); VariantList_Add_m5CE26B67B6F36661AB9CA3C19D24524ED78A4A40(L_36, L_38, NULL); } IL_0104_1: { RuntimeObject* L_39 = V_11; NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39); if (L_40) { goto IL_00ea_1; } } { goto IL_0125; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0125: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_41 = V_9; V_1 = L_41; goto IL_0247; } IL_012d: { RuntimeObject* L_42 = ___0_o; V_14 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_42, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_43 = V_14; if (!L_43) { goto IL_01c5; } } { RuntimeObject* L_44 = ___0_o; V_15 = ((RuntimeObject*)Castclass((RuntimeObject*)L_44, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var)); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_45; L_45 = Variant_EmptyMap_m74738042D3A020E8541D43E360D2D3634F6E1643(NULL); V_16 = L_45; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_46 = V_16; NullCheck(L_46); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_47; L_47 = Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597(L_46, NULL); V_17 = L_47; RuntimeObject* L_48 = V_15; NullCheck(L_48); RuntimeObject* L_49; L_49 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_48); V_18 = L_49; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01a7: {// begin finally (depth: 1) { RuntimeObject* L_50 = V_18; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_50, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_51 = V_13; if (!L_51) { goto IL_01bc; } } { RuntimeObject* L_52 = V_13; NullCheck(L_52); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_52); } IL_01bc: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_019c_1; } IL_0164_1: { RuntimeObject* L_53 = V_18; NullCheck(L_53); RuntimeObject* L_54; L_54 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_53); V_19 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_54, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var)))); RuntimeObject* L_55; L_55 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_19), NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_56; L_56 = Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7(L_55, NULL); V_20 = L_56; RuntimeObject* L_57; L_57 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_19), NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_58; L_58 = Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7(L_57, NULL); V_21 = L_58; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_59 = V_17; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_60 = V_20; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_61 = V_21; NullCheck(L_59); VariantVariantMap_set_Item_m3400A43959480801333DE6EF2C6678B07B0992BA(L_59, L_60, L_61, NULL); } IL_019c_1: { RuntimeObject* L_62 = V_18; NullCheck(L_62); bool L_63; L_63 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_62); if (L_63) { goto IL_0164_1; } } { goto IL_01bd; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01bd: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_64 = V_16; V_1 = L_64; goto IL_0247; } IL_01c5: { RuntimeObject* L_65 = ___0_o; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_65, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))) { goto IL_01f8; } } { RuntimeObject* L_66 = ___0_o; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_66, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))) { goto IL_01f8; } } { RuntimeObject* L_67 = ___0_o; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_67, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))) { goto IL_01f8; } } { RuntimeObject* L_68 = ___0_o; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_68, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))) { goto IL_01f8; } } { RuntimeObject* L_69 = ___0_o; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_69, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))) { goto IL_01f8; } } { RuntimeObject* L_70 = ___0_o; G_B39_0 = ((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_70, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); goto IL_01f9; } IL_01f8: { G_B39_0 = 1; } IL_01f9: { V_22 = (bool)G_B39_0; bool L_71 = V_22; if (!L_71) { goto IL_020e; } } { RuntimeObject* L_72 = ___0_o; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_73; L_73 = Convert_ToInt64_mB980D7B1AB7B7071D416EE892C2B736D712BE1B5(L_72, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_74; L_74 = Variant_FromInt64_m495D0DD4310B17A1DF66CA6C4801E265DF944405(L_73, NULL); V_1 = L_74; goto IL_0247; } IL_020e: { RuntimeObject* L_75 = ___0_o; V_23 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_75, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_76 = V_23; if (!L_76) { goto IL_022c; } } { RuntimeObject* L_77 = ___0_o; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); double L_78; L_78 = Convert_ToDouble_m86FF4F837721833186E883102C056A35F0860EB0(L_77, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_79; L_79 = Variant_FromDouble_mACE124A0E71277468B61F5EF1D565E57550803A1(L_78, NULL); V_1 = L_79; goto IL_0247; } IL_022c: { RuntimeObject* L_80 = ___0_o; NullCheck(L_80); Type_t* L_81; L_81 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_80, NULL); String_t* L_82; L_82 = String_Concat_m9DF47FC6E1F8341012CA3FF02993D372AA7A96C9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ADD6FEBDAD6C171700C605B3EE92B8D34261502)), L_81, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE3EEFD20BF0F5796BBF23FB14F87A2968808E63)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_83 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_83); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_83, L_82, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_FromObject_m5D406B8B5BBF1DB6FDD90D83468B7F29B01501B7_RuntimeMethod_var))); } IL_0247: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_84 = V_1; return L_84; } } // Firebase.Variant Firebase.Variant::Null() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_Null_m16BB4015F841EE2DC9CCD7B0103210F902F071E9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_Variant_Null_mD98D6D125248FC70DF6C06ED53A3DDF9C1E015C9(NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_1); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_1, L_0, (bool)1, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_Null_m16BB4015F841EE2DC9CCD7B0103210F902F071E9_RuntimeMethod_var))); } IL_001c: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_2; return L_6; } } // Firebase.Variant Firebase.Variant::EmptyVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_EmptyVector_m1740118A4FE7576F70FC805E9C480B7DB9382597 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_Variant_EmptyVector_m6F7B17C6003A866E567ACDFFF2E2A633F014142F(NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_1); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_1, L_0, (bool)1, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_EmptyVector_m1740118A4FE7576F70FC805E9C480B7DB9382597_RuntimeMethod_var))); } IL_001c: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_2; return L_6; } } // Firebase.Variant Firebase.Variant::EmptyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_EmptyMap_m74738042D3A020E8541D43E360D2D3634F6E1643 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_Variant_EmptyMap_m2E0690FDBAB9979B00F710E62334DBA504F58CD1(NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_1 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_1); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_1, L_0, (bool)1, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_EmptyMap_m74738042D3A020E8541D43E360D2D3634F6E1643_RuntimeMethod_var))); } IL_001c: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_2; return L_6; } } // Firebase.Variant Firebase.Variant::EmptyMutableBlob(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_EmptyMutableBlob_m307467A903DD197CCAC7C87586C188743393C5EA (uint32_t ___0_sizeBytes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { uint32_t L_0 = ___0_sizeBytes; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_EmptyMutableBlob_mC39499DF768E9DB8E198F4EADD564A1B29B49261(L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_2); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_EmptyMutableBlob_m307467A903DD197CCAC7C87586C188743393C5EA_RuntimeMethod_var))); } IL_001d: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_2; return L_7; } } // Firebase.Variant/Type Firebase.Variant::type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Variant_type_m03A0A0BFC610CF0047576B5CB15DC7E58E00D0B0 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_1; L_1 = AppUtilPINVOKE_Variant_type_m0575207999A99C1679D7E9ABF70BF42B2DBA13AA(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_type_m03A0A0BFC610CF0047576B5CB15DC7E58E00D0B0_RuntimeMethod_var))); } IL_001c: { int32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { int32_t L_6 = V_2; return L_6; } } // System.Boolean Firebase.Variant::is_string() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variant_is_string_m2CD01E3123A174A575C240FD125F3E43CEAB73A8 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_Variant_is_string_m0F75C01B34DB5651C00B60D0F477BF7BDD22DF3F(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_is_string_m2CD01E3123A174A575C240FD125F3E43CEAB73A8_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.Boolean Firebase.Variant::is_fundamental_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variant_is_fundamental_type_mB173361527A94BAEEBBF8747805DD81AD1BD9E2C (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_Variant_is_fundamental_type_m8B68412DA67C92C82E313F5F7CE9CFF9C70F40FC(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_is_fundamental_type_mB173361527A94BAEEBBF8747805DD81AD1BD9E2C_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // Firebase.Variant Firebase.Variant::AsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_AsString_m88B77BD34C54D8FF8596675C201FAA43945EA758 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_AsString_m14A8B144EA7FAF0396478ACF233863E9CFB982AA(L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_2); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_AsString_m88B77BD34C54D8FF8596675C201FAA43945EA758_RuntimeMethod_var))); } IL_0022: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_2; return L_7; } } // System.UInt32 Firebase.Variant::blob_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Variant_blob_size_mCF0A2FFB1862051AAFE295694E62A87F03228563 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; uint32_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AppUtilPINVOKE_Variant_blob_size_m848887376DB001FD4066EFB4DAC5F13D3A7E4712(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_blob_size_mCF0A2FFB1862051AAFE295694E62A87F03228563_RuntimeMethod_var))); } IL_001c: { uint32_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { uint32_t L_6 = V_2; return L_6; } } // Firebase.VariantList Firebase.Variant::vector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* Variant_vector_m605D7667ABCF391DD582F236746338AFEDD03262 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_0 = NULL; bool V_1 = false; VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_vector__SWIG_0_m2EEE0E67CF5880090850B48A7D84B644AC1849AA(L_0, NULL); VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_2 = (VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668*)il2cpp_codegen_object_new(VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668_il2cpp_TypeInfo_var); NullCheck(L_2); VariantList__ctor_m61AA2F0090993B8A446B5F5F4605044D353F34DF(L_2, L_1, (bool)0, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_vector_m605D7667ABCF391DD582F236746338AFEDD03262_RuntimeMethod_var))); } IL_0022: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { VariantList_t7F7B944661CA09D583138D7D96B4F9185B42B668* L_7 = V_2; return L_7; } } // Firebase.VariantVariantMap Firebase.Variant::map() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* V_0 = NULL; bool V_1 = false; VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_map__SWIG_0_mE008492E043F7AE7554961B5382C1D6BFCCCEDD9(L_0, NULL); VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_2 = (VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709*)il2cpp_codegen_object_new(VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709_il2cpp_TypeInfo_var); NullCheck(L_2); VariantVariantMap__ctor_m41C3F31D743DEF93EBA676BE557F1A70E4BE7334(L_2, L_1, (bool)0, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_0022; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_map_mB7447AAFBC3421A6EEAE48E5A6FA13F08FA66597_RuntimeMethod_var))); } IL_0022: { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_6 = V_0; V_2 = L_6; goto IL_0026; } IL_0026: { VariantVariantMap_t123BBC55006DFA8EB67B98A0DF9DBAD224931709* L_7 = V_2; return L_7; } } // System.Int64 Firebase.Variant::int64_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Variant_int64_value_m11AE869002EB87F8958F3AF7122C33C466557C55 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; bool V_1 = false; int64_t V_2 = 0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int64_t L_1; L_1 = AppUtilPINVOKE_Variant_int64_value_m7215A286D3C0BDD480ED52735607F63039BDB947(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_int64_value_m11AE869002EB87F8958F3AF7122C33C466557C55_RuntimeMethod_var))); } IL_001c: { int64_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { int64_t L_6 = V_2; return L_6; } } // System.Double Firebase.Variant::double_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Variant_double_value_m66B4F265644B4F4B4DA1C5CDC23D220C62E07DAA (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; bool V_1 = false; double V_2 = 0.0; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); double L_1; L_1 = AppUtilPINVOKE_Variant_double_value_m3F37AD68D935C0EE9CED1063E55D2D47AE89FE7C(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_double_value_m66B4F265644B4F4B4DA1C5CDC23D220C62E07DAA_RuntimeMethod_var))); } IL_001c: { double L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { double L_6 = V_2; return L_6; } } // System.Boolean Firebase.Variant::bool_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Variant_bool_value_m2AC1B3119BC6AD8B1BE18DA36B721B0CCBEE9CAC (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_Variant_bool_value_m9A7C00507E31A2EAA81D670B132BFE78D23ACDFB(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_bool_value_m2AC1B3119BC6AD8B1BE18DA36B721B0CCBEE9CAC_RuntimeMethod_var))); } IL_001c: { bool L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { bool L_6 = V_2; return L_6; } } // System.String Firebase.Variant::string_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7 (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); String_t* L_1; L_1 = AppUtilPINVOKE_Variant_string_value_mCFC1313C97830F6EC780F3A3E37A2C8E898E45EB(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_string_value_mFC641893647B7A1023754C2A28C8FC3DCB39B0C7_RuntimeMethod_var))); } IL_001c: { String_t* L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { String_t* L_6 = V_2; return L_6; } } // Firebase.Variant Firebase.Variant::FromInt64(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromInt64_m495D0DD4310B17A1DF66CA6C4801E265DF944405 (int64_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { int64_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_FromInt64_mE62C4A780B5D3BD70AC3C14CF17A980AEBB6B84F(L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_2); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_FromInt64_m495D0DD4310B17A1DF66CA6C4801E265DF944405_RuntimeMethod_var))); } IL_001d: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_2; return L_7; } } // Firebase.Variant Firebase.Variant::FromDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromDouble_mACE124A0E71277468B61F5EF1D565E57550803A1 (double ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { double L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_FromDouble_mBFDF5F4734C690739F4E0092A345CC387B9F6C8A(L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_2); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_FromDouble_mACE124A0E71277468B61F5EF1D565E57550803A1_RuntimeMethod_var))); } IL_001d: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_2; return L_7; } } // Firebase.Variant Firebase.Variant::FromBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromBool_mD8DE9948B0E5CFA584DD4C9513CC29EC8A271230 (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_FromBool_m92C4BBDAB30C65C5ABC643CBAA818C9424DBDE87(L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_2); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_FromBool_mD8DE9948B0E5CFA584DD4C9513CC29EC8A271230_RuntimeMethod_var))); } IL_001d: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_2; return L_7; } } // Firebase.Variant Firebase.Variant::FromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* Variant_FromString_mAF8487B13BB2C4546D53FCB0A5892DF99B64E0B1 (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_0 = NULL; bool V_1 = false; Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* V_2 = NULL; { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_FromString_mD4258668D5D44AE51580AF6B14BA31A536FD9597(L_0, NULL); Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_2 = (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C*)il2cpp_codegen_object_new(Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C_il2cpp_TypeInfo_var); NullCheck(L_2); Variant__ctor_mCBCDC0D6E1290E1A8412B59A4A8956BC32DFA163(L_2, L_1, (bool)1, NULL); V_0 = L_2; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_3; L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_3; bool L_4 = V_1; if (!L_4) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_FromString_mAF8487B13BB2C4546D53FCB0A5892DF99B64E0B1_RuntimeMethod_var))); } IL_001d: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_6 = V_0; V_2 = L_6; goto IL_0021; } IL_0021: { Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* L_7 = V_2; return L_7; } } // System.IntPtr Firebase.Variant::untyped_mutable_blob_data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Variant_untyped_mutable_blob_data_m69D26F368BADF4C3D26A201EFED448CE0A16169E (Variant_t90BF6FF4942F60EB844D3C90213E72E9D4240F1C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr_0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_Variant_untyped_mutable_blob_data_mA898DA666F9663143AED17659F774773F2D6AC18(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_001c; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Variant_untyped_mutable_blob_data_m69D26F368BADF4C3D26A201EFED448CE0A16169E_RuntimeMethod_var))); } IL_001c: { intptr_t L_5 = V_0; V_2 = L_5; goto IL_0020; } IL_0020: { intptr_t L_6 = V_2; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.AppUtilPINVOKE::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE__cctor_m8F7249FF9A16A52D144B2223D3CB9EA2195CE6DF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150* L_0 = (SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150*)il2cpp_codegen_object_new(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var); NullCheck(L_0); SWIGExceptionHelper__ctor_m4DB6794D8CB5F1A9740C37B0C257B69982C013B9(L_0, NULL); ((AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_StaticFields*)il2cpp_codegen_static_fields_for(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var))->___swigExceptionHelper_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_StaticFields*)il2cpp_codegen_static_fields_for(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var))->___swigExceptionHelper_0), (void*)L_0); SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534* L_1 = (SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534*)il2cpp_codegen_object_new(SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var); NullCheck(L_1); SWIGStringHelper__ctor_mF5EBABDC102D937A919B6A6CCA3690E2244ECE85(L_1, NULL); ((AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_StaticFields*)il2cpp_codegen_static_fields_for(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var))->___swigStringHelper_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_StaticFields*)il2cpp_codegen_static_fields_for(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var))->___swigStringHelper_1), (void*)L_1); return; } } // System.Void Firebase.AppUtilPINVOKE::ExportFix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_ExportFix_mA9DF652C52653C377294BEDFC67B78DA024F377F (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_ExportFix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_ExportFix)(); #else il2cppPInvokeFunc(); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureBase__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureBase__SWIG_0_m884A756C927BEE41E8DD0D282A9D32369C8871D8 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_FutureBase__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_FutureBase__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::delete_FutureBase(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureBase_mBA1AC9D7BE7977A080996ED289972DF8449F7BC5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_FutureBase", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_FutureBase)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureBase__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureBase__SWIG_1_m9D0E36CC8F3112BBA642F6321C82E1AD1086EF0B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_FutureBase__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_FutureBase__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FutureBase_Release(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureBase_Release_m614CF71A99BCD343CB463EF18DE243FF779ED32C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBase_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FutureBase_Release)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Int32 Firebase.AppUtilPINVOKE::FutureBase_status(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_FutureBase_status_m3056FA61BBB6B002A5BEE4F34F75DCD0858BC27C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBase_status", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureBase_status)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Int32 Firebase.AppUtilPINVOKE::FutureBase_error(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_FutureBase_error_mDB0C901628E9EE247400F57E7E697743B69906E3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBase_error", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureBase_error)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.String Firebase.AppUtilPINVOKE::FutureBase_error_message(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FutureBase_error_message_mDB4089A47D35BF6D3457750C5355B1908C4BE46B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBase_error_message", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_FutureBase_error_message)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.IntPtr Firebase.AppUtilPINVOKE::new_StringStringMap__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringStringMap__SWIG_0_m84D097C2772CA3A9AC5F931078FB79C3D3C1AF5E (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_StringStringMap__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_StringStringMap__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_StringStringMap__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringStringMap__SWIG_1_m9EAC17BB84BA1B39B47695E5F22818170E8EA76C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_StringStringMap__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_StringStringMap__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.UInt32 Firebase.AppUtilPINVOKE::StringStringMap_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_StringStringMap_size_mD8D9155E1FE3473C2D52EF30DB99A8054B8036C0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_size)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Boolean Firebase.AppUtilPINVOKE::StringStringMap_empty(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringStringMap_empty_mEA829EA0BEFF23CFA23D5F959768ADC147292E4F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_empty", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_empty)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::StringStringMap_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_Clear_m8D2936F5AC4C42D9E10C8A296765929E80819E6A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_Clear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringStringMap_Clear)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.String Firebase.AppUtilPINVOKE::StringStringMap_getitem(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringStringMap_getitem_m9D4E9FAA3CA338A73368072EEA97E99D4BA5FC35 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_getitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_getitem)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::StringStringMap_setitem(System.Runtime.InteropServices.HandleRef,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_setitem_mF52AA2B0DD2B1C82C96641B73D967C5AA0AA3F04 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_setitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Marshaling of parameter '___2_jarg3' to native representation char* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringStringMap_setitem)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; // Marshaling cleanup of parameter '___2_jarg3' native representation il2cpp_codegen_marshal_free(____2_jarg3_marshaled); ____2_jarg3_marshaled = NULL; } // System.Boolean Firebase.AppUtilPINVOKE::StringStringMap_ContainsKey(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringStringMap_ContainsKey_mD1DB16B8E96A716AA7D6E9EF19565228BE89314A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_ContainsKey", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_ContainsKey)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::StringStringMap_Add(System.Runtime.InteropServices.HandleRef,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_Add_mB5BC4CE692924D407020A29EB1D91EA5FD4DACDA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_Add", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Marshaling of parameter '___2_jarg3' to native representation char* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringStringMap_Add)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; // Marshaling cleanup of parameter '___2_jarg3' native representation il2cpp_codegen_marshal_free(____2_jarg3_marshaled); ____2_jarg3_marshaled = NULL; } // System.Boolean Firebase.AppUtilPINVOKE::StringStringMap_Remove(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringStringMap_Remove_mC01EAA294015A6D9D894D19B73DE6455110EBDA8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_Remove", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_Remove)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return static_cast(returnValue); } // System.IntPtr Firebase.AppUtilPINVOKE::StringStringMap_create_iterator_begin(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_StringStringMap_create_iterator_begin_mBBC01E5599A704C943471C9CEFF97810AC4054A1 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_create_iterator_begin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_create_iterator_begin)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.String Firebase.AppUtilPINVOKE::StringStringMap_get_next_key(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringStringMap_get_next_key_mDE2CD543826A393C6BEF7562D4A81B66872826DB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_get_next_key", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_StringStringMap_get_next_key)(____0_jarg1_marshaled, ___1_jarg2); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::StringStringMap_destroy_iterator(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringStringMap_destroy_iterator_mD19027EE722AC2BD93E8F886D93AC6D0C3B56209 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringStringMap_destroy_iterator", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringStringMap_destroy_iterator)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.Void Firebase.AppUtilPINVOKE::delete_StringStringMap(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_StringStringMap_m9ACE5D4FA3CBE366F2925D4328DBE077A95E7196 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_StringStringMap", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_StringStringMap)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::StringList_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Clear_mA9C1BD6CC172901275680AEB2748E6144622DB49 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Clear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_Clear)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::StringList_Add(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Add_m050BE1ED283A5173B5E30D2380A3CD9BF31BFD4A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Add", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_Add)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.UInt32 Firebase.AppUtilPINVOKE::StringList_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_StringList_size_mB3837A73C063BA2A03B8E84CABBCA2055F188C00 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_size)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.UInt32 Firebase.AppUtilPINVOKE::StringList_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_StringList_capacity_mEFBEB721A62D52DB5DEDD869EA60202C7EBF8090 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_capacity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_capacity)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::StringList_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_reserve_m3EC450FC482164E46F5D59625439E28E14107BB8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_reserve", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_reserve)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_StringList__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringList__SWIG_0_m91AFCF7B9B5E6A83BACC6D19B41FAFA55B74B7E8 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_StringList__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_StringList__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_StringList__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringList__SWIG_1_mB8784C347306AD3DDC3B28ED80C67664C3E4C352 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_StringList__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_StringList__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_StringList__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_StringList__SWIG_2_m217CA8094C5E09866D60609F86F34228F6561F44 (int32_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_StringList__SWIG_2", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_StringList__SWIG_2)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.String Firebase.AppUtilPINVOKE::StringList_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringList_getitemcopy_m4E759C8859A08F26031AB5C0C6DEFC3E75400444 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_getitemcopy", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_getitemcopy)(____0_jarg1_marshaled, ___1_jarg2); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.String Firebase.AppUtilPINVOKE::StringList_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_StringList_getitem_m50CBB0FE6387E56F589FDFDD462019B6EE783301 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_getitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_getitem)(____0_jarg1_marshaled, ___1_jarg2); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::StringList_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_setitem_mD94BB2C47E028F4A71A5F47AAAC3A3A6CA03CD92 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_setitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation char* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_setitem)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif // Marshaling cleanup of parameter '___2_jarg3' native representation il2cpp_codegen_marshal_free(____2_jarg3_marshaled); ____2_jarg3_marshaled = NULL; } // System.Void Firebase.AppUtilPINVOKE::StringList_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_AddRange_mFD880BF82D743CB6FD551CAC7C7BF80A1CBC3A39 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_AddRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_AddRange)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::StringList_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_StringList_GetRange_m38CDA5EA864DF2B4C10D74E1A06436A90F18175F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_GetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_GetRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::StringList_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Insert_m7A01B56FCFF4C7AC7081DF005994C86AF6476246 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Insert", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation char* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_Insert)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif // Marshaling cleanup of parameter '___2_jarg3' native representation il2cpp_codegen_marshal_free(____2_jarg3_marshaled); ____2_jarg3_marshaled = NULL; } // System.Void Firebase.AppUtilPINVOKE::StringList_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_InsertRange_m60D45C384FDC7BA23FA2E898C5FD7CB6DF66CB87 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_InsertRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_InsertRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::StringList_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_RemoveAt_m02D3B06BF6520FAADABDE2212B1E65316BA1DDAA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_RemoveAt", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_RemoveAt)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.Void Firebase.AppUtilPINVOKE::StringList_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_RemoveRange_mCA5F8E284530EEA549858C287C3F1734D255235F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_RemoveRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_RemoveRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::StringList_Repeat(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_StringList_Repeat_m7129AD6B0C3AAC05CA2EB80DFB253E8E91CDBC4D (String_t* ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Repeat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_Repeat)(____0_jarg1_marshaled, ___1_jarg2); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; return returnValue; } // System.Void Firebase.AppUtilPINVOKE::StringList_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Reverse__SWIG_0_mDFA926FAB1B062AF92AC3D7124372F899B6C64E0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Reverse__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_Reverse__SWIG_0)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::StringList_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_Reverse__SWIG_1_m9E5E1D33EA4F98DA86A485B553D6D24F46937610 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Reverse__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_Reverse__SWIG_1)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.Void Firebase.AppUtilPINVOKE::StringList_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_StringList_SetRange_m68C384CA7477DE07F98197C912C13EC73EC52492 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_SetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_StringList_SetRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Boolean Firebase.AppUtilPINVOKE::StringList_Contains(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringList_Contains_m0500A7B2DD30A3EB9380157D57869E9C93F6569A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Contains", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_Contains)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return static_cast(returnValue); } // System.Int32 Firebase.AppUtilPINVOKE::StringList_IndexOf(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_StringList_IndexOf_m6D0EA230A30A9692AA79B9EFF0AC34C6E0C3541A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_IndexOf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_IndexOf)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return returnValue; } // System.Int32 Firebase.AppUtilPINVOKE::StringList_LastIndexOf(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_StringList_LastIndexOf_m98A04D8BD04B1ABC3CDCF1863F501BD057B7EDAA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_LastIndexOf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_LastIndexOf)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return returnValue; } // System.Boolean Firebase.AppUtilPINVOKE::StringList_Remove(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_StringList_Remove_mC8EC0A61792ED3EC8719A81AFBAFF2DD90A5696F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_StringList_Remove", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_StringList_Remove)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::delete_StringList(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_StringList_m8CFA21E3669B6B2FA224FE12BE1F3638C6E59778 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_StringList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_StringList)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Clear_m9D4B9235E996C50B584096E85022D75F2B3073B0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Clear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_Clear)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_Add(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Add_m02CC858B931F95BF2032C9F7ABBB548C39EE03DE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Add", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_Add)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.UInt32 Firebase.AppUtilPINVOKE::CharVector_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_CharVector_size_mEE2B8E33CDBB1CDB21CC9F48C617800090F9157E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_size)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.UInt32 Firebase.AppUtilPINVOKE::CharVector_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_CharVector_capacity_mA06A9BD47E115B5C5A663BAD1A19D4092166AE18 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_capacity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_capacity)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::CharVector_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_reserve_m404CF87B084491CAD8247FA8C61F61952DD1A4E9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_reserve", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_reserve)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_CharVector__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_CharVector__SWIG_0_m9C832F13A9D9DD85CB4D655260B5B85B8D60CA92 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_CharVector__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_CharVector__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_CharVector__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_CharVector__SWIG_1_m77FC1270D80666C39E96617BC92EB39EE193D0A8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_CharVector__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_CharVector__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_CharVector__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_CharVector__SWIG_2_mEB5918703E37CCF14101650A56DA6DA29451DA10 (int32_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_CharVector__SWIG_2", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_CharVector__SWIG_2)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.Byte Firebase.AppUtilPINVOKE::CharVector_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t AppUtilPINVOKE_CharVector_getitemcopy_mC25261DD4CC4D3ACDB3FC4194A92B8BFD9FEBD2A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef uint8_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_getitemcopy", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint8_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_getitemcopy)(____0_jarg1_marshaled, ___1_jarg2); #else uint8_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Byte Firebase.AppUtilPINVOKE::CharVector_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t AppUtilPINVOKE_CharVector_getitem_mD0C106F26B9385865014BC7B709D34AD161FFAA7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef uint8_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_getitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint8_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_getitem)(____0_jarg1_marshaled, ___1_jarg2); #else uint8_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::CharVector_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_setitem_mD40CCE1C1CDDAEA5A3C274B08C02702B595C4EAE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, uint8_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_setitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_setitem)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_AddRange_m940C95394A6E7329CC71EC0949E696BA0C40D2B6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_AddRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_AddRange)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::CharVector_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_CharVector_GetRange_mB17A5472210AE02D6C2B1E0B19A21FB03393D0D4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_GetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_GetRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::CharVector_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Insert_m61CBC32DCA79313E965F74B5F97250F322142511 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, uint8_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Insert", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_Insert)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_InsertRange_m05F93B53C7F94627F857634860C01404448A41E8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_InsertRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_InsertRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_RemoveAt_m46DF377506DE7CD67647FECA70C431821064C4BD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_RemoveAt", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_RemoveAt)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_RemoveRange_mEAC9A7DC3F827470CDC3FA736A39C423F28D2546 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_RemoveRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_RemoveRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::CharVector_Repeat(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_CharVector_Repeat_mA6B8905DEC76E1BFC1170637EE273B445E5ACE20 (uint8_t ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (uint8_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint8_t) + 3 + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Repeat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_Repeat)(___0_jarg1, ___1_jarg2); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1, ___1_jarg2); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::CharVector_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Reverse__SWIG_0_m468B413C7F1085FDFCAB91404196B81F5DD4510C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Reverse__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_Reverse__SWIG_0)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_Reverse__SWIG_1_m6057DEDF4EED633F8F6DBEDD73432E5442BCC85F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Reverse__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_Reverse__SWIG_1)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.Void Firebase.AppUtilPINVOKE::CharVector_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_CharVector_SetRange_m3E6DBE00DE6449F32C3CD671E7B9CB6B699D6575 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_SetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_CharVector_SetRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Boolean Firebase.AppUtilPINVOKE::CharVector_Contains(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_CharVector_Contains_m27CA0F6A4D7F976B3A4DF1B9BC9CBD83334A2018 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Contains", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_Contains)(____0_jarg1_marshaled, ___1_jarg2); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return static_cast(returnValue); } // System.Int32 Firebase.AppUtilPINVOKE::CharVector_IndexOf(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_CharVector_IndexOf_mDE8606AD8485E0037CA5FF36DFD35F53AC8BA338 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_IndexOf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_IndexOf)(____0_jarg1_marshaled, ___1_jarg2); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Int32 Firebase.AppUtilPINVOKE::CharVector_LastIndexOf(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_CharVector_LastIndexOf_m961AE1DDE7DD2B6F9AA42AB168E627258FEC524C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_LastIndexOf", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_LastIndexOf)(____0_jarg1_marshaled, ___1_jarg2); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Boolean Firebase.AppUtilPINVOKE::CharVector_Remove(System.Runtime.InteropServices.HandleRef,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_CharVector_Remove_m871D73F06237803ECF9A525AA1BD87E215B9165C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint8_t ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, uint8_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint8_t) + 3; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CharVector_Remove", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CharVector_Remove)(____0_jarg1_marshaled, ___1_jarg2); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::delete_CharVector(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_CharVector_m557F4809749C0E6A74DD0AC8774B6EE3359BB548 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_CharVector", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_CharVector)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureString_mAC94E91BC9CF36165E4B43B2EE8AB75DA77322E5 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_FutureString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_FutureString)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FutureString_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.FutureString/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureString_SWIG_OnCompletion_m19DAC1DCCBF1F67F5288A8C4609190A567DD0D36 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t03C6DC28CE105B32D539FDCC4167C743C77E3DAB* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, Il2CppMethodPointer, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureString_SWIG_OnCompletion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation Il2CppMethodPointer ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___1_jarg2)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureString_SWIG_OnCompletion)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ___2_jarg3); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ___2_jarg3); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FutureString_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureString_SWIG_FreeCompletionData_m94C637336E6986913AE2275E7142D961EDB05D61 (intptr_t ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureString_SWIG_FreeCompletionData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FutureString_SWIG_FreeCompletionData)(___0_jarg1); #else il2cppPInvokeFunc(___0_jarg1); #endif } // System.String Firebase.AppUtilPINVOKE::FutureString_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FutureString_GetResult_m2F190F3386930733C92BFD16689960CB154D1C0E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureString_GetResult", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_FutureString_GetResult)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::delete_FutureString(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureString_m3ED115248B7203A830585D7E6D3D947F2AA8F40D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_FutureString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_FutureString)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureVoid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureVoid_mC3FA659FF38999FAB69F7147D3C7087E65A06769 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_FutureVoid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_FutureVoid)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FutureVoid_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.FutureVoid/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureVoid_SWIG_OnCompletion_mFD32977A7A2E4A35F4DF9D05E4890FEF115BACB9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t6828E7CF61D9964ABFF37AEE2159B3A85866A51C* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, Il2CppMethodPointer, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureVoid_SWIG_OnCompletion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation Il2CppMethodPointer ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___1_jarg2)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureVoid_SWIG_OnCompletion)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ___2_jarg3); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ___2_jarg3); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FutureVoid_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureVoid_SWIG_FreeCompletionData_m2A3F6D97610E37684611807E9F8471619FA7C22F (intptr_t ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureVoid_SWIG_FreeCompletionData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FutureVoid_SWIG_FreeCompletionData)(___0_jarg1); #else il2cppPInvokeFunc(___0_jarg1); #endif } // System.Void Firebase.AppUtilPINVOKE::delete_FutureVoid(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureVoid_m9F8202898737C91464B6621C899505CE987A6393 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_FutureVoid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_FutureVoid)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_FutureBool() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_FutureBool_m1CED08BF880E2AA4964549A1BA17AE3370210994 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_FutureBool", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_FutureBool)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FutureBool_SWIG_OnCompletion(System.Runtime.InteropServices.HandleRef,Firebase.FutureBool/SWIG_CompletionDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureBool_SWIG_OnCompletion_m0F152665A428C241C859E1D06DC5D66003F92C5F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, SWIG_CompletionDelegate_t6527DD1DCC2E569B75EEA7B08542B57FD3B37861* ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, Il2CppMethodPointer, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBool_SWIG_OnCompletion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation Il2CppMethodPointer ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___1_jarg2)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureBool_SWIG_OnCompletion)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ___2_jarg3); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ___2_jarg3); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FutureBool_SWIG_FreeCompletionData(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FutureBool_SWIG_FreeCompletionData_m8DD458F3A7678C0DB6CDA50C704C70BD5ED68D82 (intptr_t ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBool_SWIG_FreeCompletionData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FutureBool_SWIG_FreeCompletionData)(___0_jarg1); #else il2cppPInvokeFunc(___0_jarg1); #endif } // System.Boolean Firebase.AppUtilPINVOKE::FutureBool_GetResult(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_FutureBool_GetResult_mACB80AA0BA9437F416117F17483DEEFDE6C079DC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBool_GetResult", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureBool_GetResult)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::delete_FutureBool(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FutureBool_mFA0EE7165B4D9D422468CA6A3EBC194D755C64BD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_FutureBool", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_FutureBool)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_AppOptionsInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_AppOptionsInternal_m750DB08B53269AA1DE98053ECACB160E4F54D882 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_AppOptionsInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_AppOptionsInternal)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_SetDatabaseUrlInternal(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_SetDatabaseUrlInternal_mD6FC2B8F9A3794F5A7D6AB9184081E2C348A929D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_SetDatabaseUrlInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_SetDatabaseUrlInternal)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_GetDatabaseUrlInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_GetDatabaseUrlInternal_mDCF493437F70125DF396259C58C933F8A03547A2 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_GetDatabaseUrlInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_GetDatabaseUrlInternal)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.IntPtr Firebase.AppUtilPINVOKE::AppOptionsInternal_LoadFromJsonConfig__SWIG_0(System.String,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_AppOptionsInternal_LoadFromJsonConfig__SWIG_0_m59FA6449419C7FE896552492481E255A0E78C4F0 (String_t* ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_LoadFromJsonConfig__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_LoadFromJsonConfig__SWIG_0)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::AppOptionsInternal_LoadFromJsonConfig__SWIG_1(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_AppOptionsInternal_LoadFromJsonConfig__SWIG_1_m6E5DEB3211B5D9E477DC0CE7C10D4542707B1072 (String_t* ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_LoadFromJsonConfig__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_LoadFromJsonConfig__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; return returnValue; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_AppId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_AppId_set_mF49735AB795A69BD3C8E8E7A8BA6C07F14CC99EC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_AppId_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_AppId_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_AppId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_AppId_get_m6AEFE1DA642AB13BBEED5D558A3B9872560D8395 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_AppId_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_AppId_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_ApiKey_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_ApiKey_set_m47AA8DEF19EB00D363BD710D4AB35D0F71D3810C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_ApiKey_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_ApiKey_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_ApiKey_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_ApiKey_get_mE56BE832D66D5DF3061815D009AE7F2AEB6C59F8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_ApiKey_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_ApiKey_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_MessageSenderId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_MessageSenderId_set_mDA27D7165D276BBFCFDFC4ACD9AACC72A332F1E5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_MessageSenderId_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_MessageSenderId_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_MessageSenderId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_MessageSenderId_get_mF83E0E79C76802C20422A570F76BEB880E6F293F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_MessageSenderId_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_MessageSenderId_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_StorageBucket_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_StorageBucket_set_m5DD3F05475370A28525610E5C7EFC8BB3C63CE82 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_StorageBucket_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_StorageBucket_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_StorageBucket_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_StorageBucket_get_m18E2D2C847F91818D2BA578ABFC16D2977BB00EA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_StorageBucket_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_StorageBucket_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_ProjectId_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_ProjectId_set_m7C95589B0C73BE3185D0AE6F6A1A7BF3E0D43DA3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_ProjectId_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_ProjectId_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_ProjectId_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_ProjectId_get_m53ED030886F3EAFB0B68CC9AEFDD9E4A20CD254D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_ProjectId_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_ProjectId_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::AppOptionsInternal_PackageName_set(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppOptionsInternal_PackageName_set_mCFD5B9E4200336CA6873FB7954FAFF26E4F724C8 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_PackageName_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_PackageName_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::AppOptionsInternal_PackageName_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_AppOptionsInternal_PackageName_get_mD7D0E38A0AE2580DD117E15A76E5EED4FEB445CD (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsInternal_PackageName_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsInternal_PackageName_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::delete_AppOptionsInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_AppOptionsInternal_mDE5AAF14647354D43252CFF78E6DEAA1F92F7F8D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_AppOptionsInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_AppOptionsInternal)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::delete_FirebaseApp(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_FirebaseApp_m75E2F97C537CD68378929C575070C253A31D0CE6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_FirebaseApp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_FirebaseApp)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_options(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_options_mE4BF0159DB33A02C3C27F6B106BF3F6317BE91B4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_options", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_options)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_SetDataCollectionDefaultEnabledInternal(System.Runtime.InteropServices.HandleRef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_SetDataCollectionDefaultEnabledInternal_m51D6492CCB4052F79346EEFD64C5ED370578536D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_SetDataCollectionDefaultEnabledInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FirebaseApp_SetDataCollectionDefaultEnabledInternal)(____0_jarg1_marshaled, static_cast(___1_jarg2)); #else il2cppPInvokeFunc(____0_jarg1_marshaled, static_cast(___1_jarg2)); #endif } // System.Boolean Firebase.AppUtilPINVOKE::FirebaseApp_IsDataCollectionDefaultEnabledInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_FirebaseApp_IsDataCollectionDefaultEnabledInternal_m5F37F5CB4F2976D3A28286520BEFE377AFA7E162 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_IsDataCollectionDefaultEnabledInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_IsDataCollectionDefaultEnabledInternal)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.String Firebase.AppUtilPINVOKE::FirebaseApp_NameInternal_get(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FirebaseApp_NameInternal_get_mE4931CA287567E2C7F91442E07F30AE96AE91172 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_NameInternal_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_NameInternal_get)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_CreateInternal__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_0_m8C61ECBE5407D4A591827E10595AE28EFE8C6CE5 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_CreateInternal__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_1_mAED2B8DD96437BA5854BA200F05DC45D8C56DBA6 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FirebaseApp_CreateInternal__SWIG_2(System.Runtime.InteropServices.HandleRef,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FirebaseApp_CreateInternal__SWIG_2_m9283C5D4FA44918AE0671DD601413F8C358C4246 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_2", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation char* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_CreateInternal__SWIG_2)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif // Marshaling cleanup of parameter '___1_jarg2' native representation il2cpp_codegen_marshal_free(____1_jarg2_marshaled); ____1_jarg2_marshaled = NULL; return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_ReleaseReferenceInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_ReleaseReferenceInternal_m5A184BBB9E09539CDDB771120995526D0328439B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_ReleaseReferenceInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FirebaseApp_ReleaseReferenceInternal)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_SetLogLevelInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_SetLogLevelInternal_m36F6E3F410A5293F3EB947AC9268A520674D9DD7 (int32_t ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_SetLogLevelInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FirebaseApp_SetLogLevelInternal)(___0_jarg1); #else il2cppPInvokeFunc(___0_jarg1); #endif } // System.Int32 Firebase.AppUtilPINVOKE::FirebaseApp_GetLogLevelInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_FirebaseApp_GetLogLevelInternal_mAF74BAD43730ACCFFB25EFBDCB0F40CA30CE1940 (const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_GetLogLevelInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_GetLogLevelInternal)(); #else int32_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_RegisterLibrariesInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_RegisterLibrariesInternal_m6A299F866D396117D75C2243115E25F2B8A6F00E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_RegisterLibrariesInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FirebaseApp_RegisterLibrariesInternal)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_LogHeartbeatInternal(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_LogHeartbeatInternal_m6BA2A1959A135C6D953FC965A4C09D80DA62C838 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_LogHeartbeatInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FirebaseApp_LogHeartbeatInternal)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::FirebaseApp_AppSetDefaultConfigPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_FirebaseApp_AppSetDefaultConfigPath_m461EBC1DCEA9353F3C927FAEEB1590BA130E69DB (String_t* ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_AppSetDefaultConfigPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_FirebaseApp_AppSetDefaultConfigPath)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; } // System.String Firebase.AppUtilPINVOKE::FirebaseApp_DefaultName_get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_FirebaseApp_DefaultName_get_m7561CF63339BB772F6A9690B9E07D9E21BA70D2A (const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FirebaseApp_DefaultName_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_FirebaseApp_DefaultName_get)(); #else char* returnValue = il2cppPInvokeFunc(); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE::SetLogLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetLogLevel_m3367A88F1E40707E4182CA748E823DAD110ED972 (int32_t ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_SetLogLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_SetLogLevel)(___0_jarg1); #else il2cppPInvokeFunc(___0_jarg1); #endif } // System.Int32 Firebase.AppUtilPINVOKE::GetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_GetLogLevel_mB3222AF768B74A41D704F285D67DAD9AE116A42C (const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_GetLogLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_GetLogLevel)(); #else int32_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::PollCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_PollCallbacks_mD2FF7C60A52AF22E9AC028564A06E0F3974B6D56 (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_PollCallbacks", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_PollCallbacks)(); #else il2cppPInvokeFunc(); #endif } // System.Void Firebase.AppUtilPINVOKE::AppEnableLogCallback(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_AppEnableLogCallback_m5BB69B725FD3DF1FE26C20DE516F14E02E82BDB3 (bool ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppEnableLogCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_AppEnableLogCallback)(static_cast(___0_jarg1)); #else il2cppPInvokeFunc(static_cast(___0_jarg1)); #endif } // System.Int32 Firebase.AppUtilPINVOKE::AppGetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_AppGetLogLevel_m1FA70677F6D87B20549848E73B88B7A9CE5E6A33 (const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppGetLogLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_AppGetLogLevel)(); #else int32_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::SetEnabledAllAppCallbacks(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetEnabledAllAppCallbacks_m6A273BFF682F24C5D1F66273B0AA3AF975B29019 (bool ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_SetEnabledAllAppCallbacks", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_SetEnabledAllAppCallbacks)(static_cast(___0_jarg1)); #else il2cppPInvokeFunc(static_cast(___0_jarg1)); #endif } // System.Void Firebase.AppUtilPINVOKE::SetEnabledAppCallbackByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetEnabledAppCallbackByName_m4705ADB8109C59533C8D2117C87E6336EEB54A05 (String_t* ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (char*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_SetEnabledAppCallbackByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_SetEnabledAppCallbackByName)(____0_jarg1_marshaled, static_cast(___1_jarg2)); #else il2cppPInvokeFunc(____0_jarg1_marshaled, static_cast(___1_jarg2)); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; } // System.Boolean Firebase.AppUtilPINVOKE::GetEnabledAppCallbackByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_GetEnabledAppCallbackByName_m97E56E8BCA68A8391B677BC814B1E3584FD985C5 (String_t* ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_GetEnabledAppCallbackByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_GetEnabledAppCallbackByName)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::SetLogFunction(Firebase.LogUtil/LogMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_SetLogFunction_m76775D9FA055C83D4C65B6E6E7192E941A433EAE (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_SetLogFunction", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation Il2CppMethodPointer ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___0_jarg1)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_SetLogFunction)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::AppOptionsLoadFromJsonConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_AppOptionsLoadFromJsonConfig_mBCC2EBD6CA6494ECA41B0F6A73042A90B6C813D4 (String_t* ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_AppOptionsLoadFromJsonConfig", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_AppOptionsLoadFromJsonConfig)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; return returnValue; } // System.Int32 Firebase.AppUtilPINVOKE::CheckAndroidDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_CheckAndroidDependencies_m4FCC7A6957631074F898E119E993E423A6EB6C48 (const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_CheckAndroidDependencies", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_CheckAndroidDependencies)(); #else int32_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FixAndroidDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FixAndroidDependencies_m1C8B8699F37268F8755608458DEAE04014F9D7C0 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FixAndroidDependencies", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FixAndroidDependencies)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::InitializePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_InitializePlayServicesInternal_m0027EC41EE00DCF8A530695B979F8AC1EBCEF814 (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_InitializePlayServicesInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_InitializePlayServicesInternal)(); #else il2cppPInvokeFunc(); #endif } // System.Void Firebase.AppUtilPINVOKE::TerminatePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_TerminatePlayServicesInternal_mABD31836A1A4B753A27CFD9472F2513746ED4499 (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_TerminatePlayServicesInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_TerminatePlayServicesInternal)(); #else il2cppPInvokeFunc(); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantVariantMap__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantVariantMap__SWIG_0_m45888945CCBE366A0A2D73CDF4212ABF5A6BF69D (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_VariantVariantMap__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_VariantVariantMap__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantVariantMap__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantVariantMap__SWIG_1_mCB728AB7C3590794972D92938538E636A2247C62 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_VariantVariantMap__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_VariantVariantMap__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.UInt32 Firebase.AppUtilPINVOKE::VariantVariantMap_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_VariantVariantMap_size_m47D217D462E3AA2C0479998CEEC5F0AF5FB9A6AF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_size)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Boolean Firebase.AppUtilPINVOKE::VariantVariantMap_empty(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_VariantVariantMap_empty_mB3ADBE523DB9D602DD0CA74660F9B04D5F2F8377 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_empty", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_empty)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_Clear_mC15F99B817AE7002EB8B6847B9FC4262AF47ED95 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_Clear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_Clear)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::VariantVariantMap_getitem(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantVariantMap_getitem_m8012D3A44F32A4B4A12B3B7C9A1F9804FA889E2C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_getitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_getitem)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_setitem(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_setitem_m59D72239FEC0A32146ED5A9F50A5EEA2FA9CED0D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_setitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_setitem)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #endif } // System.Boolean Firebase.AppUtilPINVOKE::VariantVariantMap_ContainsKey(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_VariantVariantMap_ContainsKey_m8E9F83BAA16786DEA9AA2A23B18BCB67570C2A62 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_ContainsKey", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_ContainsKey)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif return static_cast(returnValue); } // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_Add(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_Add_m7693EF89F3612F62D27F1B7BFFAE93C0D9895FAA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_Add", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_Add)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled); #endif } // System.Boolean Firebase.AppUtilPINVOKE::VariantVariantMap_Remove(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_VariantVariantMap_Remove_mBA53C94FFC339ADCA616B99BC9B3DE9C7184D08B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_Remove", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_Remove)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif return static_cast(returnValue); } // System.IntPtr Firebase.AppUtilPINVOKE::VariantVariantMap_create_iterator_begin(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantVariantMap_create_iterator_begin_m7A904CC444AF4397B7038AD0AB0C14B3ECD21E1B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_create_iterator_begin", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_create_iterator_begin)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::VariantVariantMap_get_next_key(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantVariantMap_get_next_key_mF61D7A043695C1BB6C22D37C0C45821647E91411 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_get_next_key", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_get_next_key)(____0_jarg1_marshaled, ___1_jarg2); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::VariantVariantMap_destroy_iterator(System.Runtime.InteropServices.HandleRef,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantVariantMap_destroy_iterator_m73C0BA71E2300B2C6A255129175E8C2B37EA85C4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, intptr_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantVariantMap_destroy_iterator", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantVariantMap_destroy_iterator)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.Void Firebase.AppUtilPINVOKE::delete_VariantVariantMap(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_VariantVariantMap_mFE3E435232BF15367FA092A1098ED3FDEC0ABA0B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_VariantVariantMap", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_VariantVariantMap)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_Clear(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Clear_mDE3E49FAFEC9650E4DB5278CC224D3C8F2093FD5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_Clear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_Clear)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_Add(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Add_m04D7D25968A240F3F563E39D87F5D064990F5D26 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_Add", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_Add)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif } // System.UInt32 Firebase.AppUtilPINVOKE::VariantList_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_VariantList_size_m3A48821A74BE9435C6B2EF9632FA19F2D77C81EF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantList_size)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.UInt32 Firebase.AppUtilPINVOKE::VariantList_capacity(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_VariantList_capacity_m2563A933AF3FBDEB49F6A80A416E95884197E7B9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_capacity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantList_capacity)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::VariantList_reserve(System.Runtime.InteropServices.HandleRef,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_reserve_mBC5280078BBB9177B1F9549137C810152C90D467 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_reserve", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_reserve)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantList__SWIG_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantList__SWIG_0_mEF081575C63FB463373D17FA534047F7EF70C1AF (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_VariantList__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_VariantList__SWIG_0)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantList__SWIG_1(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantList__SWIG_1_m8C315E58B43E747EFBE9BDAA64EB04368AD41652 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_VariantList__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_VariantList__SWIG_1)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::new_VariantList__SWIG_2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_new_VariantList__SWIG_2_mF752F53974C04A6A9E8691792FC62BE33190E42F (int32_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_new_VariantList__SWIG_2", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_new_VariantList__SWIG_2)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_getitemcopy(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_getitemcopy_m89162DC847DB2C828475FC77A065EC0735069C81 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_getitemcopy", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantList_getitemcopy)(____0_jarg1_marshaled, ___1_jarg2); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_getitem(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_getitem_mDBA8806675B9D11F3074AE72C844D01EF9F6A3FF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_getitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantList_getitem)(____0_jarg1_marshaled, ___1_jarg2); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::VariantList_setitem(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_setitem_m978CEC7F06C8566EA34FB3A05FE3222C445E3211 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_setitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_setitem)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_AddRange(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_AddRange_mD723EDB5A164E7E397A9B53D8A6EA646E8D014C9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_AddRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___1_jarg2' to native representation void* ____1_jarg2_marshaled = NULL; ____1_jarg2_marshaled = (void*)___1_jarg2.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_AddRange)(____0_jarg1_marshaled, ____1_jarg2_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_GetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_GetRange_mA021291CE93945C00BEB2C2A6424CA0EA8F856F5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_GetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantList_GetRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::VariantList_Insert(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Insert_m9542AEC8F7C526D66B63502DA813685BD0E0BD27 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_Insert", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_Insert)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_InsertRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_InsertRange_m7491581E38636BE2F81FC1DB11FF8C7C6514CA6B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_InsertRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_InsertRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_RemoveAt(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_RemoveAt_m106734D07EA4E0EEB4D7B49DF4BA375A1A9F0789 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_RemoveAt", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_RemoveAt)(____0_jarg1_marshaled, ___1_jarg2); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_RemoveRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_RemoveRange_mAEDD38649A74C5998272C1AFD7F28DBCE1F7FDE4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_RemoveRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_RemoveRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::VariantList_Repeat(System.Runtime.InteropServices.HandleRef,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_VariantList_Repeat_mA170BE67978431CCACBA5F3FF6534BDE9CD64A2E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_Repeat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_VariantList_Repeat)(____0_jarg1_marshaled, ___1_jarg2); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::VariantList_Reverse__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Reverse__SWIG_0_mF778065E495CE511C1E8DBF7B191FEA482372FC2 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_Reverse__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_Reverse__SWIG_0)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_Reverse__SWIG_1(System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_Reverse__SWIG_1_mA1337882E1C944DCBA4F8FD598F0F87A042C7D10 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_Reverse__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_Reverse__SWIG_1)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3); #endif } // System.Void Firebase.AppUtilPINVOKE::VariantList_SetRange(System.Runtime.InteropServices.HandleRef,System.Int32,System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_VariantList_SetRange_mFA9CC25D83827373D56CC2390EE117E08F9CA1AE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_VariantList_SetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Marshaling of parameter '___2_jarg3' to native representation void* ____2_jarg3_marshaled = NULL; ____2_jarg3_marshaled = (void*)___2_jarg3.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_VariantList_SetRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::delete_VariantList(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_VariantList_mFCC6CA449E1F1B85B7D2EFB7A9735C2CFD7F1BC3 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_VariantList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_VariantList)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE::delete_Variant(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE_delete_Variant_mA45ED3EFF2C315AFC59E0FF4A3950E6CA06EE363 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_delete_Variant", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(Firebase_App_CSharp_delete_Variant)(____0_jarg1_marshaled); #else il2cppPInvokeFunc(____0_jarg1_marshaled); #endif } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_Null() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_Null_mD98D6D125248FC70DF6C06ED53A3DDF9C1E015C9 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_Null", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_Null)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_EmptyVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_EmptyVector_m6F7B17C6003A866E567ACDFFF2E2A633F014142F (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_EmptyVector", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_EmptyVector)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_EmptyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_EmptyMap_m2E0690FDBAB9979B00F710E62334DBA504F58CD1 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_EmptyMap", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_EmptyMap)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_EmptyMutableBlob(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_EmptyMutableBlob_mC39499DF768E9DB8E198F4EADD564A1B29B49261 (uint32_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (uint32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_EmptyMutableBlob", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_EmptyMutableBlob)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.Int32 Firebase.AppUtilPINVOKE::Variant_type(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtilPINVOKE_Variant_type_m0575207999A99C1679D7E9ABF70BF42B2DBA13AA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_type", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_type)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Boolean Firebase.AppUtilPINVOKE::Variant_is_string(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_Variant_is_string_m0F75C01B34DB5651C00B60D0F477BF7BDD22DF3F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_is_string", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_is_string)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.Boolean Firebase.AppUtilPINVOKE::Variant_is_fundamental_type(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_Variant_is_fundamental_type_m8B68412DA67C92C82E313F5F7CE9CFF9C70F40FC (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_is_fundamental_type", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_is_fundamental_type)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_AsString(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_AsString_m14A8B144EA7FAF0396478ACF233863E9CFB982AA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_AsString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_AsString)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.UInt32 Firebase.AppUtilPINVOKE::Variant_blob_size(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AppUtilPINVOKE_Variant_blob_size_m848887376DB001FD4066EFB4DAC5F13D3A7E4712 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_blob_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL uint32_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_blob_size)(____0_jarg1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_vector__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_vector__SWIG_0_m2EEE0E67CF5880090850B48A7D84B644AC1849AA (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_vector__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_vector__SWIG_0)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_map__SWIG_0(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_map__SWIG_0_mE008492E043F7AE7554961B5382C1D6BFCCCEDD9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_map__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_map__SWIG_0)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Int64 Firebase.AppUtilPINVOKE::Variant_int64_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t AppUtilPINVOKE_Variant_int64_value_m7215A286D3C0BDD480ED52735607F63039BDB947 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int64_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_int64_value", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int64_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_int64_value)(____0_jarg1_marshaled); #else int64_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Double Firebase.AppUtilPINVOKE::Variant_double_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double AppUtilPINVOKE_Variant_double_value_m3F37AD68D935C0EE9CED1063E55D2D47AE89FE7C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef double (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_double_value", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL double returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_double_value)(____0_jarg1_marshaled); #else double returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.Boolean Firebase.AppUtilPINVOKE::Variant_bool_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtilPINVOKE_Variant_bool_value_m9A7C00507E31A2EAA81D670B132BFE78D23ACDFB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_bool_value", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL int32_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_bool_value)(____0_jarg1_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return static_cast(returnValue); } // System.String Firebase.AppUtilPINVOKE::Variant_string_value(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppUtilPINVOKE_Variant_string_value_mCFC1313C97830F6EC780F3A3E37A2C8E898E45EB (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_string_value", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL char* returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_string_value)(____0_jarg1_marshaled); #else char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; return _returnValue_unmarshaled; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromInt64(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromInt64_mE62C4A780B5D3BD70AC3C14CF17A980AEBB6B84F (int64_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int64_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int64_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_FromInt64", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_FromInt64)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromDouble(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromDouble_mBFDF5F4734C690739F4E0092A345CC387B9F6C8A (double ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (double); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(double); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_FromDouble", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_FromDouble)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromBool(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromBool_m92C4BBDAB30C65C5ABC643CBAA818C9424DBDE87 (bool ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_FromBool", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_FromBool)(static_cast(___0_jarg1)); #else intptr_t returnValue = il2cppPInvokeFunc(static_cast(___0_jarg1)); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_FromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_FromString_mD4258668D5D44AE51580AF6B14BA31A536FD9597 (String_t* ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_FromString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation char* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = il2cpp_codegen_marshal_string(___0_jarg1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_FromString)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif // Marshaling cleanup of parameter '___0_jarg1' native representation il2cpp_codegen_marshal_free(____0_jarg1_marshaled); ____0_jarg1_marshaled = NULL; return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::Variant_untyped_mutable_blob_data(System.Runtime.InteropServices.HandleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_Variant_untyped_mutable_blob_data_mA898DA666F9663143AED17659F774773F2D6AC18 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_Variant_untyped_mutable_blob_data", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_jarg1' to native representation void* ____0_jarg1_marshaled = NULL; ____0_jarg1_marshaled = (void*)___0_jarg1.____handle_1; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_Variant_untyped_mutable_blob_data)(____0_jarg1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FutureString_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureString_SWIGUpcast_m17075EB922405C229A2C957B8E7567A0629ED35C (intptr_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureString_SWIGUpcast", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureString_SWIGUpcast)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FutureVoid_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureVoid_SWIGUpcast_m8D1EB93463FFA3A9F14A49FD1459CBE45E8957CC (intptr_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureVoid_SWIGUpcast", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureVoid_SWIGUpcast)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.IntPtr Firebase.AppUtilPINVOKE::FutureBool_SWIGUpcast(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t AppUtilPINVOKE_FutureBool_SWIGUpcast_m946552C35D19BA39B8B57EF0CD8F599105129402 (intptr_t ___0_jarg1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "Firebase_App_CSharp_FutureBool_SWIGUpcast", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL intptr_t returnValue = reinterpret_cast(Firebase_App_CSharp_FutureBool_SWIGUpcast)(___0_jarg1); #else intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1); #endif return returnValue; } // System.Void Firebase.AppUtilPINVOKE::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtilPINVOKE__ctor_mD205E4C11D753FDB249E85051AF2850185F3BB17 (AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342* __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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191(char* ___0_message) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Managed method invocation SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191(____0_message_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC(char* ___0_message, char* ___1_paramName) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Marshaling of parameter '___1_paramName' to managed representation String_t* ____1_paramName_unmarshaled = NULL; ____1_paramName_unmarshaled = il2cpp_codegen_marshal_string_result(___1_paramName); // Managed method invocation SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC(____0_message_unmarshaled, ____1_paramName_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0(char* ___0_message, char* ___1_paramName) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Marshaling of parameter '___1_paramName' to managed representation String_t* ____1_paramName_unmarshaled = NULL; ____1_paramName_unmarshaled = il2cpp_codegen_marshal_string_result(___1_paramName); // Managed method invocation SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0(____0_message_unmarshaled, ____1_paramName_unmarshaled, NULL); } extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926(char* ___0_message, char* ___1_paramName) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_message' to managed representation String_t* ____0_message_unmarshaled = NULL; ____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message); // Marshaling of parameter '___1_paramName' to managed representation String_t* ____1_paramName_unmarshaled = NULL; ____1_paramName_unmarshaled = il2cpp_codegen_marshal_string_result(___1_paramName); // Managed method invocation SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926(____0_message_unmarshaled, ____1_paramName_unmarshaled, NULL); } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SWIGRegisterExceptionCallbacks_AppUtil(Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacks_AppUtil_m37C58735D4F8200BA3896F46FD46006F467A604D (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___0_applicationDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___1_arithmeticDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___2_divideByZeroDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___3_indexOutOfRangeDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___4_invalidCastDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___5_invalidOperationDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___6_ioDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___7_nullReferenceDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___8_outOfMemoryDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___9_overflowDelegate, ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* ___10_systemExceptionDelegate, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "SWIGRegisterExceptionCallbacks_AppUtil", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_applicationDelegate' to native representation Il2CppMethodPointer ____0_applicationDelegate_marshaled = NULL; ____0_applicationDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___0_applicationDelegate)); // Marshaling of parameter '___1_arithmeticDelegate' to native representation Il2CppMethodPointer ____1_arithmeticDelegate_marshaled = NULL; ____1_arithmeticDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___1_arithmeticDelegate)); // Marshaling of parameter '___2_divideByZeroDelegate' to native representation Il2CppMethodPointer ____2_divideByZeroDelegate_marshaled = NULL; ____2_divideByZeroDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___2_divideByZeroDelegate)); // Marshaling of parameter '___3_indexOutOfRangeDelegate' to native representation Il2CppMethodPointer ____3_indexOutOfRangeDelegate_marshaled = NULL; ____3_indexOutOfRangeDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___3_indexOutOfRangeDelegate)); // Marshaling of parameter '___4_invalidCastDelegate' to native representation Il2CppMethodPointer ____4_invalidCastDelegate_marshaled = NULL; ____4_invalidCastDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___4_invalidCastDelegate)); // Marshaling of parameter '___5_invalidOperationDelegate' to native representation Il2CppMethodPointer ____5_invalidOperationDelegate_marshaled = NULL; ____5_invalidOperationDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___5_invalidOperationDelegate)); // Marshaling of parameter '___6_ioDelegate' to native representation Il2CppMethodPointer ____6_ioDelegate_marshaled = NULL; ____6_ioDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___6_ioDelegate)); // Marshaling of parameter '___7_nullReferenceDelegate' to native representation Il2CppMethodPointer ____7_nullReferenceDelegate_marshaled = NULL; ____7_nullReferenceDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___7_nullReferenceDelegate)); // Marshaling of parameter '___8_outOfMemoryDelegate' to native representation Il2CppMethodPointer ____8_outOfMemoryDelegate_marshaled = NULL; ____8_outOfMemoryDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___8_outOfMemoryDelegate)); // Marshaling of parameter '___9_overflowDelegate' to native representation Il2CppMethodPointer ____9_overflowDelegate_marshaled = NULL; ____9_overflowDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___9_overflowDelegate)); // Marshaling of parameter '___10_systemExceptionDelegate' to native representation Il2CppMethodPointer ____10_systemExceptionDelegate_marshaled = NULL; ____10_systemExceptionDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___10_systemExceptionDelegate)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(SWIGRegisterExceptionCallbacks_AppUtil)(____0_applicationDelegate_marshaled, ____1_arithmeticDelegate_marshaled, ____2_divideByZeroDelegate_marshaled, ____3_indexOutOfRangeDelegate_marshaled, ____4_invalidCastDelegate_marshaled, ____5_invalidOperationDelegate_marshaled, ____6_ioDelegate_marshaled, ____7_nullReferenceDelegate_marshaled, ____8_outOfMemoryDelegate_marshaled, ____9_overflowDelegate_marshaled, ____10_systemExceptionDelegate_marshaled); #else il2cppPInvokeFunc(____0_applicationDelegate_marshaled, ____1_arithmeticDelegate_marshaled, ____2_divideByZeroDelegate_marshaled, ____3_indexOutOfRangeDelegate_marshaled, ____4_invalidCastDelegate_marshaled, ____5_invalidOperationDelegate_marshaled, ____6_ioDelegate_marshaled, ____7_nullReferenceDelegate_marshaled, ____8_outOfMemoryDelegate_marshaled, ____9_overflowDelegate_marshaled, ____10_systemExceptionDelegate_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SWIGRegisterExceptionCallbacksArgument_AppUtil(Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate,Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacksArgument_AppUtil_m20CAE98AF0AFEDCADBBEAA94148843C8C671F8D5 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___0_argumentDelegate, ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___1_argumentNullDelegate, ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* ___2_argumentOutOfRangeDelegate, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "SWIGRegisterExceptionArgumentCallbacks_AppUtil", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_argumentDelegate' to native representation Il2CppMethodPointer ____0_argumentDelegate_marshaled = NULL; ____0_argumentDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___0_argumentDelegate)); // Marshaling of parameter '___1_argumentNullDelegate' to native representation Il2CppMethodPointer ____1_argumentNullDelegate_marshaled = NULL; ____1_argumentNullDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___1_argumentNullDelegate)); // Marshaling of parameter '___2_argumentOutOfRangeDelegate' to native representation Il2CppMethodPointer ____2_argumentOutOfRangeDelegate_marshaled = NULL; ____2_argumentOutOfRangeDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___2_argumentOutOfRangeDelegate)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(SWIGRegisterExceptionArgumentCallbacks_AppUtil)(____0_argumentDelegate_marshaled, ____1_argumentNullDelegate_marshaled, ____2_argumentOutOfRangeDelegate_marshaled); #else il2cppPInvokeFunc(____0_argumentDelegate_marshaled, ____1_argumentNullDelegate_marshaled, ____2_argumentOutOfRangeDelegate_marshaled); #endif } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingApplicationException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_2 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var); NullCheck(L_2); ApplicationException__ctor_m924E77609BAFA0595453363EB8B7BCCBA03B32DD(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArithmeticException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_2 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var); NullCheck(L_2); ArithmeticException__ctor_m880D58CC9B6CD2F0E867298BA748343216D89A8B(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingDivideByZeroException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* L_2 = (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279*)il2cpp_codegen_object_new(DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279_il2cpp_TypeInfo_var); NullCheck(L_2); DivideByZeroException__ctor_mE15900048AEEE9B66A4DD9F2ACAC4448D85D4F23(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingIndexOutOfRangeException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_2 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var); NullCheck(L_2); IndexOutOfRangeException__ctor_m390691571A232F79022C84ED002FDEF8974255E1(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingInvalidCastException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_2 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var); NullCheck(L_2); InvalidCastException__ctor_m40BCFD6C1C79DE81191B829AF71BEB590E300396(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingInvalidOperationException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var); NullCheck(L_2); InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingIOException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_2 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var); NullCheck(L_2); IOException__ctor_mFA9F39D1AF43FBC40BFA68A7BFE07852D1EF8B1B(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingNullReferenceException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_2 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var); NullCheck(L_2); NullReferenceException__ctor_mD00D7FE987C285C8DB23883700F44BC0025F55EF(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingOutOfMemoryException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* L_2 = (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)il2cpp_codegen_object_new(OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var); NullCheck(L_2); OutOfMemoryException__ctor_mC60E0CF8E50CA43F0518570ACC051F6BA8A1D1F2(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingOverflowException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_2 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var); NullCheck(L_2); OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingSystemException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191 (String_t* ___0_message, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* L_2 = (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295*)il2cpp_codegen_object_new(SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var); NullCheck(L_2); SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(L_2, L_0, L_1, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_2, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArgumentException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; String_t* L_1 = ___1_paramName; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_3); ArgumentException__ctor_m790F28810569425B0503056EF1A9CDDF9AFBB3F0(L_3, L_0, L_1, L_2, NULL); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_3, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArgumentNullException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B47BC9031A69F662702621810EC706E2C081467); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_0; L_0 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); V_0 = L_0; Exception_t* L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(Exception_t*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0022; } } { String_t* L_3 = ___0_message; Exception_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4); String_t* L_6; L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_3, _stringLiteral0B47BC9031A69F662702621810EC706E2C081467, L_5, NULL); ___0_message = L_6; } IL_0022: { String_t* L_7 = ___1_paramName; String_t* L_8 = ___0_message; ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var); NullCheck(L_9); ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_9, L_7, L_8, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_9, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::SetPendingArgumentOutOfRangeException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B47BC9031A69F662702621810EC706E2C081467); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_0; L_0 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); V_0 = L_0; Exception_t* L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(Exception_t*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0022; } } { String_t* L_3 = ___0_message; Exception_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4); String_t* L_6; L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_3, _stringLiteral0B47BC9031A69F662702621810EC706E2C081467, L_5, NULL); ___0_message = L_6; } IL_0022: { String_t* L_7 = ___1_paramName; String_t* L_8 = ___0_message; ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, L_7, L_8, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642(L_9, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper__cctor_m2E9064FCCB3E37EAE10ED204AF7A72C0F1F78F8B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_0 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_0); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_0, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingApplicationException_m7FE3B7ADC198F4ED5A180BC5ECD18CC371444591_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___applicationDelegate_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___applicationDelegate_0), (void*)L_0); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_1 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_1); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_1, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArithmeticException_m5DA562871B81FA3E688FD12D78E82882F5ADC315_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___arithmeticDelegate_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___arithmeticDelegate_1), (void*)L_1); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_2 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_2); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_2, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingDivideByZeroException_m7AE515E72B8E23D18919432B5B7BF0F06CCD18E7_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___divideByZeroDelegate_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___divideByZeroDelegate_2), (void*)L_2); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_3 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_3); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_3, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mCD203C03B85ADB38206622594E5DEECA14C1CA7E_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___indexOutOfRangeDelegate_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___indexOutOfRangeDelegate_3), (void*)L_3); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_4 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_4); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_4, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingInvalidCastException_m64057305E28A3122C79BFF5A8C441D72B04C6E5B_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___invalidCastDelegate_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___invalidCastDelegate_4), (void*)L_4); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_5 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_5); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_5, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingInvalidOperationException_m4CE89FA918E3D9CA7C6391147792F8226CF6BA07_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___invalidOperationDelegate_5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___invalidOperationDelegate_5), (void*)L_5); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_6 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_6); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_6, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingIOException_mA50448F1AA4CA664C39B8AB78EF912F18E0DDF50_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___ioDelegate_6 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___ioDelegate_6), (void*)L_6); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_7 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_7); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_7, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingNullReferenceException_m0CE8D326228371436AB3BBCE9AA7464619030A35_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___nullReferenceDelegate_7 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___nullReferenceDelegate_7), (void*)L_7); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_8 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_8); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_8, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingOutOfMemoryException_mB4209DD263A50C83F1E9CE39A85ADDAE18F51759_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___outOfMemoryDelegate_8 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___outOfMemoryDelegate_8), (void*)L_8); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_9 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_9); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_9, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingOverflowException_m366DEFCF657EFE4CBABD2ADCD7D09BD6144E25B0_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___overflowDelegate_9 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___overflowDelegate_9), (void*)L_9); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_10 = (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2*)il2cpp_codegen_object_new(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2_il2cpp_TypeInfo_var); NullCheck(L_10); ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8(L_10, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingSystemException_mE317DA81F256CF3BD75CAC264E25961D7A536191_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___systemDelegate_10 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___systemDelegate_10), (void*)L_10); ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* L_11 = (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2*)il2cpp_codegen_object_new(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2_il2cpp_TypeInfo_var); NullCheck(L_11); ExceptionArgumentDelegate__ctor_m45E4EFAE5F14FFEC5843A00ABEF4D0E1F0854629(L_11, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArgumentException_m82CC529F5355DF173784D29CDB197BC3AAA353BC_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentDelegate_11 = L_11; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentDelegate_11), (void*)L_11); ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* L_12 = (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2*)il2cpp_codegen_object_new(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2_il2cpp_TypeInfo_var); NullCheck(L_12); ExceptionArgumentDelegate__ctor_m45E4EFAE5F14FFEC5843A00ABEF4D0E1F0854629(L_12, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArgumentNullException_m1A239C193A01B3E73BD763718FB528ED933847A0_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentNullDelegate_12 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentNullDelegate_12), (void*)L_12); ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* L_13 = (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2*)il2cpp_codegen_object_new(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2_il2cpp_TypeInfo_var); NullCheck(L_13); ExceptionArgumentDelegate__ctor_m45E4EFAE5F14FFEC5843A00ABEF4D0E1F0854629(L_13, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_m1F079CDB1AC454648BEFF38716F88AFE6FA8F926_RuntimeMethod_var), NULL); ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentOutOfRangeDelegate_13 = L_13; Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentOutOfRangeDelegate_13), (void*)L_13); ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_14 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___applicationDelegate_0; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_15 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___arithmeticDelegate_1; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_16 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___divideByZeroDelegate_2; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_17 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___indexOutOfRangeDelegate_3; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_18 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___invalidCastDelegate_4; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_19 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___invalidOperationDelegate_5; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_20 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___ioDelegate_6; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_21 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___nullReferenceDelegate_7; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_22 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___outOfMemoryDelegate_8; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_23 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___overflowDelegate_9; ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* L_24 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___systemDelegate_10; SWIGExceptionHelper_SWIGRegisterExceptionCallbacks_AppUtil_m37C58735D4F8200BA3896F46FD46006F467A604D(L_14, L_15, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23, L_24, NULL); ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* L_25 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentDelegate_11; ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* L_26 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentNullDelegate_12; ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* L_27 = ((SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150_il2cpp_TypeInfo_var))->___argumentOutOfRangeDelegate_13; SWIGExceptionHelper_SWIGRegisterExceptionCallbacksArgument_AppUtil_m20CAE98AF0AFEDCADBBEAA94148843C8C671F8D5(L_25, L_26, L_27, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper__ctor_m4DB6794D8CB5F1A9740C37B0C257B69982C013B9 (SWIGExceptionHelper_tE9BA80B4C669BF5192DAA694FF28DE56BC7EC150* __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 void ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_Multicast(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_message, reinterpret_cast(currentDelegate->___method_3)); } } void ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_OpenInst(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { NullCheck(___0_message); typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_message, method); } void ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_OpenStatic(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_message, method); } void ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_OpenStaticInvoker(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { InvokerActionInvoker1< String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_message); } void ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_ClosedStaticInvoker(ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_message); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2 (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_message' to native representation char* ____0_message_marshaled = NULL; ____0_message_marshaled = il2cpp_codegen_marshal_string(___0_message); // Native function invocation il2cppPInvokeFunc(____0_message_marshaled); // Marshaling cleanup of parameter '___0_message' native representation il2cpp_codegen_marshal_free(____0_message_marshaled); ____0_message_marshaled = NULL; } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate__ctor_m49AB94CEC8E6544CE0D7B1E2300735728EE336D8 (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25_Multicast; } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate_Invoke_mE04E9A1D96F5AE159E3D7878E87706B91A149B25 (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_message, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate::BeginInvoke(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionDelegate_BeginInvoke_m130850A278E1B1C021DE291D5646EC3200040411 (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, String_t* ___0_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_message; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate_EndInvoke_m347C9C5550C3685CB4DB7537C27796642CAE9DDD (ExceptionDelegate_tB04759C7781B4E0DC8CB51FC317A27CCA77850C2* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_Multicast(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_message, ___1_paramName, reinterpret_cast(currentDelegate->___method_3)); } } void ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_OpenInst(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { NullCheck(___0_message); typedef void (*FunctionPointerType) (String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_message, ___1_paramName, method); } void ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_OpenStatic(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_message, ___1_paramName, method); } void ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_OpenStaticInvoker(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { InvokerActionInvoker2< String_t*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_message, ___1_paramName); } void ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_ClosedStaticInvoker(ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, String_t*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_message, ___1_paramName); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*, char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_message' to native representation char* ____0_message_marshaled = NULL; ____0_message_marshaled = il2cpp_codegen_marshal_string(___0_message); // Marshaling of parameter '___1_paramName' to native representation char* ____1_paramName_marshaled = NULL; ____1_paramName_marshaled = il2cpp_codegen_marshal_string(___1_paramName); // Native function invocation il2cppPInvokeFunc(____0_message_marshaled, ____1_paramName_marshaled); // Marshaling cleanup of parameter '___0_message' native representation il2cpp_codegen_marshal_free(____0_message_marshaled); ____0_message_marshaled = NULL; // Marshaling cleanup of parameter '___1_paramName' native representation il2cpp_codegen_marshal_free(____1_paramName_marshaled); ____1_paramName_marshaled = NULL; } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate__ctor_m45E4EFAE5F14FFEC5843A00ABEF4D0E1F0854629 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 1; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8_Multicast; } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate::Invoke(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate_Invoke_m46BEB8B17B239BFB498C54B89EB06352BD1948F8 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, String_t*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_message, ___1_paramName, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate::BeginInvoke(System.String,System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionArgumentDelegate_BeginInvoke_mFD03823FDD31BB5652AEEFEAEDD0AF1082114A33 (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, String_t* ___0_message, String_t* ___1_paramName, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_message; __d_args[1] = ___1_paramName; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } // System.Void Firebase.AppUtilPINVOKE/SWIGExceptionHelper/ExceptionArgumentDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate_EndInvoke_m38DAF01850B5AE02D695D2248836E50CBB1C6A2B (ExceptionArgumentDelegate_t6B395E61CE4DD6A6EE04842EA9A355E05C47A3A2* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Firebase.AppUtilPINVOKE/SWIGPendingException::get_Pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; { V_0 = (bool)0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); int32_t L_0 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1; V_1 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_2 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0; V_2 = (bool)((!(((RuntimeObject*)(Exception_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_001d; } } { V_0 = (bool)1; } IL_001d: { bool L_4 = V_0; V_3 = L_4; goto IL_0021; } IL_0021: { bool L_5 = V_3; return L_5; } } // System.Void Firebase.AppUtilPINVOKE/SWIGPendingException::Set(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642 (Exception_t* ___0_e, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_0 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0; V_0 = (bool)((!(((RuntimeObject*)(Exception_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_002d; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_2 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))))->___pendingException_0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); String_t* L_4; L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB9902E2A4DFEBC0D9FA90B929984CE8637D6BAE)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), NULL); Exception_t* L_5 = ___0_e; ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_6 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var))); NullCheck(L_6); ApplicationException__ctor_m924E77609BAFA0595453363EB8B7BCCBA03B32DD(L_6, L_4, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_Set_m7EB577A3129E190D2FBAF8CB9C9CAB7F87DA2642_RuntimeMethod_var))); } IL_002d: { Exception_t* L_7 = ___0_e; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0), (void*)L_7); RuntimeObject* L_8 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___exceptionsLock_2; V_1 = L_8; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0054: {// begin finally (depth: 1) { bool L_9 = V_2; if (!L_9) { goto IL_005e; } } { RuntimeObject* L_10 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_10, NULL); } IL_005e: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_11 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_11, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); int32_t L_12 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1; ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1 = ((int32_t)il2cpp_codegen_add(L_12, 1)); goto IL_005f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005f: { return; } } // System.Exception Firebase.AppUtilPINVOKE/SWIGPendingException::Retrieve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t* V_0 = NULL; bool V_1 = false; bool V_2 = false; RuntimeObject* V_3 = NULL; bool V_4 = false; Exception_t* V_5 = NULL; { V_0 = (Exception_t*)NULL; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); int32_t L_0 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1; V_1 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0059; } } { il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_2 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0; V_2 = (bool)((!(((RuntimeObject*)(Exception_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_0058; } } { il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); Exception_t* L_4 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0; V_0 = L_4; ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0 = (Exception_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0), (void*)(Exception_t*)NULL); RuntimeObject* L_5 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___exceptionsLock_2; V_3 = L_5; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004b: {// begin finally (depth: 1) { bool L_6 = V_4; if (!L_6) { goto IL_0056; } } { RuntimeObject* L_7 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_7, NULL); } IL_0056: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_8 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_8, (&V_4), NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); int32_t L_9 = ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1; ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); goto IL_0057; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { } IL_0058: { } IL_0059: { Exception_t* L_10 = V_0; V_5 = L_10; goto IL_005e; } IL_005e: { Exception_t* L_11 = V_5; return L_11; } } // System.Void Firebase.AppUtilPINVOKE/SWIGPendingException::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException__cctor_m171494E914FABB4580D25BA675FC206C6C83B6ED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0 = (Exception_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___pendingException_0), (void*)(Exception_t*)NULL); ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___numExceptionsPending_1 = 0; ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___exceptionsLock_2 = NULL; Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___exceptionsLock_2), (void*)NULL); RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___exceptionsLock_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))->___exceptionsLock_2), (void*)L_0); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGPendingException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException__ctor_m0A837A6ABBDA0870B289A9782F65D7125C0E1E41 (SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63* __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 extern "C" char* DEFAULT_CALL ReversePInvokeWrapper_SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F(char* ___0_cString) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___0_cString' to managed representation String_t* ____0_cString_unmarshaled = NULL; ____0_cString_unmarshaled = il2cpp_codegen_marshal_string_result(___0_cString); // Managed method invocation String_t* returnValue; returnValue = SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F(____0_cString_unmarshaled, NULL); // Marshaling of return value back from managed representation char* _returnValue_marshaled = NULL; _returnValue_marshaled = il2cpp_codegen_marshal_string(returnValue); return _returnValue_marshaled; } // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper::SWIGRegisterStringCallback_AppUtil(Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper_SWIGRegisterStringCallback_AppUtil_m6DC4FCA4611C8A5521BE0E65F5CCE26D000E4DD1 (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* ___0_stringDelegate, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("FirebaseCppApp-11_7_0"), "SWIGRegisterStringCallback_AppUtil", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___0_stringDelegate' to native representation Il2CppMethodPointer ____0_stringDelegate_marshaled = NULL; ____0_stringDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___0_stringDelegate)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_11_7_0_INTERNAL reinterpret_cast(SWIGRegisterStringCallback_AppUtil)(____0_stringDelegate_marshaled); #else il2cppPInvokeFunc(____0_stringDelegate_marshaled); #endif } // System.String Firebase.AppUtilPINVOKE/SWIGStringHelper::CreateString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F (String_t* ___0_cString, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___0_cString; V_0 = L_0; goto IL_0005; } IL_0005: { String_t* L_1 = V_0; return L_1; } } // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper__cctor_mAEBC8A14986139AE4856DA02EC5F3748CACE1971 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* L_0 = (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879*)il2cpp_codegen_object_new(SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879_il2cpp_TypeInfo_var); NullCheck(L_0); SWIGStringDelegate__ctor_m4D5B167B33345B58192AD3B50D1F8901A18F4F4D(L_0, NULL, (intptr_t)((void*)SWIGStringHelper_CreateString_m929C4B0922610C0571E685F27F79757BF669C77F_RuntimeMethod_var), NULL); ((SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_StaticFields*)il2cpp_codegen_static_fields_for(SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var))->___stringDelegate_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_StaticFields*)il2cpp_codegen_static_fields_for(SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var))->___stringDelegate_0), (void*)L_0); SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* L_1 = ((SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_StaticFields*)il2cpp_codegen_static_fields_for(SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534_il2cpp_TypeInfo_var))->___stringDelegate_0; SWIGStringHelper_SWIGRegisterStringCallback_AppUtil_m6DC4FCA4611C8A5521BE0E65F5CCE26D000E4DD1(L_1, NULL); return; } } // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper__ctor_mF5EBABDC102D937A919B6A6CCA3690E2244ECE85 (SWIGStringHelper_t52FE8935E712DEC744640398FC8B4806F5FF4534* __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 String_t* SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_Multicast(SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); String_t* retVal = NULL; for (il2cpp_array_size_t i = 0; i < length; i++) { SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_message, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } String_t* SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_OpenInst(SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { NullCheck(___0_message); typedef String_t* (*FunctionPointerType) (String_t*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_message, method); } String_t* SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_OpenStatic(SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { typedef String_t* (*FunctionPointerType) (String_t*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_message, method); } String_t* SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_OpenStaticInvoker(SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { return InvokerFuncInvoker1< String_t*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_message); } String_t* SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_ClosedStaticInvoker(SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { return InvokerFuncInvoker2< String_t*, RuntimeObject*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_message); } IL2CPP_EXTERN_C String_t* DelegatePInvokeWrapper_SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879 (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { typedef char* (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_message' to native representation char* ____0_message_marshaled = NULL; ____0_message_marshaled = il2cpp_codegen_marshal_string(___0_message); // Native function invocation char* returnValue = il2cppPInvokeFunc(____0_message_marshaled); // Marshaling of return value back from native representation String_t* _returnValue_unmarshaled = NULL; _returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue); // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; // Marshaling cleanup of parameter '___0_message' native representation il2cpp_codegen_marshal_free(____0_message_marshaled); ____0_message_marshaled = NULL; return _returnValue_unmarshaled; } // System.Void Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringDelegate__ctor_m4D5B167B33345B58192AD3B50D1F8901A18F4F4D (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB_Multicast; } // System.String Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringDelegate_Invoke_m9831BD87E0EBFECFF48B4CA3FFEB118280C2ABCB (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, const RuntimeMethod* method) { typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_message, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate::BeginInvoke(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIGStringDelegate_BeginInvoke_m6CCF9121A79E2BF768B928F8F5D903EDC37A51FE (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, String_t* ___0_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_message; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.String Firebase.AppUtilPINVOKE/SWIGStringHelper/SWIGStringDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringDelegate_EndInvoke_mCA08D07AF01C0E2AD7CAB2ED45C2086193BA89D5 (SWIGStringDelegate_t8DE60A9CF4030497616BDFC28662C81B33456879* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); return (String_t*)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Firebase.AppUtil::ExportFix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_ExportFix_m6FAC91AD39F3CA8E08D9D977F1A07DB706F9C0B9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_ExportFix_mA9DF652C52653C377294BEDFC67B78DA024F377F(NULL); return; } } // System.Void Firebase.AppUtil::SetLogLevel(Firebase.LogLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetLogLevel_m7A9C6FDA31EF41267CE99201A617F946FF0AEEBF (int32_t ___0_level, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___0_level; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_SetLogLevel_m3367A88F1E40707E4182CA748E823DAD110ED972(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_SetLogLevel_m7A9C6FDA31EF41267CE99201A617F946FF0AEEBF_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.LogLevel Firebase.AppUtil::GetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtil_GetLogLevel_mA3561548892F76ECFBC265D0E5DB88DE2ECFE914 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AppUtilPINVOKE_GetLogLevel_mB3222AF768B74A41D704F285D67DAD9AE116A42C(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_GetLogLevel_mA3561548892F76ECFBC265D0E5DB88DE2ECFE914_RuntimeMethod_var))); } IL_0016: { int32_t L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { int32_t L_5 = V_2; return L_5; } } // System.Void Firebase.AppUtil::PollCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_PollCallbacks_mB25BC1FD5126974F80860A05910301AAF7589BFC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_PollCallbacks_mD2FF7C60A52AF22E9AC028564A06E0F3974B6D56(NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_0; L_0 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_2; L_2 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_PollCallbacks_mB25BC1FD5126974F80860A05910301AAF7589BFC_RuntimeMethod_var))); } IL_0016: { return; } } // System.Void Firebase.AppUtil::AppEnableLogCallback(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_AppEnableLogCallback_m9FE8159D116019E4E918F4B7CEC39687DD64B2EA (bool ___0_arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = ___0_arg0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_AppEnableLogCallback_m5BB69B725FD3DF1FE26C20DE516F14E02E82BDB3(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_AppEnableLogCallback_m9FE8159D116019E4E918F4B7CEC39687DD64B2EA_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.LogLevel Firebase.AppUtil::AppGetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtil_AppGetLogLevel_m613922E721681B614FB13D09809624C3EA70497E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AppUtilPINVOKE_AppGetLogLevel_m1FA70677F6D87B20549848E73B88B7A9CE5E6A33(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_AppGetLogLevel_m613922E721681B614FB13D09809624C3EA70497E_RuntimeMethod_var))); } IL_0016: { int32_t L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { int32_t L_5 = V_2; return L_5; } } // System.Void Firebase.AppUtil::SetEnabledAllAppCallbacks(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetEnabledAllAppCallbacks_m0C41A4271764464915ACA461AE8A309AEDAFA6AC (bool ___0_arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = ___0_arg0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_SetEnabledAllAppCallbacks_m6A273BFF682F24C5D1F66273B0AA3AF975B29019(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_SetEnabledAllAppCallbacks_m0C41A4271764464915ACA461AE8A309AEDAFA6AC_RuntimeMethod_var))); } IL_0017: { return; } } // System.Void Firebase.AppUtil::SetEnabledAppCallbackByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetEnabledAppCallbackByName_m59C6CB27D92D72FD0841031C207D86C2F684F366 (String_t* ___0_arg0, bool ___1_arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { String_t* L_0 = ___0_arg0; bool L_1 = ___1_arg1; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_SetEnabledAppCallbackByName_m4705ADB8109C59533C8D2117C87E6336EEB54A05(L_0, L_1, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0018; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_SetEnabledAppCallbackByName_m59C6CB27D92D72FD0841031C207D86C2F684F366_RuntimeMethod_var))); } IL_0018: { return; } } // System.Boolean Firebase.AppUtil::GetEnabledAppCallbackByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppUtil_GetEnabledAppCallbackByName_m979A86ABDBC2257B697ABDE5015AA76DE5D04F70 (String_t* ___0_arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; { String_t* L_0 = ___0_arg0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); bool L_1; L_1 = AppUtilPINVOKE_GetEnabledAppCallbackByName_m97E56E8BCA68A8391B677BC814B1E3584FD985C5(L_0, NULL); V_0 = L_1; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_2; L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_2; bool L_3 = V_1; if (!L_3) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_4; L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_GetEnabledAppCallbackByName_m979A86ABDBC2257B697ABDE5015AA76DE5D04F70_RuntimeMethod_var))); } IL_0017: { bool L_5 = V_0; V_2 = L_5; goto IL_001b; } IL_001b: { bool L_6 = V_2; return L_6; } } // System.Void Firebase.AppUtil::SetLogFunction(Firebase.LogUtil/LogMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_SetLogFunction_m1C535B70AA8069AC3CE81CB05882946F841DACCB (LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* ___0_arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { LogMessageDelegate_t77F3A15F25C59A148AD9DE72CAF1B4F5A7C7D3A4* L_0 = ___0_arg0; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_SetLogFunction_m76775D9FA055C83D4C65B6E6E7192E941A433EAE(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_SetLogFunction_m1C535B70AA8069AC3CE81CB05882946F841DACCB_RuntimeMethod_var))); } IL_0017: { return; } } // Firebase.AppOptionsInternal Firebase.AppUtil::AppOptionsLoadFromJsonConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* AppUtil_AppOptionsLoadFromJsonConfig_m224F79965A5CBEBD67878701F830DC9AB86D1802 (String_t* ___0_config, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_1 = NULL; bool V_2 = false; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* V_3 = NULL; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* G_B3_0 = NULL; { String_t* L_0 = ___0_config; il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = AppUtilPINVOKE_AppOptionsLoadFromJsonConfig_mBCC2EBD6CA6494ECA41B0F6A73042A90B6C813D4(L_0, NULL); V_0 = L_1; intptr_t L_2 = V_0; intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; bool L_4; L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_2, L_3, NULL); if (L_4) { goto IL_001e; } } { intptr_t L_5 = V_0; AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_6 = (AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)il2cpp_codegen_object_new(AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD_il2cpp_TypeInfo_var); NullCheck(L_6); AppOptionsInternal__ctor_m1A801B68806227BB2756E18B7BFC46995E6768DE(L_6, L_5, (bool)1, NULL); G_B3_0 = L_6; goto IL_001f; } IL_001e: { G_B3_0 = ((AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD*)(NULL)); } IL_001f: { V_1 = G_B3_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_7; L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_2 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_002f; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_AppOptionsLoadFromJsonConfig_m224F79965A5CBEBD67878701F830DC9AB86D1802_RuntimeMethod_var))); } IL_002f: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_10 = V_1; V_3 = L_10; goto IL_0033; } IL_0033: { AppOptionsInternal_tB06F4726AB27F8A8559EC2C028E3248BBA6D1DBD* L_11 = V_3; return L_11; } } // Firebase.GooglePlayServicesAvailability Firebase.AppUtil::CheckAndroidDependencies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppUtil_CheckAndroidDependencies_m0D39BD88D8B8246E40B4F874956BE9884C8E0C93 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AppUtilPINVOKE_CheckAndroidDependencies_m4FCC7A6957631074F898E119E993E423A6EB6C48(NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_1; L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_1 = L_1; bool L_2 = V_1; if (!L_2) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_3; L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_CheckAndroidDependencies_m0D39BD88D8B8246E40B4F874956BE9884C8E0C93_RuntimeMethod_var))); } IL_0016: { int32_t L_4 = V_0; V_2 = L_4; goto IL_001a; } IL_001a: { int32_t L_5 = V_2; return L_5; } } // System.Threading.Tasks.Task Firebase.AppUtil::FixAndroidDependenciesAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* AppUtil_FixAndroidDependenciesAsync_m27A782E22791F6CE0E354216AA5A652683BDDAD7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = AppUtilPINVOKE_FixAndroidDependencies_m1C8B8699F37268F8755608458DEAE04014F9D7C0(NULL); FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480* L_1 = (FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480*)il2cpp_codegen_object_new(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); NullCheck(L_1); FutureVoid__ctor_m6E0B9CCC4BD6777C7369CA92E236C003CCCBC043(L_1, L_0, (bool)1, NULL); il2cpp_codegen_runtime_class_init_inline(FutureVoid_tD62347E000F5AF2C471C137CC4B27C652CE44480_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = FutureVoid_GetTask_m68B083F4868870F64B15374FE3D1343543C863DF(L_1, NULL); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; V_1 = L_3; goto IL_0016; } IL_0016: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_1; return L_4; } } // System.Void Firebase.AppUtil::InitializePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_InitializePlayServicesInternal_m89751D7035A1D3816E68F8FDCB4B5B2F8D2F23D2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_InitializePlayServicesInternal_m0027EC41EE00DCF8A530695B979F8AC1EBCEF814(NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_0; L_0 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_2; L_2 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_InitializePlayServicesInternal_m89751D7035A1D3816E68F8FDCB4B5B2F8D2F23D2_RuntimeMethod_var))); } IL_0016: { return; } } // System.Void Firebase.AppUtil::TerminatePlayServicesInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil_TerminatePlayServicesInternal_mED5F11E95B315C4014E0680574592ED30EBFF772 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_runtime_class_init_inline(AppUtilPINVOKE_tDEBC116AADA75CA813340950FE2CB06F092C8342_il2cpp_TypeInfo_var); AppUtilPINVOKE_TerminatePlayServicesInternal_mABD31836A1A4B753A27CFD9472F2513746ED4499(NULL); il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var); bool L_0; L_0 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL); V_0 = L_0; bool L_1 = V_0; if (!L_1) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var))); Exception_t* L_2; L_2 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AppUtil_TerminatePlayServicesInternal_mED5F11E95B315C4014E0680574592ED30EBFF772_RuntimeMethod_var))); } IL_0016: { return; } } // System.Void Firebase.AppUtil::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppUtil__ctor_mAA708777B062AA85FC05D8FF02BAB6AE085518B1 (AppUtil_tD511CFFF45A0C91E2CC7F969B82B3BEE25BD31AB* __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 // System.String Firebase.VersionInfo::get_SdkVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VersionInfo_get_SdkVersion_mC32BFBE632414898F8525BD5AED76B512BA0E266 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFD683E684A4E949EAF3D6F24A3A2BD1F71396DF); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = _stringLiteralEFD683E684A4E949EAF3D6F24A3A2BD1F71396DF; goto IL_0009; } IL_0009: { String_t* L_0 = V_0; return L_0; } } // System.String Firebase.VersionInfo::get_BuildSource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VersionInfo_get_BuildSource_mFEB9E963780C505D73965545BFED5EB50EA7BAD5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD03CEEC65910C548D635624A78A8CFA458103DED); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = _stringLiteralD03CEEC65910C548D635624A78A8CFA458103DED; goto IL_0009; } IL_0009: { String_t* L_0 = V_0; return L_0; } } // System.Void Firebase.VersionInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionInfo__ctor_m8642C7C9534D9D76147227422A794F97881C43E7 (VersionInfo_t94C48C6F8F37BB4AB53DF332514056A9FE6ACACB* __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 // Firebase.Platform.FirebaseAppUtils Firebase.Platform.FirebaseAppUtils::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* FirebaseAppUtils_get_Instance_m844818D4028B3E8866E21AD1CB6E559038CEEC41 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* L_0 = ((FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var))->___instance_0; V_0 = L_0; goto IL_0009; } IL_0009: { FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* L_1 = V_0; return L_1; } } // System.Void Firebase.Platform.FirebaseAppUtils::TranslateDllNotFoundException(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppUtils_TranslateDllNotFoundException_m8D9620D2F9B093C4DBF14AD9803923F0763955B8 (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = ___0_action; il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_TranslateDllNotFoundException_m8A53BF93797E69E0A396E5D387C8BE2FAC5A887E(L_0, NULL); return; } } // System.Void Firebase.Platform.FirebaseAppUtils::PollCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppUtils_PollCallbacks_m94AC1FCAA3602F030E6AA26C1FD6CB03E0F7155C (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, const RuntimeMethod* method) { { AppUtil_PollCallbacks_mB25BC1FD5126974F80860A05910301AAF7589BFC(NULL); return; } } // Firebase.Platform.IFirebaseAppPlatform Firebase.Platform.FirebaseAppUtils::GetDefaultInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseAppUtils_GetDefaultInstance_mE58C5AC8C170A72547C08F88CB864737D48CF428 (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0; L_0 = FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0(NULL); NullCheck(L_0); FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* L_1; L_1 = FirebaseApp_get_AppPlatform_m456DB9D531B67C1B83ADF6B93A37948AF4905744(L_0, NULL); V_0 = L_1; goto IL_000e; } IL_000e: { RuntimeObject* L_2 = V_0; return L_2; } } // System.String Firebase.Platform.FirebaseAppUtils::GetDefaultInstanceName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseAppUtils_GetDefaultInstanceName_m25BC89F9417A0EB525DAEA326652AB411F6465F3 (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); String_t* L_0; L_0 = FirebaseApp_get_DefaultName_mE170961E3E149AB409453866F8FBEDE07E9C3714(NULL); V_0 = L_0; goto IL_0009; } IL_0009: { String_t* L_1 = V_0; return L_1; } } // Firebase.Platform.PlatformLogLevel Firebase.Platform.FirebaseAppUtils::GetLogLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FirebaseAppUtils_GetLogLevel_m420F7E6140E65C5494538339E1322E33F3661105 (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); int32_t L_0; L_0 = FirebaseApp_get_LogLevel_m64B54EED8CF1B5F8EA074612CF09E58026D23603(NULL); V_0 = L_0; goto IL_0012; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000b; } throw e; } CATCH_000b: {// begin catch(Firebase.InitializationException) V_0 = 1; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0012; }// end catch (depth: 1) IL_0012: { int32_t L_1 = V_0; il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var); int32_t L_2; L_2 = LogUtil_ConvertLogLevel_mE58CCE065A1D6EBEDDDDA2CDE76AFEA71E474216(L_1, NULL); V_1 = L_2; goto IL_001b; } IL_001b: { int32_t L_3 = V_1; return L_3; } } // System.Void Firebase.Platform.FirebaseAppUtils::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppUtils__ctor_m77E9C2ADF611B1553A685AC953C5508DFD636CD4 (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void Firebase.Platform.FirebaseAppUtils::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppUtils__cctor_m5444BBFA10C503F9659FF92D02A028B94DBB2204 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F* L_0 = (FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F*)il2cpp_codegen_object_new(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var); NullCheck(L_0); FirebaseAppUtils__ctor_m77E9C2ADF611B1553A685AC953C5508DFD636CD4(L_0, NULL); ((FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var))->___instance_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseAppUtils_t8C7D1E11C5267B682E4E6FDC504141D5E1ECB49F_il2cpp_TypeInfo_var))->___instance_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.WeakReference Firebase.Platform.FirebaseAppPlatform::get_app() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* FirebaseAppPlatform_get_app_m26B9904153AC094A6BEA240F74B082EEDB9C35D7 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) { { WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0 = __this->___U3CappU3Ek__BackingField_0; return L_0; } } // System.Void Firebase.Platform.FirebaseAppPlatform::set_app(System.WeakReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppPlatform_set_app_mEB3529E3DAB01F9F1BE970AA2FF0F9488AFED5D6 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___0_value, const RuntimeMethod* method) { { WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0 = ___0_value; __this->___U3CappU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CappU3Ek__BackingField_0), (void*)L_0); return; } } // System.Void Firebase.Platform.FirebaseAppPlatform::.ctor(Firebase.FirebaseApp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseAppPlatform__ctor_m624B5007F157A808E31A87277CF06907370529A7 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_wrappedApp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ___0_wrappedApp; WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_1 = (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)il2cpp_codegen_object_new(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var); NullCheck(L_1); WeakReference__ctor_m8085B7DB432EB4B11F2FFDB543B3F1D05D4A8D99(L_1, L_0, (bool)0, NULL); FirebaseAppPlatform_set_app_mEB3529E3DAB01F9F1BE970AA2FF0F9488AFED5D6_inline(__this, L_1, NULL); return; } } // System.Object Firebase.Platform.FirebaseAppPlatform::get_AppObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FirebaseAppPlatform_get_AppObject_m688F6AB3978E0320042F2EB1813A985B31E211EC (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { } try {// begin try (depth: 1) WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0; L_0 = FirebaseAppPlatform_get_app_m26B9904153AC094A6BEA240F74B082EEDB9C35D7_inline(__this, NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_0); V_0 = L_1; goto IL_0016; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.InvalidOperationException) V_0 = NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0016; }// end catch (depth: 1) IL_0016: { RuntimeObject* L_2 = V_0; return L_2; } } // Firebase.FirebaseApp Firebase.Platform.FirebaseAppPlatform::get_App() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseAppPlatform_get_App_mF79CB10DF6320F7EE7C1FEB875B8FBA5910853F2 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; { RuntimeObject* L_0; L_0 = FirebaseAppPlatform_get_AppObject_m688F6AB3978E0320042F2EB1813A985B31E211EC(__this, NULL); V_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)IsInstSealed((RuntimeObject*)L_0, FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var)); goto IL_000f; } IL_000f: { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = V_0; return L_1; } } // System.String Firebase.Platform.FirebaseAppPlatform::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseAppPlatform_get_Name_mA335A35AE3D3BEA5E0FB4B8E387BB5B89731CD26 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0; L_0 = FirebaseAppPlatform_get_App_mF79CB10DF6320F7EE7C1FEB875B8FBA5910853F2(__this, NULL); V_0 = L_0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_001a; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = FirebaseApp_get_Name_m89C11F96726C8E4FD3CCAE04A5DC3129F7CD975E(L_3, NULL); V_2 = L_4; goto IL_001f; } IL_001a: { V_2 = (String_t*)NULL; goto IL_001f; } IL_001f: { String_t* L_5 = V_2; return L_5; } } // System.Uri Firebase.Platform.FirebaseAppPlatform::get_DatabaseUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FirebaseAppPlatform_get_DatabaseUrl_mC8E196F8B4AC72857A73F703CBB43155B993AE00 (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL; bool V_1 = false; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_2 = NULL; { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0; L_0 = FirebaseAppPlatform_get_App_mF79CB10DF6320F7EE7C1FEB875B8FBA5910853F2(__this, NULL); V_0 = L_0; FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_001f; } } { FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_3 = V_0; NullCheck(L_3); AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* L_4; L_4 = FirebaseApp_get_Options_mDD04F28C88747DC1332D1A9363E7B6F6FCC7A12E(L_3, NULL); NullCheck(L_4); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5; L_5 = AppOptions_get_DatabaseUrl_mD70471C397E4022DBBF141396FED531CA8C0C8B4_inline(L_4, NULL); V_2 = L_5; goto IL_0024; } IL_001f: { V_2 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL; goto IL_0024; } IL_0024: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = V_2; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_DatabaseUrl_m50A56D4AFD426801574A5008562EA3683E8516C9_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___U3CDatabaseUrlU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDatabaseUrlU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_AppId_m7654E20AC351E037813CCC3D88FED7BEE8DA0700_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CAppIdU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAppIdU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_ApiKey_m3010B35DBC7124293B7AC9091BA86114ED1BBF30_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CApiKeyU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CApiKeyU3Ek__BackingField_2), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_MessageSenderId_mA0ABA93E9402035C509A97B3B2FFFB00B0ABFAAB_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CMessageSenderIdU3Ek__BackingField_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMessageSenderIdU3Ek__BackingField_3), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_StorageBucket_m797A7F991A2674B2012887527B149846109B8E4B_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CStorageBucketU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CStorageBucketU3Ek__BackingField_4), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_ProjectId_m906F7A47E973C68F1BDC0697BE341394FFE32471_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CProjectIdU3Ek__BackingField_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProjectIdU3Ek__BackingField_5), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AppOptions_set_PackageName_mF0E66EF290BDA09FBE5B5108B60FBE8E24CC225A_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CPackageNameU3Ek__BackingField_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPackageNameU3Ek__BackingField_6), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* AppOptions_get_DatabaseUrl_mD70471C397E4022DBBF141396FED531CA8C0C8B4_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___U3CDatabaseUrlU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_AppId_m4487D55B87BFDEBF06E4C946CA8BB8D6F2763D9B_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CAppIdU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_ApiKey_mC1FCDEFB0AFFFBF0E2EAACB71DF0554A1D60E374_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CApiKeyU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_MessageSenderId_m42D059EE5820664491FDDB9490ADE072FC4C1DA5_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMessageSenderIdU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_StorageBucket_m93625BCEE94287655E69A3ED0D145E64F66278A4_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CStorageBucketU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_ProjectId_m046C1AA401A3A455F57C805273D4B35F5C8CFB01_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CProjectIdU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AppOptions_get_PackageName_m8683B71CFFC94EE90CFBC75709671BA452FCE8FA_inline (AppOptions_tC85C010A614E35ED5C64709D909D4525D9DE6D09* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPackageNameU3Ek__BackingField_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FirebaseException_set_ErrorCode_m65B2880424E85063D56405A009DAA13E3B106465_inline (FirebaseException_t9E9B64098EF276E794C8CFFFA87E23904F33F3ED* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CErrorCodeU3Ek__BackingField_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InitializationException_set_InitResult_m94032AD57F63718F6F20625FDB98958766C9D764_inline (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CInitResultU3Ek__BackingField_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->____handle_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mD27D24A6AE194214B4593E4E9C3E6792ABCCBCB6_inline (Action_tDDEC61697BDCC723A13409640FD7390B3857EB66* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_mB0C4867EC8469233A3647955D2408E97D6107F91_inline (Action_t64BE78B93B14480A890D4907745BF10FC9C31B2F* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m428CF73762848CCF3A759F4CE232A20DF83EA7DA_inline (Action_tFDE134143E51CA91365E715F58313D777C789717* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnableModuleParams_get_CSharpClassName_m04AD392AA82FCE1E6636F812672C77F294AC16EC_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CCSharpClassNameU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnableModuleParams_get_CppModuleName_mB91981F21F3F94D82CD64DD7BD810741CBB04E3A_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CCppModuleNameU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EnableModuleParams_get_AlwaysEnable_mC44F8EA7A9EDCD493C6B8E04E3B3CF00D09FDEA6_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CAlwaysEnableU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* CreateDelegate_Invoke_m3C05F10053C0FD938376079571835049ADDD6186_inline (CreateDelegate_tC2B37930B020E09BB7E6EBC451C2864B0B29DE73* __this, const RuntimeMethod* method) { typedef FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InitializationException_get_InitResult_mC611CCB6BD3529EFD841FCF4BC099532973F75F2_inline (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CInitResultU3Ek__BackingField_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnableModuleParams_set_CSharpClassName_m9152635BDD8F608352C12F3447962C10F7DF4F43_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CCSharpClassNameU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCSharpClassNameU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnableModuleParams_set_CppModuleName_mF1C3FE3BBE44DEDB23AF2879630075AEAC7106DF_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CCppModuleNameU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCppModuleNameU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnableModuleParams_set_AlwaysEnable_m3F7638041BDA0CC3669AD7119C68ABD2B6F7C482_inline (EnableModuleParams_tAD8FA5CE1594F23B58D1083B7439AD7FB24CD762* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CAlwaysEnableU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____key_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FirebaseAppPlatform_set_app_mEB3529E3DAB01F9F1BE970AA2FF0F9488AFED5D6_inline (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___0_value, const RuntimeMethod* method) { { WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0 = ___0_value; __this->___U3CappU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CappU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* FirebaseAppPlatform_get_app_m26B9904153AC094A6BEA240F74B082EEDB9C35D7_inline (FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* __this, const RuntimeMethod* method) { { WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_0 = __this->___U3CappU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___0_item; (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* TaskCompletionSource_1_get_Task_mF44990297C25C7DBE1E65241C03D0120CB551552_gshared_inline (TaskCompletionSource_1_tB4EF81F69CCF7C4F0D956F9B26127C0634A24A37* __this, const RuntimeMethod* method) { { Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_0 = (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2*)__this->____task_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* TaskCompletionSource_1_get_Task_m5FEF07332DD178987B44AD842559F18D9254224B_gshared_inline (TaskCompletionSource_1_t334979F66DE5C2F333F2975D91AA0EEB6E6B35D7* __this, const RuntimeMethod* method) { { Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_0 = (Task_1_t4C228DE57804012969575431CFF12D57C875552D*)__this->____task_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_gshared_inline (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method) { { Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_0 = (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*)__this->____task_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) { { KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 L_0 = (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3; return L_0; } }