1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429 |
- #include "il2cpp-config.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include <cstring>
- #include <string.h>
- #include <stdio.h>
- #include <cmath>
- #include <limits>
- #include <assert.h>
- #include <stdint.h>
- #include "codegen/il2cpp-codegen.h"
- #include "il2cpp-object-internals.h"
- struct VirtActionInvoker0
- {
- typedef void (*Action)(void*, const RuntimeMethod*);
- static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
- {
- const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
- ((Action)invokeData.methodPtr)(obj, invokeData.method);
- }
- };
- template <typename T1>
- struct VirtActionInvoker1
- {
- typedef void (*Action)(void*, T1, const RuntimeMethod*);
- static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
- {
- const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
- ((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
- }
- };
- struct GenericVirtActionInvoker0
- {
- typedef void (*Action)(void*, const RuntimeMethod*);
- static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
- {
- VirtualInvokeData invokeData;
- il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
- ((Action)invokeData.methodPtr)(obj, invokeData.method);
- }
- };
- template <typename T1>
- struct GenericVirtActionInvoker1
- {
- typedef void (*Action)(void*, T1, const RuntimeMethod*);
- static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
- {
- VirtualInvokeData invokeData;
- il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
- ((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
- }
- };
- struct InterfaceActionInvoker0
- {
- typedef void (*Action)(void*, const RuntimeMethod*);
- static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
- {
- const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
- ((Action)invokeData.methodPtr)(obj, invokeData.method);
- }
- };
- template <typename T1>
- struct InterfaceActionInvoker1
- {
- typedef void (*Action)(void*, T1, const RuntimeMethod*);
- static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
- {
- const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
- ((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
- }
- };
- struct GenericInterfaceActionInvoker0
- {
- typedef void (*Action)(void*, const RuntimeMethod*);
- static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
- {
- VirtualInvokeData invokeData;
- il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
- ((Action)invokeData.methodPtr)(obj, invokeData.method);
- }
- };
- template <typename T1>
- struct GenericInterfaceActionInvoker1
- {
- typedef void (*Action)(void*, T1, const RuntimeMethod*);
- static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
- {
- VirtualInvokeData invokeData;
- il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
- ((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
- }
- };
- // QFramework.QFSMLite
- struct QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13;
- // QFramework.QFSMLite/FSMCallfunc
- struct FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E;
- // QFramework.QFSMLite/QFSMState
- struct QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335;
- // QFramework.QFSMLite/QFSMTranslation
- struct QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33;
- // System.AsyncCallback
- struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
- // System.Collections.Generic.Dictionary`2/Entry<System.String,QFramework.QFSMLite/QFSMState>[]
- struct EntryU5BU5D_tE67F9ADEBCBD4988B1F175FB57FE0556EAEAE2A9;
- // System.Collections.Generic.Dictionary`2/Entry<System.String,QFramework.QFSMLite/QFSMTranslation>[]
- struct EntryU5BU5D_t9BB40D903D41983BA728A25D99F158FA52727646;
- // System.Collections.Generic.Dictionary`2/KeyCollection<System.String,QFramework.QFSMLite/QFSMState>
- struct KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31;
- // System.Collections.Generic.Dictionary`2/KeyCollection<System.String,QFramework.QFSMLite/QFSMTranslation>
- struct KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8;
- // System.Collections.Generic.Dictionary`2/ValueCollection<System.String,QFramework.QFSMLite/QFSMState>
- struct ValueCollection_t49EA362E5CCA32CDA81426028AF278DC460E808A;
- // System.Collections.Generic.Dictionary`2/ValueCollection<System.String,QFramework.QFSMLite/QFSMTranslation>
- struct ValueCollection_t3F0B29A24F43452EA1F5DDB6105E20EB508312A3;
- // System.Collections.Generic.Dictionary`2<System.Object,System.Object>
- struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
- // System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMState>
- struct Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8;
- // System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMTranslation>
- struct Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32;
- // System.Collections.Generic.IEqualityComparer`1<System.String>
- struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
- // System.Delegate
- struct Delegate_t;
- // System.DelegateData
- struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
- // System.Delegate[]
- struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
- // System.IAsyncResult
- struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
- // System.Int32[]
- struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
- // System.Object[]
- struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
- // System.Reflection.MethodInfo
- struct MethodInfo_t;
- // System.String
- struct String_t;
- // System.Void
- struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
- IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C RuntimeClass* QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C RuntimeClass* QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33_il2cpp_TypeInfo_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mA7F5FACDBF0AC3D0691CDCD4B2E127C7A963B3CF_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mC4D3AD3717A45CEB859EA375B9E8D6DCA119A488_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6B95C33696626BCAE08A9242934C464C86238723_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m717B07ADC74BBA3E01B91D9FF04A731C2A1EB95C_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mE143EB16903AA4C1EA49E799477C54E77ED2053C_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1EB6263357B98A6B66FDF96E1E10D880F4E82EA5_RuntimeMethod_var;
- IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m2DB873D58A69C137C7A9B5B59A14EEA0DBE778E9_RuntimeMethod_var;
- IL2CPP_EXTERN_C const uint32_t QFSMLite_AddState_m0087C9E4B5061BA8E67DFC230A14D958D97BA8B1_MetadataUsageId;
- IL2CPP_EXTERN_C const uint32_t QFSMLite_AddTranslation_mE8B46052D0AADA2420763ABF7D31AB6AC62A4B34_MetadataUsageId;
- IL2CPP_EXTERN_C const uint32_t QFSMLite_Clear_mE7209A46DC647C5454C44548BA44CB109A9EEF1B_MetadataUsageId;
- IL2CPP_EXTERN_C const uint32_t QFSMLite_HandleEvent_mFEBDD01D5A88B8092628E0876719A069C29BD575_MetadataUsageId;
- IL2CPP_EXTERN_C const uint32_t QFSMLite__ctor_m9DDC9DEA8392594CD6A3545A72F95F776D35265A_MetadataUsageId;
- IL2CPP_EXTERN_C const uint32_t QFSMState__ctor_m100D5AA8BC3DA6D47F9A376EE5BF3290BBCD0566_MetadataUsageId;
- struct Delegate_t_marshaled_com;
- struct Delegate_t_marshaled_pinvoke;
- struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
- struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
- 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
- // <Module>
- struct U3CModuleU3E_tB2555CC17A99507F9A457EE25179669ED87BBD6C
- {
- public:
- public:
- };
- // System.Object
- // QFramework.QFSMLite
- struct QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 : public RuntimeObject
- {
- public:
- // System.String QFramework.QFSMLite::mCurState
- String_t* ___mCurState_0;
- // System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite_QFSMState> QFramework.QFSMLite::mStateDict
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * ___mStateDict_1;
- public:
- inline static int32_t get_offset_of_mCurState_0() { return static_cast<int32_t>(offsetof(QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13, ___mCurState_0)); }
- inline String_t* get_mCurState_0() const { return ___mCurState_0; }
- inline String_t** get_address_of_mCurState_0() { return &___mCurState_0; }
- inline void set_mCurState_0(String_t* value)
- {
- ___mCurState_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___mCurState_0), (void*)value);
- }
- inline static int32_t get_offset_of_mStateDict_1() { return static_cast<int32_t>(offsetof(QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13, ___mStateDict_1)); }
- inline Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * get_mStateDict_1() const { return ___mStateDict_1; }
- inline Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 ** get_address_of_mStateDict_1() { return &___mStateDict_1; }
- inline void set_mStateDict_1(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * value)
- {
- ___mStateDict_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___mStateDict_1), (void*)value);
- }
- };
- // QFramework.QFSMLite_QFSMState
- struct QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 : public RuntimeObject
- {
- public:
- // System.String QFramework.QFSMLite_QFSMState::Name
- String_t* ___Name_0;
- // System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite_QFSMTranslation> QFramework.QFSMLite_QFSMState::TranslationDict
- Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * ___TranslationDict_1;
- public:
- inline static int32_t get_offset_of_Name_0() { return static_cast<int32_t>(offsetof(QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335, ___Name_0)); }
- inline String_t* get_Name_0() const { return ___Name_0; }
- inline String_t** get_address_of_Name_0() { return &___Name_0; }
- inline void set_Name_0(String_t* value)
- {
- ___Name_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Name_0), (void*)value);
- }
- inline static int32_t get_offset_of_TranslationDict_1() { return static_cast<int32_t>(offsetof(QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335, ___TranslationDict_1)); }
- inline Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * get_TranslationDict_1() const { return ___TranslationDict_1; }
- inline Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 ** get_address_of_TranslationDict_1() { return &___TranslationDict_1; }
- inline void set_TranslationDict_1(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * value)
- {
- ___TranslationDict_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___TranslationDict_1), (void*)value);
- }
- };
- // QFramework.QFSMLite_QFSMTranslation
- struct QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 : public RuntimeObject
- {
- public:
- // System.String QFramework.QFSMLite_QFSMTranslation::FromState
- String_t* ___FromState_0;
- // System.String QFramework.QFSMLite_QFSMTranslation::Name
- String_t* ___Name_1;
- // System.String QFramework.QFSMLite_QFSMTranslation::ToState
- String_t* ___ToState_2;
- // QFramework.QFSMLite_FSMCallfunc QFramework.QFSMLite_QFSMTranslation::OnTranslationCallback
- FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * ___OnTranslationCallback_3;
- public:
- inline static int32_t get_offset_of_FromState_0() { return static_cast<int32_t>(offsetof(QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33, ___FromState_0)); }
- inline String_t* get_FromState_0() const { return ___FromState_0; }
- inline String_t** get_address_of_FromState_0() { return &___FromState_0; }
- inline void set_FromState_0(String_t* value)
- {
- ___FromState_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FromState_0), (void*)value);
- }
- inline static int32_t get_offset_of_Name_1() { return static_cast<int32_t>(offsetof(QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33, ___Name_1)); }
- inline String_t* get_Name_1() const { return ___Name_1; }
- inline String_t** get_address_of_Name_1() { return &___Name_1; }
- inline void set_Name_1(String_t* value)
- {
- ___Name_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Name_1), (void*)value);
- }
- inline static int32_t get_offset_of_ToState_2() { return static_cast<int32_t>(offsetof(QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33, ___ToState_2)); }
- inline String_t* get_ToState_2() const { return ___ToState_2; }
- inline String_t** get_address_of_ToState_2() { return &___ToState_2; }
- inline void set_ToState_2(String_t* value)
- {
- ___ToState_2 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___ToState_2), (void*)value);
- }
- inline static int32_t get_offset_of_OnTranslationCallback_3() { return static_cast<int32_t>(offsetof(QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33, ___OnTranslationCallback_3)); }
- inline FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * get_OnTranslationCallback_3() const { return ___OnTranslationCallback_3; }
- inline FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E ** get_address_of_OnTranslationCallback_3() { return &___OnTranslationCallback_3; }
- inline void set_OnTranslationCallback_3(FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * value)
- {
- ___OnTranslationCallback_3 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___OnTranslationCallback_3), (void*)value);
- }
- };
- struct Il2CppArrayBounds;
- // System.Array
- // System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite_QFSMState>
- struct Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 : public RuntimeObject
- {
- public:
- // System.Int32[] System.Collections.Generic.Dictionary`2::buckets
- Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
- // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
- EntryU5BU5D_tE67F9ADEBCBD4988B1F175FB57FE0556EAEAE2A9* ___entries_1;
- // System.Int32 System.Collections.Generic.Dictionary`2::count
- int32_t ___count_2;
- // System.Int32 System.Collections.Generic.Dictionary`2::version
- int32_t ___version_3;
- // System.Int32 System.Collections.Generic.Dictionary`2::freeList
- int32_t ___freeList_4;
- // System.Int32 System.Collections.Generic.Dictionary`2::freeCount
- int32_t ___freeCount_5;
- // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
- RuntimeObject* ___comparer_6;
- // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
- KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31 * ___keys_7;
- // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
- ValueCollection_t49EA362E5CCA32CDA81426028AF278DC460E808A * ___values_8;
- // System.Object System.Collections.Generic.Dictionary`2::_syncRoot
- RuntimeObject * ____syncRoot_9;
- public:
- inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___buckets_0)); }
- inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
- inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
- inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
- {
- ___buckets_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
- }
- inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___entries_1)); }
- inline EntryU5BU5D_tE67F9ADEBCBD4988B1F175FB57FE0556EAEAE2A9* get_entries_1() const { return ___entries_1; }
- inline EntryU5BU5D_tE67F9ADEBCBD4988B1F175FB57FE0556EAEAE2A9** get_address_of_entries_1() { return &___entries_1; }
- inline void set_entries_1(EntryU5BU5D_tE67F9ADEBCBD4988B1F175FB57FE0556EAEAE2A9* value)
- {
- ___entries_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
- }
- inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___count_2)); }
- inline int32_t get_count_2() const { return ___count_2; }
- inline int32_t* get_address_of_count_2() { return &___count_2; }
- inline void set_count_2(int32_t value)
- {
- ___count_2 = value;
- }
- inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___version_3)); }
- inline int32_t get_version_3() const { return ___version_3; }
- inline int32_t* get_address_of_version_3() { return &___version_3; }
- inline void set_version_3(int32_t value)
- {
- ___version_3 = value;
- }
- inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___freeList_4)); }
- inline int32_t get_freeList_4() const { return ___freeList_4; }
- inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
- inline void set_freeList_4(int32_t value)
- {
- ___freeList_4 = value;
- }
- inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___freeCount_5)); }
- inline int32_t get_freeCount_5() const { return ___freeCount_5; }
- inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
- inline void set_freeCount_5(int32_t value)
- {
- ___freeCount_5 = value;
- }
- inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___comparer_6)); }
- inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
- inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
- inline void set_comparer_6(RuntimeObject* value)
- {
- ___comparer_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
- }
- inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___keys_7)); }
- inline KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31 * get_keys_7() const { return ___keys_7; }
- inline KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31 ** get_address_of_keys_7() { return &___keys_7; }
- inline void set_keys_7(KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31 * value)
- {
- ___keys_7 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
- }
- inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ___values_8)); }
- inline ValueCollection_t49EA362E5CCA32CDA81426028AF278DC460E808A * get_values_8() const { return ___values_8; }
- inline ValueCollection_t49EA362E5CCA32CDA81426028AF278DC460E808A ** get_address_of_values_8() { return &___values_8; }
- inline void set_values_8(ValueCollection_t49EA362E5CCA32CDA81426028AF278DC460E808A * value)
- {
- ___values_8 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
- }
- inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8, ____syncRoot_9)); }
- inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
- inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
- inline void set__syncRoot_9(RuntimeObject * value)
- {
- ____syncRoot_9 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
- }
- };
- // System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite_QFSMTranslation>
- struct Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 : public RuntimeObject
- {
- public:
- // System.Int32[] System.Collections.Generic.Dictionary`2::buckets
- Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
- // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
- EntryU5BU5D_t9BB40D903D41983BA728A25D99F158FA52727646* ___entries_1;
- // System.Int32 System.Collections.Generic.Dictionary`2::count
- int32_t ___count_2;
- // System.Int32 System.Collections.Generic.Dictionary`2::version
- int32_t ___version_3;
- // System.Int32 System.Collections.Generic.Dictionary`2::freeList
- int32_t ___freeList_4;
- // System.Int32 System.Collections.Generic.Dictionary`2::freeCount
- int32_t ___freeCount_5;
- // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
- RuntimeObject* ___comparer_6;
- // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
- KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8 * ___keys_7;
- // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
- ValueCollection_t3F0B29A24F43452EA1F5DDB6105E20EB508312A3 * ___values_8;
- // System.Object System.Collections.Generic.Dictionary`2::_syncRoot
- RuntimeObject * ____syncRoot_9;
- public:
- inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___buckets_0)); }
- inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
- inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
- inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
- {
- ___buckets_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
- }
- inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___entries_1)); }
- inline EntryU5BU5D_t9BB40D903D41983BA728A25D99F158FA52727646* get_entries_1() const { return ___entries_1; }
- inline EntryU5BU5D_t9BB40D903D41983BA728A25D99F158FA52727646** get_address_of_entries_1() { return &___entries_1; }
- inline void set_entries_1(EntryU5BU5D_t9BB40D903D41983BA728A25D99F158FA52727646* value)
- {
- ___entries_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
- }
- inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___count_2)); }
- inline int32_t get_count_2() const { return ___count_2; }
- inline int32_t* get_address_of_count_2() { return &___count_2; }
- inline void set_count_2(int32_t value)
- {
- ___count_2 = value;
- }
- inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___version_3)); }
- inline int32_t get_version_3() const { return ___version_3; }
- inline int32_t* get_address_of_version_3() { return &___version_3; }
- inline void set_version_3(int32_t value)
- {
- ___version_3 = value;
- }
- inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___freeList_4)); }
- inline int32_t get_freeList_4() const { return ___freeList_4; }
- inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
- inline void set_freeList_4(int32_t value)
- {
- ___freeList_4 = value;
- }
- inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___freeCount_5)); }
- inline int32_t get_freeCount_5() const { return ___freeCount_5; }
- inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
- inline void set_freeCount_5(int32_t value)
- {
- ___freeCount_5 = value;
- }
- inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___comparer_6)); }
- inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
- inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
- inline void set_comparer_6(RuntimeObject* value)
- {
- ___comparer_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
- }
- inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___keys_7)); }
- inline KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8 * get_keys_7() const { return ___keys_7; }
- inline KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8 ** get_address_of_keys_7() { return &___keys_7; }
- inline void set_keys_7(KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8 * value)
- {
- ___keys_7 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
- }
- inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ___values_8)); }
- inline ValueCollection_t3F0B29A24F43452EA1F5DDB6105E20EB508312A3 * get_values_8() const { return ___values_8; }
- inline ValueCollection_t3F0B29A24F43452EA1F5DDB6105E20EB508312A3 ** get_address_of_values_8() { return &___values_8; }
- inline void set_values_8(ValueCollection_t3F0B29A24F43452EA1F5DDB6105E20EB508312A3 * value)
- {
- ___values_8 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
- }
- inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32, ____syncRoot_9)); }
- inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
- inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
- inline void set__syncRoot_9(RuntimeObject * value)
- {
- ____syncRoot_9 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
- }
- };
- // System.String
- struct String_t : public RuntimeObject
- {
- public:
- // System.Int32 System.String::m_stringLength
- int32_t ___m_stringLength_0;
- // System.Char System.String::m_firstChar
- Il2CppChar ___m_firstChar_1;
- public:
- inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
- inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
- inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
- inline void set_m_stringLength_0(int32_t value)
- {
- ___m_stringLength_0 = value;
- }
- inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
- inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
- inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
- inline void set_m_firstChar_1(Il2CppChar value)
- {
- ___m_firstChar_1 = value;
- }
- };
- struct String_t_StaticFields
- {
- public:
- // System.String System.String::Empty
- String_t* ___Empty_5;
- public:
- inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
- inline String_t* get_Empty_5() const { return ___Empty_5; }
- inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
- inline void set_Empty_5(String_t* value)
- {
- ___Empty_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
- }
- };
- // System.ValueType
- struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
- {
- public:
- public:
- };
- // Native definition for P/Invoke marshalling of System.ValueType
- struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.ValueType
- struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
- {
- };
- // System.Boolean
- struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
- {
- public:
- // System.Boolean System.Boolean::m_value
- bool ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
- inline bool get_m_value_0() const { return ___m_value_0; }
- inline bool* get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(bool value)
- {
- ___m_value_0 = value;
- }
- };
- struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
- {
- public:
- // System.String System.Boolean::TrueString
- String_t* ___TrueString_5;
- // System.String System.Boolean::FalseString
- String_t* ___FalseString_6;
- public:
- inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
- inline String_t* get_TrueString_5() const { return ___TrueString_5; }
- inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
- inline void set_TrueString_5(String_t* value)
- {
- ___TrueString_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
- }
- inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
- inline String_t* get_FalseString_6() const { return ___FalseString_6; }
- inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
- inline void set_FalseString_6(String_t* value)
- {
- ___FalseString_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
- }
- };
- // System.IntPtr
- struct IntPtr_t
- {
- public:
- // System.Void* System.IntPtr::m_value
- void* ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
- inline void* get_m_value_0() const { return ___m_value_0; }
- inline void** get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(void* value)
- {
- ___m_value_0 = value;
- }
- };
- struct IntPtr_t_StaticFields
- {
- public:
- // System.IntPtr System.IntPtr::Zero
- intptr_t ___Zero_1;
- public:
- inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
- inline intptr_t get_Zero_1() const { return ___Zero_1; }
- inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
- inline void set_Zero_1(intptr_t value)
- {
- ___Zero_1 = value;
- }
- };
- // System.Void
- struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
- {
- public:
- union
- {
- struct
- {
- };
- uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
- };
- public:
- };
- // System.Delegate
- struct Delegate_t : public RuntimeObject
- {
- public:
- // System.IntPtr System.Delegate::method_ptr
- Il2CppMethodPointer ___method_ptr_0;
- // System.IntPtr System.Delegate::invoke_impl
- intptr_t ___invoke_impl_1;
- // System.Object System.Delegate::m_target
- RuntimeObject * ___m_target_2;
- // System.IntPtr System.Delegate::method
- intptr_t ___method_3;
- // System.IntPtr System.Delegate::delegate_trampoline
- intptr_t ___delegate_trampoline_4;
- // System.IntPtr System.Delegate::extra_arg
- intptr_t ___extra_arg_5;
- // System.IntPtr System.Delegate::method_code
- intptr_t ___method_code_6;
- // System.Reflection.MethodInfo System.Delegate::method_info
- MethodInfo_t * ___method_info_7;
- // System.Reflection.MethodInfo System.Delegate::original_method_info
- MethodInfo_t * ___original_method_info_8;
- // System.DelegateData System.Delegate::data
- DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
- // System.Boolean System.Delegate::method_is_virtual
- bool ___method_is_virtual_10;
- public:
- inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
- inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
- inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
- inline void set_method_ptr_0(Il2CppMethodPointer value)
- {
- ___method_ptr_0 = value;
- }
- inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
- inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
- inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
- inline void set_invoke_impl_1(intptr_t value)
- {
- ___invoke_impl_1 = value;
- }
- inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
- inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
- inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
- inline void set_m_target_2(RuntimeObject * value)
- {
- ___m_target_2 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
- }
- inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
- inline intptr_t get_method_3() const { return ___method_3; }
- inline intptr_t* get_address_of_method_3() { return &___method_3; }
- inline void set_method_3(intptr_t value)
- {
- ___method_3 = value;
- }
- inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
- inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
- inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
- inline void set_delegate_trampoline_4(intptr_t value)
- {
- ___delegate_trampoline_4 = value;
- }
- inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
- inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
- inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
- inline void set_extra_arg_5(intptr_t value)
- {
- ___extra_arg_5 = value;
- }
- inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
- inline intptr_t get_method_code_6() const { return ___method_code_6; }
- inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
- inline void set_method_code_6(intptr_t value)
- {
- ___method_code_6 = value;
- }
- inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
- inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
- inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
- inline void set_method_info_7(MethodInfo_t * value)
- {
- ___method_info_7 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
- }
- inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
- inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
- inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
- inline void set_original_method_info_8(MethodInfo_t * value)
- {
- ___original_method_info_8 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
- }
- inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
- inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
- inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
- inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
- {
- ___data_9 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
- }
- inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
- inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
- inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
- inline void set_method_is_virtual_10(bool value)
- {
- ___method_is_virtual_10 = value;
- }
- };
- // Native definition for P/Invoke marshalling of System.Delegate
- struct Delegate_t_marshaled_pinvoke
- {
- intptr_t ___method_ptr_0;
- intptr_t ___invoke_impl_1;
- Il2CppIUnknown* ___m_target_2;
- intptr_t ___method_3;
- intptr_t ___delegate_trampoline_4;
- intptr_t ___extra_arg_5;
- intptr_t ___method_code_6;
- MethodInfo_t * ___method_info_7;
- MethodInfo_t * ___original_method_info_8;
- DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
- int32_t ___method_is_virtual_10;
- };
- // Native definition for COM marshalling of System.Delegate
- struct Delegate_t_marshaled_com
- {
- intptr_t ___method_ptr_0;
- intptr_t ___invoke_impl_1;
- Il2CppIUnknown* ___m_target_2;
- intptr_t ___method_3;
- intptr_t ___delegate_trampoline_4;
- intptr_t ___extra_arg_5;
- intptr_t ___method_code_6;
- MethodInfo_t * ___method_info_7;
- MethodInfo_t * ___original_method_info_8;
- DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
- int32_t ___method_is_virtual_10;
- };
- // System.MulticastDelegate
- struct MulticastDelegate_t : public Delegate_t
- {
- public:
- // System.Delegate[] System.MulticastDelegate::delegates
- DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
- public:
- inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
- inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
- inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
- inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
- {
- ___delegates_11 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
- }
- };
- // Native definition for P/Invoke marshalling of System.MulticastDelegate
- struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
- {
- Delegate_t_marshaled_pinvoke** ___delegates_11;
- };
- // Native definition for COM marshalling of System.MulticastDelegate
- struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
- {
- Delegate_t_marshaled_com** ___delegates_11;
- };
- // QFramework.QFSMLite_FSMCallfunc
- struct FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E : public MulticastDelegate_t
- {
- public:
- public:
- };
- // System.AsyncCallback
- struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // System.Object[]
- struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
- {
- public:
- ALIGN_FIELD (8) RuntimeObject * m_Items[1];
- public:
- inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items[index];
- }
- inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items + index;
- }
- inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- m_Items[index] = value;
- Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
- }
- inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
- {
- return m_Items[index];
- }
- inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
- {
- return m_Items + index;
- }
- inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
- {
- m_Items[index] = value;
- Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
- }
- };
- // System.Delegate[]
- struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
- {
- public:
- ALIGN_FIELD (8) Delegate_t * m_Items[1];
- public:
- inline Delegate_t * GetAt(il2cpp_array_size_t index) const
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items[index];
- }
- inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items + index;
- }
- inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- m_Items[index] = value;
- Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
- }
- inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
- {
- return m_Items[index];
- }
- inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
- {
- return m_Items + index;
- }
- inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
- {
- m_Items[index] = value;
- Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
- }
- };
- // System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
- // !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
- // System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
- // System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m74771F9C8FCF4ECD25890A0025FDD9A874418CF4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
- // System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
- // System.Void QFramework.QFSMLite/QFSMState::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMState__ctor_m100D5AA8BC3DA6D47F9A376EE5BF3290BBCD0566 (QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * __this, String_t* ___name0, const RuntimeMethod* method);
- // System.Void System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMState>::set_Item(!0,!1)
- inline void Dictionary_2_set_Item_m2DB873D58A69C137C7A9B5B59A14EEA0DBE778E9 (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * __this, String_t* ___key0, QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * ___value1, const RuntimeMethod* method)
- {
- (( void (*) (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 *, String_t*, QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
- }
- // !1 System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMState>::get_Item(!0)
- inline QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762 (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * __this, String_t* ___key0, const RuntimeMethod* method)
- {
- return (( QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * (*) (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
- }
- // System.Void QFramework.QFSMLite/QFSMTranslation::.ctor(System.String,System.String,System.String,QFramework.QFSMLite/FSMCallfunc)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMTranslation__ctor_mCFEBE4E59B8A7BD0CD185D59B173A85DF7354AFE (QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * __this, String_t* ___fromState0, String_t* ___name1, String_t* ___toState2, FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * ___onTranslationCallback3, const RuntimeMethod* method);
- // System.Void System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMTranslation>::set_Item(!0,!1)
- inline void Dictionary_2_set_Item_m1EB6263357B98A6B66FDF96E1E10D880F4E82EA5 (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * __this, String_t* ___key0, QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * ___value1, const RuntimeMethod* method)
- {
- (( void (*) (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 *, String_t*, QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
- }
- // System.Boolean System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMTranslation>::ContainsKey(!0)
- inline bool Dictionary_2_ContainsKey_mC4D3AD3717A45CEB859EA375B9E8D6DCA119A488 (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * __this, String_t* ___key0, const RuntimeMethod* method)
- {
- return (( bool (*) (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
- }
- // !1 System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMTranslation>::get_Item(!0)
- inline QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * Dictionary_2_get_Item_mE143EB16903AA4C1EA49E799477C54E77ED2053C (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * __this, String_t* ___key0, const RuntimeMethod* method)
- {
- return (( QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * (*) (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
- }
- // System.Void QFramework.QFSMLite/FSMCallfunc::Invoke(System.Object[])
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMCallfunc_Invoke_mEA5BEF738392596FD91BC97C7968904D79960368 (FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param0, const RuntimeMethod* method);
- // System.Void System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMState>::Clear()
- inline void Dictionary_2_Clear_mA7F5FACDBF0AC3D0691CDCD4B2E127C7A963B3CF (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * __this, const RuntimeMethod* method)
- {
- (( void (*) (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 *, const RuntimeMethod*))Dictionary_2_Clear_m74771F9C8FCF4ECD25890A0025FDD9A874418CF4_gshared)(__this, method);
- }
- // System.Void System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMState>::.ctor()
- inline void Dictionary_2__ctor_m6B95C33696626BCAE08A9242934C464C86238723 (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * __this, const RuntimeMethod* method)
- {
- (( void (*) (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
- }
- // System.Void System.Object::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
- // System.Void System.Collections.Generic.Dictionary`2<System.String,QFramework.QFSMLite/QFSMTranslation>::.ctor()
- inline void Dictionary_2__ctor_m717B07ADC74BBA3E01B91D9FF04A731C2A1EB95C (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * __this, const RuntimeMethod* method)
- {
- (( void (*) (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
- }
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.String QFramework.QFSMLite::get_State()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QFSMLite_get_State_mF18B26528491E9FFC9CD012DD45ABC30C2B84D00 (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, const RuntimeMethod* method)
- {
- {
- // get { return mCurState; }
- String_t* L_0 = __this->get_mCurState_0();
- return L_0;
- }
- }
- // System.Void QFramework.QFSMLite::AddState(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMLite_AddState_m0087C9E4B5061BA8E67DFC230A14D958D97BA8B1 (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, String_t* ___name0, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (QFSMLite_AddState_m0087C9E4B5061BA8E67DFC230A14D958D97BA8B1_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- {
- // mStateDict[name] = new QFSMState(name);
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * L_0 = __this->get_mStateDict_1();
- String_t* L_1 = ___name0;
- String_t* L_2 = ___name0;
- QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * L_3 = (QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 *)il2cpp_codegen_object_new(QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335_il2cpp_TypeInfo_var);
- QFSMState__ctor_m100D5AA8BC3DA6D47F9A376EE5BF3290BBCD0566(L_3, L_2, /*hidden argument*/NULL);
- NullCheck(L_0);
- Dictionary_2_set_Item_m2DB873D58A69C137C7A9B5B59A14EEA0DBE778E9(L_0, L_1, L_3, /*hidden argument*/Dictionary_2_set_Item_m2DB873D58A69C137C7A9B5B59A14EEA0DBE778E9_RuntimeMethod_var);
- // }
- return;
- }
- }
- // System.Void QFramework.QFSMLite::AddTranslation(System.String,System.String,System.String,QFramework.QFSMLite_FSMCallfunc)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMLite_AddTranslation_mE8B46052D0AADA2420763ABF7D31AB6AC62A4B34 (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, String_t* ___fromState0, String_t* ___name1, String_t* ___toState2, FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * ___callfunc3, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (QFSMLite_AddTranslation_mE8B46052D0AADA2420763ABF7D31AB6AC62A4B34_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- {
- // mStateDict[fromState].TranslationDict[name] = new QFSMTranslation(fromState, name, toState, callfunc);
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * L_0 = __this->get_mStateDict_1();
- String_t* L_1 = ___fromState0;
- NullCheck(L_0);
- QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * L_2 = Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762(L_0, L_1, /*hidden argument*/Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762_RuntimeMethod_var);
- NullCheck(L_2);
- Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * L_3 = L_2->get_TranslationDict_1();
- String_t* L_4 = ___name1;
- String_t* L_5 = ___fromState0;
- String_t* L_6 = ___name1;
- String_t* L_7 = ___toState2;
- FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * L_8 = ___callfunc3;
- QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * L_9 = (QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 *)il2cpp_codegen_object_new(QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33_il2cpp_TypeInfo_var);
- QFSMTranslation__ctor_mCFEBE4E59B8A7BD0CD185D59B173A85DF7354AFE(L_9, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
- NullCheck(L_3);
- Dictionary_2_set_Item_m1EB6263357B98A6B66FDF96E1E10D880F4E82EA5(L_3, L_4, L_9, /*hidden argument*/Dictionary_2_set_Item_m1EB6263357B98A6B66FDF96E1E10D880F4E82EA5_RuntimeMethod_var);
- // }
- return;
- }
- }
- // System.Void QFramework.QFSMLite::Start(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMLite_Start_m3C33538D77B3A91958151AE318368A8CF6876170 (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, String_t* ___name0, const RuntimeMethod* method)
- {
- {
- // mCurState = name;
- String_t* L_0 = ___name0;
- __this->set_mCurState_0(L_0);
- // }
- return;
- }
- }
- // System.Void QFramework.QFSMLite::HandleEvent(System.String,System.Object[])
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMLite_HandleEvent_mFEBDD01D5A88B8092628E0876719A069C29BD575 (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param1, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (QFSMLite_HandleEvent_mFEBDD01D5A88B8092628E0876719A069C29BD575_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * V_0 = NULL;
- {
- // if (mCurState != null && mStateDict[mCurState].TranslationDict.ContainsKey(name))
- String_t* L_0 = __this->get_mCurState_0();
- if (!L_0)
- {
- goto IL_005b;
- }
- }
- {
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * L_1 = __this->get_mStateDict_1();
- String_t* L_2 = __this->get_mCurState_0();
- NullCheck(L_1);
- QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * L_3 = Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762(L_1, L_2, /*hidden argument*/Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762_RuntimeMethod_var);
- NullCheck(L_3);
- Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * L_4 = L_3->get_TranslationDict_1();
- String_t* L_5 = ___name0;
- NullCheck(L_4);
- bool L_6 = Dictionary_2_ContainsKey_mC4D3AD3717A45CEB859EA375B9E8D6DCA119A488(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_mC4D3AD3717A45CEB859EA375B9E8D6DCA119A488_RuntimeMethod_var);
- if (!L_6)
- {
- goto IL_005b;
- }
- }
- {
- // var tempTranslation = mStateDict[mCurState].TranslationDict[name];
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * L_7 = __this->get_mStateDict_1();
- String_t* L_8 = __this->get_mCurState_0();
- NullCheck(L_7);
- QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * L_9 = Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_m7914A1DC4D29AB264BDCB24EDA165AE62B3AD762_RuntimeMethod_var);
- NullCheck(L_9);
- Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * L_10 = L_9->get_TranslationDict_1();
- String_t* L_11 = ___name0;
- NullCheck(L_10);
- QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * L_12 = Dictionary_2_get_Item_mE143EB16903AA4C1EA49E799477C54E77ED2053C(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_mE143EB16903AA4C1EA49E799477C54E77ED2053C_RuntimeMethod_var);
- V_0 = L_12;
- // tempTranslation.OnTranslationCallback(param);
- QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * L_13 = V_0;
- NullCheck(L_13);
- FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * L_14 = L_13->get_OnTranslationCallback_3();
- ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = ___param1;
- NullCheck(L_14);
- FSMCallfunc_Invoke_mEA5BEF738392596FD91BC97C7968904D79960368(L_14, L_15, /*hidden argument*/NULL);
- // mCurState = tempTranslation.ToState;
- QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * L_16 = V_0;
- NullCheck(L_16);
- String_t* L_17 = L_16->get_ToState_2();
- __this->set_mCurState_0(L_17);
- }
- IL_005b:
- {
- // }
- return;
- }
- }
- // System.Void QFramework.QFSMLite::Clear()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMLite_Clear_mE7209A46DC647C5454C44548BA44CB109A9EEF1B (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (QFSMLite_Clear_mE7209A46DC647C5454C44548BA44CB109A9EEF1B_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- {
- // mStateDict.Clear();
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * L_0 = __this->get_mStateDict_1();
- NullCheck(L_0);
- Dictionary_2_Clear_mA7F5FACDBF0AC3D0691CDCD4B2E127C7A963B3CF(L_0, /*hidden argument*/Dictionary_2_Clear_mA7F5FACDBF0AC3D0691CDCD4B2E127C7A963B3CF_RuntimeMethod_var);
- // }
- return;
- }
- }
- // System.Void QFramework.QFSMLite::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMLite__ctor_m9DDC9DEA8392594CD6A3545A72F95F776D35265A (QFSMLite_tFE8EF5DECEEDBED1BC328C5D860F3B2DA209CD13 * __this, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (QFSMLite__ctor_m9DDC9DEA8392594CD6A3545A72F95F776D35265A_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- {
- // Dictionary<string, QFSMState> mStateDict = new Dictionary<string, QFSMState>();
- Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * L_0 = (Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 *)il2cpp_codegen_object_new(Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8_il2cpp_TypeInfo_var);
- Dictionary_2__ctor_m6B95C33696626BCAE08A9242934C464C86238723(L_0, /*hidden argument*/Dictionary_2__ctor_m6B95C33696626BCAE08A9242934C464C86238723_RuntimeMethod_var);
- __this->set_mStateDict_1(L_0);
- Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
- return;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Void QFramework.QFSMLite_FSMCallfunc::.ctor(System.Object,System.IntPtr)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMCallfunc__ctor_mD61DA55E7FF284D493D3D655ECBE879C8BE9779D (FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
- {
- __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
- __this->set_method_3(___method1);
- __this->set_m_target_2(___object0);
- }
- // System.Void QFramework.QFSMLite_FSMCallfunc::Invoke(System.Object[])
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMCallfunc_Invoke_mEA5BEF738392596FD91BC97C7968904D79960368 (FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param0, const RuntimeMethod* method)
- {
- DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
- Delegate_t** delegatesToInvoke;
- il2cpp_array_size_t length;
- if (delegateArrayToInvoke != NULL)
- {
- length = delegateArrayToInvoke->max_length;
- delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
- }
- else
- {
- length = 1;
- delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
- }
- for (il2cpp_array_size_t i = 0; i < length; i++)
- {
- Delegate_t* currentDelegate = delegatesToInvoke[i];
- Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
- RuntimeObject* targetThis = currentDelegate->get_m_target_2();
- RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
- if (!il2cpp_codegen_method_is_virtual(targetMethod))
- {
- il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
- }
- bool ___methodIsStatic = MethodIsStatic(targetMethod);
- int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
- if (___methodIsStatic)
- {
- if (___parameterCount == 1)
- {
- // open
- typedef void (*FunctionPointerType) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod);
- }
- else
- {
- // closed
- typedef void (*FunctionPointerType) (void*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod);
- }
- }
- else if (___parameterCount != 1)
- {
- // open
- if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
- {
- if (il2cpp_codegen_method_is_generic_instance(targetMethod))
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- GenericInterfaceActionInvoker0::Invoke(targetMethod, ___param0);
- else
- GenericVirtActionInvoker0::Invoke(targetMethod, ___param0);
- }
- else
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___param0);
- else
- VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___param0);
- }
- }
- else
- {
- typedef void (*FunctionPointerType) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod);
- }
- }
- else
- {
- // closed
- if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
- {
- if (targetThis == NULL)
- {
- typedef void (*FunctionPointerType) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod);
- }
- else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- GenericInterfaceActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(targetMethod, targetThis, ___param0);
- else
- GenericVirtActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(targetMethod, targetThis, ___param0);
- }
- else
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- InterfaceActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0);
- else
- VirtActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0);
- }
- }
- else
- {
- if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
- {
- typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___param0) - 1), targetMethod);
- }
- else
- {
- typedef void (*FunctionPointerType) (void*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod);
- }
- }
- }
- }
- }
- // System.IAsyncResult QFramework.QFSMLite_FSMCallfunc::BeginInvoke(System.Object[],System.AsyncCallback,System.Object)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FSMCallfunc_BeginInvoke_m1FDC2C959490E57A0BFDC5A598B8EB06DC06147B (FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
- {
- void *__d_args[2] = {0};
- __d_args[0] = ___param0;
- return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
- }
- // System.Void QFramework.QFSMLite_FSMCallfunc::EndInvoke(System.IAsyncResult)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMCallfunc_EndInvoke_mC3680725276685325478155DD679C539EE0323AE (FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
- {
- il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 QFramework.QFSMLite_QFSMState::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMState__ctor_m100D5AA8BC3DA6D47F9A376EE5BF3290BBCD0566 (QFSMState_tF3AE346D48C7286F4FA6F6F309F4262CD5757335 * __this, String_t* ___name0, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (QFSMState__ctor_m100D5AA8BC3DA6D47F9A376EE5BF3290BBCD0566_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- {
- // public readonly Dictionary<string, QFSMTranslation> TranslationDict = new Dictionary<string, QFSMTranslation>();
- Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * L_0 = (Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 *)il2cpp_codegen_object_new(Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32_il2cpp_TypeInfo_var);
- Dictionary_2__ctor_m717B07ADC74BBA3E01B91D9FF04A731C2A1EB95C(L_0, /*hidden argument*/Dictionary_2__ctor_m717B07ADC74BBA3E01B91D9FF04A731C2A1EB95C_RuntimeMethod_var);
- __this->set_TranslationDict_1(L_0);
- // public QFSMState(string name)
- Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
- // Name = name;
- String_t* L_1 = ___name0;
- __this->set_Name_0(L_1);
- // }
- return;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Void QFramework.QFSMLite_QFSMTranslation::.ctor(System.String,System.String,System.String,QFramework.QFSMLite_FSMCallfunc)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFSMTranslation__ctor_mCFEBE4E59B8A7BD0CD185D59B173A85DF7354AFE (QFSMTranslation_tBB0BD0DAA9F0F80644A0FCDE1587B9EFD6490F33 * __this, String_t* ___fromState0, String_t* ___name1, String_t* ___toState2, FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * ___onTranslationCallback3, const RuntimeMethod* method)
- {
- {
- // public QFSMTranslation(string fromState, string name, string toState, FSMCallfunc onTranslationCallback)
- Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
- // FromState = fromState;
- String_t* L_0 = ___fromState0;
- __this->set_FromState_0(L_0);
- // ToState = toState;
- String_t* L_1 = ___toState2;
- __this->set_ToState_2(L_1);
- // Name = name;
- String_t* L_2 = ___name1;
- __this->set_Name_1(L_2);
- // OnTranslationCallback = onTranslationCallback;
- FSMCallfunc_tF5A99F14AAEE41B68BBE212016681F9D4FA2CD5E * L_3 = ___onTranslationCallback3;
- __this->set_OnTranslationCallback_3(L_3);
- // }
- return;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
|