123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032 |
- #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 "il2cpp-class-internals.h"
- #include "codegen/il2cpp-codegen.h"
- #include "il2cpp-object-internals.h"
- template <typename T1, typename T2, typename T3, typename T4>
- struct VirtActionInvoker4
- {
- typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
- static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
- {
- const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
- ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
- }
- };
- 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, typename T2, typename T3, typename T4>
- struct GenericVirtActionInvoker4
- {
- typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
- static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
- {
- VirtualInvokeData invokeData;
- il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
- ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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, typename T2, typename T3, typename T4>
- struct InterfaceActionInvoker4
- {
- typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
- static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
- {
- const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
- ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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, typename T2, typename T3, typename T4>
- struct GenericInterfaceActionInvoker4
- {
- typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
- static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
- {
- VirtualInvokeData invokeData;
- il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
- ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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);
- }
- };
- // UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged
- struct SessionStateChanged_t3163629820;
- // System.IAsyncResult
- struct IAsyncResult_t767004451;
- // System.AsyncCallback
- struct AsyncCallback_t3962456242;
- // UnityEngine.RemoteSettings/UpdatedEventHandler
- struct UpdatedEventHandler_t1027848393;
- // System.String
- struct String_t;
- // System.Void
- struct Void_t1185182177;
- // System.Char[]
- struct CharU5BU5D_t3528271667;
- // System.Reflection.MethodInfo
- struct MethodInfo_t;
- // System.DelegateData
- struct DelegateData_t1677132599;
- extern RuntimeClass* AnalyticsSessionInfo_t2322308579_il2cpp_TypeInfo_var;
- extern const uint32_t AnalyticsSessionInfo_CallSessionStateChanged_m2615824008_MetadataUsageId;
- extern RuntimeClass* AnalyticsSessionState_t681173134_il2cpp_TypeInfo_var;
- extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var;
- extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var;
- extern const uint32_t SessionStateChanged_BeginInvoke_m3061271511_MetadataUsageId;
- extern RuntimeClass* RemoteSettings_t1718627291_il2cpp_TypeInfo_var;
- extern const uint32_t RemoteSettings_CallOnUpdate_m2821567430_MetadataUsageId;
- #ifndef RUNTIMEOBJECT_H
- #define RUNTIMEOBJECT_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Object
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // RUNTIMEOBJECT_H
- #ifndef U3CMODULEU3E_T692745555_H
- #define U3CMODULEU3E_T692745555_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // <Module>
- struct U3CModuleU3E_t692745555
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // U3CMODULEU3E_T692745555_H
- #ifndef VALUETYPE_T3640485471_H
- #define VALUETYPE_T3640485471_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.ValueType
- struct ValueType_t3640485471 : public RuntimeObject
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // Native definition for P/Invoke marshalling of System.ValueType
- struct ValueType_t3640485471_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.ValueType
- struct ValueType_t3640485471_marshaled_com
- {
- };
- #endif // VALUETYPE_T3640485471_H
- #ifndef REMOTESETTINGS_T1718627291_H
- #define REMOTESETTINGS_T1718627291_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.RemoteSettings
- struct RemoteSettings_t1718627291 : public RuntimeObject
- {
- public:
- public:
- };
- struct RemoteSettings_t1718627291_StaticFields
- {
- public:
- // UnityEngine.RemoteSettings/UpdatedEventHandler UnityEngine.RemoteSettings::Updated
- UpdatedEventHandler_t1027848393 * ___Updated_0;
- public:
- inline static int32_t get_offset_of_Updated_0() { return static_cast<int32_t>(offsetof(RemoteSettings_t1718627291_StaticFields, ___Updated_0)); }
- inline UpdatedEventHandler_t1027848393 * get_Updated_0() const { return ___Updated_0; }
- inline UpdatedEventHandler_t1027848393 ** get_address_of_Updated_0() { return &___Updated_0; }
- inline void set_Updated_0(UpdatedEventHandler_t1027848393 * value)
- {
- ___Updated_0 = value;
- Il2CppCodeGenWriteBarrier((&___Updated_0), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // REMOTESETTINGS_T1718627291_H
- struct Il2CppArrayBounds;
- #ifndef RUNTIMEARRAY_H
- #define RUNTIMEARRAY_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Array
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // RUNTIMEARRAY_H
- #ifndef ANALYTICSSESSIONINFO_T2322308579_H
- #define ANALYTICSSESSIONINFO_T2322308579_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.Analytics.AnalyticsSessionInfo
- struct AnalyticsSessionInfo_t2322308579 : public RuntimeObject
- {
- public:
- public:
- };
- struct AnalyticsSessionInfo_t2322308579_StaticFields
- {
- public:
- // UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged UnityEngine.Analytics.AnalyticsSessionInfo::sessionStateChanged
- SessionStateChanged_t3163629820 * ___sessionStateChanged_0;
- public:
- inline static int32_t get_offset_of_sessionStateChanged_0() { return static_cast<int32_t>(offsetof(AnalyticsSessionInfo_t2322308579_StaticFields, ___sessionStateChanged_0)); }
- inline SessionStateChanged_t3163629820 * get_sessionStateChanged_0() const { return ___sessionStateChanged_0; }
- inline SessionStateChanged_t3163629820 ** get_address_of_sessionStateChanged_0() { return &___sessionStateChanged_0; }
- inline void set_sessionStateChanged_0(SessionStateChanged_t3163629820 * value)
- {
- ___sessionStateChanged_0 = value;
- Il2CppCodeGenWriteBarrier((&___sessionStateChanged_0), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // ANALYTICSSESSIONINFO_T2322308579_H
- #ifndef INT64_T3736567304_H
- #define INT64_T3736567304_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Int64
- struct Int64_t3736567304
- {
- public:
- // System.Int64 System.Int64::m_value
- int64_t ___m_value_2;
- public:
- inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Int64_t3736567304, ___m_value_2)); }
- inline int64_t get_m_value_2() const { return ___m_value_2; }
- inline int64_t* get_address_of_m_value_2() { return &___m_value_2; }
- inline void set_m_value_2(int64_t value)
- {
- ___m_value_2 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // INT64_T3736567304_H
- #ifndef BOOLEAN_T97287965_H
- #define BOOLEAN_T97287965_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Boolean
- struct Boolean_t97287965
- {
- public:
- // System.Boolean System.Boolean::m_value
- bool ___m_value_2;
- public:
- inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Boolean_t97287965, ___m_value_2)); }
- inline bool get_m_value_2() const { return ___m_value_2; }
- inline bool* get_address_of_m_value_2() { return &___m_value_2; }
- inline void set_m_value_2(bool value)
- {
- ___m_value_2 = value;
- }
- };
- struct Boolean_t97287965_StaticFields
- {
- public:
- // System.String System.Boolean::FalseString
- String_t* ___FalseString_0;
- // System.String System.Boolean::TrueString
- String_t* ___TrueString_1;
- public:
- inline static int32_t get_offset_of_FalseString_0() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); }
- inline String_t* get_FalseString_0() const { return ___FalseString_0; }
- inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; }
- inline void set_FalseString_0(String_t* value)
- {
- ___FalseString_0 = value;
- Il2CppCodeGenWriteBarrier((&___FalseString_0), value);
- }
- inline static int32_t get_offset_of_TrueString_1() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); }
- inline String_t* get_TrueString_1() const { return ___TrueString_1; }
- inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; }
- inline void set_TrueString_1(String_t* value)
- {
- ___TrueString_1 = value;
- Il2CppCodeGenWriteBarrier((&___TrueString_1), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // BOOLEAN_T97287965_H
- #ifndef VOID_T1185182177_H
- #define VOID_T1185182177_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Void
- struct Void_t1185182177
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // VOID_T1185182177_H
- #ifndef INTPTR_T_H
- #define INTPTR_T_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // 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;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // INTPTR_T_H
- #ifndef ENUM_T4135868527_H
- #define ENUM_T4135868527_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Enum
- struct Enum_t4135868527 : public ValueType_t3640485471
- {
- public:
- public:
- };
- struct Enum_t4135868527_StaticFields
- {
- public:
- // System.Char[] System.Enum::split_char
- CharU5BU5D_t3528271667* ___split_char_0;
- public:
- inline static int32_t get_offset_of_split_char_0() { return static_cast<int32_t>(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); }
- inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; }
- inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; }
- inline void set_split_char_0(CharU5BU5D_t3528271667* value)
- {
- ___split_char_0 = value;
- Il2CppCodeGenWriteBarrier((&___split_char_0), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // Native definition for P/Invoke marshalling of System.Enum
- struct Enum_t4135868527_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.Enum
- struct Enum_t4135868527_marshaled_com
- {
- };
- #endif // ENUM_T4135868527_H
- #ifndef ANALYTICSSESSIONSTATE_T681173134_H
- #define ANALYTICSSESSIONSTATE_T681173134_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.Analytics.AnalyticsSessionState
- struct AnalyticsSessionState_t681173134
- {
- public:
- // System.Int32 UnityEngine.Analytics.AnalyticsSessionState::value__
- int32_t ___value___1;
- public:
- inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(AnalyticsSessionState_t681173134, ___value___1)); }
- inline int32_t get_value___1() const { return ___value___1; }
- inline int32_t* get_address_of_value___1() { return &___value___1; }
- inline void set_value___1(int32_t value)
- {
- ___value___1 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // ANALYTICSSESSIONSTATE_T681173134_H
- #ifndef DELEGATE_T1188392813_H
- #define DELEGATE_T1188392813_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Delegate
- struct Delegate_t1188392813 : 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::method_code
- intptr_t ___method_code_5;
- // System.Reflection.MethodInfo System.Delegate::method_info
- MethodInfo_t * ___method_info_6;
- // System.Reflection.MethodInfo System.Delegate::original_method_info
- MethodInfo_t * ___original_method_info_7;
- // System.DelegateData System.Delegate::data
- DelegateData_t1677132599 * ___data_8;
- public:
- inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value);
- }
- inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___method_code_5)); }
- inline intptr_t get_method_code_5() const { return ___method_code_5; }
- inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; }
- inline void set_method_code_5(intptr_t value)
- {
- ___method_code_5 = value;
- }
- inline static int32_t get_offset_of_method_info_6() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___method_info_6)); }
- inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; }
- inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; }
- inline void set_method_info_6(MethodInfo_t * value)
- {
- ___method_info_6 = value;
- Il2CppCodeGenWriteBarrier((&___method_info_6), value);
- }
- inline static int32_t get_offset_of_original_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___original_method_info_7)); }
- inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; }
- inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; }
- inline void set_original_method_info_7(MethodInfo_t * value)
- {
- ___original_method_info_7 = value;
- Il2CppCodeGenWriteBarrier((&___original_method_info_7), value);
- }
- inline static int32_t get_offset_of_data_8() { return static_cast<int32_t>(offsetof(Delegate_t1188392813, ___data_8)); }
- inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; }
- inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; }
- inline void set_data_8(DelegateData_t1677132599 * value)
- {
- ___data_8 = value;
- Il2CppCodeGenWriteBarrier((&___data_8), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // DELEGATE_T1188392813_H
- #ifndef MULTICASTDELEGATE_T_H
- #define MULTICASTDELEGATE_T_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.MulticastDelegate
- struct MulticastDelegate_t : public Delegate_t1188392813
- {
- public:
- // System.MulticastDelegate System.MulticastDelegate::prev
- MulticastDelegate_t * ___prev_9;
- // System.MulticastDelegate System.MulticastDelegate::kpm_next
- MulticastDelegate_t * ___kpm_next_10;
- public:
- inline static int32_t get_offset_of_prev_9() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___prev_9)); }
- inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; }
- inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; }
- inline void set_prev_9(MulticastDelegate_t * value)
- {
- ___prev_9 = value;
- Il2CppCodeGenWriteBarrier((&___prev_9), value);
- }
- inline static int32_t get_offset_of_kpm_next_10() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___kpm_next_10)); }
- inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; }
- inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; }
- inline void set_kpm_next_10(MulticastDelegate_t * value)
- {
- ___kpm_next_10 = value;
- Il2CppCodeGenWriteBarrier((&___kpm_next_10), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // MULTICASTDELEGATE_T_H
- #ifndef UPDATEDEVENTHANDLER_T1027848393_H
- #define UPDATEDEVENTHANDLER_T1027848393_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.RemoteSettings/UpdatedEventHandler
- struct UpdatedEventHandler_t1027848393 : public MulticastDelegate_t
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // UPDATEDEVENTHANDLER_T1027848393_H
- #ifndef SESSIONSTATECHANGED_T3163629820_H
- #define SESSIONSTATECHANGED_T3163629820_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged
- struct SessionStateChanged_t3163629820 : public MulticastDelegate_t
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // SESSIONSTATECHANGED_T3163629820_H
- #ifndef ASYNCCALLBACK_T3962456242_H
- #define ASYNCCALLBACK_T3962456242_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.AsyncCallback
- struct AsyncCallback_t3962456242 : public MulticastDelegate_t
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // ASYNCCALLBACK_T3962456242_H
- // System.Void UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged::Invoke(UnityEngine.Analytics.AnalyticsSessionState,System.Int64,System.Int64,System.Boolean)
- extern "C" IL2CPP_METHOD_ATTR void SessionStateChanged_Invoke_m1365949269 (SessionStateChanged_t3163629820 * __this, int32_t ___sessionState0, int64_t ___sessionId1, int64_t ___sessionElapsedTime2, bool ___sessionChanged3, const RuntimeMethod* method);
- // System.Void UnityEngine.RemoteSettings/UpdatedEventHandler::Invoke()
- extern "C" IL2CPP_METHOD_ATTR void UpdatedEventHandler_Invoke_m1320302085 (UpdatedEventHandler_t1027848393 * __this, const RuntimeMethod* method);
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Void UnityEngine.Analytics.AnalyticsSessionInfo::CallSessionStateChanged(UnityEngine.Analytics.AnalyticsSessionState,System.Int64,System.Int64,System.Boolean)
- extern "C" IL2CPP_METHOD_ATTR void AnalyticsSessionInfo_CallSessionStateChanged_m2615824008 (RuntimeObject * __this /* static, unused */, int32_t ___sessionState0, int64_t ___sessionId1, int64_t ___sessionElapsedTime2, bool ___sessionChanged3, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (AnalyticsSessionInfo_CallSessionStateChanged_m2615824008_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- SessionStateChanged_t3163629820 * V_0 = NULL;
- {
- SessionStateChanged_t3163629820 * L_0 = ((AnalyticsSessionInfo_t2322308579_StaticFields*)il2cpp_codegen_static_fields_for(AnalyticsSessionInfo_t2322308579_il2cpp_TypeInfo_var))->get_sessionStateChanged_0();
- V_0 = L_0;
- SessionStateChanged_t3163629820 * L_1 = V_0;
- if (!L_1)
- {
- goto IL_0017;
- }
- }
- {
- SessionStateChanged_t3163629820 * L_2 = V_0;
- int32_t L_3 = ___sessionState0;
- int64_t L_4 = ___sessionId1;
- int64_t L_5 = ___sessionElapsedTime2;
- bool L_6 = ___sessionChanged3;
- NullCheck(L_2);
- SessionStateChanged_Invoke_m1365949269(L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
- }
- IL_0017:
- {
- return;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- extern "C" void DelegatePInvokeWrapper_SessionStateChanged_t3163629820 (SessionStateChanged_t3163629820 * __this, int32_t ___sessionState0, int64_t ___sessionId1, int64_t ___sessionElapsedTime2, bool ___sessionChanged3, const RuntimeMethod* method)
- {
- typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int64_t, int64_t, int32_t);
- PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
- // Native function invocation
- il2cppPInvokeFunc(___sessionState0, ___sessionId1, ___sessionElapsedTime2, static_cast<int32_t>(___sessionChanged3));
- }
- // System.Void UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged::.ctor(System.Object,System.IntPtr)
- extern "C" IL2CPP_METHOD_ATTR void SessionStateChanged__ctor_m650210272 (SessionStateChanged_t3163629820 * __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 UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged::Invoke(UnityEngine.Analytics.AnalyticsSessionState,System.Int64,System.Int64,System.Boolean)
- extern "C" IL2CPP_METHOD_ATTR void SessionStateChanged_Invoke_m1365949269 (SessionStateChanged_t3163629820 * __this, int32_t ___sessionState0, int64_t ___sessionId1, int64_t ___sessionElapsedTime2, bool ___sessionChanged3, const RuntimeMethod* method)
- {
- if(__this->get_prev_9() != NULL)
- {
- SessionStateChanged_Invoke_m1365949269((SessionStateChanged_t3163629820 *)__this->get_prev_9(), ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3, method);
- }
- Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
- RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
- RuntimeObject* targetThis = __this->get_m_target_2();
- il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
- bool ___methodIsStatic = MethodIsStatic(targetMethod);
- if (___methodIsStatic)
- {
- if (il2cpp_codegen_method_parameter_count(targetMethod) == 4)
- {
- // open
- {
- typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int64_t, int64_t, bool, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(NULL, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3, targetMethod);
- }
- }
- else
- {
- // closed
- {
- typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int64_t, int64_t, bool, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3, 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 (il2cpp_codegen_method_is_generic_instance(targetMethod))
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- GenericInterfaceActionInvoker4< int32_t, int64_t, int64_t, bool >::Invoke(targetMethod, targetThis, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3);
- else
- GenericVirtActionInvoker4< int32_t, int64_t, int64_t, bool >::Invoke(targetMethod, targetThis, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3);
- }
- else
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- InterfaceActionInvoker4< int32_t, int64_t, int64_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3);
- else
- VirtActionInvoker4< int32_t, int64_t, int64_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3);
- }
- }
- else
- {
- typedef void (*FunctionPointerType) (void*, int32_t, int64_t, int64_t, bool, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(targetThis, ___sessionState0, ___sessionId1, ___sessionElapsedTime2, ___sessionChanged3, targetMethod);
- }
- }
- }
- }
- // System.IAsyncResult UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged::BeginInvoke(UnityEngine.Analytics.AnalyticsSessionState,System.Int64,System.Int64,System.Boolean,System.AsyncCallback,System.Object)
- extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SessionStateChanged_BeginInvoke_m3061271511 (SessionStateChanged_t3163629820 * __this, int32_t ___sessionState0, int64_t ___sessionId1, int64_t ___sessionElapsedTime2, bool ___sessionChanged3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (SessionStateChanged_BeginInvoke_m3061271511_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- void *__d_args[5] = {0};
- __d_args[0] = Box(AnalyticsSessionState_t681173134_il2cpp_TypeInfo_var, &___sessionState0);
- __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___sessionId1);
- __d_args[2] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___sessionElapsedTime2);
- __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___sessionChanged3);
- return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);
- }
- // System.Void UnityEngine.Analytics.AnalyticsSessionInfo/SessionStateChanged::EndInvoke(System.IAsyncResult)
- extern "C" IL2CPP_METHOD_ATTR void SessionStateChanged_EndInvoke_m3128001178 (SessionStateChanged_t3163629820 * __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
- #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 UnityEngine.RemoteSettings::CallOnUpdate()
- extern "C" IL2CPP_METHOD_ATTR void RemoteSettings_CallOnUpdate_m2821567430 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_method (RemoteSettings_CallOnUpdate_m2821567430_MetadataUsageId);
- s_Il2CppMethodInitialized = true;
- }
- UpdatedEventHandler_t1027848393 * V_0 = NULL;
- {
- UpdatedEventHandler_t1027848393 * L_0 = ((RemoteSettings_t1718627291_StaticFields*)il2cpp_codegen_static_fields_for(RemoteSettings_t1718627291_il2cpp_TypeInfo_var))->get_Updated_0();
- V_0 = L_0;
- UpdatedEventHandler_t1027848393 * L_1 = V_0;
- if (!L_1)
- {
- goto IL_0013;
- }
- }
- {
- UpdatedEventHandler_t1027848393 * L_2 = V_0;
- NullCheck(L_2);
- UpdatedEventHandler_Invoke_m1320302085(L_2, /*hidden argument*/NULL);
- }
- IL_0013:
- {
- return;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- extern "C" void DelegatePInvokeWrapper_UpdatedEventHandler_t1027848393 (UpdatedEventHandler_t1027848393 * __this, const RuntimeMethod* method)
- {
- typedef void (DEFAULT_CALL *PInvokeFunc)();
- PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
- // Native function invocation
- il2cppPInvokeFunc();
- }
- // System.Void UnityEngine.RemoteSettings/UpdatedEventHandler::.ctor(System.Object,System.IntPtr)
- extern "C" IL2CPP_METHOD_ATTR void UpdatedEventHandler__ctor_m1004406089 (UpdatedEventHandler_t1027848393 * __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 UnityEngine.RemoteSettings/UpdatedEventHandler::Invoke()
- extern "C" IL2CPP_METHOD_ATTR void UpdatedEventHandler_Invoke_m1320302085 (UpdatedEventHandler_t1027848393 * __this, const RuntimeMethod* method)
- {
- if(__this->get_prev_9() != NULL)
- {
- UpdatedEventHandler_Invoke_m1320302085((UpdatedEventHandler_t1027848393 *)__this->get_prev_9(), method);
- }
- Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
- RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
- RuntimeObject* targetThis = __this->get_m_target_2();
- il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
- bool ___methodIsStatic = MethodIsStatic(targetMethod);
- if (___methodIsStatic)
- {
- if (il2cpp_codegen_method_parameter_count(targetMethod) == 0)
- {
- // open
- {
- typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod);
- }
- }
- else
- {
- // closed
- {
- typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, 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 (il2cpp_codegen_method_is_generic_instance(targetMethod))
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
- else
- GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
- }
- else
- {
- if (il2cpp_codegen_method_is_interface_method(targetMethod))
- InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
- else
- VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
- }
- }
- else
- {
- typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
- ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
- }
- }
- }
- }
- // System.IAsyncResult UnityEngine.RemoteSettings/UpdatedEventHandler::BeginInvoke(System.AsyncCallback,System.Object)
- extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UpdatedEventHandler_BeginInvoke_m1792117005 (UpdatedEventHandler_t1027848393 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
- {
- void *__d_args[1] = {0};
- return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
- }
- // System.Void UnityEngine.RemoteSettings/UpdatedEventHandler::EndInvoke(System.IAsyncResult)
- extern "C" IL2CPP_METHOD_ATTR void UpdatedEventHandler_EndInvoke_m3937028961 (UpdatedEventHandler_t1027848393 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
- {
- il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
|