#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #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 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 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 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 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[] struct EntryU5BU5D_tE67F9ADEBCBD4988B1F175FB57FE0556EAEAE2A9; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9BB40D903D41983BA728A25D99F158FA52727646; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t49EA362E5CCA32CDA81426028AF278DC460E808A; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t3F0B29A24F43452EA1F5DDB6105E20EB508312A3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32; // System.Collections.Generic.IEqualityComparer`1 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 // 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 QFramework.QFSMLite::mStateDict Dictionary_2_tCABD7860221658103148CD225C8EFE0E5AE418B8 * ___mStateDict_1; public: inline static int32_t get_offset_of_mCurState_0() { return static_cast(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(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 QFramework.QFSMLite_QFSMState::TranslationDict Dictionary_2_tBB8E9EC17034605D5DAF587E21D8323135D92A32 * ___TranslationDict_1; public: inline static int32_t get_offset_of_Name_0() { return static_cast(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(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(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(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(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(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 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[] 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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t61D3B3DDBC21CB785C77E9938F35EDE3FD908B31 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection 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(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(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(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(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(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(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(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(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(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(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 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[] 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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t875CFF2F29792F7DE9371F20D84D9F4F8FCF60E8 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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::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::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::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::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::.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::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::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::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::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::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::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::.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::.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 mStateDict = new Dictionary(); 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(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__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(___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 TranslationDict = new Dictionary(); 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