123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- #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"
- // System.Runtime.Serialization.DataContractAttribute
- struct DataContractAttribute_t412496005;
- // System.Runtime.Serialization.DataMemberAttribute
- struct DataMemberAttribute_t1339837472;
- // System.String
- struct String_t;
- // System.Runtime.Serialization.EnumMemberAttribute
- struct EnumMemberAttribute_t1084128815;
- // System.Char[]
- struct CharU5BU5D_t3528271667;
- #ifndef U3CMODULEU3E_T692745557_H
- #define U3CMODULEU3E_T692745557_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // <Module>
- struct U3CModuleU3E_t692745557
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // U3CMODULEU3E_T692745557_H
- #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
- 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 ATTRIBUTE_T861562559_H
- #define ATTRIBUTE_T861562559_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Attribute
- struct Attribute_t861562559 : public RuntimeObject
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // ATTRIBUTE_T861562559_H
- #ifndef STRING_T_H
- #define STRING_T_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.String
- struct String_t : public RuntimeObject
- {
- public:
- // System.Int32 System.String::length
- int32_t ___length_0;
- // System.Char System.String::start_char
- Il2CppChar ___start_char_1;
- public:
- inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(String_t, ___length_0)); }
- inline int32_t get_length_0() const { return ___length_0; }
- inline int32_t* get_address_of_length_0() { return &___length_0; }
- inline void set_length_0(int32_t value)
- {
- ___length_0 = value;
- }
- inline static int32_t get_offset_of_start_char_1() { return static_cast<int32_t>(offsetof(String_t, ___start_char_1)); }
- inline Il2CppChar get_start_char_1() const { return ___start_char_1; }
- inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; }
- inline void set_start_char_1(Il2CppChar value)
- {
- ___start_char_1 = value;
- }
- };
- struct String_t_StaticFields
- {
- public:
- // System.String System.String::Empty
- String_t* ___Empty_2;
- // System.Char[] System.String::WhiteChars
- CharU5BU5D_t3528271667* ___WhiteChars_3;
- public:
- inline static int32_t get_offset_of_Empty_2() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_2)); }
- inline String_t* get_Empty_2() const { return ___Empty_2; }
- inline String_t** get_address_of_Empty_2() { return &___Empty_2; }
- inline void set_Empty_2(String_t* value)
- {
- ___Empty_2 = value;
- Il2CppCodeGenWriteBarrier((&___Empty_2), value);
- }
- inline static int32_t get_offset_of_WhiteChars_3() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___WhiteChars_3)); }
- inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; }
- inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; }
- inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value)
- {
- ___WhiteChars_3 = value;
- Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // STRING_T_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 DATAMEMBERATTRIBUTE_T1339837472_H
- #define DATAMEMBERATTRIBUTE_T1339837472_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Runtime.Serialization.DataMemberAttribute
- struct DataMemberAttribute_t1339837472 : public Attribute_t861562559
- {
- public:
- // System.Boolean System.Runtime.Serialization.DataMemberAttribute::is_required
- bool ___is_required_0;
- // System.Boolean System.Runtime.Serialization.DataMemberAttribute::emit_default
- bool ___emit_default_1;
- // System.String System.Runtime.Serialization.DataMemberAttribute::name
- String_t* ___name_2;
- // System.Int32 System.Runtime.Serialization.DataMemberAttribute::order
- int32_t ___order_3;
- public:
- inline static int32_t get_offset_of_is_required_0() { return static_cast<int32_t>(offsetof(DataMemberAttribute_t1339837472, ___is_required_0)); }
- inline bool get_is_required_0() const { return ___is_required_0; }
- inline bool* get_address_of_is_required_0() { return &___is_required_0; }
- inline void set_is_required_0(bool value)
- {
- ___is_required_0 = value;
- }
- inline static int32_t get_offset_of_emit_default_1() { return static_cast<int32_t>(offsetof(DataMemberAttribute_t1339837472, ___emit_default_1)); }
- inline bool get_emit_default_1() const { return ___emit_default_1; }
- inline bool* get_address_of_emit_default_1() { return &___emit_default_1; }
- inline void set_emit_default_1(bool value)
- {
- ___emit_default_1 = value;
- }
- inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(DataMemberAttribute_t1339837472, ___name_2)); }
- inline String_t* get_name_2() const { return ___name_2; }
- inline String_t** get_address_of_name_2() { return &___name_2; }
- inline void set_name_2(String_t* value)
- {
- ___name_2 = value;
- Il2CppCodeGenWriteBarrier((&___name_2), value);
- }
- inline static int32_t get_offset_of_order_3() { return static_cast<int32_t>(offsetof(DataMemberAttribute_t1339837472, ___order_3)); }
- inline int32_t get_order_3() const { return ___order_3; }
- inline int32_t* get_address_of_order_3() { return &___order_3; }
- inline void set_order_3(int32_t value)
- {
- ___order_3 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // DATAMEMBERATTRIBUTE_T1339837472_H
- #ifndef INT32_T2950945753_H
- #define INT32_T2950945753_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Int32
- struct Int32_t2950945753
- {
- public:
- // System.Int32 System.Int32::m_value
- int32_t ___m_value_2;
- public:
- inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Int32_t2950945753, ___m_value_2)); }
- inline int32_t get_m_value_2() const { return ___m_value_2; }
- inline int32_t* get_address_of_m_value_2() { return &___m_value_2; }
- inline void set_m_value_2(int32_t value)
- {
- ___m_value_2 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // INT32_T2950945753_H
- #ifndef ENUMMEMBERATTRIBUTE_T1084128815_H
- #define ENUMMEMBERATTRIBUTE_T1084128815_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Runtime.Serialization.EnumMemberAttribute
- struct EnumMemberAttribute_t1084128815 : public Attribute_t861562559
- {
- public:
- // System.String System.Runtime.Serialization.EnumMemberAttribute::value
- String_t* ___value_0;
- public:
- inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(EnumMemberAttribute_t1084128815, ___value_0)); }
- inline String_t* get_value_0() const { return ___value_0; }
- inline String_t** get_address_of_value_0() { return &___value_0; }
- inline void set_value_0(String_t* value)
- {
- ___value_0 = value;
- Il2CppCodeGenWriteBarrier((&___value_0), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // ENUMMEMBERATTRIBUTE_T1084128815_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 DATACONTRACTATTRIBUTE_T412496005_H
- #define DATACONTRACTATTRIBUTE_T412496005_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Runtime.Serialization.DataContractAttribute
- struct DataContractAttribute_t412496005 : public Attribute_t861562559
- {
- public:
- // System.Boolean System.Runtime.Serialization.DataContractAttribute::<IsReference>k__BackingField
- bool ___U3CIsReferenceU3Ek__BackingField_0;
- public:
- inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(DataContractAttribute_t412496005, ___U3CIsReferenceU3Ek__BackingField_0)); }
- inline bool get_U3CIsReferenceU3Ek__BackingField_0() const { return ___U3CIsReferenceU3Ek__BackingField_0; }
- inline bool* get_address_of_U3CIsReferenceU3Ek__BackingField_0() { return &___U3CIsReferenceU3Ek__BackingField_0; }
- inline void set_U3CIsReferenceU3Ek__BackingField_0(bool value)
- {
- ___U3CIsReferenceU3Ek__BackingField_0 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // DATACONTRACTATTRIBUTE_T412496005_H
- #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.Boolean System.Runtime.Serialization.DataContractAttribute::get_IsReference()
- extern "C" IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_m3839282120 (DataContractAttribute_t412496005 * __this, const RuntimeMethod* method)
- {
- {
- bool L_0 = __this->get_U3CIsReferenceU3Ek__BackingField_0();
- return L_0;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Boolean System.Runtime.Serialization.DataMemberAttribute::get_EmitDefaultValue()
- extern "C" IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_m3473790697 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method)
- {
- {
- bool L_0 = __this->get_emit_default_1();
- return L_0;
- }
- }
- // System.Boolean System.Runtime.Serialization.DataMemberAttribute::get_IsRequired()
- extern "C" IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_m4045505283 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method)
- {
- {
- bool L_0 = __this->get_is_required_0();
- return L_0;
- }
- }
- // System.String System.Runtime.Serialization.DataMemberAttribute::get_Name()
- extern "C" IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_m4184456524 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method)
- {
- {
- String_t* L_0 = __this->get_name_2();
- return L_0;
- }
- }
- // System.Int32 System.Runtime.Serialization.DataMemberAttribute::get_Order()
- extern "C" IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m3753346419 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method)
- {
- {
- int32_t L_0 = __this->get_order_3();
- return L_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.String System.Runtime.Serialization.EnumMemberAttribute::get_Value()
- extern "C" IL2CPP_METHOD_ATTR String_t* EnumMemberAttribute_get_Value_m452041758 (EnumMemberAttribute_t1084128815 * __this, const RuntimeMethod* method)
- {
- {
- String_t* L_0 = __this->get_value_0();
- return L_0;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
|