blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
4635693c3a4e0bf29f0cf9403d1b17e2f54bb433
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/Codes/AC/723.cpp
780251ed4da77ef947db89a92ad5e5acf5f2d262
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
522
cpp
#include <bits/stdc++.h> using namespace std; #define fi first #define se second #define pb push_back #define fori(i,a,b) for (int i = a; i < b; ++i) #define ford(i,a,b) for (int i = a; i > b; --i) bool cute(int x) { auto str = to_string(x); int sum = 0; for(auto e : str) { sum += e - 48; } return sum == 10; } int main() { int n, k = 0; cin >> n; fori(i,0,1e8) { if (cute(i)) k++; if (k == n) { cout << i << endl; return 0; } } }
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
4531bd58b63c041a2e435ccea69bc2faf4b2afc8
23ce7889d5cf6cb421477bc87b44caf0de3887d3
/Assignment1.01/DarkNinjaEngine/HeaderFiles/Engine/Math/Vector2.h
89e0fafcbc1e7196f6e749830c284f7e90ea3755
[]
no_license
Balaji-Ganesh-AK/Game-Engine-WithSFML
7a2492a673c1cfe23ef030eb63a2136935f8a6bc
188b7ba48e7fc68d312ecfdb6138f4810eed55de
refs/heads/master
2022-11-15T11:04:29.699930
2020-07-07T03:20:27
2020-07-07T03:20:27
273,377,763
1
0
null
null
null
null
UTF-8
C++
false
false
1,886
h
#pragma once #include <iostream> namespace Engine { struct vector2D { float x, y; vector2D(); vector2D(float x, float y); static vector2D Down(); static vector2D Zero(); static vector2D Up(); static vector2D Right(); static vector2D Left(); vector2D& Add(const vector2D &other); vector2D& Subtract(const vector2D &other); vector2D& Multiply(const vector2D &other); vector2D& Divide(const vector2D &other); vector2D& Add(float value); vector2D& Subtract(float value); vector2D& Multiply(float value); vector2D& Divide(float value); friend vector2D operator+(vector2D left, const vector2D& right); friend vector2D operator-(vector2D left, const vector2D& right); friend vector2D operator*(vector2D left, const vector2D& right); friend vector2D operator/(vector2D left, const vector2D& right); friend vector2D operator+(vector2D left, float value); friend vector2D operator-(vector2D left, float value); friend vector2D operator*(vector2D left, float value); friend vector2D operator/(vector2D left, float value); bool operator==(const vector2D&other ) const ; bool operator!=(const vector2D& other) const; bool operator>(const vector2D& other) const; bool operator<(const vector2D& other) const; bool operator>=(const vector2D& other) const; bool operator<=(const vector2D& other) const; vector2D operator+=(const vector2D &other); vector2D operator-=(const vector2D& other); vector2D operator*=(const vector2D& other); vector2D operator/=(const vector2D& other); vector2D operator+=(float value); vector2D operator-=(float value); vector2D operator*=(float value); vector2D operator/=(float value); float Magnitude() const; vector2D Normalize() const; float Dot(const vector2D &other)const; friend std::ostream& operator<<(std::ostream& stream, const vector2D& other); }; }
[ "balajiganeshoff@gmail.com" ]
balajiganeshoff@gmail.com
aeae7af629a79bdd9a758cc7edb06a631ed70347
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/collectd/gumtree/collectd_new_hunk_508.cpp
0ba757d64437ee094fad512988933af02c5e1e11
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,050
cpp
vl.values = values; vl.values_len = 1; vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "myplugin", sizeof (vl.plugin)); /* it is strongly recommended to use a type defined in the types.db file * instead of a custom type */ sstrncpy (vl.type, "myplugin", sizeof (vl.plugin)); /* optionally set vl.plugin_instance and vl.type_instance to reasonable * values (default: "") */ /* dispatch the values to collectd which passes them on to all registered * write functions */ plugin_dispatch_values (&vl); /* A return value != 0 indicates an error and the plugin will be skipped * for an increasing amount of time. */ return 0; } /* static int my_read (void) */ /* * This function is called after values have been dispatched to collectd. */ static int my_write (const data_set_t *ds, const value_list_t *vl, user_data_t *ud) { char name[1024] = ""; int i = 0; if (ds->ds_num != vl->values_len) { plugin_log (LOG_WARNING, "DS number does not match values length");
[ "993273596@qq.com" ]
993273596@qq.com
8e0b651986711a5142642086c160f0f17474c66c
a9cb4d9b4676ea5b0f97615dd6de42e853e0dda1
/MRTB32Pres/Il2CppOutputProject/Source/il2cppOutput/Microsoft.MixedReality.Toolkit.Demos.InspectorFields.cpp
7eb3e80c67c195ee9bc43fb73186d86b4d824f4e
[]
no_license
jasonb15BU/AzureSpatialAnchorsPOC
df222ca634f10cc55e2b6beb52e2417fa04b2d3e
735cbf7b92482757ac3a092c95d13e1d49fa4cbb
refs/heads/master
2023-07-17T03:11:12.807746
2021-08-10T01:52:05
2021-08-10T01:52:05
394,491,378
0
0
null
null
null
null
UTF-8
C++
false
false
26,470
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> // System.Collections.Generic.List`1<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> struct List_1_tC4734385F71C8418989106D05BE53E9109E9D588; // Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting[] struct InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample struct InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // System.String struct String_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1B3E61B2F16C2601DDB2928CB2C5BD9B5A89CE06; IL2CPP_EXTERN_C String_t* _stringLiteral4451C6F6B093C0800B6E9B2832DCBD5441BD690B; IL2CPP_EXTERN_C String_t* _stringLiteral54596383306302670EC64D8766CFF66C314FD57A; IL2CPP_EXTERN_C String_t* _stringLiteral70F1769C72FCAF144F53009F7DA60ED467C29635; IL2CPP_EXTERN_C String_t* _stringLiteral8B9BFD4340FBDB49A13A4CE3FC8184034C6BE052; IL2CPP_EXTERN_C String_t* _stringLiteralDCFBF274D82BEA8EFDEA443627BE815DAB8A58DE; IL2CPP_EXTERN_C const RuntimeMethod* InspectorGenericFields_1_LoadSettings_m161BFB1C6FA2463EE17919E293101747EC0295EA_RuntimeMethod_var; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // <Module> struct U3CModuleU3E_tF5D93A4A4D81CCF8E41B3A1FC10F35556B42B195 { public: public: }; // System.Object // System.Collections.Generic.List`1<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> struct List_1_tC4734385F71C8418989106D05BE53E9109E9D588 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tC4734385F71C8418989106D05BE53E9109E9D588, ____items_1)); } inline InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2* get__items_1() const { return ____items_1; } inline InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2** get_address_of__items_1() { return &____items_1; } inline void set__items_1(InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tC4734385F71C8418989106D05BE53E9109E9D588, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tC4734385F71C8418989106D05BE53E9109E9D588, ____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__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tC4734385F71C8418989106D05BE53E9109E9D588, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tC4734385F71C8418989106D05BE53E9109E9D588_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tC4734385F71C8418989106D05BE53E9109E9D588_StaticFields, ____emptyArray_5)); } inline InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2* get__emptyArray_5() const { return ____emptyArray_5; } inline InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(InspectorPropertySettingU5BU5D_t6B065D9ED133F5ACBF48698EAB7D94CC21ADDAC2* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample struct InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::ComponentName String_t* ___ComponentName_4; // System.Boolean Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::Enabled bool ___Enabled_5; // System.String Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::ComponentOption String_t* ___ComponentOption_6; // System.Int32 Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::ComponentIndex int32_t ___ComponentIndex_7; // System.Collections.Generic.List`1<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting> Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::Settings List_1_tC4734385F71C8418989106D05BE53E9109E9D588 * ___Settings_8; public: inline static int32_t get_offset_of_ComponentName_4() { return static_cast<int32_t>(offsetof(InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1, ___ComponentName_4)); } inline String_t* get_ComponentName_4() const { return ___ComponentName_4; } inline String_t** get_address_of_ComponentName_4() { return &___ComponentName_4; } inline void set_ComponentName_4(String_t* value) { ___ComponentName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ComponentName_4), (void*)value); } inline static int32_t get_offset_of_Enabled_5() { return static_cast<int32_t>(offsetof(InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1, ___Enabled_5)); } inline bool get_Enabled_5() const { return ___Enabled_5; } inline bool* get_address_of_Enabled_5() { return &___Enabled_5; } inline void set_Enabled_5(bool value) { ___Enabled_5 = value; } inline static int32_t get_offset_of_ComponentOption_6() { return static_cast<int32_t>(offsetof(InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1, ___ComponentOption_6)); } inline String_t* get_ComponentOption_6() const { return ___ComponentOption_6; } inline String_t** get_address_of_ComponentOption_6() { return &___ComponentOption_6; } inline void set_ComponentOption_6(String_t* value) { ___ComponentOption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ComponentOption_6), (void*)value); } inline static int32_t get_offset_of_ComponentIndex_7() { return static_cast<int32_t>(offsetof(InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1, ___ComponentIndex_7)); } inline int32_t get_ComponentIndex_7() const { return ___ComponentIndex_7; } inline int32_t* get_address_of_ComponentIndex_7() { return &___ComponentIndex_7; } inline void set_ComponentIndex_7(int32_t value) { ___ComponentIndex_7 = value; } inline static int32_t get_offset_of_Settings_8() { return static_cast<int32_t>(offsetof(InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1, ___Settings_8)); } inline List_1_tC4734385F71C8418989106D05BE53E9109E9D588 * get_Settings_8() const { return ___Settings_8; } inline List_1_tC4734385F71C8418989106D05BE53E9109E9D588 ** get_address_of_Settings_8() { return &___Settings_8; } inline void set_Settings_8(List_1_tC4734385F71C8418989106D05BE53E9109E9D588 * value) { ___Settings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Settings_8), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorGenericFields`1<System.Object>::LoadSettings(!0,System.Collections.Generic.List`1<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InspectorGenericFields_1_LoadSettings_m951EEC8F6D871DBA2FADE1941F63C578AB4AC829_gshared (RuntimeObject * ___target0, List_1_tC4734385F71C8418989106D05BE53E9109E9D588 * ___settings1, const RuntimeMethod* method); // System.Void Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorGenericFields`1<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample>::LoadSettings(!0,System.Collections.Generic.List`1<Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorPropertySetting>) inline void InspectorGenericFields_1_LoadSettings_m161BFB1C6FA2463EE17919E293101747EC0295EA (InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1 * ___target0, List_1_tC4734385F71C8418989106D05BE53E9109E9D588 * ___settings1, const RuntimeMethod* method) { (( void (*) (InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1 *, List_1_tC4734385F71C8418989106D05BE53E9109E9D588 *, const RuntimeMethod*))InspectorGenericFields_1_LoadSettings_m951EEC8F6D871DBA2FADE1941F63C578AB4AC829_gshared)(___target0, ___settings1, method); } // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::print(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_print_m4F113B89EC1C221CAC6EC64365E6DAD0AF86F090 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __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 Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InspectorFieldsExample_Awake_m9AFD5B24D02AC6A088FDBE09D2E870B44DFE0027 (InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InspectorGenericFields_1_LoadSettings_m161BFB1C6FA2463EE17919E293101747EC0295EA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // InspectorGenericFields<InspectorFieldsExample>.LoadSettings(this, Settings); List_1_tC4734385F71C8418989106D05BE53E9109E9D588 * L_0 = __this->get_Settings_8(); InspectorGenericFields_1_LoadSettings_m161BFB1C6FA2463EE17919E293101747EC0295EA(__this, L_0, /*hidden argument*/InspectorGenericFields_1_LoadSettings_m161BFB1C6FA2463EE17919E293101747EC0295EA_RuntimeMethod_var); // } return; } } // System.Void Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InspectorFieldsExample_Update_m7F8C2FBA08E8584B9CA61E7139D5CBD56B1EDD49 (InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B3E61B2F16C2601DDB2928CB2C5BD9B5A89CE06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54596383306302670EC64D8766CFF66C314FD57A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70F1769C72FCAF144F53009F7DA60ED467C29635); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCFBF274D82BEA8EFDEA443627BE815DAB8A58DE); s_Il2CppMethodInitialized = true; } { // print("Name: " + ComponentName + ", Enabled: " + Enabled + ", Option: " + ComponentOption + ", Index: " + ComponentIndex); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral70F1769C72FCAF144F53009F7DA60ED467C29635); (L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral70F1769C72FCAF144F53009F7DA60ED467C29635); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = __this->get_ComponentName_4(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_2; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralDCFBF274D82BEA8EFDEA443627BE815DAB8A58DE); (L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralDCFBF274D82BEA8EFDEA443627BE815DAB8A58DE); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; bool* L_6 = __this->get_address_of_Enabled_5(); String_t* L_7; L_7 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_5; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral1B3E61B2F16C2601DDB2928CB2C5BD9B5A89CE06); (L_8)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1B3E61B2F16C2601DDB2928CB2C5BD9B5A89CE06); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; String_t* L_10 = __this->get_ComponentOption_6(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_9; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral54596383306302670EC64D8766CFF66C314FD57A); (L_11)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral54596383306302670EC64D8766CFF66C314FD57A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; int32_t* L_13 = __this->get_address_of_ComponentIndex_7(); String_t* L_14; L_14 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)L_14); String_t* L_15; L_15 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_12, /*hidden argument*/NULL); MonoBehaviour_print_m4F113B89EC1C221CAC6EC64365E6DAD0AF86F090(L_15, /*hidden argument*/NULL); // } return; } } // System.Void Microsoft.MixedReality.Toolkit.Utilities.Editor.InspectorFieldsExample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InspectorFieldsExample__ctor_m955CF0F79224D9743D8B8D9E69639A6F944B7B63 (InspectorFieldsExample_t8D687DE5D7C1A4A751FBBC4DE5BC5562635DA2E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4451C6F6B093C0800B6E9B2832DCBD5441BD690B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B9BFD4340FBDB49A13A4CE3FC8184034C6BE052); s_Il2CppMethodInitialized = true; } { // public string ComponentName = "My Name"; __this->set_ComponentName_4(_stringLiteral8B9BFD4340FBDB49A13A4CE3FC8184034C6BE052); // public string ComponentOption = "Option 3"; __this->set_ComponentOption_6(_stringLiteral4451C6F6B093C0800B6E9B2832DCBD5441BD690B); // public int ComponentIndex = 2; __this->set_ComponentIndex_7(2); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif
[ "jasonb15@bu.edu" ]
jasonb15@bu.edu
a6c3a02a011e83d88e0ecd0997847263ca43ddcf
8d882a6676b0e68ca054ecbec445d983be59e91e
/tests/testOrbitDerivatives.cpp
a33cb1e508d75cfe2d670dc456d241398a46c7a2
[]
no_license
gbernstein/orbitspp
2eda08c55ac6046a7a3d1492632797affb823d57
a2d979678be2034a28b92becbf212c62a72cebef
refs/heads/master
2023-06-22T13:23:04.992330
2023-06-13T19:56:19
2023-06-13T19:56:19
121,978,905
5
0
null
2022-07-05T18:25:20
2018-02-18T18:35:27
C++
UTF-8
C++
false
false
4,228
cpp
// Numerical tests of analytic derivatives of conversions between // ABG, state vectors, and orbital elements #include "OrbitTypes.h" #include "Elements.h" #include "AstronomicalConstants.h" using namespace orbits; const double tdb0 = 1.5; // Epoch for orbit Vector6 rotateState(const Frame& f, const ABG& abg) { Vector3 x; Vector3 v; abg.getState(0., x, v); Vector6 out; out.subVector(0,3) = f.toICRS(x); out.subVector(3,6) = f.toICRS(v, true); return out; } Elements elementfunc(const Frame& f, const ABG& abg) { Vector3 x; Vector3 v; abg.getState(0., x, v); State s; s.x = astrometry::CartesianICRS(f.toICRS(x)); s.v = astrometry::CartesianICRS(f.toICRS(v,true)); s.tdb = 0.; return getElements(s); } int main(int argc, char *argv[]) { // Set up a reference frame and an ABG // Coordinate origin somewhere 1 AU from Sun astrometry::CartesianICRS origin( 0.8, 0.3, -sqrt(1. - 0.8*0.8 - 0.3*0.3)); // Pick a direction astrometry::SphericalICRS axis(30*DEGREE, -8*DEGREE); astrometry::Orientation orient(axis); orient.alignToEcliptic(); Frame f(origin, orient, tdb0); // An initial orbit: double gamma = 1. / 50.; double vesc = sqrt(2. * GM * pow(gamma,3.)); ABG abg; abg[ABG::A] = -0.5*DEGREE; abg[ABG::B] = -0.1*DEGREE; abg[ABG::G] = gamma; abg[ABG::ADOT] = +0.5*vesc; abg[ABG::BDOT] = -0.1*vesc; abg[ABG::GDOT] = +0.2*vesc; // Define small steps for numerical derivatives ABG dabg; dabg[ABG::A] = 20*ARCSEC; dabg[ABG::B] = 20*ARCSEC; dabg[ABG::G] = 0.01 * gamma; dabg[ABG::ADOT] = 0.01*vesc; dabg[ABG::BDOT] = 0.01*vesc; dabg[ABG::GDOT] = 0.01*vesc; /**/ dabg /= 4.; // First check dS/dABG Matrix66 dSdABG_frame = abg.getStateDerivatives(); /**/cerr << "dSdABG_frame: " << endl << dSdABG_frame << endl; Matrix66 numeric; for (int i=0; i<6; i++) { ABG tmp = abg; tmp[i] += dabg[i]; astrometry::Vector3 xp,vp,xm,vm; tmp.getState(0.,xp,vp); tmp = abg; tmp[i] -= dabg[i]; tmp.getState(0.,xm,vm); Vector6 ds(0.); ds.subVector(0,3) = (xp - xm) / (2*dabg[i]); ds.subVector(3,6) = (vp - vm) / (2*dabg[i]); numeric.col(i) = ds; } /**/cerr << "--Numeric: " << endl << numeric << endl; // Then include rotation to ICRS Matrix66 dSdABG; // Analytic; note that Frame takes Nx3 matrices so put xyz second DMatrix tmp = dSdABG_frame.subMatrix(0,3,0,6).transpose(); dSdABG.subMatrix(0,3,0,6) = f.toICRS(tmp , true).transpose(); tmp = dSdABG_frame.subMatrix(3,6,0,6).transpose(); dSdABG.subMatrix(3,6,0,6) = f.toICRS(tmp, true).transpose(); /**/cerr << "dSdABG: " << endl << dSdABG << endl; // Numeric version: Vector6 sp,sm; for (int i=0; i<6; i++) { ABG tmp = abg; tmp[i] += dabg[i]; sp = rotateState(f,tmp); tmp[i] -= 2.*dabg[i]; sm = rotateState(f,tmp); numeric.col(i) = (sp - sm) / (2*dabg[i]); } /**/cerr << "--Numeric: " << endl << numeric << endl; // Then include orbital element derivatives Vector3 x0; Vector3 v0; abg.getState(0.,x0,v0); State s; s.x = astrometry::CartesianICRS(f.toICRS(x0)); s.v = astrometry::CartesianICRS(f.toICRS(v0,true)); s.tdb = f.tdb0; /**/cerr << "Elements: " << getElements(s) << endl; /**/cerr << " or " << elementfunc(f,abg) << endl; // Get element derivatives Matrix66 dEdABG = getElementDerivatives(s) * dSdABG; /**/cerr << "dEdABG: " << endl << dEdABG << endl; // Numeric: Elements ep, em; for (int i=0; i<6; i++) { ABG tmp = abg; tmp[i] += dabg[i]; ep = elementfunc(f,tmp); tmp[i] -= 2.*dabg[i]; em = elementfunc(f,tmp); numeric.col(i) = (ep - em) / (2*dabg[i]); } /**/cerr << "--Numeric: " << endl << numeric << endl; // A cross check, using a= (2/r - v^2/GM)^{-1} Elements el = getElements(s); Vector3 x = s.x.getVector(); double r = sqrt(x.dot(x)); Vector6 dads; dads.subVector(0,3) = 2. * pow(el[Elements::A],2.) * pow(r,-3.) * s.x.getVector(); dads.subVector(3,6) = (2. * pow(el[Elements::A],2.) / GM)* s.v.getVector(); //**/cerr << "dads: " << endl << dads << endl; /**/cerr << "dadABG (should match first row above): " << endl<< dads.transpose() * dSdABG << endl; exit(0); }
[ "garyb@physics.upenn.edu" ]
garyb@physics.upenn.edu
92304d9f35fe9a8a07097fcb886f81e5bf41fd26
0a62dc5f4d757faf3964561bae159ea79eef1e9d
/levelchoose.h
49573f24f5278969bb3b84eed660900e2a83c1b7
[]
no_license
zwht81/zwhttowerdefense
bc016797777fb0d220282aeb8ff8c1268ae2e7fc
39039259e194c7d46f5103bebc5831ebc66a705a
refs/heads/master
2022-11-06T01:54:03.759622
2020-06-29T07:33:41
2020-06-29T07:33:41
269,386,318
2
0
null
null
null
null
GB18030
C++
false
false
442
h
#ifndef LEVELCHOOSE_H #define LEVELCHOOSE_H #include <QMainWindow> #include "qpushbutton.h" #include <form.h> //选关界面 class Levelchoose : public QMainWindow { Q_OBJECT public: explicit Levelchoose(QWidget *parent = nullptr); QImage menuback;//菜单背景 QPushButton* p1; //123关 QPushButton* p2; QPushButton* p3; void paintEvent(QPaintEvent *e); signals: public slots: }; #endif // LEVELCHOOSE_H
[ "973931153@qq.com" ]
973931153@qq.com
7907a0625a146ed6c0a09afc3f47ea6f36cd6d10
320539b279df7a086b294ca3311febedfa37926c
/ut/mathUnitTests.cpp
205dfba365e26507b4e9d5d2a5f4780712e59f71
[]
no_license
ZackMisso/ZGUI
2cc2f6dd0eb9b18c1042bda8ab9a0408400554cd
719e46ba8ffe6052123e2b7d5aec580abc3cc04e
refs/heads/master
2021-01-17T12:44:12.340023
2016-07-04T22:00:51
2016-07-04T22:00:51
59,065,510
5
0
null
null
null
null
UTF-8
C++
false
false
387
cpp
#include "mathUnitTests.h" TestResult MathUnitTests::runAllTests() { // to be implemented return UT_PASS; } TestResult MathUnitTests::runCombinationTests() { // to be implemented return UT_PASS; } TestResult MathUnitTests::runFactorialTests() { // to be implemented return UT_PASS; } TestResult MathUnitTests::runCacheTests() { // to be implemented return UT_PASS; }
[ "zack441@mac.com" ]
zack441@mac.com
3acc040e168e9648a965b01216521473a6432ca2
83adae1e1ea5ce7afdaac5fe59da386662b5fc36
/poli/include/poli/ContinuousPolicy.h
55a8c26314c1185ad5880c100ec91d2f4af3280b
[ "LicenseRef-scancode-unknown-license-reference", "AFL-3.0", "AFL-2.1" ]
permissive
Humhu/percepto
74da23a3404c3099759d469f91a79762c083e86d
4a45cce7dd294a8ce0b962bb68cae5c2b48c3b7f
refs/heads/master
2021-04-22T12:51:47.097356
2018-04-10T18:04:51
2018-04-10T18:04:51
55,803,557
2
0
null
null
null
null
UTF-8
C++
false
false
1,449
h
#pragma once #include "poli/PoliCommon.h" #include "poli/ContinuousPolicyModules.h" #include <yaml-cpp/yaml.h> namespace percepto { // Wraps a continuous policy represented by a multivariate Gaussian distribution class ContinuousPolicy { public: struct DistributionParameters { VectorType mean; MatrixType info; }; ContinuousPolicy(); void Initialize( unsigned int inputDim, unsigned int outputDim, ros::NodeHandle& info ); void Initialize( unsigned int inputDim, unsigned int outputDim, const YAML::Node& info ); // Create a copy of the policy module/network ContinuousPolicyModule::Ptr GetPolicyModule() const; // Retrieve the policy parameters percepto::Parameters::Ptr GetParameters(); DistributionParameters GenerateOutput( const VectorType& input ); // Set offsets for the policy network void InitializeOutput( const DistributionParameters& params ); private: std::string _moduleType; ContinuousPolicyModule::Ptr _network; percepto::TerminalSource<VectorType> _networkInput; percepto::Parameters::Ptr _networkParameters; template <typename InfoType> void ReadInitialization( unsigned int inputDim, unsigned int outputDim, const InfoType& info ); }; std::ostream& operator<<( std::ostream& os, const ContinuousPolicy::DistributionParameters& params ); }
[ "humhu@cmu.edu" ]
humhu@cmu.edu
95940fc32f553285e327b2e267d9dbf95efa0cfc
6607e1b9c1e31614ea7d896b966052eba206cef3
/examples/TTNSend_ABP/TTNSend_ABP.ino
23246b9b2ba91ecf217d2015ca489677e18d6031
[]
no_license
per1234/arduino-unode
f03225a4a6827f4abf294db0f8ba7341a9cc0075
6eb911223216b0778f1d002666ab9d33a2d521d4
refs/heads/master
2020-05-29T21:13:51.624850
2019-01-15T23:34:33
2019-01-15T23:34:33
189,374,790
0
0
null
2019-05-30T08:22:32
2019-05-30T08:22:32
null
UTF-8
C++
false
false
3,059
ino
/******************************************************************************* * Copyright (c) 2018 Ioannis Charalampidis - TLab.gr * * This is a private, preview release of the uNode hardware abstraction library. * The holder of a copy of this software and associated documentation files * (the "Software") is allowed to use the Software without any obligation to * create private and/or commercial projects. The Software can be obtained * through the official channels of the author, including but not limited to * Github and the official TLab.gr website. It is FORBIDDEN however to modify, * reverse-engineer, publish, distribute, sublicense, and/or sell copies of the * Software itself. * * The license for this file might change in a future release. The author is not * obliged to announce this change through any channel but it should be included * in the release notes. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * *******************************************************************************/ #include <uNodeOpen.hpp> /** * We are using the ADC to measure the battery voltage. If you are using the ADC * in your project, comment-out the following line. */ ADC_MODE(ADC_VCC); /** * uNode library configuration */ uNodeConfig unode_config = { .lora = { .mode = LORA_TTN_ABP, .activation = { .abp = { .appKey = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, .netKey = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, .devAddr = 0x00000000 } } } }; /** * Helper function to shut down the chip when the packet is sent */ void packetSent(int status, uint8_t * downstream_data, uint8_t size) { Serial.println("Packet Sent"); // Go to sleep for 30 seconds // (Will reset the sketch when waking up from sleep) uNode.deepSleep(30); } /** * Sketch setup */ void setup() { uNode.setup(); // Make the GPIO a general purpose input pinMode(D0, INPUT_PULLUP); // IMPORTANT : When you are testing this sketch, remember to connect D0 to // the DTR pin instead of the GND. Connecting it to GND will make // the device boot into an invalid mode! DTR is pulled LOW after // boot and therefore behaves as a safer alternative to GND. // Send the value of the GPIO pin as a LoRaWAN packet if (digitalRead(D0) == HIGH) { uNode.sendLoRa("pin=1", 5, packetSent); } else { uNode.sendLoRa("pin=0", 5, packetSent); } } /** * Sketch loop */ void loop() { uNode.step(); }
[ "johnys2@gmail.com" ]
johnys2@gmail.com
2c22e05be1ee5c49526a0475710b9bed157709fe
4a8ae5a8b1032727b8d36b04d2fa74dca0a1d39b
/arduino/fcu/FCUDisplay.cpp
6a60ce2aba264ef5bda2cab065192fe081945937
[]
no_license
eternalvr/vrfs
927e9e84b5626a95dcfc69844adecb775b4862ce
b093dd99812675862a929d42cd75b54c200e8634
refs/heads/master
2021-01-16T20:42:39.366664
2017-05-30T20:18:03
2017-05-30T20:18:03
38,582,530
1
0
null
null
null
null
UTF-8
C++
false
false
1,438
cpp
/** A320 FCU Arduino Copyright (C) 2017 Volker Richter <v[a]vrmx.eu> This file is part of FCU. FCU is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. FCU is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with FCU. If not, see <http://www.gnu.org/licenses/>. */ #include "FCUDisplay.h" String FCUDisplay::DisplayString = ""; int FCUDisplay::Speed = 0; int FCUDisplay::Heading = 0; int FCUDisplay::Altitude = 0; int FCUDisplay::VSpeed = 0; bool FCUDisplay::Dirty = false; void FCUDisplay::UpdateDisplayString() { char tmpBuf[16]; sprintf(tmpBuf, "%3i%3i%5i%5i", Speed, Heading, Altitude, VSpeed); DisplayString = tmpBuf; FCUDisplay::Dirty = false; } void FCUDisplay::SetMessage(String message) { if (message.length() > 16) { message = message.substring(0, 16); } if (message.length() < 16) { String tmpString = " "; for(int i = 0;i < message.length();i++) { tmpString[i] = message[i]; } DisplayString = tmpString; return; } DisplayString = message; }
[ "v@vrmx.eu" ]
v@vrmx.eu
be3107c7ef3c5762d2d5b548ac6fd94df3454ff6
1b12e6096c47312b67fa6ff223216945d2efb70c
/apps/EHD/ehd/exe/main.cpp
da4c1d9983e959d2c23704310b354fb1544ba5a9
[ "Apache-2.0" ]
permissive
rboman/progs
6e3535bc40f78d692f1f63b1a43193deb60d8d24
03eea35771e37d4b3111502c002e74014ec65dc3
refs/heads/master
2023-09-02T17:12:18.272518
2023-08-31T15:40:04
2023-08-31T15:40:04
32,989,349
5
2
Apache-2.0
2022-06-22T10:58:38
2015-03-27T14:04:01
MATLAB
UTF-8
C++
false
false
1,014
cpp
/* * Copyright 2000-2017 Romain Boman * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* * Test de la determination de h(x) */ #include "ehd.h" #include <stdexcept> #include <iostream> int main() { try { return ehd_main2(); } catch (std::exception &e) { std::cerr << "\n** ERROR:" << e.what() << '\n'; return 1; } catch (...) { std::cerr << "\n** ERROR: Unknown C++ Runtime Error\n"; return 1; } }
[ "romain.boman@gmail.com" ]
romain.boman@gmail.com
ae1f366e36494ebda3e3b79e321aa2d62857cb59
682a576b5bfde9cf914436ea1b3d6ec7e879630a
/components/layout/types/SLQuaternion.inl.hpp
67b3386e249508cd4f25e81df2a401e88e67fe1e
[ "MIT", "BSD-3-Clause" ]
permissive
SBKarr/stappler
6dc914eb4ce45dc8b1071a5822a0f0ba63623ae5
4392852d6a92dd26569d9dc1a31e65c3e47c2e6a
refs/heads/master
2023-04-09T08:38:28.505085
2023-03-25T15:37:47
2023-03-25T15:37:47
42,354,380
10
3
null
2017-04-14T10:53:27
2015-09-12T11:16:09
C++
UTF-8
C++
false
false
1,246
hpp
/** Copyright 2013 BlackBerry Inc. Copyright (c) 2017 Roman Katuntsev <sbkarr@stappler.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Original file from GamePlay3D: http://gameplay3d.org This file was modified to fit the cocos2d-x project */ #include "SLQuaternion.h" NS_LAYOUT_BEGIN inline const Quaternion Quaternion::operator*(const Quaternion& q) const { Quaternion result(*this); result.multiply(q); return result; } inline Quaternion& Quaternion::operator*=(const Quaternion& q) { multiply(q); return *this; } inline Vec3 Quaternion::operator*(const Vec3& v) const { Vec3 uv, uuv; Vec3 qvec(x, y, z); Vec3::cross(qvec, v, &uv); Vec3::cross(qvec, uv, &uuv); uv *= (2.0f * w); uuv *= 2.0f; return v + uv + uuv; } NS_LAYOUT_END
[ "sbkarr@stappler.org" ]
sbkarr@stappler.org
5b412f3545b42ea988c6365b22fdfd168ca869a5
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/_old/webrtc-qt5.11.2_for_boss/modules/audio_coding/neteq/decision_logic_unittest.cc
060be3e95d6fbf73f13c9eebb8fe4a7604992668
[ "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "GPL-1.0-or-later", "LicenseRef-scancode-takuya-ooura", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown", "MS-LPL", "MIT", "LicenseRef-scancode-google-patent-licen...
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C++
false
false
2,289
cc
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ // Unit tests for DecisionLogic class and derived classes. #include "modules/audio_coding/neteq/decision_logic.h" #include "modules/audio_coding/neteq/buffer_level_filter.h" #include "modules/audio_coding/neteq/decoder_database.h" #include "modules/audio_coding/neteq/delay_manager.h" #include "modules/audio_coding/neteq/delay_peak_detector.h" #include "modules/audio_coding/neteq/packet_buffer.h" #include "modules/audio_coding/neteq/tick_timer.h" #include BOSS_WEBRTC_U_test__gtest_h //original-code:"test/gtest.h" #include "test/mock_audio_decoder_factory.h" namespace webrtc { TEST(DecisionLogic, CreateAndDestroy) { int fs_hz = 8000; int output_size_samples = fs_hz / 100; // Samples per 10 ms. DecoderDatabase decoder_database( new rtc::RefCountedObject<MockAudioDecoderFactory>); TickTimer tick_timer; PacketBuffer packet_buffer(10, &tick_timer); DelayPeakDetector delay_peak_detector(&tick_timer); DelayManager delay_manager(240, &delay_peak_detector, &tick_timer); BufferLevelFilter buffer_level_filter; DecisionLogic* logic = DecisionLogic::Create( fs_hz, output_size_samples, kPlayoutOn, &decoder_database, packet_buffer, &delay_manager, &buffer_level_filter, &tick_timer); delete logic; logic = DecisionLogic::Create( fs_hz, output_size_samples, kPlayoutStreaming, &decoder_database, packet_buffer, &delay_manager, &buffer_level_filter, &tick_timer); delete logic; logic = DecisionLogic::Create( fs_hz, output_size_samples, kPlayoutFax, &decoder_database, packet_buffer, &delay_manager, &buffer_level_filter, &tick_timer); delete logic; logic = DecisionLogic::Create( fs_hz, output_size_samples, kPlayoutOff, &decoder_database, packet_buffer, &delay_manager, &buffer_level_filter, &tick_timer); delete logic; } // TODO(hlundin): Write more tests. } // namespace webrtc
[ "slacealic@nate.com" ]
slacealic@nate.com
0dcd7172340435003a555a15e80c2ae2aec7c2ed
dce9e4f9df199c12b84317394cb58b7f6f28924f
/cocgi/muduo_lib/StringPiece.h
3b734ee9aaf9b8b67c044d33a5a1a54a7c79eaf0
[ "MIT" ]
permissive
ZJZT800/fastcgi-async-or-coroutine
002c64132176fb1ab28206a9aeb96f42fe1e854a
ed451e31f872d9c63a1543f8c94cdc709992dc0c
refs/heads/master
2021-04-03T15:13:09.585837
2020-04-19T06:58:00
2020-04-19T06:58:00
248,371,165
0
0
MIT
2020-03-19T00:09:22
2020-03-19T00:09:21
null
UTF-8
C++
false
false
5,156
h
// Taken from PCRE pcre_stringpiece.h // // Copyright (c) 2005, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in binary form must reproduce the above // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. // * Neither the name of Google Inc. nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // // Author: Sanjay Ghemawat // // A string like object that points into another piece of memory. // Useful for providing an interface that allows clients to easily // pass in either a "const char*" or a "string". // // Arghh! I wish C++ literals were automatically of type "string". #ifndef MUDUO_BASE_STRINGPIECE_H #define MUDUO_BASE_STRINGPIECE_H #include <string.h> #include <iosfwd> // for ostream forward-declaration #include <string> namespace muduo { // For passing C-style string argument to a function. class StringArg // copyable { public: StringArg(const char* str) : str_(str) { } StringArg(const std::string& str) : str_(str.c_str()) { } const char* c_str() const { return str_; } private: const char* str_; }; class StringPiece { private: const char* ptr_; int length_; public: // We provide non-explicit singleton constructors so users can pass // in a "const char*" or a "string" wherever a "StringPiece" is // expected. StringPiece() : ptr_(NULL), length_(0) { } StringPiece(const char* str) : ptr_(str), length_(static_cast<int>(strlen(ptr_))) { } StringPiece(const unsigned char* str) : ptr_(reinterpret_cast<const char*>(str)), length_(static_cast<int>(strlen(ptr_))) { } StringPiece(const std::string& str) : ptr_(str.data()), length_(static_cast<int>(str.size())) { } StringPiece(const char* offset, int len) : ptr_(offset), length_(len) { } // data() may return a pointer to a buffer with embedded NULs, and the // returned buffer may or may not be null terminated. Therefore it is // typically a mistake to pass data() to a routine that expects a NUL // terminated string. Use "as_string().c_str()" if you really need to do // this. Or better yet, change your routine so it does not rely on NUL // termination. const char* data() const { return ptr_; } int size() const { return length_; } bool empty() const { return length_ == 0; } const char* begin() const { return ptr_; } const char* end() const { return ptr_ + length_; } void clear() { ptr_ = NULL; length_ = 0; } void set(const char* buffer, int len) { ptr_ = buffer; length_ = len; } void set(const char* str) { ptr_ = str; length_ = static_cast<int>(strlen(str)); } void set(const void* buffer, int len) { ptr_ = reinterpret_cast<const char*>(buffer); length_ = len; } char operator[](int i) const { return ptr_[i]; } void remove_prefix(int n) { ptr_ += n; length_ -= n; } void remove_suffix(int n) { length_ -= n; } bool operator==(const StringPiece& x) const { return ((length_ == x.length_) && (memcmp(ptr_, x.ptr_, length_) == 0)); } bool operator!=(const StringPiece& x) const { return !(*this == x); } int compare(const StringPiece& x) const { int r = memcmp(ptr_, x.ptr_, length_ < x.length_ ? length_ : x.length_); if (r == 0) { if (length_ < x.length_) r = -1; else if (length_ > x.length_) r = +1; } return r; } std::string as_string() const { return std::string(data(), size()); } void CopyToString(std::string* target) const { target->assign(ptr_, length_); } // Does "this" start with "x" bool starts_with(const StringPiece& x) const { return ((length_ >= x.length_) && (memcmp(ptr_, x.ptr_, x.length_) == 0)); } }; } // namespace muduo // allow StringPiece to be logged std::ostream& operator<<(std::ostream& o, const muduo::StringPiece& piece); #endif // MUDUO_BASE_STRINGPIECE_H
[ "toniz7960@gmail.com" ]
toniz7960@gmail.com
494c55d0e1dad265bd9a82d62cdddebb27e5510f
05736d33d2dfa1091901fe2d8d6f949ae8fb188f
/log/FileUtil.h
a18a8fd24b8c06321636bf0ac6ff223671da05c2
[ "Apache-2.0" ]
permissive
ykex/kkServer
81a5cc0b1652aafd103077a3ca893948d057c76c
4c9898f00a56eb413070cf798f5802cdb23706e7
refs/heads/master
2022-11-09T22:45:30.779980
2020-06-29T15:00:55
2020-06-29T15:00:55
275,840,920
1
0
null
null
null
null
UTF-8
C++
false
false
385
h
#pragma once #include <string> #include "../noncopyable.h" class AppendFile : noncopyable { public: explicit AppendFile(std::string filename); ~AppendFile(); // append 会向文件写 void append(const char *logline, const size_t len); void flush(); private: size_t write(const char *logline, size_t len); FILE *fp_; char buffer_[64 * 1024]; };
[ "1179735954@qq.com" ]
1179735954@qq.com
4e83241d5563dc5abb099d935ea923f6a1ac0124
29e109356a16b881cb6eb073f019a199c53e69c7
/webcc/request_parser.h
93d1fc2d913e11494c2c906e41737d1b2b984f1b
[ "MIT" ]
permissive
JurajKub/webcc
d3396610da661d23662b89e49a0dd395dbd1af3f
2fe4024511a39b93b7048add2817aa280614a2b7
refs/heads/master
2020-05-16T10:06:54.658052
2019-04-23T05:06:04
2019-04-23T05:06:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,187
h
#ifndef WEBCC_REQUEST_PARSER_H_ #define WEBCC_REQUEST_PARSER_H_ #include <string> #include "webcc/parser.h" namespace webcc { class Request; class RequestParser : public Parser { public: explicit RequestParser(Request* request = nullptr); ~RequestParser() override = default; void Init(Request* request); private: bool ParseStartLine(const std::string& line) final; // Override to handle multipart form data which is request only. bool ParseContent(const char* data, std::size_t length) final; // Multipart specific parsing helpers. bool ParseMultipartContent(const char* data, std::size_t length); bool ParsePartHeaders(bool* need_more_data); bool GetNextBoundaryLine(std::size_t* b_off, std::size_t* b_count, bool* ended); // Check if the str.substr(off, count) is a boundary. bool IsBoundary(const std::string& str, std::size_t off, std::size_t count, bool* end = nullptr) const; private: Request* request_; enum Step { kStart, kBoundaryParsed, kHeadersParsed, kEnded, }; Step step_ = kStart; FormPartPtr part_; }; } // namespace webcc #endif // WEBCC_REQUEST_PARSER_H_
[ "sprinfall@gmail.com" ]
sprinfall@gmail.com
0ba20db93d546c2dcc9a54a26ad1a1928212bae0
fdb1b46ea89976c3ae04f52c854da87acabe5bbf
/Heart of the Cards/Temp/StagingArea/Data/il2cppOutput/Generics4.cpp
e9b3ccb26a194ccee191d2d516cad855453df650
[]
no_license
jlewis19/HeartOfTheCards
63fe20015648b74b333e4e14a6e3d5462312b3a1
3782a4cf84a300d9ad7ebaae113211d74c91bf17
refs/heads/master
2023-04-08T23:57:26.278082
2021-04-24T03:57:15
2021-04-24T03:57:15
358,038,940
0
0
null
2021-04-24T03:57:15
2021-04-14T20:50:36
C#
UTF-8
C++
false
false
1,985,045
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template <typename R, typename T1> struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template <typename R> struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template <typename R, typename T1, typename T2> struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Comparer`1<System.Int32> struct Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2; // System.Collections.Generic.Comparer`1<System.Int32Enum> struct Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC; // System.Collections.Generic.Comparer`1<System.Object> struct Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7; // System.Collections.Generic.Comparer`1<System.Single> struct Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27; // System.Collections.Generic.Comparer`1<System.UInt32> struct Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E; // System.Collections.Generic.Comparer`1<System.UInt64> struct Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC; // System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame> struct Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549; // System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock> struct Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8; // System.Collections.Generic.Comparer`1<UnityEngine.Color32> struct Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC; // System.Collections.Generic.Comparer`1<UnityEngine.Color> struct Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86; // System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult> struct Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint> struct Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge> struct Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup> struct Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>> struct Comparer_1_t1F12262353453596580314BC1006DB5125F926E1; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>> struct Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle> struct Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B; // System.Collections.Generic.Comparer`1<UnityEngine.Quaternion> struct Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479; // System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit> struct Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647; // System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect> struct Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB; // System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo> struct Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD; // System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo> struct Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126; // System.Collections.Generic.Comparer`1<UnityEngine.UIVertex> struct Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0; // System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest> struct Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B; // System.Collections.Generic.Comparer`1<UnityEngine.Vector2> struct Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F; // System.Collections.Generic.Comparer`1<UnityEngine.Vector3> struct Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D; // System.Collections.Generic.Comparer`1<UnityEngine.Vector4> struct Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>[] struct EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>[] struct EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[] struct EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>[] struct EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>[] struct EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>[] struct EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB; // System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.Vector3>[] struct EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B; // System.Collections.Generic.Dictionary`2/Entry<System.Int32Enum,System.Object>[] struct EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB; // System.Collections.Generic.Dictionary`2/Entry<System.Int64,System.Object>[] struct EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3; // System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Boolean>[] struct EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D; // System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>[] struct EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9; // System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>[] struct EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6; // System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>[] struct EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4; // System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Single>[] struct EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639; // System.Collections.Generic.Dictionary`2/Entry<System.Object,UnityEngine.Color>[] struct EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753; // System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Int32>[] struct EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795; // System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.Object>[] struct EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B; // System.Collections.Generic.Dictionary`2/Entry<System.UInt32,System.UInt32>[] struct EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8; // System.Collections.Generic.Dictionary`2/Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>[] struct EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0; // System.Collections.Generic.Dictionary`2/Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>[] struct EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48; // System.Collections.Generic.Dictionary`2/Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>[] struct EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B; // System.Collections.Generic.Dictionary`2/Entry<UnityEngine.ProBuilder.Edge,System.Object>[] struct EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA; // System.Collections.Generic.Dictionary`2/Entry<UnityEngine.ProBuilder.EdgeLookup,System.Object>[] struct EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B; // System.Collections.Generic.Dictionary`2/Entry<UnityEngine.ProBuilder.EdgeLookup,System.Single>[] struct EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07; // System.Collections.Generic.Dictionary`2/Entry<UnityEngine.ProBuilder.IntVec3,System.Object>[] struct EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean> struct KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char> struct KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32> struct KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64> struct KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object> struct KeyCollection_t959836ABE6844545BF46886E66ADE46030115A4A; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct KeyCollection_t767420921A7C1B1A2D04A160A0C0D4AFC4E02560; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,UnityEngine.Vector3> struct KeyCollection_tB7DDE918AC3FBDFB9E31205832434ABA91DFFCB6; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32Enum,System.Object> struct KeyCollection_tD9C8E536A381927321C836AF08E105D2C08708E4; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,System.Object> struct KeyCollection_t53DB16A294760FAB236ED0E535B4AE919404C1F8; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Boolean> struct KeyCollection_tA083915A612B5588E3BE3253D7927C86B0242270; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Int32> struct KeyCollection_tB1E184E62B476E7158FE8C957CD5108B6937A01F; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object> struct KeyCollection_t77A05A3F3F44B09228364DBF2C4AD36B5A36EDAF; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Resources.ResourceLocator> struct KeyCollection_tB62DC24DEF9A9DC0EE67965814F53091651CAE92; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Single> struct KeyCollection_t4456A03D539BE6A8E226E9456370974BD9251CF6; // System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,UnityEngine.Color> struct KeyCollection_t4F9F8046B29DCD8EDAD32CE9519C013956D64FAA; // System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Int32> struct KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C; // System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.Object> struct KeyCollection_tBCD511583E0C8A3501F85964E42B1AFB4CC58518; // System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,System.UInt32> struct KeyCollection_t8DCF8772948474725493878EBEF8474B55C48869; // System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct KeyCollection_tAE65DE4EAF4B323D0285A644501676B9F3A99961; // System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct KeyCollection_tD3534531EBDFDA459E797F424EBB58B76545FCA8; // System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct KeyCollection_t6D4ECFD79B372B00F71A8EF8B5A72D52F4928DD2; // System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.ProBuilder.Edge,System.Object> struct KeyCollection_t4D70A16CE774423BC77D76FFBDB87F278EC54E2C; // System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct KeyCollection_t070DD979F465F16720D42DE71687C5CAE5134346; // System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct KeyCollection_t83354C85A2B6110D672EF1C7BF4E2356285D6D15; // System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.ProBuilder.IntVec3,System.Object> struct KeyCollection_t80FFA0E5C32BAEF955708A50C482F6F5850C512F; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean> struct ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char> struct ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32> struct ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64> struct ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object> struct ValueCollection_t19C23201FD11AE373C15EE2277543E87C2A30913; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct ValueCollection_t0CCBD63B7666807C068839F5A4CF0500039A352A; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.Vector3> struct ValueCollection_tFDB37A5F795EA41A6984F6D51138C79A28452B9B; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32Enum,System.Object> struct ValueCollection_t3FD53D56DE3134B77455B3BF32328593D667229E; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,System.Object> struct ValueCollection_tBF8901A5F32DCE6911E8C673A023D79340F600AE; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Boolean> struct ValueCollection_tC3C19EF18DFC5468182B5CFE7699EDE7E023F8A0; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32> struct ValueCollection_t90016A1E49E5D5437E3D7894287B5A94CABDFB3C; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object> struct ValueCollection_tB118C56BE90A8B19D389651BC1B14D98E5384B14; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator> struct ValueCollection_t32E4BA93A6E2E9AC038396EC46CDBA2BAE42AF4B; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Single> struct ValueCollection_tCA5DCCE1E350ADD80086EF322EFE3122CC143773; // System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,UnityEngine.Color> struct ValueCollection_t56D19B0950603C563F788398EC8F9AD77A6D3A0C; // System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Int32> struct ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353; // System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.Object> struct ValueCollection_t352A0CCDE286F3A4416628E637B06BD47D4B40BE; // System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,System.UInt32> struct ValueCollection_t380A5D96E348E75302954F2725C80858D79FEEFE; // System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct ValueCollection_t352C73B1426282CBEE4789B3A62C8EECA45A0168; // System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct ValueCollection_tDD647C01EC725B1456136405E4979E46AA415B94; // System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct ValueCollection_tBA5A90C3264ED64C1053F26F91B3F02F4911089D; // System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.ProBuilder.Edge,System.Object> struct ValueCollection_t1B3E8E5F8223E65DC147D6FA9D118EB27857D80F; // System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct ValueCollection_t1219BEE9131E3393D4B6461703563D20D63546EF; // System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct ValueCollection_t1F4457FE339EA1837A35C7989ED9265CF4F674BD; // System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.ProBuilder.IntVec3,System.Object> struct ValueCollection_tAC3889CE812E77164ADC18274E320DF5EDE3B38A; // System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean> struct Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB; // System.Collections.Generic.Dictionary`2<System.Int32,System.Char> struct Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E; // System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> struct Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8; // System.Collections.Generic.Dictionary`2<System.Int32,System.Int64> struct Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172; // System.Collections.Generic.Dictionary`2<System.Int32,System.Object> struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884; // System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40; // System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Vector3> struct Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4; // System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object> struct Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F; // System.Collections.Generic.Dictionary`2<System.Int64,System.Object> struct Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD; // System.Collections.Generic.Dictionary`2<System.Object,System.Boolean> struct Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B; // System.Collections.Generic.Dictionary`2<System.Object,System.Int32> struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A; // System.Collections.Generic.Dictionary`2<System.Object,System.Object> struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator> struct Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6; // System.Collections.Generic.Dictionary`2<System.Object,System.Single> struct Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C; // System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Color> struct Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53; // System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32> struct Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B; // System.Collections.Generic.Dictionary`2<System.UInt32,System.Object> struct Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7; // System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32> struct Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9; // System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A; // System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6; // System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9; // System.Collections.Generic.Dictionary`2<UnityEngine.ProBuilder.Edge,System.Object> struct Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9; // System.Collections.Generic.Dictionary`2<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD; // System.Collections.Generic.Dictionary`2<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D; // System.Collections.Generic.Dictionary`2<UnityEngine.ProBuilder.IntVec3,System.Object> struct Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094; // System.Collections.Generic.IEqualityComparer`1<System.Int32> struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IEqualityComparer`1<System.Int32Enum> struct IEqualityComparer_1_tB1D7C3E9630A5AC8D6B419BAA9D339CD161B580C; // System.Collections.Generic.IEqualityComparer`1<System.Int64> struct IEqualityComparer_1_tD0969593907B647ACCBAE8E336A606202F276D7F; // System.Collections.Generic.IEqualityComparer`1<System.Object> struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0; // System.Collections.Generic.IEqualityComparer`1<System.UInt32> struct IEqualityComparer_1_t8D13638D3E8C85B2BF37618A54F8C19DD8DF2523; // System.Collections.Generic.IEqualityComparer`1<UnityEngine.ProBuilder.Edge> struct IEqualityComparer_1_t439E295F4DFCDA3BB8CCE2417DE2DE0F64AF0131; // System.Collections.Generic.IEqualityComparer`1<UnityEngine.ProBuilder.EdgeLookup> struct IEqualityComparer_1_t824886E44A03FE44436B3D2E0A592523B909DC2B; // System.Collections.Generic.IEqualityComparer`1<UnityEngine.ProBuilder.IntVec3> struct IEqualityComparer_1_t1D497DE17D89BEA5CD185A7DEBDEA6405FE670A1; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.MonoTypeInfo struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.RuntimeType struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F; // System.String struct String_t; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC; IL2CPP_EXTERN_C String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m047717BD76233DE28FE21E04408D0BFF8BC376BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m0981F31B27E0D6D3CDE93A934CB2DC06AB51AB99_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m144BBA6AB9B9F0D75C452EF8F11AFB6AC0883805_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m24567E75C51C962FD2E69526D4E551B0FE51635C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m26298799E544D9EE595C576C45AA43266EBB2AE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m353C887DC5F3B65AE0D85C08133AFEBA424104E0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m4C9E4E9754F8580B0D758E0C0A3AC9B233465020_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m4D23405F354814416B853C0435F25E41015BFC7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m4EAA1F6847DBC63EB76C0EA6643D0D501F908F37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m5739F475024287E5C09C1DD757F0F7ADCEC998D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m61F0FF73BEA955B76532DCD396B49D177FA6A59D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m66D81FA35CEA1FAA4C48914316B4CA019BA53973_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m6C161D2E7ED7B604A2A7440A27AF3EFDE37FEE07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_m87AE0661250C22579484E9E489404BAF5F926469_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mA54B74916770EF33EB14F698F93559506476FFC7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mA8227022D1B3D587884CF44EB1208B4D4548EA55_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mB02598C6B5A9E306A8D2B3D6A04A4506848EC53D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mB1F45B4CEE15C737D56C8351A2C9AB284B0C492F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mB54FA5E6B35FE9B57D04C888F464BCBE366E4F61_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mB72042AF7F4EF266013C3F022203C064ACCEB260_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mC1A37E6DF1F157F836AEC75EDEAB79A70A06017D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mCB8906EA118C9292DD92DC381794BC0312D2A439_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mCE652C0BA2B90B68B6B05326371085D9FC0908DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mD379F05FE5ACA00B815F464F580AEE0EC3405DF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mD4B73E502CC5A01C9D7D13942911DDFE92310344_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mDC0C91AD5DE6E6646814FF488AA865A7D7FA15C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mDE41EF984569B535BAD1EBFE3B1A005CCBCCE4CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mE7D0E1620677D65C568D56CE141BA59BFA22DAE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mF500DD2F49C08EA8EC6BF84987D3B8566E3502C2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Comparer_1_CreateComparer_mFF22DD81E3F312F716EF363ED21C8F67B7D7EAEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_MetadataUsageId; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65; struct EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A; struct EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9; struct EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5; struct EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285; struct EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB; struct EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B; struct EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB; struct EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3; struct EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D; struct EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9; struct EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6; struct EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4; struct EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639; struct EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753; struct EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795; struct EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B; struct EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8; struct EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0; struct EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48; struct EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B; struct EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA; struct EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B; struct EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07; struct EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4; struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; 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 // System.Object struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Comparer`1<System.Int32> struct Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 : public RuntimeObject { public: public: }; struct Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<System.Int32Enum> struct Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC : public RuntimeObject { public: public: }; struct Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<System.Object> struct Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 : public RuntimeObject { public: public: }; struct Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<System.Single> struct Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 : public RuntimeObject { public: public: }; struct Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<System.UInt32> struct Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E : public RuntimeObject { public: public: }; struct Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<System.UInt64> struct Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC : public RuntimeObject { public: public: }; struct Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame> struct Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 : public RuntimeObject { public: public: }; struct Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper_OrderBlock> struct Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 : public RuntimeObject { public: public: }; struct Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.Color32> struct Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC : public RuntimeObject { public: public: }; struct Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.Color> struct Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 : public RuntimeObject { public: public: }; struct Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult> struct Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 : public RuntimeObject { public: public: }; struct Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint> struct Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 : public RuntimeObject { public: public: }; struct Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge> struct Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 : public RuntimeObject { public: public: }; struct Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup> struct Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 : public RuntimeObject { public: public: }; struct Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>> struct Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 : public RuntimeObject { public: public: }; struct Comparer_1_t1F12262353453596580314BC1006DB5125F926E1_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t1F12262353453596580314BC1006DB5125F926E1_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C : public RuntimeObject { public: public: }; struct Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 : public RuntimeObject { public: public: }; struct Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 : public RuntimeObject { public: public: }; struct Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>> struct Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 : public RuntimeObject { public: public: }; struct Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle> struct Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B : public RuntimeObject { public: public: }; struct Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.Quaternion> struct Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 : public RuntimeObject { public: public: }; struct Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit> struct Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 : public RuntimeObject { public: public: }; struct Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect> struct Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB : public RuntimeObject { public: public: }; struct Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo> struct Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD : public RuntimeObject { public: public: }; struct Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo> struct Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 : public RuntimeObject { public: public: }; struct Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.UIVertex> struct Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 : public RuntimeObject { public: public: }; struct Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext_WorkRequest> struct Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B : public RuntimeObject { public: public: }; struct Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.Vector2> struct Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F : public RuntimeObject { public: public: }; struct Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.Vector3> struct Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D : public RuntimeObject { public: public: }; struct Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1<UnityEngine.Vector4> struct Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 : public RuntimeObject { public: public: }; struct Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6_StaticFields { public: // System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object> struct DictionaryKeyCollectionDebugView_2_tE2001632545DCAD157DB38A935C22828ADC0F9C1 : public RuntimeObject { public: public: }; // System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object> struct DictionaryValueCollectionDebugView_2_t5DCBD0123990B14CCEBB185ABC79008B8975E930 : public RuntimeObject { public: public: }; // System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean> struct Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___entries_1)); } inline EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___keys_7)); } inline KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___values_8)); } inline ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * get_values_8() const { return ___values_8; } inline ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32,System.Char> struct Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___entries_1)); } inline EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___keys_7)); } inline KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___values_8)); } inline ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * get_values_8() const { return ___values_8; } inline ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> struct Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___entries_1)); } inline EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___keys_7)); } inline KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * get_keys_7() const { return ___keys_7; } inline KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___values_8)); } inline ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * get_values_8() const { return ___values_8; } inline ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32,System.Int64> struct Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___entries_1)); } inline EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___keys_7)); } inline KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___values_8)); } inline ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * get_values_8() const { return ___values_8; } inline ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32,System.Object> struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t959836ABE6844545BF46886E66ADE46030115A4A * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t19C23201FD11AE373C15EE2277543E87C2A30913 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___entries_1)); } inline EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___keys_7)); } inline KeyCollection_t959836ABE6844545BF46886E66ADE46030115A4A * get_keys_7() const { return ___keys_7; } inline KeyCollection_t959836ABE6844545BF46886E66ADE46030115A4A ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t959836ABE6844545BF46886E66ADE46030115A4A * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___values_8)); } inline ValueCollection_t19C23201FD11AE373C15EE2277543E87C2A30913 * get_values_8() const { return ___values_8; } inline ValueCollection_t19C23201FD11AE373C15EE2277543E87C2A30913 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t19C23201FD11AE373C15EE2277543E87C2A30913 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t767420921A7C1B1A2D04A160A0C0D4AFC4E02560 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t0CCBD63B7666807C068839F5A4CF0500039A352A * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___entries_1)); } inline EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___keys_7)); } inline KeyCollection_t767420921A7C1B1A2D04A160A0C0D4AFC4E02560 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t767420921A7C1B1A2D04A160A0C0D4AFC4E02560 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t767420921A7C1B1A2D04A160A0C0D4AFC4E02560 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ___values_8)); } inline ValueCollection_t0CCBD63B7666807C068839F5A4CF0500039A352A * get_values_8() const { return ___values_8; } inline ValueCollection_t0CCBD63B7666807C068839F5A4CF0500039A352A ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0CCBD63B7666807C068839F5A4CF0500039A352A * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.Vector3> struct Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tB7DDE918AC3FBDFB9E31205832434ABA91DFFCB6 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tFDB37A5F795EA41A6984F6D51138C79A28452B9B * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___entries_1)); } inline EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___keys_7)); } inline KeyCollection_tB7DDE918AC3FBDFB9E31205832434ABA91DFFCB6 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tB7DDE918AC3FBDFB9E31205832434ABA91DFFCB6 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tB7DDE918AC3FBDFB9E31205832434ABA91DFFCB6 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ___values_8)); } inline ValueCollection_tFDB37A5F795EA41A6984F6D51138C79A28452B9B * get_values_8() const { return ___values_8; } inline ValueCollection_tFDB37A5F795EA41A6984F6D51138C79A28452B9B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFDB37A5F795EA41A6984F6D51138C79A28452B9B * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int32Enum,System.Object> struct Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tD9C8E536A381927321C836AF08E105D2C08708E4 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t3FD53D56DE3134B77455B3BF32328593D667229E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___entries_1)); } inline EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___keys_7)); } inline KeyCollection_tD9C8E536A381927321C836AF08E105D2C08708E4 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD9C8E536A381927321C836AF08E105D2C08708E4 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD9C8E536A381927321C836AF08E105D2C08708E4 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ___values_8)); } inline ValueCollection_t3FD53D56DE3134B77455B3BF32328593D667229E * get_values_8() const { return ___values_8; } inline ValueCollection_t3FD53D56DE3134B77455B3BF32328593D667229E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3FD53D56DE3134B77455B3BF32328593D667229E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Int64,System.Object> struct Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t53DB16A294760FAB236ED0E535B4AE919404C1F8 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tBF8901A5F32DCE6911E8C673A023D79340F600AE * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___entries_1)); } inline EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___keys_7)); } inline KeyCollection_t53DB16A294760FAB236ED0E535B4AE919404C1F8 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t53DB16A294760FAB236ED0E535B4AE919404C1F8 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t53DB16A294760FAB236ED0E535B4AE919404C1F8 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ___values_8)); } inline ValueCollection_tBF8901A5F32DCE6911E8C673A023D79340F600AE * get_values_8() const { return ___values_8; } inline ValueCollection_tBF8901A5F32DCE6911E8C673A023D79340F600AE ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tBF8901A5F32DCE6911E8C673A023D79340F600AE * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Object,System.Boolean> struct Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tA083915A612B5588E3BE3253D7927C86B0242270 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tC3C19EF18DFC5468182B5CFE7699EDE7E023F8A0 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___entries_1)); } inline EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___keys_7)); } inline KeyCollection_tA083915A612B5588E3BE3253D7927C86B0242270 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tA083915A612B5588E3BE3253D7927C86B0242270 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tA083915A612B5588E3BE3253D7927C86B0242270 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ___values_8)); } inline ValueCollection_tC3C19EF18DFC5468182B5CFE7699EDE7E023F8A0 * get_values_8() const { return ___values_8; } inline ValueCollection_tC3C19EF18DFC5468182B5CFE7699EDE7E023F8A0 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tC3C19EF18DFC5468182B5CFE7699EDE7E023F8A0 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Object,System.Int32> struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tB1E184E62B476E7158FE8C957CD5108B6937A01F * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t90016A1E49E5D5437E3D7894287B5A94CABDFB3C * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___entries_1)); } inline EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___keys_7)); } inline KeyCollection_tB1E184E62B476E7158FE8C957CD5108B6937A01F * get_keys_7() const { return ___keys_7; } inline KeyCollection_tB1E184E62B476E7158FE8C957CD5108B6937A01F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tB1E184E62B476E7158FE8C957CD5108B6937A01F * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ___values_8)); } inline ValueCollection_t90016A1E49E5D5437E3D7894287B5A94CABDFB3C * get_values_8() const { return ___values_8; } inline ValueCollection_t90016A1E49E5D5437E3D7894287B5A94CABDFB3C ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t90016A1E49E5D5437E3D7894287B5A94CABDFB3C * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Object,System.Object> struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t77A05A3F3F44B09228364DBF2C4AD36B5A36EDAF * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tB118C56BE90A8B19D389651BC1B14D98E5384B14 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___entries_1)); } inline EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___keys_7)); } inline KeyCollection_t77A05A3F3F44B09228364DBF2C4AD36B5A36EDAF * get_keys_7() const { return ___keys_7; } inline KeyCollection_t77A05A3F3F44B09228364DBF2C4AD36B5A36EDAF ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t77A05A3F3F44B09228364DBF2C4AD36B5A36EDAF * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___values_8)); } inline ValueCollection_tB118C56BE90A8B19D389651BC1B14D98E5384B14 * get_values_8() const { return ___values_8; } inline ValueCollection_tB118C56BE90A8B19D389651BC1B14D98E5384B14 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB118C56BE90A8B19D389651BC1B14D98E5384B14 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator> struct Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tB62DC24DEF9A9DC0EE67965814F53091651CAE92 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t32E4BA93A6E2E9AC038396EC46CDBA2BAE42AF4B * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___entries_1)); } inline EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___keys_7)); } inline KeyCollection_tB62DC24DEF9A9DC0EE67965814F53091651CAE92 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tB62DC24DEF9A9DC0EE67965814F53091651CAE92 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tB62DC24DEF9A9DC0EE67965814F53091651CAE92 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ___values_8)); } inline ValueCollection_t32E4BA93A6E2E9AC038396EC46CDBA2BAE42AF4B * get_values_8() const { return ___values_8; } inline ValueCollection_t32E4BA93A6E2E9AC038396EC46CDBA2BAE42AF4B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t32E4BA93A6E2E9AC038396EC46CDBA2BAE42AF4B * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Object,System.Single> struct Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t4456A03D539BE6A8E226E9456370974BD9251CF6 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tCA5DCCE1E350ADD80086EF322EFE3122CC143773 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___entries_1)); } inline EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___keys_7)); } inline KeyCollection_t4456A03D539BE6A8E226E9456370974BD9251CF6 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t4456A03D539BE6A8E226E9456370974BD9251CF6 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t4456A03D539BE6A8E226E9456370974BD9251CF6 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ___values_8)); } inline ValueCollection_tCA5DCCE1E350ADD80086EF322EFE3122CC143773 * get_values_8() const { return ___values_8; } inline ValueCollection_tCA5DCCE1E350ADD80086EF322EFE3122CC143773 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tCA5DCCE1E350ADD80086EF322EFE3122CC143773 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.Color> struct Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t4F9F8046B29DCD8EDAD32CE9519C013956D64FAA * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t56D19B0950603C563F788398EC8F9AD77A6D3A0C * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___entries_1)); } inline EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___keys_7)); } inline KeyCollection_t4F9F8046B29DCD8EDAD32CE9519C013956D64FAA * get_keys_7() const { return ___keys_7; } inline KeyCollection_t4F9F8046B29DCD8EDAD32CE9519C013956D64FAA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t4F9F8046B29DCD8EDAD32CE9519C013956D64FAA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ___values_8)); } inline ValueCollection_t56D19B0950603C563F788398EC8F9AD77A6D3A0C * get_values_8() const { return ___values_8; } inline ValueCollection_t56D19B0950603C563F788398EC8F9AD77A6D3A0C ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t56D19B0950603C563F788398EC8F9AD77A6D3A0C * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32> struct Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___entries_1)); } inline EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___keys_7)); } inline KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___values_8)); } inline ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 * get_values_8() const { return ___values_8; } inline ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.UInt32,System.Object> struct Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tBCD511583E0C8A3501F85964E42B1AFB4CC58518 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t352A0CCDE286F3A4416628E637B06BD47D4B40BE * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___entries_1)); } inline EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___keys_7)); } inline KeyCollection_tBCD511583E0C8A3501F85964E42B1AFB4CC58518 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tBCD511583E0C8A3501F85964E42B1AFB4CC58518 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tBCD511583E0C8A3501F85964E42B1AFB4CC58518 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ___values_8)); } inline ValueCollection_t352A0CCDE286F3A4416628E637B06BD47D4B40BE * get_values_8() const { return ___values_8; } inline ValueCollection_t352A0CCDE286F3A4416628E637B06BD47D4B40BE ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t352A0CCDE286F3A4416628E637B06BD47D4B40BE * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.UInt32,System.UInt32> struct Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t8DCF8772948474725493878EBEF8474B55C48869 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t380A5D96E348E75302954F2725C80858D79FEEFE * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___entries_1)); } inline EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___keys_7)); } inline KeyCollection_t8DCF8772948474725493878EBEF8474B55C48869 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t8DCF8772948474725493878EBEF8474B55C48869 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t8DCF8772948474725493878EBEF8474B55C48869 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ___values_8)); } inline ValueCollection_t380A5D96E348E75302954F2725C80858D79FEEFE * get_values_8() const { return ___values_8; } inline ValueCollection_t380A5D96E348E75302954F2725C80858D79FEEFE ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t380A5D96E348E75302954F2725C80858D79FEEFE * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tAE65DE4EAF4B323D0285A644501676B9F3A99961 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t352C73B1426282CBEE4789B3A62C8EECA45A0168 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___entries_1)); } inline EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___keys_7)); } inline KeyCollection_tAE65DE4EAF4B323D0285A644501676B9F3A99961 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tAE65DE4EAF4B323D0285A644501676B9F3A99961 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tAE65DE4EAF4B323D0285A644501676B9F3A99961 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ___values_8)); } inline ValueCollection_t352C73B1426282CBEE4789B3A62C8EECA45A0168 * get_values_8() const { return ___values_8; } inline ValueCollection_t352C73B1426282CBEE4789B3A62C8EECA45A0168 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t352C73B1426282CBEE4789B3A62C8EECA45A0168 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_tD3534531EBDFDA459E797F424EBB58B76545FCA8 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tDD647C01EC725B1456136405E4979E46AA415B94 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___entries_1)); } inline EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___keys_7)); } inline KeyCollection_tD3534531EBDFDA459E797F424EBB58B76545FCA8 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD3534531EBDFDA459E797F424EBB58B76545FCA8 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD3534531EBDFDA459E797F424EBB58B76545FCA8 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ___values_8)); } inline ValueCollection_tDD647C01EC725B1456136405E4979E46AA415B94 * get_values_8() const { return ___values_8; } inline ValueCollection_tDD647C01EC725B1456136405E4979E46AA415B94 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tDD647C01EC725B1456136405E4979E46AA415B94 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t6D4ECFD79B372B00F71A8EF8B5A72D52F4928DD2 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tBA5A90C3264ED64C1053F26F91B3F02F4911089D * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___entries_1)); } inline EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___keys_7)); } inline KeyCollection_t6D4ECFD79B372B00F71A8EF8B5A72D52F4928DD2 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t6D4ECFD79B372B00F71A8EF8B5A72D52F4928DD2 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t6D4ECFD79B372B00F71A8EF8B5A72D52F4928DD2 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ___values_8)); } inline ValueCollection_tBA5A90C3264ED64C1053F26F91B3F02F4911089D * get_values_8() const { return ___values_8; } inline ValueCollection_tBA5A90C3264ED64C1053F26F91B3F02F4911089D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tBA5A90C3264ED64C1053F26F91B3F02F4911089D * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9, ____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<UnityEngine.ProBuilder.Edge,System.Object> struct Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t4D70A16CE774423BC77D76FFBDB87F278EC54E2C * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t1B3E8E5F8223E65DC147D6FA9D118EB27857D80F * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___entries_1)); } inline EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___keys_7)); } inline KeyCollection_t4D70A16CE774423BC77D76FFBDB87F278EC54E2C * get_keys_7() const { return ___keys_7; } inline KeyCollection_t4D70A16CE774423BC77D76FFBDB87F278EC54E2C ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t4D70A16CE774423BC77D76FFBDB87F278EC54E2C * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ___values_8)); } inline ValueCollection_t1B3E8E5F8223E65DC147D6FA9D118EB27857D80F * get_values_8() const { return ___values_8; } inline ValueCollection_t1B3E8E5F8223E65DC147D6FA9D118EB27857D80F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1B3E8E5F8223E65DC147D6FA9D118EB27857D80F * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9, ____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<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t070DD979F465F16720D42DE71687C5CAE5134346 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t1219BEE9131E3393D4B6461703563D20D63546EF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___entries_1)); } inline EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___keys_7)); } inline KeyCollection_t070DD979F465F16720D42DE71687C5CAE5134346 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t070DD979F465F16720D42DE71687C5CAE5134346 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t070DD979F465F16720D42DE71687C5CAE5134346 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ___values_8)); } inline ValueCollection_t1219BEE9131E3393D4B6461703563D20D63546EF * get_values_8() const { return ___values_8; } inline ValueCollection_t1219BEE9131E3393D4B6461703563D20D63546EF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1219BEE9131E3393D4B6461703563D20D63546EF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD, ____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<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t83354C85A2B6110D672EF1C7BF4E2356285D6D15 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_t1F4457FE339EA1837A35C7989ED9265CF4F674BD * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___entries_1)); } inline EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___keys_7)); } inline KeyCollection_t83354C85A2B6110D672EF1C7BF4E2356285D6D15 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t83354C85A2B6110D672EF1C7BF4E2356285D6D15 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t83354C85A2B6110D672EF1C7BF4E2356285D6D15 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ___values_8)); } inline ValueCollection_t1F4457FE339EA1837A35C7989ED9265CF4F674BD * get_values_8() const { return ___values_8; } inline ValueCollection_t1F4457FE339EA1837A35C7989ED9265CF4F674BD ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1F4457FE339EA1837A35C7989ED9265CF4F674BD * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D, ____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<UnityEngine.ProBuilder.IntVec3,System.Object> struct Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys KeyCollection_t80FFA0E5C32BAEF955708A50C482F6F5850C512F * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values ValueCollection_tAC3889CE812E77164ADC18274E320DF5EDE3B38A * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___entries_1)); } inline EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___keys_7)); } inline KeyCollection_t80FFA0E5C32BAEF955708A50C482F6F5850C512F * get_keys_7() const { return ___keys_7; } inline KeyCollection_t80FFA0E5C32BAEF955708A50C482F6F5850C512F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t80FFA0E5C32BAEF955708A50C482F6F5850C512F * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ___values_8)); } inline ValueCollection_tAC3889CE812E77164ADC18274E320DF5EDE3B38A * get_values_8() const { return ___values_8; } inline ValueCollection_tAC3889CE812E77164ADC18274E320DF5EDE3B38A ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tAC3889CE812E77164ADC18274E320DF5EDE3B38A * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094, ____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.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Boolean> struct Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Char> struct Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value Il2CppChar ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___value_3)); } inline Il2CppChar get_value_3() const { return ___value_3; } inline Il2CppChar* get_address_of_value_3() { return &___value_3; } inline void set_value_3(Il2CppChar value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Int32> struct Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Int64> struct Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int64_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___value_3)); } inline int64_t get_value_3() const { return ___value_3; } inline int64_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int64_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object> struct Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object> struct Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int64_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___key_2)); } inline int64_t get_key_2() const { return ___key_2; } inline int64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int64_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean> struct Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32> struct Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object> struct Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Single> struct Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value float ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81, ___value_3)); } inline float get_value_3() const { return ___value_3; } inline float* get_address_of_value_3() { return &___value_3; } inline void set_value_3(float value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Int32> struct Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object> struct Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.UInt32> struct Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value uint32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B, ___value_3)); } inline uint32_t get_value_3() const { return ___value_3; } inline uint32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(uint32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean> struct Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::dictionary Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::currentKey int32_t ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562, ___dictionary_0)); } inline Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast<int32_t>(offsetof(Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562, ___currentKey_3)); } inline int32_t get_currentKey_3() const { return ___currentKey_3; } inline int32_t* get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(int32_t value) { ___currentKey_3 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean> struct KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char> struct KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Il2CppChar ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F, ___value_1)); } inline Il2CppChar get_value_1() const { return ___value_1; } inline Il2CppChar* get_address_of_value_1() { return &___value_1; } inline void set_value_1(Il2CppChar value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32> struct KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___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; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64> struct KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int64_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5, ___value_1)); } inline int64_t get_value_1() const { return ___value_1; } inline int64_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int64_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object> struct KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object> struct KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean> struct KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32> struct KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___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; } }; // System.Collections.Generic.KeyValuePair`2<System.Object,System.Object> struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2<System.Object,System.Single> struct KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32> struct KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C, ___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; } }; // System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object> struct KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32> struct KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value uint32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6, ___value_1)); } inline uint32_t get_value_1() const { return ___value_1; } inline uint32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(uint32_t value) { ___value_1 = value; } }; // System.Collections.Generic.ObjectComparer`1<System.Int32> struct ObjectComparer_1_tEBA28E3A1AE038D6A58CB6873FC979BB80FFBEA2 : public Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 { public: public: }; // System.Collections.Generic.ObjectComparer`1<System.Int32Enum> struct ObjectComparer_1_tDF627A8F22F64D7B4D4EFAD5E47265D79507E0B6 : public Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC { public: public: }; // System.Collections.Generic.ObjectComparer`1<System.Object> struct ObjectComparer_1_t04746A2EA0CA9E51D13794A9FCF86A3F32B9593F : public Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 { public: public: }; // System.Collections.Generic.ObjectComparer`1<System.Single> struct ObjectComparer_1_tE7CEF71A596B59AEA7D0FD474D20D9D199FE3898 : public Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 { public: public: }; // System.Collections.Generic.ObjectComparer`1<System.UInt32> struct ObjectComparer_1_tB4365B4EA75C1F950E5002704C24F3E882713DE2 : public Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E { public: public: }; // System.Collections.Generic.ObjectComparer`1<System.UInt64> struct ObjectComparer_1_t8DE6ED6D4ECCA05BA297A3E48C4E9264CEE1B12F : public Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC { public: public: }; // System.Collections.Generic.ObjectComparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame> struct ObjectComparer_1_t48C2849916D2376F9AA6FFC4F7CCE77936EB0BD0 : public Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper_OrderBlock> struct ObjectComparer_1_t4F8251E93F42978CFBA3B375A452B0009BB8D3CD : public Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32> struct ObjectComparer_1_tE95CC9ACE80C71EBB3B17D945DDECFB523140CBB : public Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.Color> struct ObjectComparer_1_t4515668DAD20CD73DCF733DFD421267963324EE7 : public Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult> struct ObjectComparer_1_tD8D2D480AE111DC49D618CA8C123B52247EE0206 : public Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.BezierPoint> struct ObjectComparer_1_tD3CAE03A9F5A744D9EBCB78839590FF1E0A66A85 : public Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.Edge> struct ObjectComparer_1_tB7ABF770E507EB73BC35460FF6A8000140EF73B3 : public Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.EdgeLookup> struct ObjectComparer_1_t578A8A26495A478F48B8D5F83D01BDDA6E2E9242 : public Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>> struct ObjectComparer_1_t50F92CDBC2AAB49CDCACF4F51F23A0270BEE0B0E : public Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct ObjectComparer_1_t74DE34B976AE984EF9957C1464F54B3B22A76214 : public Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct ObjectComparer_1_tFA5118E746644F3B15AC1761F833BDAFA5C6DCD7 : public Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct ObjectComparer_1_tC848EE466036E00DD3C6FDCD8BCBC7C17DADAAFD : public Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>> struct ObjectComparer_1_t6CC934189CF75A38811ADB5034A7E54E2E4A55D8 : public Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.ProBuilder.Triangle> struct ObjectComparer_1_tE84823B569B06087BC03B6FDEAF518FBD9105B69 : public Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.Quaternion> struct ObjectComparer_1_tDB986AA5E145DC3CB558EC52D7F6A65F0DA7C02F : public Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit> struct ObjectComparer_1_tEC617C7BD65BA5F090F4D9841865A86B19B10976 : public Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.TextCore.GlyphRect> struct ObjectComparer_1_t598FE9C43919B14B3D4AE2AB159D9C2A09D8C5FF : public Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo> struct ObjectComparer_1_t9E9FDEF7EA33D20332EAB8B38EF6F56BD94A3731 : public Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo> struct ObjectComparer_1_t3543B300051BD71124C457A06DD31F44D78089A8 : public Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex> struct ObjectComparer_1_tCC08AB6AC52F7B4595B6E7F769467BE538F79087 : public Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext_WorkRequest> struct ObjectComparer_1_t86EB6885AD1EE49322D7BE8DF7B6DDC9CBB47067 : public Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2> struct ObjectComparer_1_t8F555FC86CB04301E85633E74C5B22E2D325B58F : public Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3> struct ObjectComparer_1_t03CC2728544D9820FBEA8B536F84F721595867F6 : public Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D { public: public: }; // System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4> struct ObjectComparer_1_t8040366DB3E6C337A74B80E9A4EC261DC686FCF4 : public Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 { public: public: }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C { public: // System.Object System.Resources.ResourceLocator::_value RuntimeObject * ____value_0; // System.Int32 System.Resources.ResourceLocator::_dataPos int32_t ____dataPos_1; public: inline static int32_t get_offset_of__value_0() { return static_cast<int32_t>(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____value_0)); } inline RuntimeObject * get__value_0() const { return ____value_0; } inline RuntimeObject ** get_address_of__value_0() { return &____value_0; } inline void set__value_0(RuntimeObject * value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value); } inline static int32_t get_offset_of__dataPos_1() { return static_cast<int32_t>(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____dataPos_1)); } inline int32_t get__dataPos_1() const { return ____dataPos_1; } inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; } inline void set__dataPos_1(int32_t value) { ____dataPos_1 = value; } }; // Native definition for P/Invoke marshalling of System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Native definition for COM marshalling of System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame struct SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 { public: // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame::x float ___x_0; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame::y float ___y_1; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame::w float ___w_2; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame::h float ___h_3; public: inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_w_2() { return static_cast<int32_t>(offsetof(SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496, ___w_2)); } inline float get_w_2() const { return ___w_2; } inline float* get_address_of_w_2() { return &___w_2; } inline void set_w_2(float value) { ___w_2 = value; } inline static int32_t get_offset_of_h_3() { return static_cast<int32_t>(offsetof(SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496, ___h_3)); } inline float get_h_3() const { return ___h_3; } inline float* get_address_of_h_3() { return &___h_3; } inline void set_h_3(float value) { ___h_3 = value; } }; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteSize struct SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 { public: // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteSize::w float ___w_0; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteSize::h float ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast<int32_t>(offsetof(SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast<int32_t>(offsetof(SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277, ___h_1)); } inline float get_h_1() const { return ___h_1; } inline float* get_address_of_h_1() { return &___h_1; } inline void set_h_1(float value) { ___h_1 = value; } }; // UnityEngine.BeforeRenderHelper_OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 { public: // System.Int32 UnityEngine.BeforeRenderHelper_OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper_OrderBlock::callback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast<int32_t>(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___callback_1)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_callback_1() const { return ___callback_1; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // UnityEngine.ProBuilder.Edge struct Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B { public: // System.Int32 UnityEngine.ProBuilder.Edge::a int32_t ___a_0; // System.Int32 UnityEngine.ProBuilder.Edge::b int32_t ___b_1; public: inline static int32_t get_offset_of_a_0() { return static_cast<int32_t>(offsetof(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast<int32_t>(offsetof(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B, ___b_1)); } inline int32_t get_b_1() const { return ___b_1; } inline int32_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int32_t value) { ___b_1 = value; } }; struct Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B_StaticFields { public: // UnityEngine.ProBuilder.Edge UnityEngine.ProBuilder.Edge::Empty Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___Empty_2; public: inline static int32_t get_offset_of_Empty_2() { return static_cast<int32_t>(offsetof(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B_StaticFields, ___Empty_2)); } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B get_Empty_2() const { return ___Empty_2; } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B * get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B value) { ___Empty_2 = value; } }; // UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32> struct SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 { public: // T1 UnityEngine.ProBuilder.SimpleTuple`2::m_Item1 int32_t ___m_Item1_0; // T2 UnityEngine.ProBuilder.SimpleTuple`2::m_Item2 int32_t ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3, ___m_Item1_0)); } inline int32_t get_m_Item1_0() const { return ___m_Item1_0; } inline int32_t* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(int32_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3, ___m_Item2_1)); } inline int32_t get_m_Item2_1() const { return ___m_Item2_1; } inline int32_t* get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(int32_t value) { ___m_Item2_1 = value; } }; // UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32> struct SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C { public: // T1 UnityEngine.ProBuilder.SimpleTuple`2::m_Item1 RuntimeObject * ___m_Item1_0; // T2 UnityEngine.ProBuilder.SimpleTuple`2::m_Item2 int32_t ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast<int32_t>(offsetof(SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C, ___m_Item1_0)); } inline RuntimeObject * get_m_Item1_0() const { return ___m_Item1_0; } inline RuntimeObject ** get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(RuntimeObject * value) { ___m_Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item1_0), (void*)value); } inline static int32_t get_offset_of_m_Item2_1() { return static_cast<int32_t>(offsetof(SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C, ___m_Item2_1)); } inline int32_t get_m_Item2_1() const { return ___m_Item2_1; } inline int32_t* get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(int32_t value) { ___m_Item2_1 = value; } }; // UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object> struct SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 { public: // T1 UnityEngine.ProBuilder.SimpleTuple`2::m_Item1 RuntimeObject * ___m_Item1_0; // T2 UnityEngine.ProBuilder.SimpleTuple`2::m_Item2 RuntimeObject * ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849, ___m_Item1_0)); } inline RuntimeObject * get_m_Item1_0() const { return ___m_Item1_0; } inline RuntimeObject ** get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(RuntimeObject * value) { ___m_Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item1_0), (void*)value); } inline static int32_t get_offset_of_m_Item2_1() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849, ___m_Item2_1)); } inline RuntimeObject * get_m_Item2_1() const { return ___m_Item2_1; } inline RuntimeObject ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(RuntimeObject * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // UnityEngine.ProBuilder.Triangle struct Triangle_t63D0F49335284693C29F1C611468B96556A7B038 { public: // System.Int32 UnityEngine.ProBuilder.Triangle::m_A int32_t ___m_A_0; // System.Int32 UnityEngine.ProBuilder.Triangle::m_B int32_t ___m_B_1; // System.Int32 UnityEngine.ProBuilder.Triangle::m_C int32_t ___m_C_2; public: inline static int32_t get_offset_of_m_A_0() { return static_cast<int32_t>(offsetof(Triangle_t63D0F49335284693C29F1C611468B96556A7B038, ___m_A_0)); } inline int32_t get_m_A_0() const { return ___m_A_0; } inline int32_t* get_address_of_m_A_0() { return &___m_A_0; } inline void set_m_A_0(int32_t value) { ___m_A_0 = value; } inline static int32_t get_offset_of_m_B_1() { return static_cast<int32_t>(offsetof(Triangle_t63D0F49335284693C29F1C611468B96556A7B038, ___m_B_1)); } inline int32_t get_m_B_1() const { return ___m_B_1; } inline int32_t* get_address_of_m_B_1() { return &___m_B_1; } inline void set_m_B_1(int32_t value) { ___m_B_1 = value; } inline static int32_t get_offset_of_m_C_2() { return static_cast<int32_t>(offsetof(Triangle_t63D0F49335284693C29F1C611468B96556A7B038, ___m_C_2)); } inline int32_t get_m_C_2() const { return ___m_C_2; } inline int32_t* get_address_of_m_C_2() { return &___m_C_2; } inline void set_m_C_2(int32_t value) { ___m_C_2 = value; } }; // UnityEngine.Quaternion struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.TextCore.GlyphRect struct GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C { public: // System.Int32 UnityEngine.TextCore.GlyphRect::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Height int32_t ___m_Height_3; public: inline static int32_t get_offset_of_m_X_0() { return static_cast<int32_t>(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast<int32_t>(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Width_2)); } inline int32_t get_m_Width_2() const { return ___m_Width_2; } inline int32_t* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(int32_t value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Height_3)); } inline int32_t get_m_Height_3() const { return ___m_Height_3; } inline int32_t* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(int32_t value) { ___m_Height_3 = value; } }; struct GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_StaticFields { public: // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___s_ZeroGlyphRect_4; public: inline static int32_t get_offset_of_s_ZeroGlyphRect_4() { return static_cast<int32_t>(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_StaticFields, ___s_ZeroGlyphRect_4)); } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C get_s_ZeroGlyphRect_4() const { return ___s_ZeroGlyphRect_4; } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C * get_address_of_s_ZeroGlyphRect_4() { return &___s_ZeroGlyphRect_4; } inline void set_s_ZeroGlyphRect_4(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C value) { ___s_ZeroGlyphRect_4 = value; } }; // UnityEngine.UILineInfo struct UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast<int32_t>(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast<int32_t>(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast<int32_t>(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast<int32_t>(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; // UnityEngine.UnitySynchronizationContext_WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateCallback SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext_WorkRequest::m_WaitHandle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast<int32_t>(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast<int32_t>(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast<int32_t>(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_WaitHandle_2)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; }; // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Vector3> struct Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA, ___value_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_3() const { return ___value_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator> struct Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___value_3)); } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_3() const { return ___value_3; } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->____value_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Color> struct Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643, ___value_3)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_value_3() const { return ___value_3; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59, ___value_3)); } inline SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C get_value_3() const { return ___value_3; } inline SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C * get_address_of_value_3() { return &___value_3; } inline void set_value_3(SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_Item1_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94, ___value_3)); } inline SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 get_value_3() const { return ___value_3; } inline SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_Item2_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.Edge,System.Object> struct Entry_tF049B019E2E8650C3BA555D243534FD12549675B { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tF049B019E2E8650C3BA555D243534FD12549675B, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tF049B019E2E8650C3BA555D243534FD12549675B, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tF049B019E2E8650C3BA555D243534FD12549675B, ___key_2)); } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B get_key_2() const { return ___key_2; } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B * get_address_of_key_2() { return &___key_2; } inline void set_key_2(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tF049B019E2E8650C3BA555D243534FD12549675B, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean> struct Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE, ___dictionary_0)); } inline Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE, ___current_3)); } inline KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char> struct Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825, ___dictionary_0)); } inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825, ___current_3)); } inline KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F get_current_3() const { return ___current_3; } inline KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32> struct Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF, ___dictionary_0)); } inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF, ___current_3)); } inline KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64> struct Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812, ___dictionary_0)); } inline Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812, ___current_3)); } inline KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object> struct Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7, ___dictionary_0)); } inline Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7, ___current_3)); } inline KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object> struct Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA, ___dictionary_0)); } inline Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA, ___current_3)); } inline KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA get_current_3() const { return ___current_3; } inline KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean> struct Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01, ___dictionary_0)); } inline Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01, ___current_3)); } inline KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32> struct Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E, ___dictionary_0)); } inline Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E, ___current_3)); } inline KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object> struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single> struct Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7, ___dictionary_0)); } inline Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7, ___current_3)); } inline KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D get_current_3() const { return ___current_3; } inline KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32> struct Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1, ___dictionary_0)); } inline Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1, ___current_3)); } inline KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C get_current_3() const { return ___current_3; } inline KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object> struct Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E, ___dictionary_0)); } inline Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E, ___current_3)); } inline KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32> struct Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5, ___dictionary_0)); } inline Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5, ___current_3)); } inline KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3> struct KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC, ___value_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_1() const { return ___value_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator> struct KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___value_1)); } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_1() const { return ___value_1; } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color> struct KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C, ___value_1)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_value_1() const { return ___value_1; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786, ___value_1)); } inline SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C get_value_1() const { return ___value_1; } inline SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C * get_address_of_value_1() { return &___value_1; } inline void set_value_1(SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_Item1_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43, ___value_1)); } inline SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 get_value_1() const { return ___value_1; } inline SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_Item2_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object> struct KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371, ___key_0)); } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B get_key_0() const { return ___key_0; } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.ExceptionResource struct ExceptionResource_t897ACCB868BF3CAAC00AB0C00D57D7A2B6C7586A { public: // System.Int32 System.ExceptionResource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ExceptionResource_t897ACCB868BF3CAAC00AB0C00D57D7A2B6C7586A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame struct Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 { public: // System.String TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::filename String_t* ___filename_0; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::frame SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 ___frame_1; // System.Boolean TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::rotated bool ___rotated_2; // System.Boolean TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::trimmed bool ___trimmed_3; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteFrame TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::spriteSourceSize SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 ___spriteSourceSize_4; // TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_SpriteSize TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::sourceSize SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 ___sourceSize_5; // UnityEngine.Vector2 TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame::pivot Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_6; public: inline static int32_t get_offset_of_filename_0() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___filename_0)); } inline String_t* get_filename_0() const { return ___filename_0; } inline String_t** get_address_of_filename_0() { return &___filename_0; } inline void set_filename_0(String_t* value) { ___filename_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___filename_0), (void*)value); } inline static int32_t get_offset_of_frame_1() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___frame_1)); } inline SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 get_frame_1() const { return ___frame_1; } inline SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 * get_address_of_frame_1() { return &___frame_1; } inline void set_frame_1(SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 value) { ___frame_1 = value; } inline static int32_t get_offset_of_rotated_2() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___rotated_2)); } inline bool get_rotated_2() const { return ___rotated_2; } inline bool* get_address_of_rotated_2() { return &___rotated_2; } inline void set_rotated_2(bool value) { ___rotated_2 = value; } inline static int32_t get_offset_of_trimmed_3() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___trimmed_3)); } inline bool get_trimmed_3() const { return ___trimmed_3; } inline bool* get_address_of_trimmed_3() { return &___trimmed_3; } inline void set_trimmed_3(bool value) { ___trimmed_3 = value; } inline static int32_t get_offset_of_spriteSourceSize_4() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___spriteSourceSize_4)); } inline SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 get_spriteSourceSize_4() const { return ___spriteSourceSize_4; } inline SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 * get_address_of_spriteSourceSize_4() { return &___spriteSourceSize_4; } inline void set_spriteSourceSize_4(SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 value) { ___spriteSourceSize_4 = value; } inline static int32_t get_offset_of_sourceSize_5() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___sourceSize_5)); } inline SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 get_sourceSize_5() const { return ___sourceSize_5; } inline SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 * get_address_of_sourceSize_5() { return &___sourceSize_5; } inline void set_sourceSize_5(SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 value) { ___sourceSize_5 = value; } inline static int32_t get_offset_of_pivot_6() { return static_cast<int32_t>(offsetof(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4, ___pivot_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_pivot_6() const { return ___pivot_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_pivot_6() { return &___pivot_6; } inline void set_pivot_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___pivot_6 = value; } }; // Native definition for P/Invoke marshalling of TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame struct Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4_marshaled_pinvoke { char* ___filename_0; SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 ___frame_1; int32_t ___rotated_2; int32_t ___trimmed_3; SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 ___spriteSourceSize_4; SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 ___sourceSize_5; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_6; }; // Native definition for COM marshalling of TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame struct Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4_marshaled_com { Il2CppChar* ___filename_0; SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 ___frame_1; int32_t ___rotated_2; int32_t ___trimmed_3; SpriteFrame_t11FDA7D94920F02DFE8E059C1AA6494DC01A8496 ___spriteSourceSize_4; SpriteSize_t30BACB7B2D95781D65F3936CEB88450F00B3F277 ___sourceSize_5; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_6; }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___m_GameObject_0)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___module_1)); } inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldPosition_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldNormal_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___screenPosition_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; int32_t ___displayIndex_10; }; // UnityEngine.ProBuilder.BezierPoint struct BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 { public: // UnityEngine.Vector3 UnityEngine.ProBuilder.BezierPoint::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_0; // UnityEngine.Vector3 UnityEngine.ProBuilder.BezierPoint::tangentIn Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tangentIn_1; // UnityEngine.Vector3 UnityEngine.ProBuilder.BezierPoint::tangentOut Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tangentOut_2; // UnityEngine.Quaternion UnityEngine.ProBuilder.BezierPoint::rotation Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation_3; public: inline static int32_t get_offset_of_position_0() { return static_cast<int32_t>(offsetof(BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296, ___position_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_0() const { return ___position_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_0 = value; } inline static int32_t get_offset_of_tangentIn_1() { return static_cast<int32_t>(offsetof(BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296, ___tangentIn_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tangentIn_1() const { return ___tangentIn_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tangentIn_1() { return &___tangentIn_1; } inline void set_tangentIn_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tangentIn_1 = value; } inline static int32_t get_offset_of_tangentOut_2() { return static_cast<int32_t>(offsetof(BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296, ___tangentOut_2)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tangentOut_2() const { return ___tangentOut_2; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tangentOut_2() { return &___tangentOut_2; } inline void set_tangentOut_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tangentOut_2 = value; } inline static int32_t get_offset_of_rotation_3() { return static_cast<int32_t>(offsetof(BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296, ___rotation_3)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_rotation_3() const { return ___rotation_3; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_rotation_3() { return &___rotation_3; } inline void set_rotation_3(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___rotation_3 = value; } }; // UnityEngine.ProBuilder.EdgeLookup struct EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 { public: // UnityEngine.ProBuilder.Edge UnityEngine.ProBuilder.EdgeLookup::m_Local Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___m_Local_0; // UnityEngine.ProBuilder.Edge UnityEngine.ProBuilder.EdgeLookup::m_Common Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___m_Common_1; public: inline static int32_t get_offset_of_m_Local_0() { return static_cast<int32_t>(offsetof(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6, ___m_Local_0)); } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B get_m_Local_0() const { return ___m_Local_0; } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B * get_address_of_m_Local_0() { return &___m_Local_0; } inline void set_m_Local_0(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B value) { ___m_Local_0 = value; } inline static int32_t get_offset_of_m_Common_1() { return static_cast<int32_t>(offsetof(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6, ___m_Common_1)); } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B get_m_Common_1() const { return ___m_Common_1; } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B * get_address_of_m_Common_1() { return &___m_Common_1; } inline void set_m_Common_1(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B value) { ___m_Common_1 = value; } }; // UnityEngine.ProBuilder.IntVec3 struct IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC { public: // UnityEngine.Vector3 UnityEngine.ProBuilder.IntVec3::value Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC, ___value_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___value_0 = value; } }; // UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge> struct SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D { public: // T1 UnityEngine.ProBuilder.SimpleTuple`2::m_Item1 RuntimeObject * ___m_Item1_0; // T2 UnityEngine.ProBuilder.SimpleTuple`2::m_Item2 Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D, ___m_Item1_0)); } inline RuntimeObject * get_m_Item1_0() const { return ___m_Item1_0; } inline RuntimeObject ** get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(RuntimeObject * value) { ___m_Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item1_0), (void*)value); } inline static int32_t get_offset_of_m_Item2_1() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D, ___m_Item2_1)); } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B get_m_Item2_1() const { return ___m_Item2_1; } inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B * get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B value) { ___m_Item2_1 = value; } }; // UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2> struct SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC { public: // T1 UnityEngine.ProBuilder.SimpleTuple`2::m_Item1 float ___m_Item1_0; // T2 UnityEngine.ProBuilder.SimpleTuple`2::m_Item2 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC, ___m_Item1_0)); } inline float get_m_Item1_0() const { return ___m_Item1_0; } inline float* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(float value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast<int32_t>(offsetof(SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC, ___m_Item2_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Item2_1() const { return ___m_Item2_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Item2_1 = value; } }; // UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object> struct SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 { public: // T1 UnityEngine.ProBuilder.SimpleTuple`3::m_Item1 Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Item1_0; // T2 UnityEngine.ProBuilder.SimpleTuple`3::m_Item2 Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Item2_1; // T3 UnityEngine.ProBuilder.SimpleTuple`3::m_Item3 RuntimeObject * ___m_Item3_2; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast<int32_t>(offsetof(SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8, ___m_Item1_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Item1_0() const { return ___m_Item1_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast<int32_t>(offsetof(SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8, ___m_Item2_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Item2_1() const { return ___m_Item2_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Item2_1 = value; } inline static int32_t get_offset_of_m_Item3_2() { return static_cast<int32_t>(offsetof(SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8, ___m_Item3_2)); } inline RuntimeObject * get_m_Item3_2() const { return ___m_Item3_2; } inline RuntimeObject ** get_address_of_m_Item3_2() { return &___m_Item3_2; } inline void set_m_Item3_2(RuntimeObject * value) { ___m_Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item3_2), (void*)value); } }; // UnityEngine.RaycastHit struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.UICharInfo struct UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast<int32_t>(offsetof(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A, ___cursorPos_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast<int32_t>(offsetof(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; // UnityEngine.UIVertex struct UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___normal_1; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___tangent_2; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv0_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv1_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv2_6; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv3_7; public: inline static int32_t get_offset_of_position_0() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___position_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_0() const { return ___position_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___normal_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_normal_1() const { return ___normal_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___normal_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___tangent_2)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_tangent_2() const { return ___tangent_2; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___tangent_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___color_3)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_3() const { return ___color_3; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_3() { return &___color_3; } inline void set_color_3(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___color_3 = value; } inline static int32_t get_offset_of_uv0_4() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv0_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv0_4() const { return ___uv0_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv0_4() { return &___uv0_4; } inline void set_uv0_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv0_4 = value; } inline static int32_t get_offset_of_uv1_5() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv1_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv1_5() const { return ___uv1_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv1_5() { return &___uv1_5; } inline void set_uv1_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv1_5 = value; } inline static int32_t get_offset_of_uv2_6() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv2_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv2_6() const { return ___uv2_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv2_6() { return &___uv2_6; } inline void set_uv2_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv2_6 = value; } inline static int32_t get_offset_of_uv3_7() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv3_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv3_7() const { return ___uv3_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv3_7() { return &___uv3_7; } inline void set_uv3_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv3_7 = value; } }; struct UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields, ___s_DefaultColor_8)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast<int32_t>(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields, ___simpleVert_10)); } inline UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 value) { ___simpleVert_10 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215, ___value_3)); } inline SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 get_value_3() const { return ___value_3; } inline SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_Item3_2), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object> struct Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7, ___value_3)); } inline SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D get_value_3() const { return ___value_3; } inline SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D * get_address_of_value_3() { return &___value_3; } inline void set_value_3(SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_Item1_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094, ___key_2)); } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 get_key_2() const { return ___key_2; } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value float ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E, ___key_2)); } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 get_key_2() const { return ___key_2; } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E, ___value_3)); } inline float get_value_3() const { return ___value_3; } inline float* get_address_of_value_3() { return &___value_3; } inline void set_value_3(float value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.IntVec3,System.Object> struct Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C, ___key_2)); } inline IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC get_key_2() const { return ___key_2; } inline IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC * get_address_of_key_2() { return &___key_2; } inline void set_key_2(IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3> struct Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47, ___dictionary_0)); } inline Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47, ___current_3)); } inline KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC get_current_3() const { return ___current_3; } inline KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator> struct Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860, ___dictionary_0)); } inline Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860, ___current_3)); } inline KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->____value_0), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color> struct Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E, ___dictionary_0)); } inline Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E, ___current_3)); } inline KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C get_current_3() const { return ___current_3; } inline KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>> struct Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671, ___dictionary_0)); } inline Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671, ___current_3)); } inline KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___m_Item1_0), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>> struct Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39, ___dictionary_0)); } inline Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39, ___current_3)); } inline KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___m_Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___m_Item2_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object> struct Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0, ___dictionary_0)); } inline Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0, ___current_3)); } inline KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101, ___value_1)); } inline SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 get_value_1() const { return ___value_1; } inline SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_Item3_2), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object> struct KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68, ___value_1)); } inline SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D get_value_1() const { return ___value_1; } inline SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D * get_address_of_value_1() { return &___value_1; } inline void set_value_1(SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_Item1_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB { public: // TKey System.Collections.Generic.KeyValuePair`2::key EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB, ___key_0)); } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 get_key_0() const { return ___key_0; } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 { public: // TKey System.Collections.Generic.KeyValuePair`2::key EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711, ___key_0)); } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 get_key_0() const { return ___key_0; } inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object> struct KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C { public: // TKey System.Collections.Generic.KeyValuePair`2::key IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C, ___key_0)); } inline IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC get_key_0() const { return ___key_0; } inline IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC * get_address_of_key_0() { return &___key_0; } inline void set_key_0(IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>> struct Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294, ___dictionary_0)); } inline Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294, ___current_3)); } inline KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___m_Item3_2), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object> struct Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99, ___dictionary_0)); } inline Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99, ___current_3)); } inline KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>> struct Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9, ___dictionary_0)); } inline Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9, ___current_3)); } inline KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___m_Item1_0), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object> struct Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2, ___dictionary_0)); } inline Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2, ___current_3)); } inline KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB get_current_3() const { return ___current_3; } inline KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single> struct Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC, ___dictionary_0)); } inline Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC, ___current_3)); } inline KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 value) { ___current_3 = value; } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object> struct Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 { public: // System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2, ___dictionary_0)); } inline Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2, ___current_3)); } inline KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C get_current_3() const { return ___current_3; } inline KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Reflection.TypeInfo struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t { public: public: }; // System.RuntimeType struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); } inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Boolean>[] struct EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 m_Items[1]; public: inline Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 * 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, Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Char>[] struct EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A m_Items[1]; public: inline Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A * 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, Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Int32>[] struct EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 m_Items[1]; public: inline Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 * 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, Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Int64>[] struct EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A m_Items[1]; public: inline Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A * 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, Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>[] struct EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D m_Items[1]; public: inline Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D * 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, Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>[] struct EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 m_Items[1]; public: inline Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 * 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, Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item3_2), (void*)NULL); } inline Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tF4DFE021CFBFEEBAF5B8F3C4581D52E81554F215 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item3_2), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32,UnityEngine.Vector3>[] struct EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA m_Items[1]; public: inline Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA * 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, Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tAD1EBAB00468C01F0A3DA4256D02C7E534133DEA value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>[] struct EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD m_Items[1]; public: inline Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD * 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, Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>[] struct EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB m_Items[1]; public: inline Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB * 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, Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>[] struct EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 m_Items[1]; public: inline Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 * 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, Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } inline Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>[] struct EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE m_Items[1]; public: inline Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE * 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, Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } inline Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>[] struct EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA m_Items[1]; public: inline Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA * 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, Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); #endif } inline Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>[] struct EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D m_Items[1]; public: inline Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D * 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, Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->____value_0), (void*)NULL); #endif } inline Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->____value_0), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Single>[] struct EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 m_Items[1]; public: inline Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 * 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, Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } inline Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t41D0F46F14E6E7F13B12262FF95C90B3BC38DF81 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.Object,UnityEngine.Color>[] struct EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 m_Items[1]; public: inline Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 * 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, Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } inline Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t008C0B2E95558E2CFA9A3B08BCF0572359A52643 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_2), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Int32>[] struct EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 m_Items[1]; public: inline Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 * 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, Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>[] struct EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A m_Items[1]; public: inline Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A * 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, Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.UInt32>[] struct EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B m_Items[1]; public: inline Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B * 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, Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tDD364DA8157D3CF270D0C4A5A8FDC0ECECE4F72B value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>[] struct EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 m_Items[1]; public: inline Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 * 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, Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item1_0), (void*)NULL); } inline Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t01E180E3ABB88CF4114BFA8053B1B7D598DA1B59 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item1_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>[] struct EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 m_Items[1]; public: inline Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 * 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, Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item2_1), (void*)NULL); #endif } inline Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tDA681BE46DE42713548434B0A11A53F4538F5D94 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item2_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2_Entry<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>[] struct EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 m_Items[1]; public: inline Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 * 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, Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item1_0), (void*)NULL); } inline Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t18D8800EF05B16C9E2B670E526B67F72A48E66C7 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_3))->___m_Item1_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.Edge,System.Object>[] struct EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tF049B019E2E8650C3BA555D243534FD12549675B m_Items[1]; public: inline Entry_tF049B019E2E8650C3BA555D243534FD12549675B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tF049B019E2E8650C3BA555D243534FD12549675B * 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, Entry_tF049B019E2E8650C3BA555D243534FD12549675B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_tF049B019E2E8650C3BA555D243534FD12549675B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tF049B019E2E8650C3BA555D243534FD12549675B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tF049B019E2E8650C3BA555D243534FD12549675B value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.EdgeLookup,System.Object>[] struct EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 m_Items[1]; public: inline Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 * 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, Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tBCC2E095EE84784B454BE9BACE7BBCA2A5C66094 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.EdgeLookup,System.Single>[] struct EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E m_Items[1]; public: inline Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E * 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, Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t9D9FDEB5236629A311B759374AD53DCDA0ED792E value) { m_Items[index] = value; } }; // System.Collections.Generic.Dictionary`2_Entry<UnityEngine.ProBuilder.IntVec3,System.Object>[] struct EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C m_Items[1]; public: inline Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C * 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, Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t9666DADA372E1919364325837BA80BF1C3EFBF7C value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6F5AC94DA80EC89EAE8C8558A9FAABAE302269A3_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m083DF7A4BCA073A7062F09B64C185A68A0F83955_gshared (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_gshared_inline (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m0DC7F0F504467486D02550DEA546589127ADDFCB_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_gshared_inline (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_gshared_inline (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mA91F9A37CAA92D924493338B34224B9719F4903B_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA632EBD489797AFCA4B1CF7072E1534E9AC6690A_gshared (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, int32_t ___key0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_gshared_inline (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m75B396AADBF7E36956B2D7EA4F84042003A78197_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_gshared_inline (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_gshared_inline (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m29069CFC21EC7D24A112D13DB9CD4ADA2F655E1C_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_gshared (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_gshared_inline (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFBD560008A882955AC4A533C616364A0AB49EF3_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m78A61CFAE25F355601A5A4AC0D0D38E01FEEAFF1_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m95A0E53B616AF98F15437C7AE1C51BDE51929D22_gshared (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, int32_t ___key0, int64_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_gshared_inline (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB82D0C52AC7F086E8F76510D4D689670F29D960C_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_gshared_inline (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_gshared_inline (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mB688A5999DC16A8DF99AA954CB6DD9DD3246942E_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m0E2B8624D7996D6A5BA2A81383EE983F4A9DC078_gshared (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_gshared_inline (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m81ED3FDA0AA1BEEA5A2C8E108347EF4D03752310_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_gshared_inline (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_gshared_inline (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m8392BD55483935F5B7440E0E05EA2B98C1DD3B72_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mC7D2A30944451A978E15906CE9F090746A74EFB9_gshared (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, int32_t ___key0, SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_gshared_inline (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD335CBDE643616E94A3754E960543BD1BAA800A2_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_gshared_inline (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_gshared_inline (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0CAC37B1944A8AE25E921F56F06388BEF165D1BE_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m9EB7A9811443F5C11524C9E837489CFEAC028D7F_gshared (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, int32_t ___key0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_gshared_inline (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m5C2A25E032C2EC8A5BEF6A9C65492651E40B794E_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_gshared_inline (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_gshared_inline (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4E76970A57E6088B50B3EA3B4BB928E96AC1A7BD_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA9DEEBDF5AD34E67631B8FCD2FFB53EC29CCCE3F_gshared (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_gshared_inline (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m64099188F3DE1082BD960213D0800001EC521897_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_gshared_inline (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_gshared_inline (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m123D5D57BE2E7BD4D7F5106899FB431E1F3E3D69_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mB44F02578B5FECAB0808A152FBB65B4ED821712B_gshared (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_gshared_inline (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m42136E41B6D73E1BBAE3A2F5D02EE4B8ADAAE554_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_gshared_inline (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_gshared_inline (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE39A5CCC748B75F17EC0442AF275E49D79707F5D_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mD032180723F13E561F14573BD17CC953DA35AC08_gshared (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, RuntimeObject * ___key0, bool ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_gshared_inline (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m17D65CA6F833813995285E5FA3D38374DDB4185F_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_gshared_inline (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_gshared_inline (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6CDFD6E23B852DAFE3CFDCD8C705B8C4C31ABE03_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m463A67E5B6E5EC73FA4BFA6FE08C52EA7F7B418D_gshared (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_gshared_inline (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA50DBA0C24DBBC85BC9F1DDE011645D185FED3D3_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_gshared_inline (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_gshared_inline (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m3FD84B57A809FF88FC26B86687686E3949F9CBC8_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m783A0935E40FCB80D5940E8CCF0EFEFE41D7C7D3_gshared (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mC05BB4833CCCF3518A99F2B27BEB5973D1E7AC32_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m036B07A37CD133C33431E3A1AD0C3A57DBC521F0_gshared (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, RuntimeObject * ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_gshared_inline (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1F28ED5670EA987543E0FBEBD88CF7D7738A0EDD_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_gshared_inline (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_gshared_inline (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF141BC4E0D14D5D3A5A8AFCC6110CD0BC71D26CB_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Single>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mBDDCE6A0B0329EACED11818AE33B703481AECFAB_gshared (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, RuntimeObject * ___key0, float ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_gshared_inline (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB7D71F07F7577ABCDA74C0A0E5E3580B071B59AD_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Single>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_gshared_inline (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Single>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_gshared_inline (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m2C6145C966529145B35BC38F83B5DB9B8AE42BCA_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m35E550F6933C96136E1AD65E31FEC02880DC7CC4_gshared (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, RuntimeObject * ___key0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_gshared_inline (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE2CC61AAD729AD79561F8805829DA98D308F941C_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_gshared_inline (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_gshared_inline (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0AFAFF1C093B87F2539FD0C4F1F7E72D5C99EEE4_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mA5055BF549390D60BDE7A8FC9BA7ACF72B049997_gshared (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, uint32_t ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_gshared_inline (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m31FB398C38C96E3FF845E7825C209C8C045C86FD_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_gshared_inline (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_gshared_inline (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m9BBEE7CF345CE223EDAD466128E33DBA697E9C06_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m58771B329236617D8C993DE5E68C84B9B5C8718A_gshared (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_gshared_inline (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCE425E8C4C54DF802154228203AA92E1F9A5B39F_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_gshared_inline (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_gshared_inline (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF2FD9141DEBA2412DC0123BEC3F9B6B1E6E2D8D9_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m103ACBB1765E7303B8CE2EA333EAEAE4596A8809_gshared (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, uint32_t ___key0, uint32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_gshared_inline (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m62DE8A67D56509DF61E89A9382C9E775D85A4247_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_gshared_inline (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_gshared_inline (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mAA0842549312DFCC72CB67B19A123BB963586F95_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mB89F3554ED424FC240A869C74FF1941CD7843C28_gshared (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, uint32_t ___key0, SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_gshared_inline (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8E0DCB96C86CC3D4414A9EBC5443CD3B4E2F7D37_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_gshared_inline (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_gshared_inline (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE716DC8F579581C37CBFB5AAD60ED0B42CD43D17_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m4FF903F38C657D2318EBCC68A65FB0F51D73B8B9_gshared (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, uint32_t ___key0, SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_gshared_inline (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m6986EFE6F96E7AAA111CB1303B5B93989EEBA7C2_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_gshared_inline (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_gshared_inline (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mAE236712AA4ED099CBBBAD836A58ACC4FB372B39_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m1A54B33D66ACBFDF858BC731358A2F161E56E6FC_gshared (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, uint32_t ___key0, SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_gshared_inline (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m403F8332764ED0A4BDEA30D35D98E9C0745E5318_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_gshared_inline (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_gshared_inline (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m88B8BF2161EA7EEA7D8CA5C1D25C9E07C3C9CC8E_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m6AF9FD35926DE494EFD2F054B94A2E721AAC3D6C_gshared (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_gshared_inline (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m81B0B9ACC4E208493999BC587879A75F7A9C7790_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_gshared_inline (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_gshared_inline (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m85AF81F16142EEC8C218D26B046AF1C87F453818_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m44A61B8FFBD306A0BF972491B013F57C25EB8C93_gshared (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_gshared_inline (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB7E25E8DB51BDCBF21C6FE44FF6F7230B83A8F3B_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_gshared_inline (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_gshared_inline (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF9716BEC0007AD29F88F8DC4C0EAD32259B8014C_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m216DB411B57361B1D352BD403FA681A493521A39_gshared (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key0, float ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_gshared_inline (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE09625FC801908B4C4CAB9D94C8D9665B4D2109C_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_gshared_inline (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_gshared_inline (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m1ACB437B8605559CFCA95A14D1048764604D1B25_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object>::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m94797A7EE26934BBAA28C0104947F46F40C39A9E_gshared (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_gshared_inline (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA9545C770A2661E76049BA9914CA83AA90831699_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_gshared_inline (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_gshared_inline (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE1FF123C54AD2478AAE16BF08447DF7479BE41B1_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFD407988F73CBBF5003D382537BF30BABBF8A5C1_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method); // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_gshared_inline (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Object System.RuntimeType::CreateInstanceForAnotherGenericParameter(System.Type,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4 (Type_t * ___genericType0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___genericArgument1, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84 (int32_t ___resource0, const RuntimeMethod* 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/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m6F5AC94DA80EC89EAE8C8558A9FAABAE302269A3 (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *, int32_t, const RuntimeMethod*))Enumerator__ctor_m6F5AC94DA80EC89EAE8C8558A9FAABAE302269A3_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m083DF7A4BCA073A7062F09B64C185A68A0F83955 (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *, int32_t, bool, const RuntimeMethod*))KeyValuePair_2__ctor_m083DF7A4BCA073A7062F09B64C185A68A0F83955_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::MoveNext() inline bool Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7 (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::get_Current() inline KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_inline (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::Dispose() inline void Enumerator_Dispose_m0DC7F0F504467486D02550DEA546589127ADDFCB (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_Dispose_m0DC7F0F504467486D02550DEA546589127ADDFCB_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::get_Key() inline int32_t KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_inline (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Boolean>::get_Value() inline bool KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_inline (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, const RuntimeMethod* method) { return (( bool (*) (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_gshared_inline)(__this, method); } // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558 (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41 (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mA91F9A37CAA92D924493338B34224B9719F4903B (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *, int32_t, const RuntimeMethod*))Enumerator__ctor_mA91F9A37CAA92D924493338B34224B9719F4903B_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mA632EBD489797AFCA4B1CF7072E1534E9AC6690A (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, int32_t ___key0, Il2CppChar ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *, int32_t, Il2CppChar, const RuntimeMethod*))KeyValuePair_2__ctor_mA632EBD489797AFCA4B1CF7072E1534E9AC6690A_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::MoveNext() inline bool Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13 (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::get_Current() inline KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_inline (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::Dispose() inline void Enumerator_Dispose_m75B396AADBF7E36956B2D7EA4F84042003A78197 (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_Dispose_m75B396AADBF7E36956B2D7EA4F84042003A78197_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::get_Key() inline int32_t KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_inline (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *, const RuntimeMethod*))KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Char>::get_Value() inline Il2CppChar KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_inline (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, const RuntimeMethod* method) { return (( Il2CppChar (*) (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *, const RuntimeMethod*))KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581 (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673 (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m29069CFC21EC7D24A112D13DB9CD4ADA2F655E1C (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m29069CFC21EC7D24A112D13DB9CD4ADA2F655E1C_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0 (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, int32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::MoveNext() inline bool Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::get_Current() inline KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_inline (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::Dispose() inline void Enumerator_Dispose_mCFBD560008A882955AC4A533C616364A0AB49EF3 (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_Dispose_mCFBD560008A882955AC4A533C616364A0AB49EF3_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Key() inline int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>::get_Value() inline int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813 (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3 (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1 (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338 (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m78A61CFAE25F355601A5A4AC0D0D38E01FEEAFF1 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m78A61CFAE25F355601A5A4AC0D0D38E01FEEAFF1_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m95A0E53B616AF98F15437C7AE1C51BDE51929D22 (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, int32_t ___key0, int64_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *, int32_t, int64_t, const RuntimeMethod*))KeyValuePair_2__ctor_m95A0E53B616AF98F15437C7AE1C51BDE51929D22_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::MoveNext() inline bool Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::get_Current() inline KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_inline (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::Dispose() inline void Enumerator_Dispose_mB82D0C52AC7F086E8F76510D4D689670F29D960C (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_Dispose_mB82D0C52AC7F086E8F76510D4D689670F29D960C_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::get_Key() inline int32_t KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_inline (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int64>::get_Value() inline int64_t KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_inline (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, const RuntimeMethod* method) { return (( int64_t (*) (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3 (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mB688A5999DC16A8DF99AA954CB6DD9DD3246942E (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *, int32_t, const RuntimeMethod*))Enumerator__ctor_mB688A5999DC16A8DF99AA954CB6DD9DD3246942E_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m0E2B8624D7996D6A5BA2A81383EE983F4A9DC078 (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *, int32_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m0E2B8624D7996D6A5BA2A81383EE983F4A9DC078_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext() inline bool Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8 (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current() inline KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_inline (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::Dispose() inline void Enumerator_Dispose_m81ED3FDA0AA1BEEA5A2C8E108347EF4D03752310 (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_Dispose_m81ED3FDA0AA1BEEA5A2C8E108347EF4D03752310_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key() inline int32_t KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_inline (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_inline (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429 (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019 (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719 (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m8392BD55483935F5B7440E0E05EA2B98C1DD3B72 (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m8392BD55483935F5B7440E0E05EA2B98C1DD3B72_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mC7D2A30944451A978E15906CE9F090746A74EFB9 (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, int32_t ___key0, SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *, int32_t, SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 , const RuntimeMethod*))KeyValuePair_2__ctor_mC7D2A30944451A978E15906CE9F090746A74EFB9_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::MoveNext() inline bool Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2 (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Current() inline KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_inline (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::Dispose() inline void Enumerator_Dispose_mD335CBDE643616E94A3754E960543BD1BAA800A2 (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_Dispose_mD335CBDE643616E94A3754E960543BD1BAA800A2_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Key() inline int32_t KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_inline (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Value() inline SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_inline (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, const RuntimeMethod* method) { return (( SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 (*) (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8 (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536 (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3 (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m0CAC37B1944A8AE25E921F56F06388BEF165D1BE (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m0CAC37B1944A8AE25E921F56F06388BEF165D1BE_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m9EB7A9811443F5C11524C9E837489CFEAC028D7F (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, int32_t ___key0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))KeyValuePair_2__ctor_m9EB7A9811443F5C11524C9E837489CFEAC028D7F_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::MoveNext() inline bool Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643 (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::get_Current() inline KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_inline (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::Dispose() inline void Enumerator_Dispose_m5C2A25E032C2EC8A5BEF6A9C65492651E40B794E (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_Dispose_m5C2A25E032C2EC8A5BEF6A9C65492651E40B794E_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3>::get_Key() inline int32_t KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_inline (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.Vector3>::get_Value() inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_inline (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, const RuntimeMethod* method) { return (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *, const RuntimeMethod*))KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4 (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138 (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650 (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990 (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m4E76970A57E6088B50B3EA3B4BB928E96AC1A7BD (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *, int32_t, const RuntimeMethod*))Enumerator__ctor_m4E76970A57E6088B50B3EA3B4BB928E96AC1A7BD_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mA9DEEBDF5AD34E67631B8FCD2FFB53EC29CCCE3F (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *, int32_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mA9DEEBDF5AD34E67631B8FCD2FFB53EC29CCCE3F_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::MoveNext() inline bool Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3 (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::get_Current() inline KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_inline (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::Dispose() inline void Enumerator_Dispose_m64099188F3DE1082BD960213D0800001EC521897 (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_Dispose_m64099188F3DE1082BD960213D0800001EC521897_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Key() inline int32_t KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_inline (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_inline (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3 (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1 (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02 (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37 (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m123D5D57BE2E7BD4D7F5106899FB431E1F3E3D69 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *, int32_t, const RuntimeMethod*))Enumerator__ctor_m123D5D57BE2E7BD4D7F5106899FB431E1F3E3D69_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mB44F02578B5FECAB0808A152FBB65B4ED821712B (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *, int64_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_mB44F02578B5FECAB0808A152FBB65B4ED821712B_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::MoveNext() inline bool Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::get_Current() inline KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_inline (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::Dispose() inline void Enumerator_Dispose_m42136E41B6D73E1BBAE3A2F5D02EE4B8ADAAE554 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_Dispose_m42136E41B6D73E1BBAE3A2F5D02EE4B8ADAAE554_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Key() inline int64_t KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_inline (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, const RuntimeMethod* method) { return (( int64_t (*) (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *, const RuntimeMethod*))KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_inline (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *, const RuntimeMethod*))KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00 (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mE39A5CCC748B75F17EC0442AF275E49D79707F5D (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *, int32_t, const RuntimeMethod*))Enumerator__ctor_mE39A5CCC748B75F17EC0442AF275E49D79707F5D_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mD032180723F13E561F14573BD17CC953DA35AC08 (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, RuntimeObject * ___key0, bool ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *, RuntimeObject *, bool, const RuntimeMethod*))KeyValuePair_2__ctor_mD032180723F13E561F14573BD17CC953DA35AC08_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::MoveNext() inline bool Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5 (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::get_Current() inline KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_inline (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::Dispose() inline void Enumerator_Dispose_m17D65CA6F833813995285E5FA3D38374DDB4185F (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_Dispose_m17D65CA6F833813995285E5FA3D38374DDB4185F_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_inline (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>::get_Value() inline bool KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_inline (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, const RuntimeMethod* method) { return (( bool (*) (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686 (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072 (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37 (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m6CDFD6E23B852DAFE3CFDCD8C705B8C4C31ABE03 (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *, int32_t, const RuntimeMethod*))Enumerator__ctor_m6CDFD6E23B852DAFE3CFDCD8C705B8C4C31ABE03_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m463A67E5B6E5EC73FA4BFA6FE08C52EA7F7B418D (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *, RuntimeObject *, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m463A67E5B6E5EC73FA4BFA6FE08C52EA7F7B418D_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::MoveNext() inline bool Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2 (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::get_Current() inline KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_inline (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::Dispose() inline void Enumerator_Dispose_mA50DBA0C24DBBC85BC9F1DDE011645D185FED3D3 (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_Dispose_mA50DBA0C24DBBC85BC9F1DDE011645D185FED3D3_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_inline (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *, const RuntimeMethod*))KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>::get_Value() inline int32_t KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_inline (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *, const RuntimeMethod*))KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574 (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824 (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m3FD84B57A809FF88FC26B86687686E3949F9CBC8 (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *, int32_t, const RuntimeMethod*))Enumerator__ctor_m3FD84B57A809FF88FC26B86687686E3949F9CBC8_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m783A0935E40FCB80D5940E8CCF0EFEFE41D7C7D3 (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m783A0935E40FCB80D5940E8CCF0EFEFE41D7C7D3_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext() inline bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current() inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose() inline void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00 (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *, const RuntimeMethod*))KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27 (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61 (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4 (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5 (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mC05BB4833CCCF3518A99F2B27BEB5973D1E7AC32 (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *, int32_t, const RuntimeMethod*))Enumerator__ctor_mC05BB4833CCCF3518A99F2B27BEB5973D1E7AC32_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m036B07A37CD133C33431E3A1AD0C3A57DBC521F0 (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, RuntimeObject * ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *, RuntimeObject *, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C , const RuntimeMethod*))KeyValuePair_2__ctor_m036B07A37CD133C33431E3A1AD0C3A57DBC521F0_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() inline bool Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118 (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() inline KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_inline (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() inline void Enumerator_Dispose_m1F28ED5670EA987543E0FBEBD88CF7D7738A0EDD (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_Dispose_m1F28ED5670EA987543E0FBEBD88CF7D7738A0EDD_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_inline (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>::get_Value() inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_inline (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, const RuntimeMethod* method) { return (( ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C (*) (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97 (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790 (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4 (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mF141BC4E0D14D5D3A5A8AFCC6110CD0BC71D26CB (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *, int32_t, const RuntimeMethod*))Enumerator__ctor_mF141BC4E0D14D5D3A5A8AFCC6110CD0BC71D26CB_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Single>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mBDDCE6A0B0329EACED11818AE33B703481AECFAB (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, RuntimeObject * ___key0, float ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *, RuntimeObject *, float, const RuntimeMethod*))KeyValuePair_2__ctor_mBDDCE6A0B0329EACED11818AE33B703481AECFAB_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::MoveNext() inline bool Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353 (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::get_Current() inline KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_inline (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::Dispose() inline void Enumerator_Dispose_mB7D71F07F7577ABCDA74C0A0E5E3580B071B59AD (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_Dispose_mB7D71F07F7577ABCDA74C0A0E5E3580B071B59AD_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Object,System.Single>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_inline (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *, const RuntimeMethod*))KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Object,System.Single>::get_Value() inline float KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_inline (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, const RuntimeMethod* method) { return (( float (*) (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *, const RuntimeMethod*))KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31 (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m2C6145C966529145B35BC38F83B5DB9B8AE42BCA (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m2C6145C966529145B35BC38F83B5DB9B8AE42BCA_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m35E550F6933C96136E1AD65E31FEC02880DC7CC4 (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, RuntimeObject * ___key0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *, RuntimeObject *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , const RuntimeMethod*))KeyValuePair_2__ctor_m35E550F6933C96136E1AD65E31FEC02880DC7CC4_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::MoveNext() inline bool Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::get_Current() inline KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_inline (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::Dispose() inline void Enumerator_Dispose_mE2CC61AAD729AD79561F8805829DA98D308F941C (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_Dispose_mE2CC61AAD729AD79561F8805829DA98D308F941C_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color>::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_inline (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.Color>::get_Value() inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_inline (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, const RuntimeMethod* method) { return (( Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*) (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *, const RuntimeMethod*))KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2 (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m0AFAFF1C093B87F2539FD0C4F1F7E72D5C99EEE4 (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *, int32_t, const RuntimeMethod*))Enumerator__ctor_m0AFAFF1C093B87F2539FD0C4F1F7E72D5C99EEE4_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mA5055BF549390D60BDE7A8FC9BA7ACF72B049997 (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, uint32_t ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *, uint32_t, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_mA5055BF549390D60BDE7A8FC9BA7ACF72B049997_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::MoveNext() inline bool Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::get_Current() inline KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_inline (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::Dispose() inline void Enumerator_Dispose_m31FB398C38C96E3FF845E7825C209C8C045C86FD (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_Dispose_m31FB398C38C96E3FF845E7825C209C8C045C86FD_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32>::get_Key() inline uint32_t KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_inline (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *, const RuntimeMethod*))KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Int32>::get_Value() inline int32_t KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_inline (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *, const RuntimeMethod*))KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231 (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1 (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9 (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m9BBEE7CF345CE223EDAD466128E33DBA697E9C06 (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m9BBEE7CF345CE223EDAD466128E33DBA697E9C06_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m58771B329236617D8C993DE5E68C84B9B5C8718A (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *, uint32_t, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m58771B329236617D8C993DE5E68C84B9B5C8718A_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::MoveNext() inline bool Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58 (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::get_Current() inline KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_inline (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::Dispose() inline void Enumerator_Dispose_mCE425E8C4C54DF802154228203AA92E1F9A5B39F (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_Dispose_mCE425E8C4C54DF802154228203AA92E1F9A5B39F_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Key() inline uint32_t KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_inline (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_inline (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5 (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mF2FD9141DEBA2412DC0123BEC3F9B6B1E6E2D8D9 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *, int32_t, const RuntimeMethod*))Enumerator__ctor_mF2FD9141DEBA2412DC0123BEC3F9B6B1E6E2D8D9_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m103ACBB1765E7303B8CE2EA333EAEAE4596A8809 (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, uint32_t ___key0, uint32_t ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *, uint32_t, uint32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m103ACBB1765E7303B8CE2EA333EAEAE4596A8809_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::MoveNext() inline bool Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::get_Current() inline KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_inline (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::Dispose() inline void Enumerator_Dispose_m62DE8A67D56509DF61E89A9382C9E775D85A4247 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_Dispose_m62DE8A67D56509DF61E89A9382C9E775D85A4247_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::get_Key() inline uint32_t KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_inline (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,System.UInt32>::get_Value() inline uint32_t KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_inline (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3 (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mAA0842549312DFCC72CB67B19A123BB963586F95 (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *, int32_t, const RuntimeMethod*))Enumerator__ctor_mAA0842549312DFCC72CB67B19A123BB963586F95_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mB89F3554ED424FC240A869C74FF1941CD7843C28 (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, uint32_t ___key0, SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *, uint32_t, SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C , const RuntimeMethod*))KeyValuePair_2__ctor_mB89F3554ED424FC240A869C74FF1941CD7843C28_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::MoveNext() inline bool Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Current() inline KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_inline (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::Dispose() inline void Enumerator_Dispose_m8E0DCB96C86CC3D4414A9EBC5443CD3B4E2F7D37 (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_Dispose_m8E0DCB96C86CC3D4414A9EBC5443CD3B4E2F7D37_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Key() inline uint32_t KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_inline (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Value() inline SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_inline (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, const RuntimeMethod* method) { return (( SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C (*) (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4 (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9 (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88 (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mE716DC8F579581C37CBFB5AAD60ED0B42CD43D17 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *, int32_t, const RuntimeMethod*))Enumerator__ctor_mE716DC8F579581C37CBFB5AAD60ED0B42CD43D17_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m4FF903F38C657D2318EBCC68A65FB0F51D73B8B9 (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, uint32_t ___key0, SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *, uint32_t, SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 , const RuntimeMethod*))KeyValuePair_2__ctor_m4FF903F38C657D2318EBCC68A65FB0F51D73B8B9_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::MoveNext() inline bool Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Current() inline KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_inline (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::Dispose() inline void Enumerator_Dispose_m6986EFE6F96E7AAA111CB1303B5B93989EEBA7C2 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_Dispose_m6986EFE6F96E7AAA111CB1303B5B93989EEBA7C2_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Key() inline uint32_t KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_inline (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Value() inline SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_inline (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, const RuntimeMethod* method) { return (( SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 (*) (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3 (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mAE236712AA4ED099CBBBAD836A58ACC4FB372B39 (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *, int32_t, const RuntimeMethod*))Enumerator__ctor_mAE236712AA4ED099CBBBAD836A58ACC4FB372B39_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m1A54B33D66ACBFDF858BC731358A2F161E56E6FC (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, uint32_t ___key0, SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *, uint32_t, SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D , const RuntimeMethod*))KeyValuePair_2__ctor_m1A54B33D66ACBFDF858BC731358A2F161E56E6FC_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::MoveNext() inline bool Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Current() inline KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_inline (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::Dispose() inline void Enumerator_Dispose_m403F8332764ED0A4BDEA30D35D98E9C0745E5318 (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_Dispose_m403F8332764ED0A4BDEA30D35D98E9C0745E5318_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Key() inline uint32_t KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_inline (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Value() inline SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_inline (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, const RuntimeMethod* method) { return (( SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D (*) (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8 (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71 (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34 (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7 (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m88B8BF2161EA7EEA7D8CA5C1D25C9E07C3C9CC8E (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m88B8BF2161EA7EEA7D8CA5C1D25C9E07C3C9CC8E_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m6AF9FD35926DE494EFD2F054B94A2E721AAC3D6C (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *, Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m6AF9FD35926DE494EFD2F054B94A2E721AAC3D6C_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::MoveNext() inline bool Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95 (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::get_Current() inline KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_inline (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::Dispose() inline void Enumerator_Dispose_m81B0B9ACC4E208493999BC587879A75F7A9C7790 (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_Dispose_m81B0B9ACC4E208493999BC587879A75F7A9C7790_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object>::get_Key() inline Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_inline (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, const RuntimeMethod* method) { return (( Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B (*) (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.Edge,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_inline (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12 (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80 (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m85AF81F16142EEC8C218D26B046AF1C87F453818 (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *, int32_t, const RuntimeMethod*))Enumerator__ctor_m85AF81F16142EEC8C218D26B046AF1C87F453818_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m44A61B8FFBD306A0BF972491B013F57C25EB8C93 (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m44A61B8FFBD306A0BF972491B013F57C25EB8C93_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::MoveNext() inline bool Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69 (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Current() inline KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_inline (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::Dispose() inline void Enumerator_Dispose_mB7E25E8DB51BDCBF21C6FE44FF6F7230B83A8F3B (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_Dispose_mB7E25E8DB51BDCBF21C6FE44FF6F7230B83A8F3B_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Key() inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_inline (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, const RuntimeMethod* method) { return (( EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 (*) (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *, const RuntimeMethod*))KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_inline (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *, const RuntimeMethod*))KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75 (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_mF9716BEC0007AD29F88F8DC4C0EAD32259B8014C (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *, int32_t, const RuntimeMethod*))Enumerator__ctor_mF9716BEC0007AD29F88F8DC4C0EAD32259B8014C_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m216DB411B57361B1D352BD403FA681A493521A39 (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 ___key0, float ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 , float, const RuntimeMethod*))KeyValuePair_2__ctor_m216DB411B57361B1D352BD403FA681A493521A39_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::MoveNext() inline bool Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6 (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Current() inline KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_inline (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::Dispose() inline void Enumerator_Dispose_mE09625FC801908B4C4CAB9D94C8D9665B4D2109C (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_Dispose_mE09625FC801908B4C4CAB9D94C8D9665B4D2109C_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Key() inline EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_inline (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, const RuntimeMethod* method) { return (( EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 (*) (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Value() inline float KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_inline (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, const RuntimeMethod* method) { return (( float (*) (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8 (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2 (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7 (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0 (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) inline void Enumerator__ctor_m1ACB437B8605559CFCA95A14D1048764604D1B25 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *, int32_t, const RuntimeMethod*))Enumerator__ctor_m1ACB437B8605559CFCA95A14D1048764604D1B25_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object>::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m94797A7EE26934BBAA28C0104947F46F40C39A9E (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *, IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m94797A7EE26934BBAA28C0104947F46F40C39A9E_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::MoveNext() inline bool Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Current() inline KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_inline (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::Dispose() inline void Enumerator_Dispose_mA9545C770A2661E76049BA9914CA83AA90831699 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_Dispose_mA9545C770A2661E76049BA9914CA83AA90831699_gshared)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Key() inline IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_inline (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, const RuntimeMethod* method) { return (( IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC (*) (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *, const RuntimeMethod*))KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_inline (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *, const RuntimeMethod*))KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_gshared)(__this, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() inline DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { return (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_gshared)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() inline RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172 (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *, const RuntimeMethod*))Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) inline void Enumerator__ctor_mE1FF123C54AD2478AAE16BF08447DF7479BE41B1 (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, const RuntimeMethod* method) { (( void (*) (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *, const RuntimeMethod*))Enumerator__ctor_mE1FF123C54AD2478AAE16BF08447DF7479BE41B1_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::Dispose() inline void Enumerator_Dispose_mFD407988F73CBBF5003D382537BF30BABBF8A5C1 (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *, const RuntimeMethod*))Enumerator_Dispose_mFD407988F73CBBF5003D382537BF30BABBF8A5C1_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::MoveNext() inline bool Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36 (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *, const RuntimeMethod*))Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_gshared)(__this, method); } // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::get_Current() inline int32_t Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_inline (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *, const RuntimeMethod*))Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_gshared_inline)(__this, method); } // System.Object System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() inline void Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61 (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_gshared)(__this, method); } #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145_gshared (const RuntimeMethod* method) { Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * V_0 = NULL; { Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * L_0 = ((Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)L_0; Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * L_2 = (( Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)L_2; Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * L_4 = V_0; return (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * Comparer_1_CreateComparer_mB54FA5E6B35FE9B57D04C888F464BCBE366E4F61_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mB54FA5E6B35FE9B57D04C888F464BCBE366E4F61_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)((Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)((Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tEBA28E3A1AE038D6A58CB6873FC979BB80FFBEA2 * L_33 = (ObjectComparer_1_tEBA28E3A1AE038D6A58CB6873FC979BB80FFBEA2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tEBA28E3A1AE038D6A58CB6873FC979BB80FFBEA2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<System.Int32>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mF53471E2202E83B095FB9E5F27B7286A8C940987_gshared (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32>::Compare(T,T) */, (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 *)__this, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<System.Int32>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m77C573938DC27FF2D2401B605E63FCCFCB82B13F_gshared (Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * Comparer_1_get_Default_m536BB979A9D3ED32FD9C960C794557BC9C2781E4_gshared (const RuntimeMethod* method) { Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * V_0 = NULL; { Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * L_0 = ((Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)L_0; Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * L_2 = (( Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)L_2; Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * L_4 = V_0; return (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Int32Enum>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * Comparer_1_CreateComparer_mFF22DD81E3F312F716EF363ED21C8F67B7D7EAEC_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mFF22DD81E3F312F716EF363ED21C8F67B7D7EAEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)((Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)((Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tDF627A8F22F64D7B4D4EFAD5E47265D79507E0B6 * L_33 = (ObjectComparer_1_tDF627A8F22F64D7B4D4EFAD5E47265D79507E0B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tDF627A8F22F64D7B4D4EFAD5E47265D79507E0B6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<System.Int32Enum>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m57EF05C0DED85FCF43CD64FB3EF1452B082A5FA4_gshared (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<System.Int32Enum>::Compare(T,T) */, (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC *)__this, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<System.Int32Enum>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mBA06B5888734EB066B63EFC010F9E6B44924B961_gshared (Comparer_1_t2C327EC42817778AB0F5342E234B7564173E1EBC * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * Comparer_1_get_Default_m84DEFB8B389618F98B055848A21DEAB2782581A3_gshared (const RuntimeMethod* method) { Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * V_0 = NULL; { Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * L_0 = ((Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)L_0; Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * L_2 = (( Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)L_2; Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * L_4 = V_0; return (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Object>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * Comparer_1_CreateComparer_m26298799E544D9EE595C576C45AA43266EBB2AE1_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m26298799E544D9EE595C576C45AA43266EBB2AE1_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)((Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)((Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t04746A2EA0CA9E51D13794A9FCF86A3F32B9593F * L_33 = (ObjectComparer_1_t04746A2EA0CA9E51D13794A9FCF86A3F32B9593F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t04746A2EA0CA9E51D13794A9FCF86A3F32B9593F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<System.Object>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m280AC57C21B95CC704FF686574950679148ACA45_gshared (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<System.Object>::Compare(T,T) */, (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<System.Object>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m0E3F26F1AA66D2BE8378FB4025A8A71BCB19CA05_gshared (Comparer_1_t1DB742817DFA148A84E0F6044361F97B935058A7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * Comparer_1_get_Default_mEC8F30276C2C1EAE309895B5FAC8093B41C213D5_gshared (const RuntimeMethod* method) { Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * V_0 = NULL; { Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * L_0 = ((Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)L_0; Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * L_2 = (( Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)L_2; Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * L_4 = V_0; return (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.Single>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * Comparer_1_CreateComparer_m047717BD76233DE28FE21E04408D0BFF8BC376BA_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m047717BD76233DE28FE21E04408D0BFF8BC376BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)((Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)((Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tE7CEF71A596B59AEA7D0FD474D20D9D199FE3898 * L_33 = (ObjectComparer_1_tE7CEF71A596B59AEA7D0FD474D20D9D199FE3898 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tE7CEF71A596B59AEA7D0FD474D20D9D199FE3898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<System.Single>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m1DCB974E7DDA6A385E9BBDE6163D82AF5D3195BA_gshared (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, float, float >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<System.Single>::Compare(T,T) */, (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 *)__this, (float)((*(float*)((float*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (float)((*(float*)((float*)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<System.Single>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mE198D487D9A96A55863BA27332D11F5525FC92EF_gshared (Comparer_1_t8B662E6AA29FB2DB7C184ABF71659A07CF4ABE27 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * Comparer_1_get_Default_mD5DA3FDCEAFD8F5F16F92BCDA7721D0FEB4D6B36_gshared (const RuntimeMethod* method) { Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * V_0 = NULL; { Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * L_0 = ((Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)L_0; Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * L_2 = (( Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)L_2; Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * L_4 = V_0; return (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt32>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * Comparer_1_CreateComparer_mE7D0E1620677D65C568D56CE141BA59BFA22DAE5_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mE7D0E1620677D65C568D56CE141BA59BFA22DAE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)((Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)((Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tB4365B4EA75C1F950E5002704C24F3E882713DE2 * L_33 = (ObjectComparer_1_tB4365B4EA75C1F950E5002704C24F3E882713DE2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tB4365B4EA75C1F950E5002704C24F3E882713DE2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<System.UInt32>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m9D8F8908C8E537793B4192E829FD66D6DAC5B0FF_gshared (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, uint32_t, uint32_t >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt32>::Compare(T,T) */, (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E *)__this, (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<System.UInt32>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m03ED926A1BD2CDE643737F74E56085ED3333FFAE_gshared (Comparer_1_t48A8EFAD34AFDD91B93724203AAF84B00763020E * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C_gshared (const RuntimeMethod* method) { Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * V_0 = NULL; { Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * L_0 = ((Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)L_0; Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * L_2 = (( Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)L_2; Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * L_4 = V_0; return (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * Comparer_1_CreateComparer_mB02598C6B5A9E306A8D2B3D6A04A4506848EC53D_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mB02598C6B5A9E306A8D2B3D6A04A4506848EC53D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)((Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)((Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t8DE6ED6D4ECCA05BA297A3E48C4E9264CEE1B12F * L_33 = (ObjectComparer_1_t8DE6ED6D4ECCA05BA297A3E48C4E9264CEE1B12F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t8DE6ED6D4ECCA05BA297A3E48C4E9264CEE1B12F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<System.UInt64>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mB980D5F129EBE6C0D37EF0752B78A8BAC2A47674_gshared (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, uint64_t, uint64_t >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<System.UInt64>::Compare(T,T) */, (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC *)__this, (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<System.UInt64>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m7577B725ECFCE05DB1BF14DFF9C6F4FF1BAF662F_gshared (Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * Comparer_1_get_Default_m6482E1D53460D3A70AB380F0D9F61210D50FCFAE_gshared (const RuntimeMethod* method) { Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * V_0 = NULL; { Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * L_0 = ((Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)L_0; Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * L_2 = (( Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)L_2; Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * L_4 = V_0; return (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * Comparer_1_CreateComparer_mCB8906EA118C9292DD92DC381794BC0312D2A439_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mCB8906EA118C9292DD92DC381794BC0312D2A439_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)((Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)((Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t48C2849916D2376F9AA6FFC4F7CCE77936EB0BD0 * L_33 = (ObjectComparer_1_t48C2849916D2376F9AA6FFC4F7CCE77936EB0BD0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t48C2849916D2376F9AA6FFC4F7CCE77936EB0BD0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mB8E0C278231270E85BB1AC39B7649B3B2305056C_gshared (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 , Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray/Frame>::Compare(T,T) */, (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 *)__this, (Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 )((*(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 *)((Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 )((*(Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 *)((Frame_tDCBD17C1EAD7A9C8C39B66C8E7A3CEE5A01294B4 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<TMPro.SpriteAssetUtilities.TexturePacker_JsonArray_Frame>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mC25A40634346C12294FFEDF6C80E55CE4D839E4A_gshared (Comparer_1_t893D3F139747FDC97FF646CCAD43B8784F682549 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper_OrderBlock>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * Comparer_1_get_Default_m6553462C65EDDDA41EB3345C830DC176A2343F36_gshared (const RuntimeMethod* method) { Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * V_0 = NULL; { Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * L_0 = ((Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)L_0; Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * L_2 = (( Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)L_2; Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * L_4 = V_0; return (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper_OrderBlock>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * Comparer_1_CreateComparer_mA8227022D1B3D587884CF44EB1208B4D4548EA55_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mA8227022D1B3D587884CF44EB1208B4D4548EA55_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)((Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)((Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t4F8251E93F42978CFBA3B375A452B0009BB8D3CD * L_33 = (ObjectComparer_1_t4F8251E93F42978CFBA3B375A452B0009BB8D3CD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t4F8251E93F42978CFBA3B375A452B0009BB8D3CD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper_OrderBlock>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m41A8369DDD57BD7AE1933D22422A3DB58C009D8D_gshared (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>::Compare(T,T) */, (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 *)__this, (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 )((*(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)((OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 )((*(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)((OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper_OrderBlock>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mDF7F89F9EBF824B7F7351B485DC520456A15C2BB_gshared (Comparer_1_t2F1CE09A6A5D0FF9DB184B06E2A0F5FECA8FC2F8 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * Comparer_1_get_Default_m3B368E0A3D7C5C46657A00A69889051568A5467E_gshared (const RuntimeMethod* method) { Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * V_0 = NULL; { Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * L_0 = ((Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)L_0; Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * L_2 = (( Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)L_2; Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * L_4 = V_0; return (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color32>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * Comparer_1_CreateComparer_m353C887DC5F3B65AE0D85C08133AFEBA424104E0_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m353C887DC5F3B65AE0D85C08133AFEBA424104E0_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)((Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)((Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tE95CC9ACE80C71EBB3B17D945DDECFB523140CBB * L_33 = (ObjectComparer_1_tE95CC9ACE80C71EBB3B17D945DDECFB523140CBB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tE95CC9ACE80C71EBB3B17D945DDECFB523140CBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color32>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mBBA490AED7EB436551ED0F7334F3FA6E9BEE7DDB_gshared (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color32>::Compare(T,T) */, (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC *)__this, (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )((*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)((Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )((*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)((Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color32>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m35A85A1A739455EB2836E76B40DD5BD7A3E0E833_gshared (Comparer_1_t63F20A4164F5EC7AC4B8FE207F4542FF2AC8D1CC * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * Comparer_1_get_Default_mAE44054806AEF5A2229DBCC8D6DF40CAB85B3C2B_gshared (const RuntimeMethod* method) { Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * V_0 = NULL; { Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * L_0 = ((Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)L_0; Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * L_2 = (( Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)L_2; Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * L_4 = V_0; return (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Color>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * Comparer_1_CreateComparer_m66D81FA35CEA1FAA4C48914316B4CA019BA53973_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m66D81FA35CEA1FAA4C48914316B4CA019BA53973_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)((Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)((Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t4515668DAD20CD73DCF733DFD421267963324EE7 * L_33 = (ObjectComparer_1_t4515668DAD20CD73DCF733DFD421267963324EE7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t4515668DAD20CD73DCF733DFD421267963324EE7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mCDD7EA3CFE7A66D7A1200554CEBBDB6CF33C31D2_gshared (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Color>::Compare(T,T) */, (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 *)__this, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )((*(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )((*(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.Color>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m2CB917BF30AE6033846CBC5457D096AB4805A46C_gshared (Comparer_1_t5C10E96FA6C7CE946BB946676ED8D75037ED2B86 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * Comparer_1_get_Default_mED4378802CDB5207DFC3FB0525D26617E0FA0E84_gshared (const RuntimeMethod* method) { Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * V_0 = NULL; { Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * L_0 = ((Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)L_0; Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * L_2 = (( Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)L_2; Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * L_4 = V_0; return (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * Comparer_1_CreateComparer_m4D23405F354814416B853C0435F25E41015BFC7D_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m4D23405F354814416B853C0435F25E41015BFC7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)((Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)((Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tD8D2D480AE111DC49D618CA8C123B52247EE0206 * L_33 = (ObjectComparer_1_tD8D2D480AE111DC49D618CA8C123B52247EE0206 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tD8D2D480AE111DC49D618CA8C123B52247EE0206 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m637673CFD10E4E76CAE6F24775C3D064B083D69D_gshared (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 , RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::Compare(T,T) */, (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 *)__this, (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 )((*(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 )((*(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m47A6BB18CED85A12C82E18A0B2B578E70F397EE5_gshared (Comparer_1_tB06EB3A1F3CFEBDECA2B31855B530BF54E3419C7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * Comparer_1_get_Default_m8ED67E99EF55A37E3CC6EBA1ED33B08112129C49_gshared (const RuntimeMethod* method) { Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * V_0 = NULL; { Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * L_0 = ((Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)L_0; Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * L_2 = (( Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)L_2; Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * L_4 = V_0; return (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * Comparer_1_CreateComparer_mDC0C91AD5DE6E6646814FF488AA865A7D7FA15C8_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mDC0C91AD5DE6E6646814FF488AA865A7D7FA15C8_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)((Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)((Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tD3CAE03A9F5A744D9EBCB78839590FF1E0A66A85 * L_33 = (ObjectComparer_1_tD3CAE03A9F5A744D9EBCB78839590FF1E0A66A85 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tD3CAE03A9F5A744D9EBCB78839590FF1E0A66A85 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m60F25A3CCF701A265784D528168A0374CD9AACA3_gshared (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 , BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint>::Compare(T,T) */, (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 *)__this, (BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 )((*(BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 *)((BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 )((*(BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 *)((BezierPoint_tEA1AE7B85D8B42550F87553B4943B942D34A4296 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.BezierPoint>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mAC1CAECBC7ADB77A56B99005A50B23AA63F87006_gshared (Comparer_1_t18D0DA10AD486B917570F18EADCFD3174D5023F8 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * Comparer_1_get_Default_mCF465F4CACD76DC1211EDC91A4E25D705A26C252_gshared (const RuntimeMethod* method) { Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * V_0 = NULL; { Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * L_0 = ((Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)L_0; Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * L_2 = (( Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)L_2; Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * L_4 = V_0; return (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * Comparer_1_CreateComparer_mF500DD2F49C08EA8EC6BF84987D3B8566E3502C2_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mF500DD2F49C08EA8EC6BF84987D3B8566E3502C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)((Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)((Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tB7ABF770E507EB73BC35460FF6A8000140EF73B3 * L_33 = (ObjectComparer_1_tB7ABF770E507EB73BC35460FF6A8000140EF73B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tB7ABF770E507EB73BC35460FF6A8000140EF73B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m92353C2D31D997C86B336AFB44FAB9466A8A4A81_gshared (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B , Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge>::Compare(T,T) */, (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 *)__this, (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )((*(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B *)((Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )((*(Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B *)((Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Edge>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m3894FE018C0F7F834C12E716917BE1022A3F255D_gshared (Comparer_1_t56B0241A264D50DFB7CADDBA787EDBCA624D7EA7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * Comparer_1_get_Default_mC1712DB8171EF629224EF87B71797239BC6C0238_gshared (const RuntimeMethod* method) { Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * V_0 = NULL; { Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * L_0 = ((Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)L_0; Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * L_2 = (( Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)L_2; Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * L_4 = V_0; return (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * Comparer_1_CreateComparer_m4C9E4E9754F8580B0D758E0C0A3AC9B233465020_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m4C9E4E9754F8580B0D758E0C0A3AC9B233465020_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)((Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)((Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t578A8A26495A478F48B8D5F83D01BDDA6E2E9242 * L_33 = (ObjectComparer_1_t578A8A26495A478F48B8D5F83D01BDDA6E2E9242 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t578A8A26495A478F48B8D5F83D01BDDA6E2E9242 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m70697311D78E0F6B421FF64709C23173F24A15FD_gshared (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 , EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup>::Compare(T,T) */, (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 *)__this, (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )((*(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 *)((EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )((*(EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 *)((EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.EdgeLookup>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mB8F88D37E56595331A18CC2996A7C9132EDFA8EC_gshared (Comparer_1_t28449AD9B9D7A197604E942E009AF6238CE47254 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * Comparer_1_get_Default_m67E56A2F5616088907764E090EC2B276AAA6DB58_gshared (const RuntimeMethod* method) { Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * V_0 = NULL; { Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * L_0 = ((Comparer_1_t1F12262353453596580314BC1006DB5125F926E1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)L_0; Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * L_2 = (( Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)L_2; Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t1F12262353453596580314BC1006DB5125F926E1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * L_4 = V_0; return (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * Comparer_1_CreateComparer_m144BBA6AB9B9F0D75C452EF8F11AFB6AC0883805_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m144BBA6AB9B9F0D75C452EF8F11AFB6AC0883805_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)((Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)((Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t50F92CDBC2AAB49CDCACF4F51F23A0270BEE0B0E * L_33 = (ObjectComparer_1_t50F92CDBC2AAB49CDCACF4F51F23A0270BEE0B0E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t50F92CDBC2AAB49CDCACF4F51F23A0270BEE0B0E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mB71CCA343E6EF76A61F4B1E39D65BDBB085CFF0B_gshared (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 , SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>>::Compare(T,T) */, (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 *)__this, (SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 )((*(SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 *)((SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 )((*(SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 *)((SimpleTuple_2_t3ACA9272A0F3EF54E42967E571E949A4F430EDB3 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Int32,System.Int32>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m4B9337C6318D3DA761864E68F527FB8D7AEC2631_gshared (Comparer_1_t1F12262353453596580314BC1006DB5125F926E1 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * Comparer_1_get_Default_m834E25E825ED3E6024802FB793A5D60C915D050E_gshared (const RuntimeMethod* method) { Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * V_0 = NULL; { Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * L_0 = ((Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)L_0; Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * L_2 = (( Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)L_2; Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * L_4 = V_0; return (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * Comparer_1_CreateComparer_mD379F05FE5ACA00B815F464F580AEE0EC3405DF3_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mD379F05FE5ACA00B815F464F580AEE0EC3405DF3_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)((Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)((Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t74DE34B976AE984EF9957C1464F54B3B22A76214 * L_33 = (ObjectComparer_1_t74DE34B976AE984EF9957C1464F54B3B22A76214 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t74DE34B976AE984EF9957C1464F54B3B22A76214 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mBEE69E1864C179C5BCF34BA050B49FEB66CEA7C9_gshared (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C , SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::Compare(T,T) */, (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C *)__this, (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )((*(SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C *)((SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )((*(SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C *)((SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m7047CA885FD54353DD072764B1D9B3CEEEE30527_gshared (Comparer_1_t7B027BE0864C8BB677EB056E3E32D65F18425F0C * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * Comparer_1_get_Default_mA3408B331C5E5FF4666014DAA0CE33E16D026AD8_gshared (const RuntimeMethod* method) { Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * V_0 = NULL; { Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * L_0 = ((Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)L_0; Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * L_2 = (( Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)L_2; Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * L_4 = V_0; return (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * Comparer_1_CreateComparer_mDE41EF984569B535BAD1EBFE3B1A005CCBCCE4CF_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mDE41EF984569B535BAD1EBFE3B1A005CCBCCE4CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)((Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)((Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tFA5118E746644F3B15AC1761F833BDAFA5C6DCD7 * L_33 = (ObjectComparer_1_tFA5118E746644F3B15AC1761F833BDAFA5C6DCD7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tFA5118E746644F3B15AC1761F833BDAFA5C6DCD7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m2F0CABE7908F122F473AF2828B76CB0A8D466D05_gshared (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 , SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::Compare(T,T) */, (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 *)__this, (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )((*(SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 *)((SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )((*(SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 *)((SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mE17FD81FEA1384106438E3B7A9092F0AC78CABE2_gshared (Comparer_1_t05807C926FCAF0563CFEACB807953DB72A19E9B7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * Comparer_1_get_Default_mFEB8A249E2D9C3B7CC63A10B90AB94CFCBEE8904_gshared (const RuntimeMethod* method) { Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * V_0 = NULL; { Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * L_0 = ((Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)L_0; Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * L_2 = (( Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)L_2; Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * L_4 = V_0; return (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * Comparer_1_CreateComparer_m5739F475024287E5C09C1DD757F0F7ADCEC998D1_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m5739F475024287E5C09C1DD757F0F7ADCEC998D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)((Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)((Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tC848EE466036E00DD3C6FDCD8BCBC7C17DADAAFD * L_33 = (ObjectComparer_1_tC848EE466036E00DD3C6FDCD8BCBC7C17DADAAFD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tC848EE466036E00DD3C6FDCD8BCBC7C17DADAAFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m95A1DA1FB610642881CAEE4FC753D18234D3AA1D_gshared (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D , SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::Compare(T,T) */, (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 *)__this, (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )((*(SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D *)((SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )((*(SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D *)((SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mB4A3C6C078180D97DF59FC4EF0C51D55FE8072A0_gshared (Comparer_1_t3464544EEDD528F7168E757F2136BD3D9F57BF44 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * Comparer_1_get_Default_m33C05652B4A26F0C016CD2BEFA062F907526A4CA_gshared (const RuntimeMethod* method) { Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * V_0 = NULL; { Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * L_0 = ((Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)L_0; Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * L_2 = (( Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)L_2; Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * L_4 = V_0; return (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * Comparer_1_CreateComparer_mB72042AF7F4EF266013C3F022203C064ACCEB260_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mB72042AF7F4EF266013C3F022203C064ACCEB260_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)((Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)((Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t6CC934189CF75A38811ADB5034A7E54E2E4A55D8 * L_33 = (ObjectComparer_1_t6CC934189CF75A38811ADB5034A7E54E2E4A55D8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t6CC934189CF75A38811ADB5034A7E54E2E4A55D8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mA7D73DA7FBD73F63A6E11E1F35EA30FC8D857C17_gshared (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC , SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>>::Compare(T,T) */, (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 *)__this, (SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC )((*(SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC *)((SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC )((*(SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC *)((SimpleTuple_2_t51BAD0683AE087BFB55BFD0999369E4D8D30BEEC *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.SimpleTuple`2<System.Single,UnityEngine.Vector2>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mC7FC201873EA6EE0BC75A86C8E342126C9BBF03E_gshared (Comparer_1_t6CB966EB11E82A92666059C7C266B0533E1B9826 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * Comparer_1_get_Default_mA0DA648E160E2C1D629701775EC7F8CDAA6C2D8B_gshared (const RuntimeMethod* method) { Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * V_0 = NULL; { Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * L_0 = ((Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)L_0; Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * L_2 = (( Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)L_2; Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * L_4 = V_0; return (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * Comparer_1_CreateComparer_m87AE0661250C22579484E9E489404BAF5F926469_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m87AE0661250C22579484E9E489404BAF5F926469_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)((Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)((Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tE84823B569B06087BC03B6FDEAF518FBD9105B69 * L_33 = (ObjectComparer_1_tE84823B569B06087BC03B6FDEAF518FBD9105B69 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tE84823B569B06087BC03B6FDEAF518FBD9105B69 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m124C3025179854462813E82E43FAFE8E78596B7C_gshared (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Triangle_t63D0F49335284693C29F1C611468B96556A7B038 , Triangle_t63D0F49335284693C29F1C611468B96556A7B038 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle>::Compare(T,T) */, (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B *)__this, (Triangle_t63D0F49335284693C29F1C611468B96556A7B038 )((*(Triangle_t63D0F49335284693C29F1C611468B96556A7B038 *)((Triangle_t63D0F49335284693C29F1C611468B96556A7B038 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Triangle_t63D0F49335284693C29F1C611468B96556A7B038 )((*(Triangle_t63D0F49335284693C29F1C611468B96556A7B038 *)((Triangle_t63D0F49335284693C29F1C611468B96556A7B038 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.ProBuilder.Triangle>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m5229F2EE128F44A881BB733B8A306389261EC5EA_gshared (Comparer_1_tB48E4DA7817545B9852D2500DE591B7CC7B73D1B * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * Comparer_1_get_Default_m3E6DAB372AC3C51561D583DE4A39CB94F845C584_gshared (const RuntimeMethod* method) { Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * V_0 = NULL; { Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * L_0 = ((Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)L_0; Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * L_2 = (( Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)L_2; Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * L_4 = V_0; return (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * Comparer_1_CreateComparer_mB1F45B4CEE15C737D56C8351A2C9AB284B0C492F_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mB1F45B4CEE15C737D56C8351A2C9AB284B0C492F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)((Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)((Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tDB986AA5E145DC3CB558EC52D7F6A65F0DA7C02F * L_33 = (ObjectComparer_1_tDB986AA5E145DC3CB558EC52D7F6A65F0DA7C02F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tDB986AA5E145DC3CB558EC52D7F6A65F0DA7C02F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m5D157090C606934ACAD0EAB8C0EA72E989A8DB7D_gshared (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 , Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::Compare(T,T) */, (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 *)__this, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )((*(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)((Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )((*(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)((Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.Quaternion>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mD6F877E13BABBFC00BCB8C37B33033D0201B2AD9_gshared (Comparer_1_t16B5858E3E6C7B90E1780785FFB3FB40755A4479 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * Comparer_1_get_Default_m306622695CDE7DCD700047C0ABB1145F979EB01A_gshared (const RuntimeMethod* method) { Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * V_0 = NULL; { Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * L_0 = ((Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)L_0; Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * L_2 = (( Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)L_2; Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * L_4 = V_0; return (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * Comparer_1_CreateComparer_mD4B73E502CC5A01C9D7D13942911DDFE92310344_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mD4B73E502CC5A01C9D7D13942911DDFE92310344_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)((Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)((Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tEC617C7BD65BA5F090F4D9841865A86B19B10976 * L_33 = (ObjectComparer_1_tEC617C7BD65BA5F090F4D9841865A86B19B10976 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tEC617C7BD65BA5F090F4D9841865A86B19B10976 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m1D0CA7A9D760E1AFFD93100B95C97DA7679EDB44_gshared (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 , RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::Compare(T,T) */, (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 *)__this, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 )((*(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 )((*(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mBB4EA8DA8D3F3D42A191BAD290CE5D7D4FC7AE3E_gshared (Comparer_1_tD7C4AADA458CE664E87522EA44A9DAD8AD0E7647 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * Comparer_1_get_Default_m0BAD9D137285793B94F50E8C02A808A59E34FD12_gshared (const RuntimeMethod* method) { Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * V_0 = NULL; { Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * L_0 = ((Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)L_0; Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * L_2 = (( Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)L_2; Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * L_4 = V_0; return (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * Comparer_1_CreateComparer_m24567E75C51C962FD2E69526D4E551B0FE51635C_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m24567E75C51C962FD2E69526D4E551B0FE51635C_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)((Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)((Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t598FE9C43919B14B3D4AE2AB159D9C2A09D8C5FF * L_33 = (ObjectComparer_1_t598FE9C43919B14B3D4AE2AB159D9C2A09D8C5FF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t598FE9C43919B14B3D4AE2AB159D9C2A09D8C5FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m2FBC26ABF7A1B8499ABAE6D7AE75E1F53DD0D5E4_gshared (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C , GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect>::Compare(T,T) */, (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB *)__this, (GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C )((*(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C *)((GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C )((*(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C *)((GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.TextCore.GlyphRect>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mC4B9A95B4EFC897858BD55610AE1CA7AE86556A4_gshared (Comparer_1_t7A1D3AA8D761DFF15CD78EE4AB956D4531239DFB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * Comparer_1_get_Default_m019864FD5FD121334DDE09EAEA032AB6D68CCB39_gshared (const RuntimeMethod* method) { Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * V_0 = NULL; { Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * L_0 = ((Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)L_0; Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * L_2 = (( Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)L_2; Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * L_4 = V_0; return (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * Comparer_1_CreateComparer_mCE652C0BA2B90B68B6B05326371085D9FC0908DF_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mCE652C0BA2B90B68B6B05326371085D9FC0908DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)((Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)((Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t9E9FDEF7EA33D20332EAB8B38EF6F56BD94A3731 * L_33 = (ObjectComparer_1_t9E9FDEF7EA33D20332EAB8B38EF6F56BD94A3731 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t9E9FDEF7EA33D20332EAB8B38EF6F56BD94A3731 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mEDD22985CC6B286E001D2635C73F4B0AF6E77A26_gshared (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A , UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::Compare(T,T) */, (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD *)__this, (UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A )((*(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A *)((UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A )((*(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A *)((UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m5944BBC9790217A07A19C76C9B448CF4002A3E42_gshared (Comparer_1_t24EDB25ECB9BEA7F3BE6CC01A025F176B6DF47DD * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * Comparer_1_get_Default_m985C248CDAFA6722D4049B302CF7072D7833EC94_gshared (const RuntimeMethod* method) { Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * V_0 = NULL; { Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * L_0 = ((Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)L_0; Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * L_2 = (( Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)L_2; Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * L_4 = V_0; return (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * Comparer_1_CreateComparer_m0981F31B27E0D6D3CDE93A934CB2DC06AB51AB99_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m0981F31B27E0D6D3CDE93A934CB2DC06AB51AB99_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)((Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)((Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t3543B300051BD71124C457A06DD31F44D78089A8 * L_33 = (ObjectComparer_1_t3543B300051BD71124C457A06DD31F44D78089A8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t3543B300051BD71124C457A06DD31F44D78089A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mB5389E84502DF8F315A45AE58780924C9A98F9C7_gshared (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 , UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::Compare(T,T) */, (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 *)__this, (UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 )((*(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 *)((UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 )((*(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 *)((UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m7BC1C3493EED06512E9F7AAAEC4885675299DF73_gshared (Comparer_1_t026764F9E0854AF76F28EA3A15BECC9412788126 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * Comparer_1_get_Default_mEEBA06405F9EC58EA0D2ABA83954B47F83995176_gshared (const RuntimeMethod* method) { Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * V_0 = NULL; { Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * L_0 = ((Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)L_0; Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * L_2 = (( Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)L_2; Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * L_4 = V_0; return (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * Comparer_1_CreateComparer_m4EAA1F6847DBC63EB76C0EA6643D0D501F908F37_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m4EAA1F6847DBC63EB76C0EA6643D0D501F908F37_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)((Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)((Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_tCC08AB6AC52F7B4595B6E7F769467BE538F79087 * L_33 = (ObjectComparer_1_tCC08AB6AC52F7B4595B6E7F769467BE538F79087 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_tCC08AB6AC52F7B4595B6E7F769467BE538F79087 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mDC42F86C66DCC83AFD55D426232CCDBF5E02246B_gshared (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 , UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::Compare(T,T) */, (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 *)__this, (UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 )((*(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 *)((UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 )((*(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 *)((UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mC75688F9CA3A9473FECE80C8D57FEFF56A7E24A9_gshared (Comparer_1_tBD9070C3AF98C49D4EB2FEE1E43E845FC14A9EC0 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext_WorkRequest>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * Comparer_1_get_Default_m15FF06311B280CB6DF200790036E19EB9D71A0CC_gshared (const RuntimeMethod* method) { Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * V_0 = NULL; { Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * L_0 = ((Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)L_0; Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * L_2 = (( Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)L_2; Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * L_4 = V_0; return (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext_WorkRequest>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * Comparer_1_CreateComparer_mA54B74916770EF33EB14F698F93559506476FFC7_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mA54B74916770EF33EB14F698F93559506476FFC7_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)((Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)((Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t86EB6885AD1EE49322D7BE8DF7B6DDC9CBB47067 * L_33 = (ObjectComparer_1_t86EB6885AD1EE49322D7BE8DF7B6DDC9CBB47067 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t86EB6885AD1EE49322D7BE8DF7B6DDC9CBB47067 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext_WorkRequest>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m5184AF97AF16DD665A7457464F599EA718AFCE5C_gshared (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>::Compare(T,T) */, (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B *)__this, (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 )((*(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)((WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 )((*(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)((WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext_WorkRequest>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m95B26C97FC5493564F214B8048FD7B729460D91B_gshared (Comparer_1_tE47259BC1CE77BD0F5BEA8A6F9FD64494298235B * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * Comparer_1_get_Default_mBACABDACB4F8B2C2A192602783B9379B5C4993DA_gshared (const RuntimeMethod* method) { Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * V_0 = NULL; { Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * L_0 = ((Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)L_0; Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * L_2 = (( Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)L_2; Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * L_4 = V_0; return (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * Comparer_1_CreateComparer_mC1A37E6DF1F157F836AEC75EDEAB79A70A06017D_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_mC1A37E6DF1F157F836AEC75EDEAB79A70A06017D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)((Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)((Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t8F555FC86CB04301E85633E74C5B22E2D325B58F * L_33 = (ObjectComparer_1_t8F555FC86CB04301E85633E74C5B22E2D325B58F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t8F555FC86CB04301E85633E74C5B22E2D325B58F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_m9218A36955BA08FEC99CDB101CA284F5489043E8_gshared (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::Compare(T,T) */, (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F *)__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )((*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )((*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector2>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m1F015B5C3F6530DDC5BDA5F06C1F57C3C00AC566_gshared (Comparer_1_t07045E3EA026A4CB2DFE2E702A90CFFBB0F2738F * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * Comparer_1_get_Default_m7A4B76DE8E3DFEF450B2C367745F7CC8A06E173F_gshared (const RuntimeMethod* method) { Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * V_0 = NULL; { Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * L_0 = ((Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)L_0; Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * L_2 = (( Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)L_2; Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * L_4 = V_0; return (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * Comparer_1_CreateComparer_m61F0FF73BEA955B76532DCD396B49D177FA6A59D_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m61F0FF73BEA955B76532DCD396B49D177FA6A59D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)((Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)((Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t03CC2728544D9820FBEA8B536F84F721595867F6 * L_33 = (ObjectComparer_1_t03CC2728544D9820FBEA8B536F84F721595867F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t03CC2728544D9820FBEA8B536F84F721595867F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mE0FA22F0CAE94DA40A4885F0BFE9DD33B40771B8_gshared (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::Compare(T,T) */, (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D *)__this, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )((*(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )((*(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector3>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_mD468DF8A9AB6BB1BC312D6D043D570E38320CE6C_gshared (Comparer_1_t80313E8B88FFC9A1EAAE95386C06BA765D44A74D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * Comparer_1_get_Default_mEED6DED28437DFD09871697EBFEAE4CDC43D5DBE_gshared (const RuntimeMethod* method) { Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * V_0 = NULL; { Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * L_0 = ((Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_defaultComparer_0(); il2cpp_codegen_memory_barrier(); V_0 = (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)L_0; Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * L_1 = V_0; if (L_1) { goto IL_0019; } } { Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * L_2 = (( Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); V_0 = (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)L_2; Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * L_3 = V_0; il2cpp_codegen_memory_barrier(); ((Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_defaultComparer_0(L_3); } IL_0019: { Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * L_4 = V_0; return (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)L_4; } } // System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::CreateComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * Comparer_1_CreateComparer_m6C161D2E7ED7B604A2A7440A27AF3EFDE37FEE07_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_1_CreateComparer_m6C161D2E7ED7B604A2A7440A27AF3EFDE37FEE07_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); V_0 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 3)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0; bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_3, (Type_t *)L_4); if (!L_5) { goto IL_0038; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GenericComparer_1_t9436077F0C33F5A6062F56461CE41BECC1540420_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_9 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_7, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_8, /*hidden argument*/NULL); return (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)((Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_0038: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = V_0; bool L_11 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, (Type_t *)L_10); if (!L_11) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, (Type_t *)L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Nullable_1_t220FFA40D2CEE2CB28F8C04DB1216024A0BC75C3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_13, (Type_t *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_17 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(93 /* System.Type[] System.Type::GetGenericArguments() */, (Type_t *)L_17); int32_t L_19 = 0; Type_t * L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19)); V_1 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)Castclass((RuntimeObject*)L_20, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (IComparable_1_t29F8B9CDCF64F99D79F5C00CB354CBA8CA55B315_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_21, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_23; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_25 = V_1; ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25); Type_t * L_26 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(89 /* System.Type System.Type::MakeGenericType(System.Type[]) */, (Type_t *)L_22, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_24); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = V_1; bool L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(104 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_26, (Type_t *)L_27); if (!L_28) { goto IL_009c; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (NullableComparer_1_t159D2EA197F37845DD72BDBE7E2881089EA822BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_29, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeObject * L_32 = RuntimeType_CreateInstanceForAnotherGenericParameter_mFAF735890E821AF021168FCBAC1AA6BFA49586F4((Type_t *)L_30, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)L_31, /*hidden argument*/NULL); return (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)((Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)Castclass((RuntimeObject*)L_32, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4))); } IL_009c: { ObjectComparer_1_t8040366DB3E6C337A74B80E9A4EC261DC686FCF4 * L_33 = (ObjectComparer_1_t8040366DB3E6C337A74B80E9A4EC261DC686FCF4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (ObjectComparer_1_t8040366DB3E6C337A74B80E9A4EC261DC686FCF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)(L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)L_33; } } // System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_1_System_Collections_IComparer_Compare_mE9791A4F5193EF598746C95811C3787FA7CC7649_gshared (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___y1; if (!L_1) { goto IL_0008; } } { return (int32_t)(-1); } IL_0008: { return (int32_t)0; } IL_000a: { RuntimeObject * L_2 = ___y1; if (L_2) { goto IL_000f; } } { return (int32_t)1; } IL_000f: { RuntimeObject * L_3 = ___x0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___y1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))) { goto IL_0032; } } { RuntimeObject * L_5 = ___x0; RuntimeObject * L_6 = ___y1; int32_t L_7 = VirtFuncInvoker2< int32_t, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::Compare(T,T) */, (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 *)__this, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )((*(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )((*(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)UnBox(L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)))))); return (int32_t)L_7; } IL_0032: { ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84((int32_t)2, /*hidden argument*/NULL); return (int32_t)0; } } // System.Void System.Collections.Generic.Comparer`1<UnityEngine.Vector4>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer_1__ctor_m4A36E7FC6C6C3F742E21321F7B73A1AA564EA45D_gshared (Comparer_1_t571E9BA1CF0AAFA2CB1FE5988D541343B9135CA6 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6F5AC94DA80EC89EAE8C8558A9FAABAE302269A3_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_4 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m6F5AC94DA80EC89EAE8C8558A9FAABAE302269A3_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); Enumerator__ctor_m6F5AC94DA80EC89EAE8C8558A9FAABAE302269A3(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_1 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_RuntimeMethod_var); } IL_0021: { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_4 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* L_5 = (EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_8 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* L_9 = (EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_12 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* L_13 = (EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); bool L_15 = (bool)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m083DF7A4BCA073A7062F09B64C185A68A0F83955((&L_16), (int32_t)L_11, (bool)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_20 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_22 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_24 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); return Enumerator_MoveNext_m40BD744CF3973B7DA3AEC32B8A2D1D01A24631B7(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_0 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )__this->get_current_3(); return (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); return Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m0DC7F0F504467486D02550DEA546589127ADDFCB_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m0DC7F0F504467486D02550DEA546589127ADDFCB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); Enumerator_Dispose_m0DC7F0F504467486D02550DEA546589127ADDFCB(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_2 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_6 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_10 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); bool L_11 = KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); bool L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_17 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_19 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); bool L_20 = KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m083DF7A4BCA073A7062F09B64C185A68A0F83955((&L_21), (int32_t)L_18, (bool)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m34A79470720F13FA0A7C79B61ECEB94FCBD9E558(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_1 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_4 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m17AC9F12DDA6FEFFAE3D172FB1DF685B34021F41(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_2 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_5 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_9 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); bool L_10 = KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); bool L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5544FC2FC751E46E5C48F914628EE075D7E4D00F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_2 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_5 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mD665368DFB5AFD51F5C04AAE0C66DEE08095039A(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_gshared (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_2 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * L_5 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)__this->get_address_of_current_3(); bool L_6 = KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_inline((KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); bool L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * _thisAdjusted = reinterpret_cast<Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mAF478949E2011ECB9CA33968F1E79BEA7C361DFE(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mA91F9A37CAA92D924493338B34224B9719F4903B_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_4 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mA91F9A37CAA92D924493338B34224B9719F4903B_AdjustorThunk (RuntimeObject * __this, Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); Enumerator__ctor_mA91F9A37CAA92D924493338B34224B9719F4903B(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_1 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_RuntimeMethod_var); } IL_0021: { Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_4 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* L_5 = (EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_8 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* L_9 = (EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_12 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* L_13 = (EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); Il2CppChar L_15 = (Il2CppChar)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mA632EBD489797AFCA4B1CF7072E1534E9AC6690A((&L_16), (int32_t)L_11, (Il2CppChar)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_20 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_22 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_24 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); return Enumerator_MoveNext_m21A7C338777DB6AAF6B0481EC7045611A83C9D13(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_0 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )__this->get_current_3(); return (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); return Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m75B396AADBF7E36956B2D7EA4F84042003A78197_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m75B396AADBF7E36956B2D7EA4F84042003A78197_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); Enumerator_Dispose_m75B396AADBF7E36956B2D7EA4F84042003A78197(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_2 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_6 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_10 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); Il2CppChar L_11 = KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Il2CppChar L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_17 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_19 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); Il2CppChar L_20 = KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_mA632EBD489797AFCA4B1CF7072E1534E9AC6690A((&L_21), (int32_t)L_18, (Il2CppChar)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m529E30D225FBBA837FC407D4A64CC538901E0E8F(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_1 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_4 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m4E8E253075C5F1B6C5ED83B4A5E3BC40C0022AED(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_2 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_5 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_9 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); Il2CppChar L_10 = KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Il2CppChar L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m5A8D35537D959950A5CFE5FD061B132276949F5E(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_2 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_5 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9CD91255D7D9AF772F07A26475D5E5F18BB06581(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Char>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_gshared (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_2 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * L_5 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)__this->get_address_of_current_3(); Il2CppChar L_6 = KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_inline((KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Il2CppChar L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * _thisAdjusted = reinterpret_cast<Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mFA1FD6AA9E042611C82EBA42C281CFFD5E83E673(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m29069CFC21EC7D24A112D13DB9CD4ADA2F655E1C_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_4 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m29069CFC21EC7D24A112D13DB9CD4ADA2F655E1C_AdjustorThunk (RuntimeObject * __this, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); Enumerator__ctor_m29069CFC21EC7D24A112D13DB9CD4ADA2F655E1C(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_RuntimeMethod_var); } IL_0021: { Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_4 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* L_5 = (EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_8 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* L_9 = (EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_12 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* L_13 = (EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); int32_t L_15 = (int32_t)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0((&L_16), (int32_t)L_11, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_20 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_22 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_24 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); return Enumerator_MoveNext_m033B937E789CEFB5592694DAD362E0BCAFB94D1F(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_0 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )__this->get_current_3(); return (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); return Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFBD560008A882955AC4A533C616364A0AB49EF3_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mCFBD560008A882955AC4A533C616364A0AB49EF3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); Enumerator_Dispose_mCFBD560008A882955AC4A533C616364A0AB49EF3(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_2 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_6 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_10 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_11 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_17 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_19 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_20 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m87D429E0B3923A6CF37A52F6F8C56B8FFFBE06D0((&L_21), (int32_t)L_18, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m7A517B4EA9437A8E91312A3E7876DD94ADAA9813(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_4 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mAD957A8F1517FEDAB6F8B39147AE066E7E616A5C(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_2 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_5 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_9 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_10 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m22984496F3563897A46C9C0D37730540284378F3(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_2 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_5 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m52E47525EFA2D4F7B66434C304B21E6C716436F1(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_gshared (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_2 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * L_5 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_inline((KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * _thisAdjusted = reinterpret_cast<Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC51629E130312019248FBE80E063F7076BAF2338(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m78A61CFAE25F355601A5A4AC0D0D38E01FEEAFF1_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_4 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m78A61CFAE25F355601A5A4AC0D0D38E01FEEAFF1_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); Enumerator__ctor_m78A61CFAE25F355601A5A4AC0D0D38E01FEEAFF1(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_1 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_RuntimeMethod_var); } IL_0021: { Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_4 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* L_5 = (EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_8 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* L_9 = (EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_12 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* L_13 = (EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); int64_t L_15 = (int64_t)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m95A0E53B616AF98F15437C7AE1C51BDE51929D22((&L_16), (int32_t)L_11, (int64_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_20 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_22 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_24 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); return Enumerator_MoveNext_mE03378C612F00399704B40EFF9F0C48ECFBA4C04(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_0 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )__this->get_current_3(); return (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); return Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB82D0C52AC7F086E8F76510D4D689670F29D960C_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mB82D0C52AC7F086E8F76510D4D689670F29D960C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); Enumerator_Dispose_mB82D0C52AC7F086E8F76510D4D689670F29D960C(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_2 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_6 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_10 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int64_t L_11 = KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int64_t L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_17 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_19 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int64_t L_20 = KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m95A0E53B616AF98F15437C7AE1C51BDE51929D22((&L_21), (int32_t)L_18, (int64_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m35E940DADA291DF3E7A54183699CC8B44C81A4C4(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_1 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_4 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m3DAD33484BDFF0421217148E8F016C9FAD4FAA37(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_2 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_5 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_9 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int64_t L_10 = KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int64_t L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m749593E7D4268C1FD003FF3A400A9A4859288311(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_2 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_5 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mA02FD95A76DCE58F605AC2F867C375B794E18661(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Int64>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_gshared (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_2 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * L_5 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)__this->get_address_of_current_3(); int64_t L_6 = KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_inline((KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int64_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * _thisAdjusted = reinterpret_cast<Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m7A87F843840E3D2E9CE7FB518AAE5767648609A3(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mB688A5999DC16A8DF99AA954CB6DD9DD3246942E_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_4 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mB688A5999DC16A8DF99AA954CB6DD9DD3246942E_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); Enumerator__ctor_mB688A5999DC16A8DF99AA954CB6DD9DD3246942E(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_1 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_RuntimeMethod_var); } IL_0021: { Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_4 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285* L_5 = (EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_8 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285* L_9 = (EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_12 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285* L_13 = (EntryU5BU5D_t5EE074B97A225B556BC7C9665050E283775D0285*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m0E2B8624D7996D6A5BA2A81383EE983F4A9DC078((&L_16), (int32_t)L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_20 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_22 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_24 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); return Enumerator_MoveNext_mB386E7259BB364D109750B49CD9572D0B7EE28A8(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_0 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )__this->get_current_3(); return (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); return Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m81ED3FDA0AA1BEEA5A2C8E108347EF4D03752310_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m81ED3FDA0AA1BEEA5A2C8E108347EF4D03752310_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); Enumerator_Dispose_m81ED3FDA0AA1BEEA5A2C8E108347EF4D03752310(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_2 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_6 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_10 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_15 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); int32_t L_16 = KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_17 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m0E2B8624D7996D6A5BA2A81383EE983F4A9DC078((&L_19), (int32_t)L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mDD1720EB86BB95C237BEB35CF144024060442F1A(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_1 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_4 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mBE1203F2ED60C28F81C6064240BDDC2FEA96D73E(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_2 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_5 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_9 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m87AF42607B317900A4B90D5A655874B1643BA429(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_2 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_5 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9C55CEEACDDA1E031285A52B96F08A42F2CB6019(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_gshared (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_2 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * L_5 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_inline((KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * _thisAdjusted = reinterpret_cast<Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mC82CB4C395951062832C507565D0DCC73B08C719(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m8392BD55483935F5B7440E0E05EA2B98C1DD3B72_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_4 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m8392BD55483935F5B7440E0E05EA2B98C1DD3B72_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); Enumerator__ctor_m8392BD55483935F5B7440E0E05EA2B98C1DD3B72(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_1 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_RuntimeMethod_var); } IL_0021: { Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_4 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB* L_5 = (EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_8 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB* L_9 = (EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_12 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB* L_13 = (EntryU5BU5D_t566FFC34414A8E137AF89F2F6D1F27F31312D5FB*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_15 = (SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mC7D2A30944451A978E15906CE9F090746A74EFB9((&L_16), (int32_t)L_11, (SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_20 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_22 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_24 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); return Enumerator_MoveNext_m767A93DA78DAA7CEFB7D077CD748B5475B3A02E2(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 L_0 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )__this->get_current_3(); return (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); return Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD335CBDE643616E94A3754E960543BD1BAA800A2_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mD335CBDE643616E94A3754E960543BD1BAA800A2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); Enumerator_Dispose_mD335CBDE643616E94A3754E960543BD1BAA800A2(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_2 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_6 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_10 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_11 = KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_17 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_19 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_20 = KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_mC7D2A30944451A978E15906CE9F090746A74EFB9((&L_21), (int32_t)L_18, (SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m7B8C81B05DF52608A65C3BB2B19A9322912312A8(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_1 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_4 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m516B544EFC2CDFFB938BAE28A86D088E233D3536(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_2 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_5 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_9 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_10 = KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB5E88AD1883760C86E966E2D0576F6BBEC93F94F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_2 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_5 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mE9B17B204AB3F03807B6C28CA35D726F38290F1D(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.ProBuilder.SimpleTuple`3<UnityEngine.Vector3,UnityEngine.Vector3,System.Object>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_gshared (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 * L_2 = (Dictionary_2_t6DA944523997E623B5CED61C93AB438B91213C40 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * L_5 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)__this->get_address_of_current_3(); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_6 = KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_inline((KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)(KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * _thisAdjusted = reinterpret_cast<Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m19A4122D528F09A6887AFDE9D495D690A03CABE3(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0CAC37B1944A8AE25E921F56F06388BEF165D1BE_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_4 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m0CAC37B1944A8AE25E921F56F06388BEF165D1BE_AdjustorThunk (RuntimeObject * __this, Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); Enumerator__ctor_m0CAC37B1944A8AE25E921F56F06388BEF165D1BE(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_1 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_RuntimeMethod_var); } IL_0021: { Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_4 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B* L_5 = (EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_8 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B* L_9 = (EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_12 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B* L_13 = (EntryU5BU5D_t769965AEB74EED1DD79A4799690A9BA0A22C168B*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m9EB7A9811443F5C11524C9E837489CFEAC028D7F((&L_16), (int32_t)L_11, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_20 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_22 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_24 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); return Enumerator_MoveNext_mC118116E243788A8527CBA284A681598B1BF3643(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC L_0 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )__this->get_current_3(); return (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); return Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m5C2A25E032C2EC8A5BEF6A9C65492651E40B794E_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m5C2A25E032C2EC8A5BEF6A9C65492651E40B794E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); Enumerator_Dispose_m5C2A25E032C2EC8A5BEF6A9C65492651E40B794E(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_2 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_6 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_10 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_17 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_19 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m9EB7A9811443F5C11524C9E837489CFEAC028D7F((&L_21), (int32_t)L_18, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mB415993A708B102EC16F3F2EA165439564ED5AD4(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_1 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_4 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mB94055953C338C778A967C1D26F7FA7F935B3138(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_2 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_5 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_9 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m0D52AA73B07C0CD7B48F028700443E57558E1A9B(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_2 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_5 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mCFCFCC7394CC020F120199339C79F5121DC79650(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,UnityEngine.Vector3>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_gshared (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 * L_2 = (Dictionary_2_tEEBA22E49F8DA19D3516AA940F9EB49156E012F4 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * L_5 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)__this->get_address_of_current_3(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_inline((KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)(KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * _thisAdjusted = reinterpret_cast<Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m679DDA75C83F2A20C1D5EEE06CD20C054CE67990(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4E76970A57E6088B50B3EA3B4BB928E96AC1A7BD_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_4 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m4E76970A57E6088B50B3EA3B4BB928E96AC1A7BD_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); Enumerator__ctor_m4E76970A57E6088B50B3EA3B4BB928E96AC1A7BD(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_1 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_RuntimeMethod_var); } IL_0021: { Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_4 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB* L_5 = (EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_8 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB* L_9 = (EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_12 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB* L_13 = (EntryU5BU5D_t2A44764FB3B6494FBA947D2CFDA786B110A814DB*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mA9DEEBDF5AD34E67631B8FCD2FFB53EC29CCCE3F((&L_16), (int32_t)L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_20 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_22 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_24 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); return Enumerator_MoveNext_mC4A7803810530231055249CE1A30D656CC42DEA3(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 L_0 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )__this->get_current_3(); return (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); return Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m64099188F3DE1082BD960213D0800001EC521897_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m64099188F3DE1082BD960213D0800001EC521897_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); Enumerator_Dispose_m64099188F3DE1082BD960213D0800001EC521897(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_2 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_6 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); int32_t L_7 = KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_10 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_15 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); int32_t L_16 = KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_17 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_mA9DEEBDF5AD34E67631B8FCD2FFB53EC29CCCE3F((&L_19), (int32_t)L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m534C8EC435CC414FDAB47F371DBA08A5BB3241E3(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_1 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_4 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mAF79E525028618A3A957D7CADDA643F4120599A1(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_2 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_5 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_9 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m75DD0FD6164A9C19FCA89494D49F1376FD83A7BF(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_2 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_5 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mAB478E2D90E26F4BDF70B21E5E572BEC7BC73E02(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int32Enum,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_gshared (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F * L_2 = (Dictionary_2_t56255F266CE26C1AB5EA2A715E2C055A5859930F *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * L_5 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_inline((KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)(KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * _thisAdjusted = reinterpret_cast<Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m1B177534AAFA426952B0ED0CE8A9737A359B2A37(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m123D5D57BE2E7BD4D7F5106899FB431E1F3E3D69_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_4 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m123D5D57BE2E7BD4D7F5106899FB431E1F3E3D69_AdjustorThunk (RuntimeObject * __this, Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); Enumerator__ctor_m123D5D57BE2E7BD4D7F5106899FB431E1F3E3D69(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_1 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_RuntimeMethod_var); } IL_0021: { Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_4 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3* L_5 = (EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_8 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3* L_9 = (EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); int64_t L_11 = (int64_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_12 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3* L_13 = (EntryU5BU5D_tE2ABC19AFB2965F3A1C418EA04D8C2F186641DA3*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mB44F02578B5FECAB0808A152FBB65B4ED821712B((&L_16), (int64_t)L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_20 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_22 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_24 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); return Enumerator_MoveNext_mDE342C25F74441D1D5E0B9BE611369ED913571B8(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_0 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )__this->get_current_3(); return (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); return Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m42136E41B6D73E1BBAE3A2F5D02EE4B8ADAAE554_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m42136E41B6D73E1BBAE3A2F5D02EE4B8ADAAE554_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); Enumerator_Dispose_m42136E41B6D73E1BBAE3A2F5D02EE4B8ADAAE554(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_2 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_6 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); int64_t L_7 = KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int64_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_10 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_15 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); int64_t L_16 = KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_17 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_mB44F02578B5FECAB0808A152FBB65B4ED821712B((&L_19), (int64_t)L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mA4E172B57BF6A7E5CF975D032C39F6AE292FA700(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_1 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_4 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mDF5B29B679925CE4D9C1718B12ACBA70332792B1(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_2 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_5 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); int64_t L_6 = KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int64_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_9 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m981F9BD2398EBA038BB28D71D691CCC84B543981(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_2 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_5 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); int64_t L_6 = KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); int64_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC571E6090B0FDD7629B8D2CCA5F46EA1DB1B5B00(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Int64,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_gshared (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * L_2 = (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * L_5 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_inline((KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * _thisAdjusted = reinterpret_cast<Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m291B12BB414AC77E015643E68B74275B64B6660E(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE39A5CCC748B75F17EC0442AF275E49D79707F5D_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_4 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mE39A5CCC748B75F17EC0442AF275E49D79707F5D_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); Enumerator__ctor_mE39A5CCC748B75F17EC0442AF275E49D79707F5D(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_1 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_RuntimeMethod_var); } IL_0021: { Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_4 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D* L_5 = (EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_8 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D* L_9 = (EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); RuntimeObject * L_11 = (RuntimeObject *)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_12 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D* L_13 = (EntryU5BU5D_tBE36241A6905439BF7E208D43660133F603C0D2D*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); bool L_15 = (bool)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mD032180723F13E561F14573BD17CC953DA35AC08((&L_16), (RuntimeObject *)L_11, (bool)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_20 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_22 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_24 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); return Enumerator_MoveNext_m64C5B6842C9F48293AC3E0AF34C87E8921E178A5(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 L_0 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )__this->get_current_3(); return (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); return Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m17D65CA6F833813995285E5FA3D38374DDB4185F_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m17D65CA6F833813995285E5FA3D38374DDB4185F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); Enumerator_Dispose_m17D65CA6F833813995285E5FA3D38374DDB4185F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_2 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_6 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); RuntimeObject * L_7 = KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_8 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); bool L_9 = KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); bool L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_10); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_7, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_15 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); RuntimeObject * L_16 = KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_17 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); bool L_18 = KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_mD032180723F13E561F14573BD17CC953DA35AC08((&L_19), (RuntimeObject *)L_16, (bool)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m807CA40ED84C35956B4EE1689A1C2BE345EB4686(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_1 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_4 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m6ECA83CE1BF898B1B93B9A2B144A2E779C596072(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_2 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_5 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_7 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); bool L_8 = KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); bool L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_9); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_6, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDC37D8483EA8BAABE1AE7E97136DDE3BDC6FC65F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_2 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_5 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mC210A2EA77F3028A826C4D444AE348D1948F4E37(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Boolean>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_gshared (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B * L_2 = (Dictionary_2_t23E3DD7F836452F041EACAE06F208CB22837308B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * L_5 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)__this->get_address_of_current_3(); bool L_6 = KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_inline((KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)(KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); bool L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * _thisAdjusted = reinterpret_cast<Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6C4D2353CB1A5FEBF9E1DFE73A0F11AF75AAFAFD(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6CDFD6E23B852DAFE3CFDCD8C705B8C4C31ABE03_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_4 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m6CDFD6E23B852DAFE3CFDCD8C705B8C4C31ABE03_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); Enumerator__ctor_m6CDFD6E23B852DAFE3CFDCD8C705B8C4C31ABE03(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_1 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_RuntimeMethod_var); } IL_0021: { Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_4 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* L_5 = (EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_8 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* L_9 = (EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); RuntimeObject * L_11 = (RuntimeObject *)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_12 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9* L_13 = (EntryU5BU5D_tE3A30635C5B794ABD7983F09075F9D4F740716D9*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); int32_t L_15 = (int32_t)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m463A67E5B6E5EC73FA4BFA6FE08C52EA7F7B418D((&L_16), (RuntimeObject *)L_11, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_20 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_22 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_24 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); return Enumerator_MoveNext_mFA3AE5237C9C6316F62BCE3FFD7B8DA5478CB1C2(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_0 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )__this->get_current_3(); return (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); return Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA50DBA0C24DBBC85BC9F1DDE011645D185FED3D3_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mA50DBA0C24DBBC85BC9F1DDE011645D185FED3D3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); Enumerator_Dispose_mA50DBA0C24DBBC85BC9F1DDE011645D185FED3D3(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_2 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_6 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); RuntimeObject * L_7 = KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_8 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); int32_t L_9 = KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_10); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_7, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_15 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); RuntimeObject * L_16 = KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_17 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); int32_t L_18 = KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m463A67E5B6E5EC73FA4BFA6FE08C52EA7F7B418D((&L_19), (RuntimeObject *)L_16, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m3723476A6C63A851DE85C95E708F39868890514F(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_1 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_4 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mBD2C086C45CE559D1BDED36516C8FBC16E241CFF(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_2 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_5 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_7 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); int32_t L_8 = KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_9); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_6, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m682A273596BA03765004C3381A51F825AD49731A(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_2 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_5 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2098F5BF7A9F95D096D4E8B30E9084699F76F574(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_gshared (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * L_2 = (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * L_5 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_inline((KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * _thisAdjusted = reinterpret_cast<Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m75FD6DAB65126F15A5BAC60171185F3901F1F824(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m3FD84B57A809FF88FC26B86687686E3949F9CBC8_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_4 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m3FD84B57A809FF88FC26B86687686E3949F9CBC8_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); Enumerator__ctor_m3FD84B57A809FF88FC26B86687686E3949F9CBC8(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_1 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_RuntimeMethod_var); } IL_0021: { Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_4 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* L_5 = (EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_8 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* L_9 = (EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); RuntimeObject * L_11 = (RuntimeObject *)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_12 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* L_13 = (EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m783A0935E40FCB80D5940E8CCF0EFEFE41D7C7D3((&L_16), (RuntimeObject *)L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_20 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_22 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_24 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); return Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3(); return (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); return Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_2 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_6 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_7 = KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_8 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_9 = KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_10; memset((&L_10), 0, sizeof(L_10)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_10), (RuntimeObject *)L_7, (RuntimeObject *)L_9, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11 = L_10; RuntimeObject * L_12 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_11); return (RuntimeObject *)L_12; } IL_005c: { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_13 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_14 = KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_15 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_16 = KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_17; memset((&L_17), 0, sizeof(L_17)); KeyValuePair_2__ctor_m783A0935E40FCB80D5940E8CCF0EFEFE41D7C7D3((&L_17), (RuntimeObject *)L_14, (RuntimeObject *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_18 = L_17; RuntimeObject * L_19 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_18); return (RuntimeObject *)L_19; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mA3DD8DB97C0911357EC6202E55D022204E40CE27(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_1 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_4 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m174BA5BD53E5423D759837949810427669CEEF61(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_2 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_5 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_7 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_8 = KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_9; memset((&L_9), 0, sizeof(L_9)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_9), (RuntimeObject *)L_6, (RuntimeObject *)L_8, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_9; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1729E1271BC4284B63F61BDF1E96A0B7AA8A33C4(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_2 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_5 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m56086D9072B61D57FAA2511E650C59DC60D5B72E(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_2 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * L_5 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * _thisAdjusted = reinterpret_cast<Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mCD255195CA2ED878D5A4B9C85F3DE5C85DA5ADD5(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mC05BB4833CCCF3518A99F2B27BEB5973D1E7AC32_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_4 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mC05BB4833CCCF3518A99F2B27BEB5973D1E7AC32_AdjustorThunk (RuntimeObject * __this, Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); Enumerator__ctor_mC05BB4833CCCF3518A99F2B27BEB5973D1E7AC32(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_1 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_RuntimeMethod_var); } IL_0021: { Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_4 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4* L_5 = (EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_8 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4* L_9 = (EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); RuntimeObject * L_11 = (RuntimeObject *)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_12 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4* L_13 = (EntryU5BU5D_t72113B36C1268236715BADBA0FB14031D9164FD4*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_15 = (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m036B07A37CD133C33431E3A1AD0C3A57DBC521F0((&L_16), (RuntimeObject *)L_11, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_20 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_22 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_24 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); return Enumerator_MoveNext_m1D2A4E08CE28285423EF0BF778D9AF9812019118(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_0 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )__this->get_current_3(); return (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); return Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1F28ED5670EA987543E0FBEBD88CF7D7738A0EDD_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m1F28ED5670EA987543E0FBEBD88CF7D7738A0EDD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); Enumerator_Dispose_m1F28ED5670EA987543E0FBEBD88CF7D7738A0EDD(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_2 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_6 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); RuntimeObject * L_7 = KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_8 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_9 = KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_10); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_7, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_15 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); RuntimeObject * L_16 = KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_17 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_18 = KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m036B07A37CD133C33431E3A1AD0C3A57DBC521F0((&L_19), (RuntimeObject *)L_16, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mAB7BA88596C5E06949EB61A4F3E05902B1FCD89E(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_1 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_4 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m9512D509DA733C1B12B0A55E7E4665809BD84A97(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_2 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_5 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_7 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_8 = KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_9); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_6, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m18529A2BD5CA78524DECDFB2845835D4D3F64790(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_2 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_5 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m90D489F6C9B2595FC9DEE030E2DC589330ACCB1A(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Resources.ResourceLocator>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_gshared (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * L_2 = (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * L_5 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)__this->get_address_of_current_3(); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_6 = KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_inline((KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * _thisAdjusted = reinterpret_cast<Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m693EA9B73A8ABA3C75A2B1CCE7D9C4D023FC6AB4(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF141BC4E0D14D5D3A5A8AFCC6110CD0BC71D26CB_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_4 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mF141BC4E0D14D5D3A5A8AFCC6110CD0BC71D26CB_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); Enumerator__ctor_mF141BC4E0D14D5D3A5A8AFCC6110CD0BC71D26CB(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_1 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_RuntimeMethod_var); } IL_0021: { Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_4 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639* L_5 = (EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_8 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639* L_9 = (EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); RuntimeObject * L_11 = (RuntimeObject *)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_12 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639* L_13 = (EntryU5BU5D_t85A18EDD64A390DCACCB4C30A9DBF343D517D639*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); float L_15 = (float)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mBDDCE6A0B0329EACED11818AE33B703481AECFAB((&L_16), (RuntimeObject *)L_11, (float)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_20 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_22 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_24 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); return Enumerator_MoveNext_mF642D10B2ECC6FDDC8C2DA4A9EE097A93C93F353(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D L_0 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )__this->get_current_3(); return (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); return Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB7D71F07F7577ABCDA74C0A0E5E3580B071B59AD_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mB7D71F07F7577ABCDA74C0A0E5E3580B071B59AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); Enumerator_Dispose_mB7D71F07F7577ABCDA74C0A0E5E3580B071B59AD(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_2 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_6 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); RuntimeObject * L_7 = KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_8 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); float L_9 = KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); float L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_10); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_7, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_15 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); RuntimeObject * L_16 = KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_17 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); float L_18 = KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_mBDDCE6A0B0329EACED11818AE33B703481AECFAB((&L_19), (RuntimeObject *)L_16, (float)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mF37FB242333D942C3C0A168E907697C558D5C8EA(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_1 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_4 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m9335EB0268FFFD9736FE0620C8346A162F3C6B31(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_2 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_5 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_7 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); float L_8 = KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); float L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_9); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_6, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m8B52E84789AEFBB341CD90A963BE850C88E790FF(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_2 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_5 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m9804616C0EC15AF90C551FE61AED89344201E2CA(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Single>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_gshared (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C * L_2 = (Dictionary_2_t7ED33C50131CAB8897963C9BCD19DF15A695E42C *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * L_5 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)__this->get_address_of_current_3(); float L_6 = KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_inline((KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)(KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); float L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * _thisAdjusted = reinterpret_cast<Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m25781508121CC46F3F02323E42F15209B47FE42E(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m2C6145C966529145B35BC38F83B5DB9B8AE42BCA_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_4 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m2C6145C966529145B35BC38F83B5DB9B8AE42BCA_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); Enumerator__ctor_m2C6145C966529145B35BC38F83B5DB9B8AE42BCA(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_1 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_RuntimeMethod_var); } IL_0021: { Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_4 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753* L_5 = (EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_8 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753* L_9 = (EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); RuntimeObject * L_11 = (RuntimeObject *)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_12 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753* L_13 = (EntryU5BU5D_t4E8225ACCE87EFBD5BD7B7E40C7FC09849B87753*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m35E550F6933C96136E1AD65E31FEC02880DC7CC4((&L_16), (RuntimeObject *)L_11, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_20 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_22 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_24 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); return Enumerator_MoveNext_m175D534EA5609407912A9F801B180EF3EC7751BF(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C L_0 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )__this->get_current_3(); return (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); return Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE2CC61AAD729AD79561F8805829DA98D308F941C_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mE2CC61AAD729AD79561F8805829DA98D308F941C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); Enumerator_Dispose_mE2CC61AAD729AD79561F8805829DA98D308F941C(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_2 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_6 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); RuntimeObject * L_7 = KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_8 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_10); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_7, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_15 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); RuntimeObject * L_16 = KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_17 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_18 = KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m35E550F6933C96136E1AD65E31FEC02880DC7CC4((&L_19), (RuntimeObject *)L_16, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m5D315ED6EF0C0ED7F560F51318DD63799211633D(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_1 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_4 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m1A502EAAD38597B3065158FACEE7F35878B60D2A(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_2 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_5 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_7 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_9); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_6, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m10F2223F47FFCAA72941749EBC3AD96E588CFE6F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_2 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_5 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m87FF8D411E7774A872B1B93D1EB5314F97053CFC(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.Object,UnityEngine.Color>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_gshared (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 * L_2 = (Dictionary_2_t33BF8B840E62F25E7B3DA0C4D4D7EF1635989A53 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * L_5 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)__this->get_address_of_current_3(); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_inline((KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)(KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * _thisAdjusted = reinterpret_cast<Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m6F2445270003A14B192DFDEB3BB68D084FB7E0A2(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0AFAFF1C093B87F2539FD0C4F1F7E72D5C99EEE4_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_4 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m0AFAFF1C093B87F2539FD0C4F1F7E72D5C99EEE4_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); Enumerator__ctor_m0AFAFF1C093B87F2539FD0C4F1F7E72D5C99EEE4(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_1 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_RuntimeMethod_var); } IL_0021: { Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_4 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* L_5 = (EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_8 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* L_9 = (EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); uint32_t L_11 = (uint32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_12 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* L_13 = (EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); int32_t L_15 = (int32_t)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mA5055BF549390D60BDE7A8FC9BA7ACF72B049997((&L_16), (uint32_t)L_11, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_20 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_22 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_24 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); return Enumerator_MoveNext_m35917E9D1AE363F25BCF4DAA639476DEFE7981DE(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_0 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )__this->get_current_3(); return (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); return Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m31FB398C38C96E3FF845E7825C209C8C045C86FD_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m31FB398C38C96E3FF845E7825C209C8C045C86FD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); Enumerator_Dispose_m31FB398C38C96E3FF845E7825C209C8C045C86FD(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_2 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_6 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); uint32_t L_7 = KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_10 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); int32_t L_11 = KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_17 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); uint32_t L_18 = KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_19 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); int32_t L_20 = KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_mA5055BF549390D60BDE7A8FC9BA7ACF72B049997((&L_21), (uint32_t)L_18, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m5FAC25B2908408B5FB4DF6867F643F78E37996DE(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_1 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_4 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mC5340C75FC412198246D9E02CE661FC044E99231(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_2 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_5 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_9 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); int32_t L_10 = KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m04AF29C34B9431758811DFA0D4005E430F582A1B(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_2 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_5 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8FAA33BA2B0F699EDD374BB1F68F03FAEE695A1(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Int32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_gshared (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B * L_2 = (Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * L_5 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)__this->get_address_of_current_3(); int32_t L_6 = KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_inline((KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * _thisAdjusted = reinterpret_cast<Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mD402B62DB1D89714F2C221076209173206DF1FA9(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m9BBEE7CF345CE223EDAD466128E33DBA697E9C06_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_4 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m9BBEE7CF345CE223EDAD466128E33DBA697E9C06_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); Enumerator__ctor_m9BBEE7CF345CE223EDAD466128E33DBA697E9C06(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_1 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_RuntimeMethod_var); } IL_0021: { Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_4 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B* L_5 = (EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_8 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B* L_9 = (EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); uint32_t L_11 = (uint32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_12 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B* L_13 = (EntryU5BU5D_tA3DE6559C7D1057EE7FD32925DC1D3187112AB3B*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m58771B329236617D8C993DE5E68C84B9B5C8718A((&L_16), (uint32_t)L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_20 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_22 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_24 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); return Enumerator_MoveNext_m15FD4B32490F779B73859166901892D502A91B58(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 L_0 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )__this->get_current_3(); return (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); return Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCE425E8C4C54DF802154228203AA92E1F9A5B39F_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mCE425E8C4C54DF802154228203AA92E1F9A5B39F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); Enumerator_Dispose_mCE425E8C4C54DF802154228203AA92E1F9A5B39F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_2 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_6 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); uint32_t L_7 = KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_10 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_15 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); uint32_t L_16 = KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_17 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m58771B329236617D8C993DE5E68C84B9B5C8718A((&L_19), (uint32_t)L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mA4BE4562D43065E6AD546C650729CB81FBE36B7E(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_1 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_4 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m771170F1B2F0C5DB07BF265CCF11E31FB45FA29F(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_2 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_5 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_9 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mF610B7F99208A9F3EB44128A3F3627FAA77DECC5(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_2 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_5 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mFB0F54B589EA10BF175AE49D72C8C3443A86DDEA(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_gshared (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 * L_2 = (Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * L_5 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_inline((KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)(KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * _thisAdjusted = reinterpret_cast<Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m39C3A7EE5291535C63656B1581265DB593EBB5FD(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF2FD9141DEBA2412DC0123BEC3F9B6B1E6E2D8D9_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_4 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mF2FD9141DEBA2412DC0123BEC3F9B6B1E6E2D8D9_AdjustorThunk (RuntimeObject * __this, Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); Enumerator__ctor_mF2FD9141DEBA2412DC0123BEC3F9B6B1E6E2D8D9(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_1 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_RuntimeMethod_var); } IL_0021: { Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_4 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8* L_5 = (EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_8 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8* L_9 = (EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); uint32_t L_11 = (uint32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_12 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8* L_13 = (EntryU5BU5D_tE25CE259715D14598B84296532F985A4301338D8*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); uint32_t L_15 = (uint32_t)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m103ACBB1765E7303B8CE2EA333EAEAE4596A8809((&L_16), (uint32_t)L_11, (uint32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_20 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_22 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_24 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); return Enumerator_MoveNext_mAD97082843D696A9ADE0C4F160442B51E832A7D1(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 L_0 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )__this->get_current_3(); return (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); return Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m62DE8A67D56509DF61E89A9382C9E775D85A4247_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m62DE8A67D56509DF61E89A9382C9E775D85A4247_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); Enumerator_Dispose_m62DE8A67D56509DF61E89A9382C9E775D85A4247(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_2 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_6 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_7 = KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_10 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_11 = KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); uint32_t L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_17 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_18 = KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_19 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_20 = KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m103ACBB1765E7303B8CE2EA333EAEAE4596A8809((&L_21), (uint32_t)L_18, (uint32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m56CCCBE048EF8281EF63E6C08DBAF2A2E74FF136(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_1 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_4 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m647926719293375D39B3F7EDCA8CEF7B57DFFBE5(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_2 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_5 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_9 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_10 = KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); uint32_t L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m6F4444636EC2F5CE49D60E7A73F51B45892D53A8(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_2 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_5 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2DAA42243C0A5BB0424D7FC3281C6FF41465BC58(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,System.UInt32>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_gshared (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 * L_2 = (Dictionary_2_tC29D330D3839A585BA7DEC746C41CAE4D4F799D9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * L_5 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_inline((KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)(KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * _thisAdjusted = reinterpret_cast<Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mF100B556B3DC7D71ACA98ED2B768B9FE1B0C57C3(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mAA0842549312DFCC72CB67B19A123BB963586F95_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_4 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mAA0842549312DFCC72CB67B19A123BB963586F95_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); Enumerator__ctor_mAA0842549312DFCC72CB67B19A123BB963586F95(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_1 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_RuntimeMethod_var); } IL_0021: { Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_4 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0* L_5 = (EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_8 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0* L_9 = (EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); uint32_t L_11 = (uint32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_12 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0* L_13 = (EntryU5BU5D_tFC67C019A16523B9B5F1FE63197A21DE8B8FC0D0*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_15 = (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_mB89F3554ED424FC240A869C74FF1941CD7843C28((&L_16), (uint32_t)L_11, (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_20 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_22 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_24 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); return Enumerator_MoveNext_m9C1E4446DF162A76000602E886A7F0182C56629A(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 L_0 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )__this->get_current_3(); return (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); return Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8E0DCB96C86CC3D4414A9EBC5443CD3B4E2F7D37_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m8E0DCB96C86CC3D4414A9EBC5443CD3B4E2F7D37_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); Enumerator_Dispose_m8E0DCB96C86CC3D4414A9EBC5443CD3B4E2F7D37(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_2 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_6 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); uint32_t L_7 = KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_10 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_11 = KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_17 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); uint32_t L_18 = KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_19 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_20 = KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_mB89F3554ED424FC240A869C74FF1941CD7843C28((&L_21), (uint32_t)L_18, (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m29545EFCE46BA1F3E780A9EFFEBD14618F1FCBC4(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_1 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_4 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mB46539237AF7167F993D80F073B950E7C423BDA9(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_2 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_5 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_9 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_10 = KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mB2D569C1F854E21FFDC9BEC7824B6D26299A0C7B(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_2 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_5 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m7EEEE92735ADC1F37EF17DBB03DA0296747C3CFD(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Int32>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_gshared (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A * L_2 = (Dictionary_2_t1CBB37D33F1E9C4FEAA98C79A74DDCAF6A2F816A *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * L_5 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)__this->get_address_of_current_3(); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_6 = KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_inline((KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)(KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * _thisAdjusted = reinterpret_cast<Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m622368D23284259C4EE898A04CEF10DED41D4D88(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE716DC8F579581C37CBFB5AAD60ED0B42CD43D17_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_4 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mE716DC8F579581C37CBFB5AAD60ED0B42CD43D17_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); Enumerator__ctor_mE716DC8F579581C37CBFB5AAD60ED0B42CD43D17(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_1 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_RuntimeMethod_var); } IL_0021: { Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_4 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48* L_5 = (EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_8 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48* L_9 = (EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); uint32_t L_11 = (uint32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_12 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48* L_13 = (EntryU5BU5D_t9FA50509E9B499E83087FD52E82F4DA834A68A48*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_15 = (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m4FF903F38C657D2318EBCC68A65FB0F51D73B8B9((&L_16), (uint32_t)L_11, (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_20 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_22 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_24 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); return Enumerator_MoveNext_m0FC146C737D595529FB0C20750A5AA697B3034D4(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 L_0 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )__this->get_current_3(); return (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); return Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m6986EFE6F96E7AAA111CB1303B5B93989EEBA7C2_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m6986EFE6F96E7AAA111CB1303B5B93989EEBA7C2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); Enumerator_Dispose_m6986EFE6F96E7AAA111CB1303B5B93989EEBA7C2(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_2 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_6 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); uint32_t L_7 = KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_10 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_11 = KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_17 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); uint32_t L_18 = KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_19 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_20 = KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m4FF903F38C657D2318EBCC68A65FB0F51D73B8B9((&L_21), (uint32_t)L_18, (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m3BB5CC63F5EB01D3586107ABE8EDE4777E6EEB9F(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_1 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_4 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mE382BA022FBB8BCDAFC2D9DCD97361BB397956E5(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_2 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_5 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_9 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_10 = KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_m08DC21C557E12CA87D82CCF0EBE80B9000E1B103(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_2 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_5 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m2EC561F1809D333E477A254E22C0D65075F57E49(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,System.Object>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_gshared (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 * L_2 = (Dictionary_2_t7F7531492B8EFE370C014B2C82E5DD48536AFDD6 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * L_5 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)__this->get_address_of_current_3(); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_6 = KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_inline((KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)(KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * _thisAdjusted = reinterpret_cast<Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m962547CEC4CF498CE133E836549B23D553FC4CA3(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mAE236712AA4ED099CBBBAD836A58ACC4FB372B39_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_4 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mAE236712AA4ED099CBBBAD836A58ACC4FB372B39_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); Enumerator__ctor_mAE236712AA4ED099CBBBAD836A58ACC4FB372B39(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_1 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_RuntimeMethod_var); } IL_0021: { Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_4 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B* L_5 = (EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_8 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B* L_9 = (EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); uint32_t L_11 = (uint32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_12 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B* L_13 = (EntryU5BU5D_t6A4D2D3B82F3CDAAE73C61D5E67699E22384AB3B*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_15 = (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m1A54B33D66ACBFDF858BC731358A2F161E56E6FC((&L_16), (uint32_t)L_11, (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_20 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_22 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_24 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); return Enumerator_MoveNext_m7C5500A82496B4FADB37B3B4A306DBEC5CD14CAE(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 L_0 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )__this->get_current_3(); return (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); return Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m403F8332764ED0A4BDEA30D35D98E9C0745E5318_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m403F8332764ED0A4BDEA30D35D98E9C0745E5318_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); Enumerator_Dispose_m403F8332764ED0A4BDEA30D35D98E9C0745E5318(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_2 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_6 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); uint32_t L_7 = KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_10 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_11 = KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_17 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); uint32_t L_18 = KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_19 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_20 = KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m1A54B33D66ACBFDF858BC731358A2F161E56E6FC((&L_21), (uint32_t)L_18, (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m5B7E3224439166B0E039786A5143F49898B2EC6D(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_1 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_4 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m81652B62C0FA911BFA8C671B2E0C65C61A6DE9B8(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_2 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_5 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_9 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_10 = KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mD1665C3A3B60634C1C1985C657BB3D2B61C3FD71(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_2 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_5 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); uint32_t L_6 = KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); uint32_t L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mF18654BDDF968687A9FE033DDDEFB2B9D9955D34(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<System.UInt32,UnityEngine.ProBuilder.SimpleTuple`2<System.Object,UnityEngine.ProBuilder.Edge>>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_gshared (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 * L_2 = (Dictionary_2_t79F26EF3445DBE824DCF1A76CCB554F83DCA8FD9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * L_5 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)__this->get_address_of_current_3(); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_6 = KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_inline((KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)(KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * _thisAdjusted = reinterpret_cast<Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_mA08E2A7FD57E00754BF9B051A3E5635D66C91BB7(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m88B8BF2161EA7EEA7D8CA5C1D25C9E07C3C9CC8E_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_4 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m88B8BF2161EA7EEA7D8CA5C1D25C9E07C3C9CC8E_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); Enumerator__ctor_m88B8BF2161EA7EEA7D8CA5C1D25C9E07C3C9CC8E(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_1 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_RuntimeMethod_var); } IL_0021: { Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_4 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA* L_5 = (EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_8 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA* L_9 = (EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_11 = (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_12 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA* L_13 = (EntryU5BU5D_tDD59F10C460CEFC655CC7BB2C7A5D39B72E493CA*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m6AF9FD35926DE494EFD2F054B94A2E721AAC3D6C((&L_16), (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_20 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_22 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_24 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); return Enumerator_MoveNext_mC53773C0DF6856AD7F7D4428BC7B457B258CAE95(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 L_0 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )__this->get_current_3(); return (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); return Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m81B0B9ACC4E208493999BC587879A75F7A9C7790_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_m81B0B9ACC4E208493999BC587879A75F7A9C7790_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); Enumerator_Dispose_m81B0B9ACC4E208493999BC587879A75F7A9C7790(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_2 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_6 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_7 = KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_10 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_15 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_16 = KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_17 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m6AF9FD35926DE494EFD2F054B94A2E721AAC3D6C((&L_19), (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mE95B9B50E88518196E83C96599C78DCA16E1218E(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_1 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_4 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m531A6F939B6E10D5EC93DD5BDD79324AB25BAF12(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_2 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_5 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_6 = KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_9 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mA18FC22C46C362BCE11F8149D1786BA6FB17381F(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_2 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_5 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_6 = KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m60FB156C2D15686B1E1BC61B1504088805604C80(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.Edge,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_gshared (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 * L_2 = (Dictionary_2_t881879F3296E9B01E654309B1840E2E4F07523F9 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * L_5 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_inline((KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)(KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * _thisAdjusted = reinterpret_cast<Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m304462C362B202AFCFFA34407F792C3F6486164F(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m85AF81F16142EEC8C218D26B046AF1C87F453818_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_4 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m85AF81F16142EEC8C218D26B046AF1C87F453818_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); Enumerator__ctor_m85AF81F16142EEC8C218D26B046AF1C87F453818(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_1 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_RuntimeMethod_var); } IL_0021: { Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_4 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B* L_5 = (EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_8 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B* L_9 = (EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_11 = (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_12 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B* L_13 = (EntryU5BU5D_t638A45BFD6A6958593E1C62AF800669FCD22689B*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m44A61B8FFBD306A0BF972491B013F57C25EB8C93((&L_16), (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_20 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_22 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_24 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); return Enumerator_MoveNext_m18DC7C176497A31545B7658ED0835F984AC3AE69(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB L_0 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )__this->get_current_3(); return (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); return Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mB7E25E8DB51BDCBF21C6FE44FF6F7230B83A8F3B_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mB7E25E8DB51BDCBF21C6FE44FF6F7230B83A8F3B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); Enumerator_Dispose_mB7E25E8DB51BDCBF21C6FE44FF6F7230B83A8F3B(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_2 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_6 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_7 = KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_10 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_15 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_16 = KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_17 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m44A61B8FFBD306A0BF972491B013F57C25EB8C93((&L_19), (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m9BA3EECAB68913753E8FF8FB5656397006EB7E75(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_1 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_4 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_mF8C2569B36F53F731288155CB6AA8EA90E779CBF(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_2 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_5 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_6 = KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_9 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mBA01F8F08DFD85107A63E016048C6F64430795AD(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_2 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_5 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_6 = KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m98757BE83AE9EE76E79499F96DAAFC3DD66D244A(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_gshared (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD * L_2 = (Dictionary_2_t090F474D3E003348B6027ED31FE0F86123AB3FCD *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * L_5 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_inline((KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)(KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * _thisAdjusted = reinterpret_cast<Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m4004A43BB252052F4F2CD41ED77E971660C8A18F(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF9716BEC0007AD29F88F8DC4C0EAD32259B8014C_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_4 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mF9716BEC0007AD29F88F8DC4C0EAD32259B8014C_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); Enumerator__ctor_mF9716BEC0007AD29F88F8DC4C0EAD32259B8014C(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_1 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_RuntimeMethod_var); } IL_0021: { Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_4 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07* L_5 = (EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_8 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07* L_9 = (EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_11 = (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_12 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07* L_13 = (EntryU5BU5D_t5BA8D7183AC79804DAE3D85E7E148ABCC859AD07*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); float L_15 = (float)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m216DB411B57361B1D352BD403FA681A493521A39((&L_16), (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )L_11, (float)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_20 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_22 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_24 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); return Enumerator_MoveNext_m6BE8CE6371CFF9B0E6E5772086E2702AD02A93C6(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 L_0 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )__this->get_current_3(); return (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); return Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE09625FC801908B4C4CAB9D94C8D9665B4D2109C_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mE09625FC801908B4C4CAB9D94C8D9665B4D2109C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); Enumerator_Dispose_mE09625FC801908B4C4CAB9D94C8D9665B4D2109C(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_2 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_6 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_7 = KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_10 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); float L_11 = KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); float L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_12); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_14), (RuntimeObject *)L_9, (RuntimeObject *)L_13, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_15); return (RuntimeObject *)L_16; } IL_005c: { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_17 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_18 = KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_19 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); float L_20 = KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 L_21; memset((&L_21), 0, sizeof(L_21)); KeyValuePair_2__ctor_m216DB411B57361B1D352BD403FA681A493521A39((&L_21), (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )L_18, (float)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_22); return (RuntimeObject *)L_23; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mA25A720739EFB3A7206D5C23C8D9EB8211A988A8(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_1 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_4 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m66674F2A655FFEE2748F317CABB152EAC45820D2(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_2 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_5 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_6 = KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_9 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); float L_10 = KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); float L_11 = L_10; RuntimeObject * L_12 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_11); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13; memset((&L_13), 0, sizeof(L_13)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_13), (RuntimeObject *)L_8, (RuntimeObject *)L_12, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_13; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mEF9DFD2B099388E1CD35C120DCC3E5C7134C35BA(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_2 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_5 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_6 = KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_m1E0F78DE506486E9F3B4C94AA42EECAF0CD6F9F7(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.EdgeLookup,System.Single>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_gshared (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D * L_2 = (Dictionary_2_t0738D57BD7D90C1533BC65D4D2CEB19EA7795A0D *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * L_5 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)__this->get_address_of_current_3(); float L_6 = KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_inline((KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)(KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); float L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * _thisAdjusted = reinterpret_cast<Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m24AEB926252DE63220D69F0386ABE92B788497F0(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m1ACB437B8605559CFCA95A14D1048764604D1B25_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { { Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_1(L_2); __this->set_index_2(0); int32_t L_3 = ___getEnumeratorRetType1; __this->set_getEnumeratorRetType_4(L_3); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_4 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_m1ACB437B8605559CFCA95A14D1048764604D1B25_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); Enumerator__ctor_m1ACB437B8605559CFCA95A14D1048764604D1B25(_thisAdjusted, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Boolean System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_1 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_009e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_RuntimeMethod_var); } IL_0021: { Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_4 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4* L_5 = (EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_2(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0090; } } { Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_8 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4* L_9 = (EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_2(); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_11 = (IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC )((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_12 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4* L_13 = (EntryU5BU5D_t5FA699E3BC34CBE82C530A55CA1629A7366624F4*)L_12->get_entries_1(); int32_t L_14 = (int32_t)__this->get_index_2(); RuntimeObject * L_15 = (RuntimeObject *)((L_13)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_14)))->get_value_3(); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C L_16; memset((&L_16), 0, sizeof(L_16)); KeyValuePair_2__ctor_m94797A7EE26934BBAA28C0104947F46F40C39A9E((&L_16), (IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC )L_11, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); __this->set_current_3(L_16); int32_t L_17 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); return (bool)1; } IL_0090: { int32_t L_18 = (int32_t)__this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_009e: { int32_t L_19 = (int32_t)__this->get_index_2(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_20 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_21 = (int32_t)L_20->get_count_2(); if ((!(((uint32_t)L_19) >= ((uint32_t)L_21)))) { goto IL_0021; } } { Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_22 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_23 = (int32_t)L_22->get_count_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_24 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_24, sizeof(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); return Enumerator_MoveNext_m15BF85C5F0E0760A7F00C19EBF7E764AC2309858(_thisAdjusted, method); } // System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C L_0 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )__this->get_current_3(); return (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )L_0; } } IL2CPP_EXTERN_C KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); return Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_inline(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA9545C770A2661E76049BA9914CA83AA90831699_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mA9545C770A2661E76049BA9914CA83AA90831699_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); Enumerator_Dispose_mA9545C770A2661E76049BA9914CA83AA90831699(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_2 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_getEnumeratorRetType_4(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_005c; } } { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_6 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_7 = KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_8); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_10 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); RuntimeObject * L_11 = KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_12; memset((&L_12), 0, sizeof(L_12)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_12), (RuntimeObject *)L_9, (RuntimeObject *)L_11, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_13 = L_12; RuntimeObject * L_14 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_13); return (RuntimeObject *)L_14; } IL_005c: { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_15 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_16 = KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_17 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); RuntimeObject * L_18 = KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C L_19; memset((&L_19), 0, sizeof(L_19)); KeyValuePair_2__ctor_m94797A7EE26934BBAA28C0104947F46F40C39A9E((&L_19), (IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC )L_16, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_20); return (RuntimeObject *)L_21; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_m684B4F782AC0459A6BBA9C79AE945B497C0DE957(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_1(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_1 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_RuntimeMethod_var); } IL_001e: { __this->set_index_2(0); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_4 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); il2cpp_codegen_initobj(L_4, sizeof(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m3BE2DD8F47B1B85BF026FCED0218FED4256E2974(_thisAdjusted, method); } // System.Collections.DictionaryEntry System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_2 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_5 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_6 = KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_9 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); RuntimeObject * L_10 = KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_11; memset((&L_11), 0, sizeof(L_11)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_11), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); return (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 )L_11; } } IL2CPP_EXTERN_C DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Entry_mDA6C7A569D0E3A965908BA9A11577EA6EAF5FFA7(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_2 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_5 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_6 = KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_7 = L_6; RuntimeObject * L_8 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_7); return (RuntimeObject *)L_8; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Key_mB8839C27556436F832C9B0F55B5C123751B0E3D1(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.ProBuilder.IntVec3,System.Object>::System.Collections.IDictionaryEnumerator.get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_gshared (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_2(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_2(); Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 * L_2 = (Dictionary_2_t073B50AB50AF4316C270C2A4DFA6DBA0CE55C094 *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_RuntimeMethod_var); } IL_0028: { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * L_5 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)__this->get_address_of_current_3(); RuntimeObject * L_6 = KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_inline((KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)(KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return (RuntimeObject *)L_6; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * _thisAdjusted = reinterpret_cast<Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 *>(__this + _offset); return Enumerator_System_Collections_IDictionaryEnumerator_get_Value_m780DDBE67076FFAFB785430BC1CA26D1A446A172(_thisAdjusted, method); } #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 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean>::.ctor(System.Collections.Generic.Dictionary`2<TKey,TValue>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mE1FF123C54AD2478AAE16BF08447DF7479BE41B1_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, const RuntimeMethod* method) { { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_0 = ___dictionary0; __this->set_dictionary_0(L_0); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_1 = ___dictionary0; int32_t L_2 = (int32_t)L_1->get_version_3(); __this->set_version_2(L_2); __this->set_index_1(0); int32_t* L_3 = (int32_t*)__this->get_address_of_currentKey_3(); il2cpp_codegen_initobj(L_3, sizeof(int32_t)); return; } } IL2CPP_EXTERN_C void Enumerator__ctor_mE1FF123C54AD2478AAE16BF08447DF7479BE41B1_AdjustorThunk (RuntimeObject * __this, Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___dictionary0, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * _thisAdjusted = reinterpret_cast<Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *>(__this + _offset); Enumerator__ctor_mE1FF123C54AD2478AAE16BF08447DF7479BE41B1(_thisAdjusted, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFD407988F73CBBF5003D382537BF30BABBF8A5C1_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C void Enumerator_Dispose_mFD407988F73CBBF5003D382537BF30BABBF8A5C1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * _thisAdjusted = reinterpret_cast<Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *>(__this + _offset); Enumerator_Dispose_mFD407988F73CBBF5003D382537BF30BABBF8A5C1(_thisAdjusted, method); } // System.Boolean System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_1 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_007b; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_RuntimeMethod_var); } IL_001e: { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_4 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* L_5 = (EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65*)L_4->get_entries_1(); int32_t L_6 = (int32_t)__this->get_index_1(); int32_t L_7 = (int32_t)((L_5)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_6)))->get_hashCode_0(); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_006d; } } { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_8 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* L_9 = (EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65*)L_8->get_entries_1(); int32_t L_10 = (int32_t)__this->get_index_1(); int32_t L_11 = (int32_t)((L_9)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_10)))->get_key_2(); __this->set_currentKey_3(L_11); int32_t L_12 = (int32_t)__this->get_index_1(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return (bool)1; } IL_006d: { int32_t L_13 = (int32_t)__this->get_index_1(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); } IL_007b: { int32_t L_14 = (int32_t)__this->get_index_1(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_15 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_16 = (int32_t)L_15->get_count_2(); if ((!(((uint32_t)L_14) >= ((uint32_t)L_16)))) { goto IL_001e; } } { Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_17 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_18 = (int32_t)L_17->get_count_2(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t* L_19 = (int32_t*)__this->get_address_of_currentKey_3(); il2cpp_codegen_initobj(L_19, sizeof(int32_t)); return (bool)0; } } IL2CPP_EXTERN_C bool Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * _thisAdjusted = reinterpret_cast<Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *>(__this + _offset); return Enumerator_MoveNext_mF279A2C67C3AD50E396A68C8A649C256B0820B36(_thisAdjusted, method); } // TKey System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_currentKey_3(); return (int32_t)L_0; } } IL2CPP_EXTERN_C int32_t Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * _thisAdjusted = reinterpret_cast<Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *>(__this + _offset); return Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_inline(_thisAdjusted, method); } // System.Object System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_index_1(); if (!L_0) { goto IL_001d; } } { int32_t L_1 = (int32_t)__this->get_index_1(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_2 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_3 = (int32_t)L_2->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))) { goto IL_0028; } } IL_001d: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_RuntimeMethod_var); } IL_0028: { int32_t L_5 = (int32_t)__this->get_currentKey_3(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_6); return (RuntimeObject *)L_7; } } IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * _thisAdjusted = reinterpret_cast<Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *>(__this + _offset); return Enumerator_System_Collections_IEnumerator_get_Current_mE8D3C1DFC23832F653BC2C279AF7B40E0E735BBF(_thisAdjusted, method); } // System.Void System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Int32,System.Boolean>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_gshared (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_version_2(); Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_1 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)__this->get_dictionary_0(); int32_t L_2 = (int32_t)L_1->get_version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, (String_t*)_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_RuntimeMethod_var); } IL_001e: { __this->set_index_1(0); int32_t* L_4 = (int32_t*)__this->get_address_of_currentKey_3(); il2cpp_codegen_initobj(L_4, sizeof(int32_t)); return; } } IL2CPP_EXTERN_C void Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * _thisAdjusted = reinterpret_cast<Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 *>(__this + _offset); Enumerator_System_Collections_IEnumerator_Reset_m5CA24A465C752D4F0B9E2060338829EDD14FDC61(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 Enumerator_get_Current_m7B0E2A36DA6E8B39DB1AACA1EB0F57BE9D646E25_gshared_inline (Enumerator_tF28414F5AF9F9B040F70F4B2681F8B6BFCEA33AE * __this, const RuntimeMethod* method) { { KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_0 = (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )__this->get_current_3(); return (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mFF22AA1BD60F2760A4CAAB581B5996DDD62CBCAA_gshared_inline (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m2D91533A66E5BB608E0175099C9D7289D172D318_gshared_inline (KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_1(); return (bool)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F Enumerator_get_Current_m62A288A1B19D7ABBA96FA6AEFF3A50320473AC68_gshared_inline (Enumerator_t214FDC5085590BC165BFA821B4776DEB012D6825 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_0 = (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )__this->get_current_3(); return (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mA63AB45B1DCD00F430DA683B7446EA00536ECD43_gshared_inline (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar KeyValuePair_2_get_Value_m5A3A76AD9C76D7E58EBED51BF3C82BD695B83548_gshared_inline (KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_value_1(); return (Il2CppChar)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 Enumerator_get_Current_mE1C547D1DD46A31722420EA986CE97BF3A8A2756_gshared_inline (Enumerator_tD4A29F74759A80903D9B1903CC82FE6C64F493CF * __this, const RuntimeMethod* method) { { KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_0 = (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )__this->get_current_3(); return (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mB735BC2D7232A3B45D667D28C17BA51AAAFFB4A1_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mF7293AF44DA0B8EB7B455A6227F7C36EEE9CF508_gshared_inline (KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 Enumerator_get_Current_mD17DAA63F920DF7AB4AEB767A8F8169191A17F4F_gshared_inline (Enumerator_tE616BA09D5CD4D701210C9B7BEC131025278A812 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_0 = (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )__this->get_current_3(); return (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m53E63212F4103CB32CE7BF11259AA994C58F9763_gshared_inline (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Value_m2FC07FAC81494CABD1E9BD58E7917981B6EBC5B2_gshared_inline (KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_value_1(); return (int64_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 Enumerator_get_Current_m06BE1BB610C63E4879934D506F770C25B6BBA73E_gshared_inline (Enumerator_tA9D0C361A67FF7C9C1092340D4867050D22C57B7 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_0 = (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )__this->get_current_3(); return (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m3BF2B782A34C5DBE7E9F7F1D0B69F9D248B6DD94_gshared_inline (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m6A192504C64D61B2B59FF5641E62E5094F3914C1_gshared_inline (KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 Enumerator_get_Current_mFD1EE9E76DB0A034B2AAEC316D8A9573ABE6FEFC_gshared_inline (Enumerator_t0A1B9BD6E65B6236CAAC4FEF9B7A3308059A8294 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 L_0 = (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )__this->get_current_3(); return (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF54CC5C073E442D04F7911E1B9B2E957D09D1E4D_gshared_inline (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 KeyValuePair_2_get_Value_mF80C863360B661F5881A84489AB3C305AF9D682A_gshared_inline (KeyValuePair_2_tBFA961F150C325DB7398B5100BCEDDC4D7CD8101 * __this, const RuntimeMethod* method) { { SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 L_0 = (SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 )__this->get_value_1(); return (SimpleTuple_3_tE2BED032B625E3FF32B67B41EE5F6B2406525DF8 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC Enumerator_get_Current_m36B511F0F85D701703EE45E1ECD31B64CFBA7A05_gshared_inline (Enumerator_tCEE257A39E3281C29FE1675B695CDCB1174A2B47 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC L_0 = (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )__this->get_current_3(); return (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m2DCC44EB54387047036DE80C49C1B247C2F1E2F3_gshared_inline (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 KeyValuePair_2_get_Value_m5AF68DBC1B9748D2B87BDCD9F9FEA0161DC4CC6C_gshared_inline (KeyValuePair_2_tF27631B30A8E8C6C498CB10CBB489DC9D92EC8CC * __this, const RuntimeMethod* method) { { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )__this->get_value_1(); return (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 Enumerator_get_Current_mD789481A02F62D83AA6D0F98BB0A5FB071056498_gshared_inline (Enumerator_t0F13552C56719DB6E89680A3BEECD9B7A9A17A99 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 L_0 = (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )__this->get_current_3(); return (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m0BDDBBAFA44465DC4901E8A2FD9563FC3F8F9C95_gshared_inline (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m5112EFC718BD0B53207B23167CA177064F103FD6_gshared_inline (KeyValuePair_2_t14F68CE264935CB26ECE366603BEEAF342470010 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA Enumerator_get_Current_m53BA7573D39CBA18DB698F23AE21C7EF27513825_gshared_inline (Enumerator_t0FED131D15120B6151E9A9C46EF113F75DC9E7AA * __this, const RuntimeMethod* method) { { KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_0 = (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )__this->get_current_3(); return (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m82715F546284B047132C854A2F4B2160F5B4459B_gshared_inline (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_key_0(); return (int64_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mEC989E17754C77317A687F726FB7B01C8308E7AB_gshared_inline (KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 Enumerator_get_Current_m4583815A2570FE56EC38FE0EC9923E72F88F3EB8_gshared_inline (Enumerator_tADEE8F567F521C6AF7AFCD1FBE86353B57558C01 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 L_0 = (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )__this->get_current_3(); return (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m6007CD942425680093FF7FD3D5C8993C57C18D08_gshared_inline (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool KeyValuePair_2_get_Value_m3AEC568263E011021139C9B354528207330CFB22_gshared_inline (KeyValuePair_2_t1781E9CB7C2F8B2ECE31F0A1A0498B2A28D54702 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_1(); return (bool)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Enumerator_get_Current_m35211BCAA8768874960A082DD71C47E8F12993A7_gshared_inline (Enumerator_tF8F0EB9F7450BB9BAD835E0F5B76DD129BF2994E * __this, const RuntimeMethod* method) { { KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_0 = (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )__this->get_current_3(); return (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mA8E3537C258052C112D227D263B03028DD16CC09_gshared_inline (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m24A5AC0D5FC0501CC02B85EB38A56A7C34E9BB9A_gshared_inline (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3(); return (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mB5C85B76D9B447D5CB269D980BCD7B256611EDED_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Enumerator_get_Current_mB1D0547F29477829A1C57C834348E72A82E00120_gshared_inline (Enumerator_t643DB21DCA94565D343EE9CD8DEC99BEA36A7860 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_0 = (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )__this->get_current_3(); return (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m5D7C176AE453D032C109972EBB10C20605DAE036_gshared_inline (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C KeyValuePair_2_get_Value_m48979A8E8026569BC75639CDE453011950B84356_gshared_inline (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 * __this, const RuntimeMethod* method) { { ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_0 = (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C )__this->get_value_1(); return (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D Enumerator_get_Current_m58E41AE24721686A694427887EFAC4FE2F967C0A_gshared_inline (Enumerator_tA30C26863E84492581A045D2FF459889A9D338D7 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D L_0 = (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )__this->get_current_3(); return (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m50711CFBF89296F1C6128DD7A46B737FB0FC4AB0_gshared_inline (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_mD4E59A9F3AB83EEA5950541AD23DF06C23C6167B_gshared_inline (KeyValuePair_2_t9D1BF53588A5A96405532C1179DE74749741D91D * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_1(); return (float)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C Enumerator_get_Current_m545787426C55B6F9669E634F02706D203FC36459_gshared_inline (Enumerator_tD3B3B069619AB499F6FE73104205AC094F07416E * __this, const RuntimeMethod* method) { { KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C L_0 = (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )__this->get_current_3(); return (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m2D314AF1E76F012CB10A1794DE596CB093211FD3_gshared_inline (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 KeyValuePair_2_get_Value_m33E63B2938E5B05EA315A2DF4F73AFC37BDFC690_gshared_inline (KeyValuePair_2_tA108F8E9CFFBAAF9BB245353B992FD4E5D60061C * __this, const RuntimeMethod* method) { { Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )__this->get_value_1(); return (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C Enumerator_get_Current_m9253A0064630F5398A3B75A0D41A8B75B8DD4D2E_gshared_inline (Enumerator_tD8ACC25EB21D8A9328CC15628A2D99858CCF87E1 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_0 = (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )__this->get_current_3(); return (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mED683B16388A45A5FFC2F1030D110EDA71CDB642_gshared_inline (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_mA9CBC0514BC978806AE58FF1BE4571D710096567_gshared_inline (KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_1(); return (int32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 Enumerator_get_Current_m3202A15BA52BB491A11DA0F05FFE94B843862D01_gshared_inline (Enumerator_t0F74A05A24BB9D470B819ED04CBCE7402705696E * __this, const RuntimeMethod* method) { { KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 L_0 = (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )__this->get_current_3(); return (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m8426076EF716C29EF3F619EF5EB01D4A27614042_gshared_inline (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mD0737CEC93BF79D1C1B10328ECD51F9655DAABBA_gshared_inline (KeyValuePair_2_tB806C2F98E1E3559B07973D57F289EAD64113D67 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 Enumerator_get_Current_m4DC24A11EBC22557BE80636B39386422F392579F_gshared_inline (Enumerator_tB39B753F71676C93D7C7DA83DA83C3B43A0849B5 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 L_0 = (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )__this->get_current_3(); return (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_m93576238A743384BB8965652C904347A6998F7D3_gshared_inline (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Value_mCF3880CF2655A8EE4AC8553E37AF4D8FC3EDEDB6_gshared_inline (KeyValuePair_2_t1FFE2F25EF678F01468664B62C695BF0854033D6 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_value_1(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 Enumerator_get_Current_m1E678E8F8364F66FB9DD19E3C455C84D239DD6C5_gshared_inline (Enumerator_tF07FD2A007B12614C10354D474B18CB53151E671 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 L_0 = (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )__this->get_current_3(); return (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mDDA5F1AA651D73D80EA5788242109E55FE9F7EDF_gshared_inline (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C KeyValuePair_2_get_Value_m7B791A44896B7D18C2D722E92413E7DE68B07AE3_gshared_inline (KeyValuePair_2_t4FBE1D3A42D8073E3CEEC19E17199259276A8786 * __this, const RuntimeMethod* method) { { SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C L_0 = (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )__this->get_value_1(); return (SimpleTuple_2_tFD77303045B400A4455A579BACADD5FDB46A365C )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 Enumerator_get_Current_m8FF1F5E509F5A3C0222E12986F47B57551AF64A5_gshared_inline (Enumerator_t0F4E97997AC4443D344CD3D54AAB541F74D1BC39 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 L_0 = (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )__this->get_current_3(); return (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mD2BF1B7F4719A337D3EE96870AB4F6273896077E_gshared_inline (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 KeyValuePair_2_get_Value_m2214AF831C69CCDA8FF45BD87E66892DB45C76DA_gshared_inline (KeyValuePair_2_tB8EAB5115E37801396A832786CB8E08F2B40CA43 * __this, const RuntimeMethod* method) { { SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 L_0 = (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )__this->get_value_1(); return (SimpleTuple_2_t4D520488028AD7F36EF53A0290D1DE3371995849 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 Enumerator_get_Current_mCF3E0DD95F597A3DE0F809973FBD53D0D0C122E8_gshared_inline (Enumerator_t3B4E59E9E5D03952FE11978E3C47AA1069A7ABE9 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 L_0 = (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )__this->get_current_3(); return (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t KeyValuePair_2_get_Key_mD19C74A3AB446C2CB9D850F20FB42E209424BA01_gshared_inline (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_key_0(); return (uint32_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D KeyValuePair_2_get_Value_m3213F01874458D0E073C2669524E78D0A3400983_gshared_inline (KeyValuePair_2_t1EF87A09F5800FDF353C1099FFC681FD3D605F68 * __this, const RuntimeMethod* method) { { SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D L_0 = (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )__this->get_value_1(); return (SimpleTuple_2_t776FF1203BFDA2D2A16A2F8F79605EC7D968CE4D )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 Enumerator_get_Current_m0DD449EAA2C8B9AB2288AD452A5D0ED63A3A1406_gshared_inline (Enumerator_t166D3057C7571C219B3402102D3A9532AAF983B0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 L_0 = (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )__this->get_current_3(); return (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B KeyValuePair_2_get_Key_m350CA91FE797B601EFF943D4CB6053A1C1893586_gshared_inline (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, const RuntimeMethod* method) { { Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B L_0 = (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )__this->get_key_0(); return (Edge_t7B32BE3E98C31536FA44D1752582CE7BC72BA34B )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mD7FABFAA103A3528329D1F63B43A6AD42F744C30_gshared_inline (KeyValuePair_2_t1BCAD3608901C6DA2B51DC66F699AC4DA8379371 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB Enumerator_get_Current_m168CFAEEA3E7A7B67D72D6832D1B87287DCD4AA3_gshared_inline (Enumerator_t55D4B3983981F56DA369A0E89D4FE7F7467BFDF2 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB L_0 = (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )__this->get_current_3(); return (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 KeyValuePair_2_get_Key_m93E5F9A3DC7318EC6E86E91375ABE85561E70085_gshared_inline (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, const RuntimeMethod* method) { { EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_0 = (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )__this->get_key_0(); return (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m25D7C50C019C452CB3CDA585DD55FF4E108209B3_gshared_inline (KeyValuePair_2_t73E33CE573DE00C7E15D75FC7608BF8DE604A8FB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 Enumerator_get_Current_mD65A81CA7B8BF26E3E0DA949F9CF419466126463_gshared_inline (Enumerator_t589717ED72C6C1A14D531F56F003A1D2AA78A4FC * __this, const RuntimeMethod* method) { { KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 L_0 = (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )__this->get_current_3(); return (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 KeyValuePair_2_get_Key_mE8E2EAD64B56178B2AC4BC5CF5DEDC3F605239FF_gshared_inline (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, const RuntimeMethod* method) { { EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 L_0 = (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )__this->get_key_0(); return (EdgeLookup_t59788D658B8FD2E9030F59C3127C83744CFCB3D6 )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float KeyValuePair_2_get_Value_m2F07F2408FD6C892FC94E33C318FFEDDBFBA160B_gshared_inline (KeyValuePair_2_t556FC5801441158956711D66090E60F1E6D1A711 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_1(); return (float)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C Enumerator_get_Current_m919B55E73E20DC4E3BAD87E8F4B20C19717419D7_gshared_inline (Enumerator_tF5B0D0D1412DD3BDC4A02F995583B3D11B50F1D2 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C L_0 = (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )__this->get_current_3(); return (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC KeyValuePair_2_get_Key_mF2AF72886545375F6CAA49E952AC9FC08866A75F_gshared_inline (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, const RuntimeMethod* method) { { IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC L_0 = (IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC )__this->get_key_0(); return (IntVec3_t8AD3D1B7C8D35BAFF4ACFC2E45B5CDA1DF19F0CC )L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB3C0D870DC2B7804488EDFC1E87109BCB6584E92_gshared_inline (KeyValuePair_2_t8560A8AEA59D3D401DA0A4BAD9B21379F9991F7C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m55E76CE4806787F562F8023E08445200763E60E4_gshared_inline (Enumerator_tC06CA216035B7C0D486497875CC1E2CAC7344562 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_currentKey_3(); return (int32_t)L_0; } }
[ "jlewisait@gmail.com" ]
jlewisait@gmail.com
be612245a02fbf5c346dcf69cc66c502552a5505
b811137130d4245d611db280459d51d9dbf04ab5
/Unit.hpp
8c352d3800325ee9a47d612dd014605fe29c2ae7
[]
no_license
theoden8/mini-fifa
d27fd184caba26117dfb4bd097850217337822f4
5dc105f92277cba5305ebe9d8c2f347da2aa1109
refs/heads/master
2021-06-07T17:32:54.195749
2021-04-18T08:18:34
2021-04-18T08:18:34
129,338,137
1
1
null
2021-04-18T15:52:30
2018-04-13T02:42:57
C++
UTF-8
C++
false
false
3,914
hpp
#pragma once #include <glm/glm.hpp> #include "Debug.hpp" #include "Timer.hpp" struct Unit { static constexpr float GAUGE = .0004; using vec_t = glm::vec3; using loc_t = vec_t; using real_t = float; using time_t = Timer::time_t; static real_t length(vec_t vec) { return glm::length(vec); } Timer timer; loc_t pos; loc_t dest; Unit *dest_unit=nullptr; real_t moving_speed = 0.; real_t facing = .0; real_t facing_dest = .0; const real_t facing_speed; static constexpr int TIME_LOCKED_MOVE = 0; Unit(vec_t pos={0, 0, 0}, real_t facing_speed=4*M_PI): pos(pos), dest(pos), facing_speed(facing_speed) { timer.set_event(TIME_LOCKED_MOVE); } real_t height() const { return pos.z; } real_t &height() { return pos.z; } vec_t velocity() const { vec_t dir( dest.x - pos.x, dest.y - pos.y, 0 ); /* printf("dir: %f %f %f\n", dir.x, dir.y, dir.z); */ if(length(dir) < .0001) return vec_t(0, 0, 0); return moving_speed * dir / length(dir); } void idle(Timer &t) { timer.set_time(t.current_time); moving_speed = std::fmin(522.f * GAUGE, moving_speed); if(dest_unit)dest=dest_unit->pos; idle_facing(); idle_moving(); } void move(loc_t location) { if(!timer.timed_out(TIME_LOCKED_MOVE)) { facing_dest = facing_angle(location); return; } face(location); dest = location; } void slide(loc_t location, time_t lock_dur) { if(!timer.timed_out(TIME_LOCKED_MOVE))return; stop(); dest = location; timer.set_event(TIME_LOCKED_MOVE); timer.set_timeout(TIME_LOCKED_MOVE, lock_dur); } void move(Unit &unit) { dest_unit = &unit; } void face(float angle) { stop(); facing_dest = angle; } float facing_angle(loc_t location) { return atan2(location.y - pos.y, location.x - pos.x); } void face(loc_t location) { face(facing_angle(location)); } void stop() { /* printf("stop dest: %f %f %f\n", dest.x, dest.y, dest.z); */ dest = pos; if(dest_unit)dest_unit=nullptr; } void idle_facing() { while(facing < -M_PI)facing += 2*M_PI; while(facing > M_PI)facing -= 2*M_PI; real_t face_diff = std::abs(facing - facing_dest); while(face_diff >= 2*M_PI)face_diff -= 2*M_PI; real_t timediff = timer.elapsed(); if(face_diff < .001)return; real_t delta = facing_speed * timediff; /* printf("facing: %f \\tendsto %f\n", facing, facing_dest); */ if(face_diff < M_PI) { if(face_diff < std::abs(delta))facing=facing_dest; else if(facing > facing_dest)facing -= delta; else facing += delta; } else { if(2*M_PI - face_diff < std::abs(delta))facing=facing_dest; else if(facing > facing_dest)facing += delta; else facing -= delta; } } vec_t point_offset(real_t offset, float angle) const { return pos + offset * vec_t( std::cos(angle), std::sin(angle), height() ); } vec_t point_offset(real_t offset) const { return point_offset(offset, facing); } bool is_moving() const { return length(dest - pos) > .0001; } void idle_moving() { if(!is_moving())return; /* printf("pos: %f %f %f\n", pos.x, pos.y, pos.z); */ real_t timediff = timer.elapsed(); auto dir = vec_t(dest.x - pos.x, dest.y - pos.y, 0); /* printf("pos: %f %f %f\n", pos.x, pos.y, pos.z); */ /* printf("dest: %f %f %f\n", dest.x, dest.y, dest.z); */ /* printf("dir: %f %f %f\n", dir.x, dir.y, dir.z); */ /* printf("timediff: %f\n", timediff); */ /* printf("moving_speed: %f\n", moving_speed); */ real_t step = timediff * moving_speed; if(length(dir) <= step) { pos.x = dest.x; pos.y = dest.y; } else { dir *= step / length(dir); pos += dir; /* printf("facing angle: %f\n", facing_dest); */ } /* printf("pos: %f %f %f\n", pos.x, pos.y, pos.z); */ } };
[ "theoden8@gmail.com" ]
theoden8@gmail.com
83f5a52177eb3c911c29b8fb69463b1ab89eb3a8
037b60a188c9607fe2046c22173e1584b423bd15
/finalAllImplentations.cpp
d9ddfef295e8ef89e87c43ab8ae8b82e70bf9ce6
[]
no_license
Calvin-Zikakis/CSCI2270
b3c66fc352efa3eb3a988c7ad922beccbd2cf56a
a6cd85c230a2a8435aa1581f1d3569d896dc497b
refs/heads/master
2020-03-28T11:26:39.793033
2018-09-10T20:21:10
2018-09-10T20:21:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,440
cpp
using namespace std; #include <string> #include <iostream> #include <fstream> #include <iostream> #include <vector> #include <queue> #include <algorithm> #include <sstream> #include <ctime> #include <ratio> #include <chrono> #include "priorityQueueLL.h" #include "priorityQueueHeap.h" //Includes struct patient{ //struct for STL string name; int priority; int treatment; //3 atributes of the struct patient(){}; //default constructor patient(string pName, int pri, int tre) { name = pName; priority = pri; treatment = tre; } //intialize patients }; struct compare{ bool operator() (const patient &a, const patient &b) { if (a.priority == b.priority) { return a.treatment > b.treatment; } else { return a.priority > b.priority; } } }; int main(int argc, char const *argv[]) //main function, argument given for filename { string filenameOut = "Times.csv"; //filename for output int sumRunTime_A = 0; int sumRunTime_B = 0; int sumRunTime_C = 0; //run time for each implentation string numRunThroughs = "800"; int index = 0; //total amount of times run filenameOut = numRunThroughs + filenameOut; //auto updating filename ofstream outfile; outfile.open(filenameOut); outfile << "time taken in seconds: N = " << numRunThroughs <<".\n"; outfile << "STL, Linked List, HEAP, \n"; //output file using namespace std::chrono; //Line test for how many lines in the file------------------- int number_lines = 0; string line_check; ifstream file_check; file_check.open(argv[1]); if(!file_check.is_open()) { cout << "File not open" << endl; } while(getline(file_check, line_check, char(13))) { ++number_lines; } file_check.close(); //how many lines in the file //----------------------------------------------------------- while(index < stoi(numRunThroughs)) //loop through implentations { //------------------------------------------------------------ //STL implentation. high_resolution_clock::time_point t1_a = high_resolution_clock::now(); //time it priority_queue<patient, vector<patient>, compare> priorityQueueSTL; //create a priority queue string line_a; string name_a; string priority_a; string treatment_a; //variables for storing info ifstream file_a; file_a.open(argv[1]); getline(file_a, line_a, char(13)); //find the file, open it, and skip the first line if(file_a.is_open()) //only run if the file opens { while(getline(file_a, line_a, char(13))) //loop over line by line { stringstream ss(line_a); getline(ss,name_a,','); //newpatient->name = name; getline(ss,priority_a,','); //newpatient->priority = stoi(priority); getline(ss,treatment_a,char(13)); //newpatient->treatment = stoi(treatment); patient p(name_a, stoi(priority_a), stoi(treatment_a)); //store the data given by the CSV file. priorityQueueSTL.push(p); //push it to the back of the vector } while(!priorityQueueSTL.empty()) //pops { priorityQueueSTL.pop(); } cout << endl; } else //file didn't open { cout << "File not open." << endl; } file_a.close(); //FULL build and pop cycle. end time high_resolution_clock::time_point t2_a = high_resolution_clock::now(); duration<double> time_span_a = duration_cast<duration<double>>(t2_a - t1_a); //------------------------------------------------------------ //Linked List implentation high_resolution_clock::time_point t1_b = high_resolution_clock::now(); //time it priorityQueueLL priorityQLL; string line_b; string name_b; string priority_b; string treatment_b; //variables for storing info ifstream file_b; file_b.open(argv[1]); getline(file_b, line_b, char(13)); //find the file, open it, and skip the first line if(file_b.is_open()) //only run if the file opens { while(getline(file_b, line_b, char(13))) //loop over line by line { stringstream ss(line_b); getline(ss,name_b,','); //newpatient->name = name; getline(ss,priority_b,','); //newpatient->priority = stoi(priority); getline(ss,treatment_b,char(13)); //newpatient->treatment = stoi(treatment); priorityQLL.push(name_b, stoi(priority_b), stoi(treatment_b)); } for (int i = 1; i < number_lines; i++) //prints for verification it worked { priorityQLL.pop(); } cout << endl; } else //file didn't open { cout << "File not open." << endl; } file_b.close(); //FULL build and pop cycle. end time high_resolution_clock::time_point t2_b = high_resolution_clock::now(); duration<double> time_span_b = duration_cast<duration<double>>(t2_b - t1_b); //------------------------------------------------------------ //Heap implentation high_resolution_clock::time_point t1_c = high_resolution_clock::now(); //time it priorityQueueHeap priorityQHeap(number_lines); string line_c; string name_c; string priority_c; string treatment_c; //variables for storing info ifstream file_c; file_c.open(argv[1]); getline(file_c, line_c, char(13)); //find the file, open it, and skip the first line if(file_c.is_open()) //only run if the file opens { while(getline(file_c, line_c, char(13))) //loop over line by line { stringstream ss(line_c); getline(ss,name_c,','); //newpatient->name = name; getline(ss,priority_c,','); //newpatient->priority = stoi(priority); getline(ss,treatment_c,char(13)); //newpatient->treatment = stoi(treatment); priorityQHeap.push(name_c, stoi(priority_c), stoi(treatment_c)); } for (int i = 1; i < number_lines; i++) //prints for verification it worked { priorityQHeap.pop(); } cout << endl; } else //file didn't open { cout << "File not open." << endl; } file_c.close(); //FULL build and pop cycle. end time high_resolution_clock::time_point t2_c = high_resolution_clock::now(); duration<double> time_span_c = duration_cast<duration<double>>(t2_c - t1_c); //----------------------------------------------------------------------- //Time to store the data float sumRunTime_A = time_span_a.count(); float sumRunTime_B = time_span_b.count(); float sumRunTime_C = time_span_c.count(); // variables to store values outfile << sumRunTime_A<<","<< sumRunTime_B<<","<< sumRunTime_C<<",\n"; index++; } outfile.close(); //close the file }
[ "cazi6864@colorado.edu" ]
cazi6864@colorado.edu
ddeafafd8177f88de49cecd21727cf968c8429bc
5811521ce0c54155fe03561fe9f79138233dd49a
/photon_spoofer/src/simUAV.cpp
d48469653503e0fbde0f0ce821eba01d6d6ceb9e
[]
no_license
Zolkin1/IFL_Gatech_Tools
f4c5bb747bad98d7b0cfcc7498110917a320b9ba
a605d87960c7f661caacef9d0b17dda576cba2f7
refs/heads/master
2023-01-19T18:14:15.086729
2020-11-14T20:46:41
2020-11-14T20:46:41
298,883,003
0
0
null
null
null
null
UTF-8
C++
false
false
1,044
cpp
#include "simUAV.h" #include <iostream> #include <cstdlib> #include <random> #include <chrono> simUAV::simUAV(int uavAction, float variance, int dir, float x, float y, float z, float dt) { _uavAction = uavAction; _variance = variance; _dir = dir; _pos.push_back(x); _pos.push_back(y); _pos.push_back(z); } std::vector<double> simUAV::updatePos() { unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); std::vector<double> temp = _pos; std::default_random_engine generator(seed); std::normal_distribution<double> distr(0, _variance); switch (_uavAction) { case 1: // Hover temp.at(0) += distr(generator); temp.at(1) += distr(generator); temp.at(2) += distr(generator); break; default: std::cout << "This UAV action is not currently supported." << std::endl; } return temp; } void simUAV::setVar(float var) { _variance = var; } float simUAV::getdt() { return _dt; }
[ "zach.olkin@gmail.com" ]
zach.olkin@gmail.com
ea7096a20fcd4a5e22d5da2c624fac9628fc3aef
c1a7c1d29b4697cb5c7b7f71cb37c6e80da1c902
/c++/H3/22.cpp
a79440d2676b99723a24c8cf6d95eab5229175ae
[]
no_license
DanielaDominguez/ESFM-
af96f939c3f71427829c0ee88749e9ea6e4a72a2
a08a1d1f3012e971fed4cf1610945dff7cce74a1
refs/heads/master
2023-07-29T12:52:27.707494
2021-09-11T04:41:47
2021-09-11T04:41:47
405,282,161
1
0
null
null
null
null
UTF-8
C++
false
false
509
cpp
#include<iostream> #include<conio.h> using namespace std; int main(){ int vector[10],i,acumpos=0,acumneg=1; for(i=1;i<=10;i++){ cout<<"Ingrese el numero "<<i<<endl; cin>>vector[i]; } for(i=1;i<=10;i++){ if(vector[i]>0){ acumpos=acumpos+vector[i]; } else if(vector[i]<0){ acumneg=acumneg*vector[i]; } } cout<<"La suma de los numeros positivos es: "<<acumpos<<endl; cout<<"El producto de los numeros negativos es: "<<acumneg<<endl; getch(); return 0; }
[ "daniela.dominguezz.p@gmail.com" ]
daniela.dominguezz.p@gmail.com
deaab6f622dc87b3357359b7722d4f4f8f95d6e3
32547b6648fa72bfd641eeae8b95865a8678521e
/index_ponteiro.cpp
d6d67bebc061bee2816b98efbb44a3e756650caf
[]
no_license
alexandrenilton/c_language
86ea714c6b56249cde68fd4f889bf5b26085e1fe
8b84af245b6564bd9b40faba1b985055e97171a9
refs/heads/master
2021-01-10T14:24:09.992251
2015-10-02T17:37:05
2015-10-02T17:37:05
43,566,502
0
0
null
null
null
null
UTF-8
C++
false
false
235
cpp
#include <stdio.h> #include <conio.c> #include <string.h> int main (int argc, char *argv[]) { int vetor[5]={1,2,3,4,5}; int *p,t; p=vetor; for ( t=0 ; t<5 ; t++){ printf ("%d ",(*p[t])); } getch( ); }
[ "alexandrenilton@gmail.com" ]
alexandrenilton@gmail.com
897a956e9851423ab3e2e9f22c42be6d6052b8bf
1db744ef48904d6de41d3dfea6ab87f95538617e
/libcef/browser/extensions/extension_system.cc
5ea94793697aaba28a856c23a962e434508f7e42
[ "BSD-3-Clause" ]
permissive
DeodarDai/CEF3
d3bf3587ff7c80cb5e680ae6dedd2eaf16ef1eac
98527317a8944f1ff1a6eb48106bab7a51f9bba7
refs/heads/master
2020-07-14T15:29:16.285190
2019-08-29T18:44:26
2019-08-29T18:53:10
205,343,312
0
0
null
null
null
null
UTF-8
C++
false
false
26,223
cc
// Copyright 2015 The Chromium Embedded Framework Authors. // Portions copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "libcef/browser/extensions/extension_system.h" #include <string> #include "libcef/browser/extension_impl.h" #include "libcef/browser/extensions/pdf_extension_util.h" #include "libcef/browser/extensions/value_store/cef_value_store_factory.h" #include "libcef/browser/thread_util.h" #include "libcef/common/extensions/extensions_util.h" #include "base/command_line.h" #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/json/json_string_value_serializer.h" #include "base/path_service.h" #include "base/strings/string_tokenizer.h" #include "base/strings/utf_string_conversions.h" #include "base/task/post_task.h" #include "base/threading/thread_restrictions.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/chrome_paths.h" #include "components/crx_file/id_util.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/browser_task_traits.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/notification_details.h" #include "content/public/browser/notification_service.h" #include "content/public/browser/notification_source.h" #include "content/public/browser/plugin_service.h" #include "content/public/browser/render_process_host.h" #include "extensions/browser/api/app_runtime/app_runtime_api.h" #include "extensions/browser/extension_prefs.h" #include "extensions/browser/extension_registry.h" #include "extensions/browser/info_map.h" #include "extensions/browser/notification_types.h" #include "extensions/browser/null_app_sorting.h" #include "extensions/browser/quota_service.h" #include "extensions/browser/renderer_startup_helper.h" #include "extensions/browser/runtime_data.h" #include "extensions/browser/service_worker_manager.h" #include "extensions/browser/state_store.h" #include "extensions/common/constants.h" #include "extensions/common/extension_messages.h" #include "extensions/common/file_util.h" #include "extensions/common/manifest_constants.h" #include "extensions/common/manifest_handlers/mime_types_handler.h" #include "extensions/common/switches.h" #include "net/base/mime_util.h" using content::BrowserContext; using content::BrowserThread; namespace extensions { namespace { // Implementation based on ComponentLoader::ParseManifest. std::unique_ptr<base::DictionaryValue> ParseManifest( const std::string& manifest_contents) { JSONStringValueDeserializer deserializer(manifest_contents); std::unique_ptr<base::Value> manifest(deserializer.Deserialize(NULL, NULL)); if (!manifest.get() || !manifest->is_dict()) { LOG(ERROR) << "Failed to parse extension manifest."; return NULL; } // Transfer ownership to the caller. return base::WrapUnique( static_cast<base::DictionaryValue*>(manifest.release())); } void ExecuteLoadFailure(CefRefPtr<CefExtensionHandler> handler, cef_errorcode_t result) { if (!handler) return; if (!CEF_CURRENTLY_ON_UIT()) { CEF_POST_TASK(CEF_UIT, base::BindOnce(ExecuteLoadFailure, handler, result)); return; } handler->OnExtensionLoadFailed(result); } void LoadExtensionOnUIThread(base::WeakPtr<CefExtensionSystem> context, std::unique_ptr<base::DictionaryValue> manifest, const base::FilePath& root_directory, bool internal, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { if (!CEF_CURRENTLY_ON_UIT()) { CEF_POST_TASK(CEF_UIT, base::BindOnce(LoadExtensionOnUIThread, context, base::Passed(std::move(manifest)), root_directory, internal, loader_context, handler)); return; } if (context) { context->LoadExtension(std::move(manifest), root_directory, internal, loader_context, handler); } } void LoadExtensionWithManifest(base::WeakPtr<CefExtensionSystem> context, const std::string& manifest_contents, const base::FilePath& root_directory, bool internal, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { CEF_REQUIRE_BLOCKING(); std::unique_ptr<base::DictionaryValue> manifest = ParseManifest(manifest_contents); if (!manifest) { LOG(WARNING) << "Failed to parse extension manifest"; ExecuteLoadFailure(handler, ERR_INVALID_ARGUMENT); return; } LoadExtensionOnUIThread(context, std::move(manifest), root_directory, internal, loader_context, handler); } void LoadExtensionFromDisk(base::WeakPtr<CefExtensionSystem> context, const base::FilePath& root_directory, bool internal, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { CEF_REQUIRE_BLOCKING(); base::FilePath manifest_path = root_directory.AppendASCII("manifest.json"); std::string manifest_contents; if (!base::ReadFileToString(manifest_path, &manifest_contents)) { LOG(WARNING) << "Failed to read extension manifest from " << manifest_path.MaybeAsASCII(); ExecuteLoadFailure(handler, ERR_FILE_NOT_FOUND); return; } LoadExtensionWithManifest(context, manifest_contents, root_directory, internal, loader_context, handler); } } // namespace CefExtensionSystem::CefExtensionSystem(BrowserContext* browser_context) : browser_context_(browser_context), initialized_(false), registry_(ExtensionRegistry::Get(browser_context)), renderer_helper_( extensions::RendererStartupHelperFactory::GetForBrowserContext( browser_context)), weak_ptr_factory_(this) { InitPrefs(); } CefExtensionSystem::~CefExtensionSystem() {} void CefExtensionSystem::Init() { DCHECK(!initialized_); // There's complexity here related to the ordering of message delivery. For // an extension to load correctly both the ExtensionMsg_Loaded and // ExtensionMsg_ActivateExtension messages must be sent. These messages are // currently sent by RendererStartupHelper, ExtensionWebContentsObserver, and // this class. ExtensionMsg_Loaded is handled by Dispatcher::OnLoaded and adds // the extension to |extensions_|. ExtensionMsg_ActivateExtension is handled // by Dispatcher::OnActivateExtension and adds the extension to // |active_extension_ids_|. If these messages are not sent correctly then // ScriptContextSet::Register called from Dispatcher::DidCreateScriptContext // will classify the extension incorrectly and API bindings will not be added. // Inform the rest of the extensions system to start. ready_.Signal(); content::NotificationService::current()->Notify( NOTIFICATION_EXTENSIONS_READY_DEPRECATED, content::Source<BrowserContext>(browser_context_), content::NotificationService::NoDetails()); // Add the internal PDF extension. PDF loading works as follows: // 1. PDF PPAPI plugin is registered to handle kPDFPluginOutOfProcessMimeType // in libcef/common/content_client.cc ComputeBuiltInPlugins. // 2. PDF extension is registered and associated with the "application/pdf" // mime type by the below call to AddExtension. // 3. A page requests a resource with the "application/pdf" mime type. For // example, by loading a PDF file. // 4. PluginResponseInterceptorURLLoaderThrottle intercepts the PDF resource // load in the browser process, generates a // unique View ID that is associated with the resource request for later // retrieval via MimeHandlerStreamManager and the // chrome.mimeHandlerPrivate JS API (extensions/common/api/ // mime_handler_private.idl), and returns the unique View ID via the // |payload| argument. // 5. The unique View ID arrives in the renderer process via // ResourceLoader::DidReceiveData and triggers creation of a new Document. // DOMImplementation::createDocument indirectly calls // RendererBlinkPlatformImpl::getPluginList to retrieve the list of // supported plugins from the browser process. If a plugin supports the // "application/pdf" mime type then a PluginDocument is created and // CefContentRendererClient::OverrideCreatePlugin is called. This then // indirectly calls CefContentRendererClient::CreateBrowserPluginDelegate // to create a MimeHandlerViewContainer. // 6. A MimeHandlerViewGuest and CefMimeHandlerViewGuestDelegate is created in // the browser process. // 7. MimeHandlerViewGuest navigates to the PDF extension URL. // 8. Access to PDF extension resources is checked by // CefExtensionsBrowserClient::AllowCrossRendererResourceLoad. // 9. PDF extension resources are provided from bundle via // CefExtensionsBrowserClient::LoadResourceFromResourceBundle, // CefContentBrowserClient::RegisterNonNetworkSubresourceURLLoaderFactories // and CefComponentExtensionResourceManager. // 10.The PDF extension (chrome/browser/resources/pdf/browser_api.js) calls // chrome.mimeHandlerPrivate.getStreamInfo to retrieve the PDF resource // stream. This API is implemented using Mojo as described in // libcef/common/extensions/api/README.txt. // 11.The PDF extension requests a plugin to handle // kPDFPluginOutOfProcessMimeType which loads the PDF PPAPI plugin. // 12.Routing of print-related commands are handled by ChromePDFPrintClient // and CefPrintRenderFrameHelperDelegate in the renderer process. // 13.The PDF extension is granted access to chrome://resources via // CefExtensionWebContentsObserver::RenderViewCreated in the browser // process. if (PdfExtensionEnabled()) { LoadExtension(ParseManifest(pdf_extension_util::GetManifest()), base::FilePath(FILE_PATH_LITERAL("pdf")), true /* internal */, nullptr, nullptr); } initialized_ = true; } void CefExtensionSystem::LoadExtension( const base::FilePath& root_directory, bool internal, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { CEF_REQUIRE_UIT(); CEF_POST_USER_VISIBLE_TASK( base::BindOnce(LoadExtensionFromDisk, weak_ptr_factory_.GetWeakPtr(), root_directory, internal, loader_context, handler)); } void CefExtensionSystem::LoadExtension( const std::string& manifest_contents, const base::FilePath& root_directory, bool internal, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { CEF_REQUIRE_UIT(); CEF_POST_USER_VISIBLE_TASK(base::BindOnce( LoadExtensionWithManifest, weak_ptr_factory_.GetWeakPtr(), manifest_contents, root_directory, internal, loader_context, handler)); } // Implementation based on ComponentLoader::Add. void CefExtensionSystem::LoadExtension( std::unique_ptr<base::DictionaryValue> manifest, const base::FilePath& root_directory, bool internal, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { CEF_REQUIRE_UIT(); // Internal extensions don't have a loader context. External extensions should. #if DCHECK_IS_ON() if (internal) { DCHECK(!loader_context); } else { DCHECK(loader_context); } #endif ComponentExtensionInfo info(manifest.get(), root_directory, internal); const Extension* extension = LoadExtension(info, loader_context, handler); if (!extension) ExecuteLoadFailure(handler, ERR_FAILED); } // Implementation based on ExtensionService::RemoveComponentExtension. bool CefExtensionSystem::UnloadExtension(const std::string& extension_id) { CEF_REQUIRE_UIT(); ExtensionMap::iterator it = extension_map_.find(extension_id); if (it == extension_map_.end()) { // No CEF representation so we've already unloaded it. return false; } CefRefPtr<CefExtensionImpl> cef_extension = static_cast<CefExtensionImpl*>(it->second.get()); // Erase first so that callbacks can't retrieve the unloaded extension. extension_map_.erase(it); cef_extension->OnExtensionUnloaded(); scoped_refptr<const Extension> extension( registry_->GetInstalledExtension(extension_id)); UnloadExtension(extension_id, UnloadedExtensionReason::UNINSTALL); if (extension.get()) { registry_->TriggerOnUninstalled( extension.get(), extensions::UNINSTALL_REASON_COMPONENT_REMOVED); } return true; } bool CefExtensionSystem::HasExtension(const std::string& extension_id) const { return !!GetExtension(extension_id); } CefRefPtr<CefExtension> CefExtensionSystem::GetExtension( const std::string& extension_id) const { CEF_REQUIRE_UIT(); ExtensionMap::const_iterator it = extension_map_.find(extension_id); if (it != extension_map_.end()) return it->second; return nullptr; } CefExtensionSystem::ExtensionMap CefExtensionSystem::GetExtensions() const { CEF_REQUIRE_UIT(); return extension_map_; } void CefExtensionSystem::OnRequestContextDeleted(CefRequestContext* context) { CEF_REQUIRE_UIT(); DCHECK(context); // Make a copy of the map because UnloadExtension will modify it. // Don't add any references to |context|. ExtensionMap map = extension_map_; ExtensionMap::const_iterator it = map.begin(); for (; it != map.end(); ++it) { CefRefPtr<CefExtensionImpl> cef_extension = static_cast<CefExtensionImpl*>(it->second.get()); if (cef_extension->loader_context() == context) UnloadExtension(it->first); } } void CefExtensionSystem::Shutdown() { CEF_REQUIRE_UIT(); // Only internal extensions should exist at this point. #if DCHECK_IS_ON() ExtensionMap::iterator it = extension_map_.begin(); for (; it != extension_map_.end(); ++it) { CefRefPtr<CefExtensionImpl> cef_extension = static_cast<CefExtensionImpl*>(it->second.get()); DCHECK(!cef_extension->loader_context()); } #endif extension_map_.clear(); } void CefExtensionSystem::InitForRegularProfile(bool extensions_enabled) { DCHECK(!initialized_); service_worker_manager_.reset(new ServiceWorkerManager(browser_context_)); runtime_data_.reset(new RuntimeData(registry_)); quota_service_.reset(new QuotaService); app_sorting_.reset(new NullAppSorting); } void CefExtensionSystem::InitForIncognitoProfile() { NOTREACHED(); } ExtensionService* CefExtensionSystem::extension_service() { return nullptr; } RuntimeData* CefExtensionSystem::runtime_data() { return runtime_data_.get(); } ManagementPolicy* CefExtensionSystem::management_policy() { return nullptr; } ServiceWorkerManager* CefExtensionSystem::service_worker_manager() { return service_worker_manager_.get(); } SharedUserScriptMaster* CefExtensionSystem::shared_user_script_master() { return nullptr; } StateStore* CefExtensionSystem::state_store() { return state_store_.get(); } StateStore* CefExtensionSystem::rules_store() { return rules_store_.get(); } scoped_refptr<ValueStoreFactory> CefExtensionSystem::store_factory() { return store_factory_; } InfoMap* CefExtensionSystem::info_map() { if (!info_map_.get()) info_map_ = new InfoMap; return info_map_.get(); } QuotaService* CefExtensionSystem::quota_service() { return quota_service_.get(); } AppSorting* CefExtensionSystem::app_sorting() { return app_sorting_.get(); } // Implementation based on // ExtensionSystemImpl::RegisterExtensionWithRequestContexts. void CefExtensionSystem::RegisterExtensionWithRequestContexts( const Extension* extension, const base::Closure& callback) { // TODO(extensions): The |incognito_enabled| value should be set based on // manifest settings. base::PostTaskWithTraitsAndReply( FROM_HERE, {BrowserThread::IO}, base::Bind(&InfoMap::AddExtension, info_map(), base::RetainedRef(extension), base::Time::Now(), true, // incognito_enabled false), // notifications_disabled callback); } // Implementation based on // ExtensionSystemImpl::UnregisterExtensionWithRequestContexts. void CefExtensionSystem::UnregisterExtensionWithRequestContexts( const std::string& extension_id, const UnloadedExtensionReason reason) { base::PostTaskWithTraits( FROM_HERE, {BrowserThread::IO}, base::Bind(&InfoMap::RemoveExtension, info_map(), extension_id, reason)); } const base::OneShotEvent& CefExtensionSystem::ready() const { return ready_; } ContentVerifier* CefExtensionSystem::content_verifier() { return nullptr; } std::unique_ptr<ExtensionSet> CefExtensionSystem::GetDependentExtensions( const Extension* extension) { return std::make_unique<ExtensionSet>(); } void CefExtensionSystem::InstallUpdate( const std::string& extension_id, const std::string& public_key, const base::FilePath& temp_dir, bool install_immediately, InstallUpdateCallback install_update_callback) { NOTREACHED(); base::DeleteFile(temp_dir, true /* recursive */); } bool CefExtensionSystem::FinishDelayedInstallationIfReady( const std::string& extension_id, bool install_immediately) { NOTREACHED(); return false; } CefExtensionSystem::ComponentExtensionInfo::ComponentExtensionInfo( const base::DictionaryValue* manifest, const base::FilePath& directory, bool internal) : manifest(manifest), root_directory(directory), internal(internal) { if (!root_directory.IsAbsolute()) { // This path structure is required by // url_request_util::MaybeCreateURLRequestResourceBundleJob. CHECK(base::PathService::Get(chrome::DIR_RESOURCES, &root_directory)); root_directory = root_directory.Append(directory); } } void CefExtensionSystem::InitPrefs() { store_factory_ = new CefValueStoreFactory(browser_context_->GetPath()); Profile* profile = Profile::FromBrowserContext(browser_context_); // Two state stores. The latter, which contains declarative rules, must be // loaded immediately so that the rules are ready before we issue network // requests. state_store_.reset(new StateStore( profile, store_factory_, ValueStoreFrontend::BackendType::STATE, true)); rules_store_.reset(new StateStore( profile, store_factory_, ValueStoreFrontend::BackendType::RULES, false)); } // Implementation based on ComponentLoader::CreateExtension. scoped_refptr<const Extension> CefExtensionSystem::CreateExtension( const ComponentExtensionInfo& info, std::string* utf8_error) { // TODO(abarth): We should REQUIRE_MODERN_MANIFEST_VERSION once we've updated // our component extensions to the new manifest version. int flags = 0; if (info.internal) { // Internal extensions must have kPublicKey in the manifest. flags |= Extension::REQUIRE_KEY; } return Extension::Create( info.root_directory, // Tests should continue to use the Manifest::COMMAND_LINE value here // Some Chrome APIs will cause undesired effects if this is incorrect // e.g.: alarms API has 1 minute minimum applied to Packed Extensions info.internal ? Manifest::COMPONENT : Manifest::COMMAND_LINE, *info.manifest, flags, utf8_error); } // Implementation based on ComponentLoader::Load and // ExtensionService::AddExtension. const Extension* CefExtensionSystem::LoadExtension( const ComponentExtensionInfo& info, CefRefPtr<CefRequestContext> loader_context, CefRefPtr<CefExtensionHandler> handler) { std::string error; scoped_refptr<const Extension> extension(CreateExtension(info, &error)); if (!extension.get()) { LOG(ERROR) << error; return nullptr; } if (registry_->GetInstalledExtension(extension->id())) { LOG(ERROR) << "Extension with id " << extension->id() << "is already installed"; return nullptr; } CefRefPtr<CefExtensionImpl> cef_extension = new CefExtensionImpl(extension.get(), loader_context.get(), handler); // Insert first so that callbacks can retrieve the loaded extension. extension_map_.insert(std::make_pair(extension->id(), cef_extension)); cef_extension->OnExtensionLoaded(); // This may trigger additional callbacks. registry_->AddEnabled(extension.get()); NotifyExtensionLoaded(extension.get()); return extension.get(); } // Implementation based on ExtensionService::UnloadExtension. void CefExtensionSystem::UnloadExtension(const std::string& extension_id, UnloadedExtensionReason reason) { // Make sure the extension gets deleted after we return from this function. int include_mask = ExtensionRegistry::EVERYTHING & ~ExtensionRegistry::TERMINATED; scoped_refptr<const Extension> extension( registry_->GetExtensionById(extension_id, include_mask)); // This method can be called via PostTask, so the extension may have been // unloaded by the time this runs. if (!extension.get()) { // In case the extension may have crashed/uninstalled. Allow the profile to // clean up its RequestContexts. UnregisterExtensionWithRequestContexts(extension_id, reason); return; } if (registry_->disabled_extensions().Contains(extension->id())) { registry_->RemoveDisabled(extension->id()); // Make sure the profile cleans up its RequestContexts when an already // disabled extension is unloaded (since they are also tracking the disabled // extensions). UnregisterExtensionWithRequestContexts(extension_id, reason); // Don't send the unloaded notification. It was sent when the extension // was disabled. } else { // Remove the extension from the enabled list. registry_->RemoveEnabled(extension->id()); NotifyExtensionUnloaded(extension.get(), reason); } content::NotificationService::current()->Notify( extensions::NOTIFICATION_EXTENSION_REMOVED, content::Source<content::BrowserContext>(browser_context_), content::Details<const Extension>(extension.get())); } // Implementation based on ExtensionService::NotifyExtensionLoaded. void CefExtensionSystem::NotifyExtensionLoaded(const Extension* extension) { // The URLRequestContexts need to be first to know that the extension // was loaded, otherwise a race can arise where a renderer that is created // for the extension may try to load an extension URL with an extension id // that the request context doesn't yet know about. The profile is responsible // for ensuring its URLRequestContexts appropriately discover the loaded // extension. RegisterExtensionWithRequestContexts( extension, base::Bind(&CefExtensionSystem::OnExtensionRegisteredWithRequestContexts, weak_ptr_factory_.GetWeakPtr(), base::WrapRefCounted(extension))); // Tell renderers about the loaded extension. renderer_helper_->OnExtensionLoaded(*extension); // Tell subsystems that use the ExtensionRegistryObserver::OnExtensionLoaded // about the new extension. // // NOTE: It is important that this happen after notifying the renderers about // the new extensions so that if we navigate to an extension URL in // ExtensionRegistryObserver::OnExtensionLoaded the renderer is guaranteed to // know about it. registry_->TriggerOnLoaded(extension); // Register plugins included with the extension. // Implementation based on PluginManager::OnExtensionLoaded. const MimeTypesHandler* handler = MimeTypesHandler::GetHandler(extension); if (handler && !handler->handler_url().empty()) { content::WebPluginInfo info; info.type = content::WebPluginInfo::PLUGIN_TYPE_BROWSER_PLUGIN; info.name = base::UTF8ToUTF16(extension->name()); info.path = base::FilePath::FromUTF8Unsafe(extension->url().spec()); for (std::set<std::string>::const_iterator mime_type = handler->mime_type_set().begin(); mime_type != handler->mime_type_set().end(); ++mime_type) { content::WebPluginMimeType mime_type_info; mime_type_info.mime_type = *mime_type; base::FilePath::StringType file_extension; if (net::GetPreferredExtensionForMimeType(*mime_type, &file_extension)) { mime_type_info.file_extensions.push_back( base::FilePath(file_extension).AsUTF8Unsafe()); } info.mime_types.push_back(mime_type_info); } content::PluginService* plugin_service = content::PluginService::GetInstance(); plugin_service->RefreshPlugins(); plugin_service->RegisterInternalPlugin(info, true); } } void CefExtensionSystem::OnExtensionRegisteredWithRequestContexts( scoped_refptr<const extensions::Extension> extension) { registry_->AddReady(extension); if (registry_->enabled_extensions().Contains(extension->id())) registry_->TriggerOnReady(extension.get()); } // Implementation based on ExtensionService::NotifyExtensionUnloaded. void CefExtensionSystem::NotifyExtensionUnloaded( const Extension* extension, UnloadedExtensionReason reason) { // Unregister plugins included with the extension. // Implementation based on PluginManager::OnExtensionUnloaded. const MimeTypesHandler* handler = MimeTypesHandler::GetHandler(extension); if (handler && !handler->handler_url().empty()) { base::FilePath path = base::FilePath::FromUTF8Unsafe(extension->url().spec()); content::PluginService* plugin_service = content::PluginService::GetInstance(); plugin_service->UnregisterInternalPlugin(path); plugin_service->RefreshPlugins(); } registry_->TriggerOnUnloaded(extension, reason); // Tell renderers about the unloaded extension. renderer_helper_->OnExtensionUnloaded(*extension); UnregisterExtensionWithRequestContexts(extension->id(), reason); } } // namespace extensions
[ "magreenblatt@gmail.com" ]
magreenblatt@gmail.com
61f6e6215ed17f966507a8244dc2e9fe46686a94
717f8f5ad6ea2380bef258ccde6f387a7f178031
/devel/include/op3_tuning_module_msgs/GetPresentJointOffsetDataRequest.h
806abb8b7c1aa511fe257d1bab4543bf780a924d
[]
no_license
greenechang/tsen_ws_2019fira
25777e42b2a691d939a8282263cb25ba436b2b0d
7bfd23faf7aa6e2cf0c55af204cc060fc3636107
refs/heads/master
2022-11-15T12:34:44.659899
2020-07-15T09:48:18
2020-07-15T09:48:18
279,817,380
0
0
null
null
null
null
UTF-8
C++
false
false
5,718
h
// Generated by gencpp from file op3_tuning_module_msgs/GetPresentJointOffsetDataRequest.msg // DO NOT EDIT! #ifndef OP3_TUNING_MODULE_MSGS_MESSAGE_GETPRESENTJOINTOFFSETDATAREQUEST_H #define OP3_TUNING_MODULE_MSGS_MESSAGE_GETPRESENTJOINTOFFSETDATAREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message_operations.h> namespace op3_tuning_module_msgs { template <class ContainerAllocator> struct GetPresentJointOffsetDataRequest_ { typedef GetPresentJointOffsetDataRequest_<ContainerAllocator> Type; GetPresentJointOffsetDataRequest_() { } GetPresentJointOffsetDataRequest_(const ContainerAllocator& _alloc) { (void)_alloc; } typedef boost::shared_ptr< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > Ptr; typedef boost::shared_ptr< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> const> ConstPtr; }; // struct GetPresentJointOffsetDataRequest_ typedef ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<std::allocator<void> > GetPresentJointOffsetDataRequest; typedef boost::shared_ptr< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest > GetPresentJointOffsetDataRequestPtr; typedef boost::shared_ptr< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest const> GetPresentJointOffsetDataRequestConstPtr; // constants requiring out of line definition template<typename ContainerAllocator> std::ostream& operator<<(std::ostream& s, const ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> & v) { ros::message_operations::Printer< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> >::stream(s, "", v); return s; } } // namespace op3_tuning_module_msgs namespace ros { namespace message_traits { // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False} // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'op3_tuning_module_msgs': ['/home/robotis/Tsen_ws/src/ROBOTIS-OP3-msgs/op3_tuning_module_msgs/msg']} // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types'] template <class ContainerAllocator> struct IsFixedSize< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > : TrueType { }; template <class ContainerAllocator> struct IsFixedSize< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> const> : TrueType { }; template <class ContainerAllocator> struct IsMessage< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > : TrueType { }; template <class ContainerAllocator> struct IsMessage< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> const> : TrueType { }; template <class ContainerAllocator> struct HasHeader< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > : FalseType { }; template <class ContainerAllocator> struct HasHeader< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> const> : FalseType { }; template<class ContainerAllocator> struct MD5Sum< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > { static const char* value() { return "d41d8cd98f00b204e9800998ecf8427e"; } static const char* value(const ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator>&) { return value(); } static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL; static const uint64_t static_value2 = 0xe9800998ecf8427eULL; }; template<class ContainerAllocator> struct DataType< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > { static const char* value() { return "op3_tuning_module_msgs/GetPresentJointOffsetDataRequest"; } static const char* value(const ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator>&) { return value(); } }; template<class ContainerAllocator> struct Definition< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > { static const char* value() { return "\n\ "; } static const char* value(const ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator>&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template<class ContainerAllocator> struct Serializer< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > { template<typename Stream, typename T> inline static void allInOne(Stream&, T) {} ROS_DECLARE_ALLINONE_SERIALIZER }; // struct GetPresentJointOffsetDataRequest_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template<class ContainerAllocator> struct Printer< ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator> > { template<typename Stream> static void stream(Stream&, const std::string&, const ::op3_tuning_module_msgs::GetPresentJointOffsetDataRequest_<ContainerAllocator>&) {} }; } // namespace message_operations } // namespace ros #endif // OP3_TUNING_MODULE_MSGS_MESSAGE_GETPRESENTJOINTOFFSETDATAREQUEST_H
[ "60875012h@ntnu.edu.tw" ]
60875012h@ntnu.edu.tw
8bd95ce99702c25a405f52ecf4e3edde3fd134b4
370edbdc53cee993d764899c7313acc0119d2504
/My-Leetcode/Cpp/87. 扰乱字符串【递归】.cpp
bfc5d3e9d4979b80c8f116482c06c3bbe34be92c
[]
no_license
ysyisyourbrother/My-Leetcode
91f0fbea9888f15b3fb9e2e249bc2bcd75f335c8
88ae4b243442cca0a2a2fff33607e6418ec3e4cc
refs/heads/master
2023-09-01T20:49:58.425343
2023-08-23T14:56:30
2023-08-23T14:56:30
184,976,123
51
11
null
2023-08-23T14:52:48
2019-05-05T03:46:56
C++
UTF-8
C++
false
false
1,343
cpp
#include "headfile.h" using namespace std; // Recursion /* s1和s2是scramble的话,那么必然存在一个在s1上的长度l1,将s1分成s11和s12两段,同样有s21和s22.那么要么s11和s21是scramble的并且s12和s22是scramble的;要么s11和s22是scramble的并且s12和s21是scramble的。就拿题目中的例子 rgeat 和 great 来说,rgeat 可分成 rg 和 eat 两段, great 可分成 gr 和 eat 两段,rg 和 gr 是scrambled的, eat 和 eat 当然是scrambled。根据这点,我们可以写出代码如下 */ class Solution { public: bool isScramble(string s1, string s2) { if (s1.size() != s2.size()) return false; if (s1 == s2) return true; string str1 = s1, str2 = s2; sort(str1.begin(), str1.end()); sort(str2.begin(), str2.end()); if (str1 != str2) return false; for (int i = 1; i < s1.size(); ++i) { string s11 = s1.substr(0, i); string s12 = s1.substr(i); string s21 = s2.substr(0, i); string s22 = s2.substr(i); if (isScramble(s11, s21) && isScramble(s12, s22)) return true; s21 = s2.substr(s1.size() - i); s22 = s2.substr(0, s1.size() - i); if (isScramble(s11, s21) && isScramble(s12, s22)) return true; } return false; } };
[ "48887241+ysyisyourbrother@users.noreply.github.com" ]
48887241+ysyisyourbrother@users.noreply.github.com
0f24e29f58d147dbe2d1448d854dd4ba38d28c03
ba1e90ae6ea9f8f74d9b542e159825341c717712
/2017/hcMorganStanley1.cpp
0b7e8df968bce5e63794ba81e3630d16d2508cc4
[]
no_license
sailesh2/CompetitiveCode
b384687a7caa8980ab9b9c9deef2488b0bfe9cd9
5671dac08216f4ce75d5992e6af8208fa2324d12
refs/heads/master
2021-06-24T22:39:11.396049
2020-11-27T05:22:17
2020-11-27T05:22:17
161,877,355
0
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> using namespace std; int main() { int n,m,k; cin>>n>>m>>k; int arr[n],brr[n]; int maxi=m*k; for(int i=0;i<n;i++){ cin>>arr[i]; } for(int i=0;i<n;i++){ cin>>brr[i]; } for(int i=0;i<n;i++){ maxi=max(maxi,m*arr[i]*brr[i]); } cout<<maxi; return 0; }
[ "sailesh.ku.upadhyaya@gmail.com" ]
sailesh.ku.upadhyaya@gmail.com
1bd3ad4cc829b9d55346de3e07d0122adc54db17
fa9c2d22189e2830033fc06a634d4f8d1c667436
/lib/Dirac_ops/dirac_LowModeDeflation_Approx.cpp
1636789c352d59a28048e3b99f2d8561d2a6d642
[]
no_license
yonggwi-cho/IroIro
b8c8cf4f6642daaaec9ebe8a2a430133b63a02fc
2c3126b2995e1fd8fcabb925bcf1a7f9f5affc78
refs/heads/master
2020-04-17T04:41:17.778864
2016-10-11T10:49:48
2016-10-11T10:49:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,882
cpp
/*!@file dirac_LowModeDeflation_Approx.cpp * @brief methods for low-mode preconditioning with given subspace *Time-stamp: <2014-10-05 11:14:46 noaki> */ #include "dirac_LowModeDeflation_Approx.hpp" #include "EigenModes/subSpaceProjector.hpp" #include "Tools/complexMatrix.hpp" //#include "Fields/field_expressions.hpp" //using namespace FieldExpression; using namespace std; const Field Dirac_LowModeDeflation_Approx::mult(const Field& f)const{ Field w; rightPrec(w,f); return mult_left(Dw_->mult(w)); } const Field Dirac_LowModeDeflation_Approx::mult_dag(const Field& f)const{ return gamma5(mult(gamma5(f))); } const Field Dirac_LowModeDeflation_Approx::mult_little(const Field& f)const{ Field DPDf(f.size()); lowModeProj(DPDf,f,Dsub_); return DPDf; } const Field Dirac_LowModeDeflation_Approx::mult_little_dag(const Field& f)const{ Field DPDf(f.size()); lowModeProj(DPDf,f,Dsub_dag_); return DPDf; } const Field Dirac_LowModeDeflation_Approx::mult_little_inv(const Field& f)const{ Field DPDf(f.size()); lowModeProj(DPDf,f,Dsub_inv_); return DPDf; } const Field Dirac_LowModeDeflation_Approx::mult_little_inv_dag(const Field& f)const{ Field DPDf(f.size()); lowModeProj(DPDf,f,Dsub_dag_inv_); return DPDf; } const Field Dirac_LowModeDeflation_Approx::mult_left(const Field& f)const{ Field w,v; SubSpace::project(w,f,*subVecs_); SubSpace::project(v,mult_little_inv(w),*subVecs_); w = f; w -= Dw_->mult(v); return w; } const Field Dirac_LowModeDeflation_Approx::mult_right(const Field& f)const{ Field w,v; SubSpace::project(w,Dw_->mult(f),*subVecs_); SubSpace::project(v,mult_little_inv(w),*subVecs_); w = f; w -= v; rightPrec(v,w); return v; } void Dirac_LowModeDeflation_Approx::rightPrec(Field& w,const Field& f)const{ w=f; } void Dirac_LowModeDeflation_Approx::calcLittleOp(){ for(int i=0; i<Nsub_; ++i){ for(int j=0; j<Nsub_; ++j){ Dsub_[2*(Nsub_*i +j) ] = (*subVecs_)[i]*Dw_->mult((*subVecs_)[j]); Dsub_[2*(Nsub_*i +j)+1] = (*subVecs_)[i].im_prod(Dw_->mult((*subVecs_)[j])); } } ComplexMatrix::invert(Dsub_inv_,Dsub_); ComplexMatrix::hermite(Dsub_dag_,Dsub_); ComplexMatrix::hermite(Dsub_dag_inv_,Dsub_inv_); } void Dirac_LowModeDeflation_Approx:: lowModeProj(Field& w,const Field& f,const valarray<double>& Dkl)const{ slice re(0,f.size()/2,2); slice im(1,f.size()/2,2); w = 0.0; for(int i=0; i<Nsub_; ++i){ double DPfr = 0.0; double DPfi = 0.0; for(int j=0; j<Nsub_; ++j){ double vfr = (*subVecs_)[j]*f; double vfi = (*subVecs_)[j].im_prod(f); DPfr += Dkl[2*(Nsub_*i+j) ]*vfr -Dkl[2*(Nsub_*i+j)+1]*vfi; DPfi += Dkl[2*(Nsub_*i+j)+1]*vfr +Dkl[2*(Nsub_*i+j) ]*vfi; } w.add(re,DPfr*((*subVecs_)[i][re] -DPfi*(*subVecs_)[i][im])); w.add(im,DPfi*((*subVecs_)[i][re] +DPfr*(*subVecs_)[i][im])); } }
[ "noaki@post.kek.jp" ]
noaki@post.kek.jp
d3b2414885a4dcf1ab785619a78641d22c84731b
e70ff3055d8cc1e71ee169d5050843e73a30e2d1
/src/ivector/online-noise-vector.h
def1252a6b8a400ea0c845191219f3100aa3da20
[ "MIT" ]
permissive
ishine/kaldi-noise-vectors
f8780efba99d6c79bc465b04f927f7628bcd5b91
46744c4cab3844c9572c4269fe22bf71a18131af
refs/heads/main
2023-03-03T15:51:18.112457
2021-02-13T19:12:49
2021-02-13T19:12:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,236
h
// ivector/online-noise-vector.h // Copyright 2020 Johns Hopkins University (author: Desh Raj) // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED // WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, // MERCHANTABLITY OR NON-INFRINGEMENT. // See the Apache 2 License for the specific language governing permissions and // limitations under the License. #ifndef KALDI_IVECTOR_ONLINE_NOISE_VECTOR_H_ #define KALDI_IVECTOR_ONLINE_NOISE_VECTOR_H_ #include <string> #include <vector> #include <deque> #include "matrix/matrix-lib.h" #include "util/common-utils.h" #include "base/kaldi-error.h" namespace kaldi { // forward declaration class OnlineNoiseVector; class OnlineNoisePrior { friend class OnlineNoiseVector; public: OnlineNoisePrior() { } explicit OnlineNoisePrior(const OnlineNoisePrior &other): mu_n_(other.mu_n_), a_(other.a_), B_(other.B_), Lambda_n_(other.Lambda_n_), Lambda_s_(other.Lambda_s_), r_s_(other.r_s_), r_n_(other.r_n_) { }; OnlineNoisePrior &operator = (const OnlineNoisePrior &other) { return *this; } int32 Dim() const; /// Takes the mean and covariance matrix computed from the /// training data and estimates the prior parameters. void EstimatePriorParameters(const VectorBase<BaseFloat> &mean, const SpMatrix<BaseFloat> &covariance, int32 dim, float scale); void EstimatePriorParameters(const VectorBase<BaseFloat> &mean, const SpMatrix<BaseFloat> &covariance, int32 dim, Matrix<BaseFloat> &speech_var_sum, Matrix<BaseFloat> &noise_var_sum, int32 num_speech, int32 num_noise); void Write(std::ostream &os, bool binary) const; void Read(std::istream &is, bool binary); protected: Vector<BaseFloat> mu_n_; // mean of noise vectors. Vector<BaseFloat> a_; // shift factor for mean of speech vectors. Matrix<BaseFloat> B_; // scale factor for mean of speech vectors. Matrix<BaseFloat> Lambda_n_; // precision matrix for noise. Matrix<BaseFloat> Lambda_s_; // precision matrix for speech. double r_s_; // scaling factor for speech. double r_n_; // scaling factor for noise. }; /// This class is used to extract online noise vectors. It is /// initialized with an OnlineNoisePrior object and subsequently /// generates online noise vectors by taking feats for an input /// utterance and speech/silence targets. class OnlineNoiseVector { public: /// Constructor. It is initialized with an OnlineNoisePrior object. /// Ideally you would want to initalize this once for each speaker, /// so that the updated scaling parameters can be reused in /// all utterances of the speaker. explicit OnlineNoiseVector(const OnlineNoisePrior &noise_prior, const int32 period); /// This function performs the actual noise vector computation, and /// can be called from a binary. void ExtractVectors(const Matrix<BaseFloat> &feats, const std::vector<bool> &silence_decisions, Matrix<BaseFloat> *noise_vectors); /// This function just computes the noise vectors from the /// prior parameters since no silence decisions are provided. void ExtractVectors(const Matrix<BaseFloat> &feats, Matrix<BaseFloat> *noise_vectors); virtual ~OnlineNoiseVector(); private: // This function updates current_nvector_ (which is our present estimate) // of the current value for the n-vector, after a new chunk of // data is seen. It takes as argument the silence decisions made by the // GmmDecoder. void UpdateVector( SubMatrix<BaseFloat> &feats, std::vector<bool> &silence_decisions); // This function updates the scaling parameters r_s and r_n of the // noise estimation model. This is done by maximizing the EM // objective. The derivation is not shown here. void UpdateScalingParams( SubMatrix<BaseFloat> &feats, std::vector<bool> &silence_decisions); // This stores the prior parameters that were used to initialize // the noise vectors. OnlineNoisePrior prior_; // This is similar to the ivector_period option used in online // ivectors, i.e., it determines the chunk size for which // noise vectors are computed. int32 period_; int32 dim_; // This is the current estimate of the noise vector Vector<BaseFloat> current_vector_; // Online statistic estimate int32 num_speech_; int32 num_noise_; Vector<BaseFloat> speech_sum_; Vector<BaseFloat> noise_sum_; Matrix<BaseFloat> speech_var_; Matrix<BaseFloat> noise_var_; }; } // namespace kaldi #endif // KALDI_IVECTOR_ONLINE_NOISE_VECTOR_H_
[ "r.desh26@gmail.com" ]
r.desh26@gmail.com
de96839347b5cee4182fb3f853e5f8d064e554a6
10bac563fc7e174d8f7c79c8777e4eb8460bc49e
/sense/MTi_client_t.cpp
c594a9bb5388d3ebf14251d912f04bcb275609e7
[]
no_license
chenbk85/alcordev
41154355a837ebd15db02ecaeaca6726e722892a
bdb9d0928c80315d24299000ca6d8c492808f1d5
refs/heads/master
2021-01-10T13:36:29.338077
2008-10-22T15:57:50
2008-10-22T15:57:50
44,953,286
0
1
null
null
null
null
UTF-8
C++
false
false
944
cpp
#include "MTi_client_t.h" #include "alcor/core/config_parser_t.hpp" // namespace all { namespace sense { // MTi_client_t::MTi_client_t(const std::string& inifile) { // all::core::ip_address_t server_address; // all::core::config_parser_t config; config.load(core::tags::ini, inifile); // server_address.hostname = config.get<std::string>("config.hostname"); server_address.port = config.get<int>("config.comport"); // set_server_addr(server_address); add_command_handler ("rpy_service", boost::bind(&all::sense::MTi_client_t::rpy_service_, this, _1)); //set_connect_callback(boost::bind(&all::simple_client_t::on_connect, this)); } void MTi_client_t::rpy_service_(all::core::net_packet_ptr_t incoming) { rpy_.roll.set_deg(incoming->buf_to_double()); rpy_.pitch.set_deg(incoming->buf_to_double()); rpy_.yaw.set_deg(incoming->buf_to_double()); } // }} //
[ "andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81" ]
andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81
0d5312921ac1cfa264c1b134f35f699b1c13e7c9
7c5c667d10f01f6cd0e87e6af53a720bd2502bc7
/src/shuoj/problem set/1758.cpp
453dcfb431ba05228e80576954c4a838504a101d
[]
no_license
xyiyy/icpc
3306c163a4fdefb190518435c09929194b3aeebc
852c53860759772faa052c32f329149f06078e77
refs/heads/master
2020-04-12T06:15:50.747975
2016-10-25T12:16:57
2016-10-25T12:16:57
40,187,486
5
0
null
null
null
null
UTF-8
C++
false
false
1,802
cpp
#include <iostream> #include <sstream> #include <ios> #include <iomanip> #include <functional> #include <algorithm> #include <vector> #include <string> #include <list> #include <queue> #include <deque> #include <stack> #include <set> #include <map> #include <cstdio> #include <cstdlib> #include <cmath> #include <cstring> #include <climits> #include <cctype> using namespace std; #define XINF INT_MAX #define INF 0x3FFFFFFF #define MP(X, Y) make_pair(X,Y) #define PB(X) push_back(X) #define REP(X, N) for(int X=0;X<N;X++) #define REP2(X, L, R) for(int X=L;X<=R;X++) #define DEP(X, R, L) for(int X=R;X>=L;X--) #define CLR(A, X) memset(A,X,sizeof(A)) #define IT iterator typedef long long ll; typedef pair<int, int> PII; typedef vector<PII> VII; typedef vector<int> VI; #define MAXN 10000007 int ans; int pa[MAXN]; // parent int ra[MAXN]; // rank void init(int n) { for (int i = 0; i < n; i++) { pa[i] = i; ra[i] = 1; } } int find(int x) { if (pa[x] != x) pa[x] = find(pa[x]); return pa[x]; } // 0: already united; 1: successfully united; int unite(int x, int y) { x = find(x); y = find(y); if (x == y)return 0; if (ra[x] < ra[y]) { pa[x] = y; ra[y] += ra[x]; ans = max(ans, ra[y]); } else { pa[y] = x; ra[x] += ra[y]; // cout<<"ok"<<ra[x]<<endl; ans = max(ans, ra[x]); //if(ra[x] == ra[y]) ra[x]++; } return 1; } bool same(int x, int y) { return find(x) == find(y); } int main() { //ios::sync_with_stdio(false); int n, u, v; while (scanf("%d", &n) != EOF) { ans = 1; init(MAXN); for (int i = 0; i < n; i++) { scanf("%d%d", &u, &v); unite(u, v); } printf("%d\n", ans); } return 0; }
[ "fraudxyiyy@gmail.com" ]
fraudxyiyy@gmail.com
3c60eb969a12e6ed547e6ab619a25fa738ebcce0
b41f0cf0e0939ed9975d414dc501b5cdb094d2c4
/sierra-scid-reader.cc
8600fe5604de976e02128d3d8e14da6251e56e6b
[]
no_license
staythecurse/SC-SCID-reader
73d79794d4cfc70e07354311d2a0ceaa2abd5596
d752b099307f56f536e66b47ca0de4f1fe451a3e
refs/heads/main
2023-02-14T04:49:18.319724
2021-01-10T01:10:48
2021-01-10T01:10:48
328,070,792
1
0
null
null
null
null
UTF-8
C++
false
false
1,949
cc
// Basic code required to read and output // a SierraChart SCID data file // feedback is welcome - I love to learn // Thank you to the SierraChart team for // your excellent documentation of your // APIs and data structures. // SierraChart documentation of the SCID intraday file format // https://www.sierrachart.com/index.php?page=doc/IntradayDataFileFormat.html #include <climits> // used by SierraChart #include <vector> #include <fstream> #include <iostream> #include <chrono> // These are necessary aliases on linux // stricmp and strnicmp are Windows extensions // (string ignore case compare) #ifdef __linux__ #define stricmp strcasecmp #define strnicmp strncasecmp #endif #include "../libs/ACS_Source/scdatetime.h" #include "../libs/ACS_Source/IntradayRecord.h" // special records defined in by s_IntradayRecord const float FIRST_SUB_TRADE_OF_UNBUNDLED_TRADE = -1.99900095e+37F; const float LAST_SUB_TRADE_OF_UNBUNDLED_TRADE = -1.99900197e+37F; std::vector<s_IntradayRecord> read_scid(std::vector<std::string> dataFiles) { std::vector<s_IntradayRecord> tsData; for (int i=0; i < dataFiles.size(); i++) { s_IntradayFileHeader irh; s_IntradayRecord ir; std::ifstream scidFile; scidFile.open(dataFiles[i], std::ios::binary | std::ios::ate); long long fsize = scidFile.tellg(); int recordCount = ((fsize - 56) / 40) + 1; std::cout << recordCount << " records to read" << std::endl; scidFile.clear(); // clear EOF and FAIL flags that were set by tellg() scidFile.seekg(0); // go back to the beginning of the file if (scidFile.is_open()) { scidFile.read((char*)&irh, sizeof(irh)); while (scidFile.good()) { scidFile.read((char*)&ir, sizeof(ir)); tsData.push_back(ir); } scidFile.close(); } } return tsData; }
[ "staythecurse@induction" ]
staythecurse@induction
29c270cdebdf2d2af1fed140a69b69d2518d440f
7374d86bf3534720b5a0dca2e5709f997d1c0a86
/src/OpenGL/Texture.h
17b50b0412ecad9b4422713a179033c7554735ca
[]
no_license
jenbu/OpenGLTest
dd89d6d61add10f0c9b3801a1578db53c72a80a3
6ac381d0cccb24802ed3c3f9bf7f85c5a97cce04
refs/heads/master
2020-09-22T12:26:58.872070
2020-07-30T11:19:33
2020-07-30T11:19:33
225,193,547
0
0
null
null
null
null
UTF-8
C++
false
false
676
h
#ifndef TEXTURE_H #define TEXTURE_H #include "Utility.h" #include "stb_image.h" class Texture { private: unsigned int m_RendererID; std::string m_FilePath; unsigned char* m_LocalBuffer; int m_Width, m_Height, m_BPP; public: Texture(const std::string& path); Texture(unsigned int width, unsigned int height, unsigned char* data); ~Texture(); inline unsigned int GetTextureID() { return m_RendererID; } void Bind(unsigned int slot) const;//different texture slots depending on system. void UnBind() const; inline int GetWidth() const { return m_Width; } inline int GetHeight() const { return m_Height; } }; #endif
[ "buan94@gmail.com" ]
buan94@gmail.com
f1dedf1315cd36aa69fadf12d551487b4eb0d8e7
6d1c143787686870c2bd792b75836c5a707dad3f
/Server/Share/Net/INetSessionMgr.h
086553b9f978649cd275daed5f61fde8a8bd52cb
[]
no_license
jakeowner/lastbattle
66dad639dd0ac43fd46bac7a0005cc157d350cc9
22d310f5bca796461678ccf044389ed5f60e03e0
refs/heads/master
2021-05-06T18:25:48.932112
2017-11-24T08:21:59
2017-11-24T08:21:59
111,915,246
45
34
null
2017-11-24T12:19:15
2017-11-24T12:19:15
null
GB18030
C++
false
false
2,309
h
#pragma once #include "../../ELogging/ELoggingHeader.h" #include "../../ELogging/ELogging/ThreadSafeQueue.h" #include "INetSession.h" #include "ISrvCliSession.h" #include "ICliSession.h" #define LOGLEVEL (LOGLV_WARN|LOGLV_CRITICAL) #define MAX_COUNT_LISTENER 3 class INetSessionMgr : public ISDSessionFactory, public ISDLogger, public ISDPacketParser { public: INetSessionMgr(); virtual ~INetSessionMgr(); static INetSessionMgr* GetInstance() {return mInstance; } public: bool CreateListener(int port, int recvsize, int sendsize, int pos, ISDSessionFactory* pOtherFactory=NULL); virtual bool CreateConnector(SESSION_TYPE type, const char* ip, int port, int recvsize, int sendsize, int logicId); public: UINT32 AddSession(INetSession* pSession); INetSession* GetSession(int sessionId) { return m_AllSessions.GetPointer(sessionId); } void RemoveSession(INetSession* pSession); void SendMsgToSession(SESSION_TYPE stype, int sessionId, google::protobuf::Message& sMsg, int n32MsgID); void SendMsgToSession(SESSION_TYPE stype, int sessionId, const std::string& sMsg, int n32MsgID); void SendMsgToSession(SESSION_TYPE stype, int sessionId, const char* pMsgBuffer, int n32MsgLen, int n32MsgID); void TranMsgToSession(SESSION_TYPE stype, int sessionId, const char* pMsgBuffer, int n32MsgLen, int n32MsgID, int n32TransId, int n32GcNet);//优化GS专用(不解析pb) void Send(SESSION_TYPE stype, int sessionId,char* pBuffer); void StopListener(int pos) { if (pos<MAX_COUNT_LISTENER){ mListener[pos]->Stop(); } } void DisconnectOne(int sessionId); void Update(); public: virtual ISDSession* UCAPI CreateSession(ISDConnection* pConnection) = 0; virtual ICliSession* UCAPI CreateConnectorSession(SESSION_TYPE type) = 0; public: virtual bool UCAPI LogText(const TCHAR* pszLog); virtual bool UCAPI LogBinary(const UINT8* pLog, UINT32 dwLen); public: virtual INT32 UCAPI ParsePacket(const char* pBuf, UINT32 dwLen); public: IUCNet* mNetModule;//网络模块 ISDListener* mListener[MAX_COUNT_LISTENER];//被动监听 static INetSessionMgr* mInstance;//单例 bool mIsUnSafeSend;//是否需要安全发送 CRITICAL_SECTION mNetworkCs;//临界区 vector<char*> m_SafeQueue;//安全队列 NetPointerPool<INetSession> m_AllSessions;//指针池 };
[ "613961636@qq.com" ]
613961636@qq.com
b7089856142bcfa07d5cc2da1e81cf11e42524ac
89d86ff05244fefd03d83ed5bf11dd9792adc3f0
/DSA/tree1.cpp
8ad2fb4b1cbc52b96389c47410e94a819d0fa43d
[]
no_license
mayank-75/Algorithms
afd3d6040f0060b6d0ef74a6d985000b53701115
bb209cffc875823c027632e732c2fa79d393658d
refs/heads/master
2020-07-14T17:53:45.341016
2020-03-01T08:29:33
2020-03-01T08:29:33
205,365,771
0
0
null
null
null
null
UTF-8
C++
false
false
2,977
cpp
# include<bits/stdc++.h> # define ll long long using namespace std ; struct Node { int data ; Node *left, *right ; Node(int d) { data = d ; left = right = NULL ; } }; /*code for bulding tree in a level order fashion from input array*/ Node *buildtree(int a[], int n, int i) { Node *t ; if(i<n) { t = new Node(a[i]); t->left = buildtree(a,n,2*i+1); t->right = buildtree(a,n,2*i+2); return t ; } return NULL ; } // Function to print tree nodes in // InOrder fashion void inOrder(Node* root) { if (root != NULL) { inOrder(root->left); cout << root->data <<" "; inOrder(root->right); } } // Driver program to test above function int main() { int arr[] = { 1, 2, 3, 4, 5, 6, 6, 6, 6 }; int n = sizeof(arr)/sizeof(arr[0]); Node* root = buildtree(arr,n,0); inOrder(root); } /* code for building tree using levelorder and inorder arrays vector<int> extract(int in[], int l[], int start, int index) { vector<int> } Node* builtree(int in[], int l[], int start, int end) { if(start > end) return NULL ; Node *t = new Node(l[0]); if(start == end) return t ; } //Driver program to test above functions int main() { int in[] = {4, 8, 10, 12, 14, 20, 22}; int level[] = {20, 8, 22, 4, 12, 10, 14}; int n = sizeof(in)/sizeof(in[0]); Node *root = buildTree(in, level, 0, n - 1, n); //Let us test the built tree by printing Insorder traversal cout << "Inorder traversal of the constructed tree is \n"; printInorder(root); return 0; } */ /* struct Node { char data ; Node *left, *right ; Node(char d) { data = d ; left = right = NULL ; } }; code for building tree using preorder and inorder traversal int search(char in[], int start, int end, char key) { for(int i=start;i<=end;i++) { if(key == in[i]) return i ; } return -1 ; } int preindex = 0 ; Node* buildtree(char in[], char pre[], int start, int end) { if(start > end) return NULL ; Node *t = new Node(pre[preindex++]); if(start == end) return t ; int inindex = search(in,start,end,t->data); t->left = buildtree(in,pre,start,inindex-1); t->right = buildtree(in,pre,inindex+1,end); return t ; } void printInorder(struct Node* node) { if (node == NULL) return; //first recur on left child printInorder(node->left); //then print the data of node printf("%c ", node->data); //now recur on right child printInorder(node->right); } Driver program to test above functions int main() { char in[] = { 'D', 'B', 'E', 'A', 'F', 'C' }; char pre[] = { 'A', 'B', 'D', 'E', 'C', 'F' }; int len = sizeof(in) / sizeof(in[0]); struct Node* root = buildtree(in, pre, 0, len - 1); //Let us test the built tree by printing Insorder traversal printf("Inorder traversal of the constructed tree is \n"); printInorder(root); getchar(); }*/
[ "f20160414@goa.bits-pilani.ac.in" ]
f20160414@goa.bits-pilani.ac.in
4e7dc95596b709dbbfe6ade39d50e3b6c44da7ed
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-dms/include/aws/dms/model/StartReplicationTaskRequest.h
943f85373ec083d01b791a321a1b1f05e331a8d8
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
5,503
h
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ #pragma once #include <aws/dms/DatabaseMigrationService_EXPORTS.h> #include <aws/dms/DatabaseMigrationServiceRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/dms/model/StartReplicationTaskTypeValue.h> #include <aws/core/utils/DateTime.h> namespace Aws { namespace DatabaseMigrationService { namespace Model { /** * <p/><p><h3>See Also:</h3> <a * href="http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskMessage">AWS * API Reference</a></p> */ class AWS_DATABASEMIGRATIONSERVICE_API StartReplicationTaskRequest : public DatabaseMigrationServiceRequest { public: StartReplicationTaskRequest(); Aws::String SerializePayload() const override; Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline const Aws::String& GetReplicationTaskArn() const{ return m_replicationTaskArn; } /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline void SetReplicationTaskArn(const Aws::String& value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn = value; } /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline void SetReplicationTaskArn(Aws::String&& value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn = value; } /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline void SetReplicationTaskArn(const char* value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn.assign(value); } /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline StartReplicationTaskRequest& WithReplicationTaskArn(const Aws::String& value) { SetReplicationTaskArn(value); return *this;} /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline StartReplicationTaskRequest& WithReplicationTaskArn(Aws::String&& value) { SetReplicationTaskArn(value); return *this;} /** * <p>The Amazon Resource Number (ARN) of the replication task to be started.</p> */ inline StartReplicationTaskRequest& WithReplicationTaskArn(const char* value) { SetReplicationTaskArn(value); return *this;} /** * <p>The type of replication task.</p> */ inline const StartReplicationTaskTypeValue& GetStartReplicationTaskType() const{ return m_startReplicationTaskType; } /** * <p>The type of replication task.</p> */ inline void SetStartReplicationTaskType(const StartReplicationTaskTypeValue& value) { m_startReplicationTaskTypeHasBeenSet = true; m_startReplicationTaskType = value; } /** * <p>The type of replication task.</p> */ inline void SetStartReplicationTaskType(StartReplicationTaskTypeValue&& value) { m_startReplicationTaskTypeHasBeenSet = true; m_startReplicationTaskType = value; } /** * <p>The type of replication task.</p> */ inline StartReplicationTaskRequest& WithStartReplicationTaskType(const StartReplicationTaskTypeValue& value) { SetStartReplicationTaskType(value); return *this;} /** * <p>The type of replication task.</p> */ inline StartReplicationTaskRequest& WithStartReplicationTaskType(StartReplicationTaskTypeValue&& value) { SetStartReplicationTaskType(value); return *this;} /** * <p>The start time for the Change Data Capture (CDC) operation.</p> */ inline const Aws::Utils::DateTime& GetCdcStartTime() const{ return m_cdcStartTime; } /** * <p>The start time for the Change Data Capture (CDC) operation.</p> */ inline void SetCdcStartTime(const Aws::Utils::DateTime& value) { m_cdcStartTimeHasBeenSet = true; m_cdcStartTime = value; } /** * <p>The start time for the Change Data Capture (CDC) operation.</p> */ inline void SetCdcStartTime(Aws::Utils::DateTime&& value) { m_cdcStartTimeHasBeenSet = true; m_cdcStartTime = value; } /** * <p>The start time for the Change Data Capture (CDC) operation.</p> */ inline StartReplicationTaskRequest& WithCdcStartTime(const Aws::Utils::DateTime& value) { SetCdcStartTime(value); return *this;} /** * <p>The start time for the Change Data Capture (CDC) operation.</p> */ inline StartReplicationTaskRequest& WithCdcStartTime(Aws::Utils::DateTime&& value) { SetCdcStartTime(value); return *this;} private: Aws::String m_replicationTaskArn; bool m_replicationTaskArnHasBeenSet; StartReplicationTaskTypeValue m_startReplicationTaskType; bool m_startReplicationTaskTypeHasBeenSet; Aws::Utils::DateTime m_cdcStartTime; bool m_cdcStartTimeHasBeenSet; }; } // namespace Model } // namespace DatabaseMigrationService } // namespace Aws
[ "henso@amazon.com" ]
henso@amazon.com
73fd610be9bd6e447ecdbd2fc28d87dc205f1cd9
05aed5fde6736718bd592193569056b8b2aff14f
/tergeo/include/tergeo/common/macro.h
37934a81ebd46692079e748bd348d4b09a91fff2
[]
no_license
csLinZhang/cncr
39b33e7594b7950cde9ba294f728e5e8b0cfd9d8
540b708d086bea15c88c6b2863db13b6d3aba7e9
refs/heads/master
2023-07-04T08:23:02.193127
2021-08-11T08:02:21
2021-08-11T08:02:21
394,889,133
6
3
null
null
null
null
UTF-8
C++
false
false
2,547
h
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * A MI TUO LE GE FO | *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * GOD BLESS NO BUGS!! * * _ooOoo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ____/'___'\____ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||_ \ * | | \\\ - /// | | * | \_| ''\---/'' |_/ | * \ .-\__ `-` __/-. / * ___`..' /--.--\ `..'___ * ."" '< `.___\_<|>_/___.' >' "". * | | : `-\`.;` \ _ / ';.`/- ` : | | * \ \ `-. \_ __ \ / __ _/ .-` / / * ======`-.____`-.__\_______/ __.-`___.-'====== * `=-----=' * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #ifndef _TERGEO_COMMON_MACRO_H_ #define _TERGEO_COMMON_MACRO_H_ #include <memory> #define DISALLOW_COPY_AND_ASSIGN(class_name) \ private: \ class_name(const class_name &); \ class_name &operator=(const class_name &); #define DISALLOW_IMPLICIT_CONSTRUCTORS(class_name) \ private: \ class_name(); \ DISALLOW_COPY_AND_ASSIGN(class_name); #define DECLARE_SINGLETON(class_name) \ public: \ static class_name *Instance() { \ static class_name s_instance; \ return &s_instance; \ } \ DISALLOW_IMPLICIT_CONSTRUCTORS(class_name) #define DECLARE_SHARED_PTR(class_name) \ typedef std::shared_ptr<class_name> Ptr; #define DECLARE_UNIQUE_PTR(class_name) \ typedef std::unique_ptr<class_name> Ptr; #define DECLARE_DEFAULT_STRUCTOR(class_name) \ public: \ class_name() = default; \ virtual ~class_name() = default; #endif
[ "13162551729@163.com" ]
13162551729@163.com
42cb72e1a4e77ea26100579fddf577adbd6ef9c5
de01cb554c2292b0fbb79b4d5413a2f6414ea472
/algorithms/Medium/146.lru-cache.cpp
87797d85769e3e56d18ea9d2cbeabbfce47ad613
[]
no_license
h4hany/yeet-the-leet
98292017eadd3dde98a079aafcd7648aa98701b4
563d779467ef5a7cc85cbe954eeaf3c1f5463313
refs/heads/master
2022-12-10T08:35:39.830260
2020-09-02T23:12:15
2020-09-02T23:12:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,724
cpp
/* * @lc app=leetcode id=146 lang=cpp * * [146] LRU Cache * * https://leetcode.com/problems/lru-cache/description/ * * algorithms * Medium (33.41%) * Total Accepted: 591.2K * Total Submissions: 1.8M * Testcase Example: '["LRUCache","put","put","get","put","get","put","get","get","get"]\n[[2],[1,1],[2,2],[1],[3,3],[2],[4,4],[1],[3],[4]]' * * Design and implement a data structure for Least Recently Used (LRU) cache. * It should support the following operations: get and put. * * get(key) - Get the value (will always be positive) of the key if the key * exists in the cache, otherwise return -1. * put(key, value) - Set or insert the value if the key is not already present. * When the cache reached its capacity, it should invalidate the least recently * used item before inserting a new item. * * The cache is initialized with a positive capacity. * * Follow up: * Could you do both operations in O(1) time complexity? * * Example: * * * LRUCache cache = new LRUCache( 2 /* capacity */ ); * * cache.put(1, 1); * cache.put(2, 2); * cache.get(1); // returns 1 * cache.put(3, 3); // evicts key 2 * cache.get(2); // returns -1 (not found) * cache.put(4, 4); // evicts key 1 * cache.get(1); // returns -1 (not found) * cache.get(3); // returns 3 * cache.get(4); // returns 4 * * * * */ class LRUCache { public: LRUCache(int capacity) { } int get(int key) { } void put(int key, int value) { } }; /** * Your LRUCache object will be instantiated and called as such: * LRUCache* obj = new LRUCache(capacity); * int param_1 = obj->get(key); * obj->put(key,value); */
[ "kevin.wkmiao@gmail.com" ]
kevin.wkmiao@gmail.com
f5e3d128d506784c63670925d6c3f9a18bea454c
018eac278e23bf4611b1b5d4aa0ac106dff8238b
/problem/数据结构/点、边分治/bzoj 2152 聪聪可可.cpp
e2f370f3e0dee8bf40d71c4cef1b2fb899cac5b2
[]
no_license
qian99/acm
250294b153455913442d13bb5caed1a82cd0b9e3
4f88f34cbd6ee33476eceeeec47974c1fe2748d8
refs/heads/master
2021-01-11T17:38:56.835301
2017-01-23T15:00:46
2017-01-23T15:00:47
79,812,471
3
2
null
null
null
null
UTF-8
C++
false
false
3,850
cpp
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> #include<map> #include<queue> #include<stack> #include<set> #include<cmath> #include<vector> #include<bitset> #define inf 0x3f3f3f3f #define Inf 0x3FFFFFFFFFFFFFFFLL #define eps 1e-6 #define pi acos(-1.0) using namespace std; typedef long long ll; const int maxn = 20000 + 10; struct Edge { int v,w,next; Edge(int v = 0,int w = 0,int next = 0):v(v),w(w),next(next){} }edges[maxn<<1]; int head[maxn],q[maxn],pa[maxn],flag[maxn],dp[maxn],nEdge; int addval[maxn][3],ans; void AddEdges(int u,int v,int w) { edges[++nEdge] = Edge(v,w,head[u]); head[u] = nEdge; edges[++nEdge] = Edge(u,w,head[v]); head[v] = nEdge; } int findroot(int x) { int tail = 0,u,v; q[tail++] = x; pa[x] = 0; for(int i = 0;i < tail;++i) { u = q[i]; for(int k = head[u];k != -1;k = edges[k].next) { v = edges[k].v; if(v == pa[u] || flag[v]) continue; pa[v] = u; q[tail++] = v; } } int minv = inf,root = -1,mx; for(int i = tail - 1;i >= 0;--i) { u = q[i]; dp[u] = 1;mx = 0; for(int k = head[u];k != -1;k = edges[k].next) { v = edges[k].v; if(v == pa[u] || flag[v]) continue; dp[u] += dp[v]; if(dp[v] > mx) mx = dp[v]; } mx = max(mx,tail - dp[u]); if(mx < minv) { minv = mx; root = u; } } return root; } void cal(int x) { int tail = 0,u,v; q[tail++] = x; pa[x] = 0; for(int i = 0;i < tail;++i) { u = q[i]; memset(addval[u],0,sizeof(addval[u])); for(int k = head[u]; k != -1 ;k = edges[k].next) { v = edges[k].v; if(v == pa[u] || flag[v]) continue; pa[v] = u; q[tail++] = v; } } for(int i = tail - 1;i >= 0 ;--i) { u = q[i]; addval[u][0] = 1; for(int k = head[u];k != -1;k = edges[k].next) { v = edges[k].v; if(v == pa[u] || flag[v]) continue; for(int j = 0;j < 3;++j) addval[u][(j+edges[k].w)%3] += addval[v][j]; } } } void solve(int x) { int root = findroot(x); flag[root] = true; memset(addval[root],0,sizeof(addval[root])); int tmp[3] = {0}; for(int k = head[root];k != -1;k = edges[k].next) { int v = edges[k].v; if(flag[v]) continue; cal(v); memset(tmp,0,sizeof(tmp)); for(int i = 0;i < 3;++i) { int j = (i+edges[k].w)%3; tmp[j] += addval[v][i]; } ans += tmp[0]*2; for(int i = 0;i < 3;++i) for(int j = 0;j < 3;++j) if((i + j)%3 == 0) ans += addval[root][i]*tmp[j]*2; for(int i = 0;i < 3;++i) addval[root][i] += tmp[i]; } for(int k = head[root];k != -1;k = edges[k].next) if(!flag[edges[k].v]) solve(edges[k].v); } int gcd(int a,int b) { return b == 0?a:gcd(b,a%b);} int main() { // freopen("in.txt","r",stdin); // freopen("out.txt","w",stdout); int n; while(~scanf("%d",&n)) { memset(head,0xff,sizeof(head)); nEdge = -1; int u,v,w; for(int i = 1;i < n;++i) { scanf("%d%d%d",&u,&v,&w); AddEdges(u,v,w); } memset(flag,0,sizeof(flag)); ans = 0; solve(1); v = n*n; ans = ans + n; w = gcd(ans,v); ans /= w; v /= w; printf("%d/%d\n",ans,v); } return 0; }
[ "123u@loyings-public-folder.local" ]
123u@loyings-public-folder.local
c22fefa79cdfcf684309d2dde7b26453e8ea3114
4270889393be6c619ffa44925532d227d8dfd922
/title35.cpp
8a1bc5d6afed16d60678ad7885b37430e5a796a7
[]
no_license
Joke-Dk/LeetCodeTrain
9e746738b19dcf0bae467d8ff746169e72107f8b
4ad202d4cbba5ccc2da8d5b00c4f32e8e9d74a8a
refs/heads/master
2021-01-10T16:36:41.332685
2015-06-15T02:13:24
2015-06-15T02:13:24
37,001,359
0
0
null
null
null
null
UTF-8
C++
false
false
576
cpp
class Solution { public: int searchInsert(vector<int>& nums, int target) { int low = 0, high = nums.size()-1; int ret = -1; while( low<=high) { int mid = (low+high)/2; if( nums[mid]==target) { return mid; } else if( nums[mid]<target) { low = mid+1; } else { high = mid-1; } ret = max( ret, low); } return ret; } };
[ "dking@live.com" ]
dking@live.com
85391be01abefb54f7fbe85864f7a489b529101d
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/media/gpu/v4l2_video_encode_accelerator.h
f31fdcaa758c362718371631ebcaf5f68df90527
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
11,108
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_GPU_V4L2_VIDEO_ENCODE_ACCELERATOR_H_ #define MEDIA_GPU_V4L2_VIDEO_ENCODE_ACCELERATOR_H_ #include <linux/videodev2.h> #include <stddef.h> #include <stdint.h> #include <memory> #include <queue> #include <vector> #include "base/files/scoped_file.h" #include "base/macros.h" #include "base/memory/weak_ptr.h" #include "base/threading/thread.h" #include "base/time/time.h" #include "media/gpu/media_gpu_export.h" #include "media/gpu/v4l2_device.h" #include "media/gpu/v4l2_image_processor.h" #include "media/video/video_encode_accelerator.h" #include "ui/gfx/geometry/size.h" namespace media { class BitstreamBuffer; } // namespace media namespace media { // This class handles video encode acceleration by interfacing with a V4L2 // device exposed by the codec hardware driver. The threading model of this // class is the same as in the V4L2VideoDecodeAccelerator (from which class this // was designed). // This class may try to instantiate and use a V4L2ImageProcessor for input // format conversion, if the input format requested via Initialize() is not // accepted by the hardware codec. class MEDIA_GPU_EXPORT V4L2VideoEncodeAccelerator : public VideoEncodeAccelerator { public: explicit V4L2VideoEncodeAccelerator(const scoped_refptr<V4L2Device>& device); ~V4L2VideoEncodeAccelerator() override; // VideoEncodeAccelerator implementation. VideoEncodeAccelerator::SupportedProfiles GetSupportedProfiles() override; bool Initialize(VideoPixelFormat format, const gfx::Size& input_visible_size, VideoCodecProfile output_profile, uint32_t initial_bitrate, Client* client) override; void Encode(const scoped_refptr<VideoFrame>& frame, bool force_keyframe) override; void UseOutputBitstreamBuffer(const BitstreamBuffer& buffer) override; void RequestEncodingParametersChange(uint32_t bitrate, uint32_t framerate) override; void Destroy() override; private: // Auto-destroy reference for BitstreamBuffer, for tracking buffers passed to // this instance. struct BitstreamBufferRef; // Record for codec input buffers. struct InputRecord { InputRecord(); ~InputRecord(); bool at_device; scoped_refptr<VideoFrame> frame; }; // Record for output buffers. struct OutputRecord { OutputRecord(); ~OutputRecord(); bool at_device; std::unique_ptr<BitstreamBufferRef> buffer_ref; void* address; size_t length; }; struct ImageProcessorInputRecord { ImageProcessorInputRecord(); ~ImageProcessorInputRecord(); scoped_refptr<VideoFrame> frame; bool force_keyframe; }; enum { kInitialFramerate = 30, // These are rather subjectively tuned. kInputBufferCount = 2, kOutputBufferCount = 2, kImageProcBufferCount = 2, kOutputBufferSize = (2 * 1024 * 1024), }; // Internal state of the encoder. enum State { kUninitialized, // Initialize() not yet called. kInitialized, // Initialize() returned true; ready to start encoding. kEncoding, // Encoding frames. kError, // Error in encoder state. }; // // Callbacks for the image processor, if one is used. // // Callback run by the image processor when a frame is ready for us to encode. void FrameProcessed(bool force_keyframe, base::TimeDelta timestamp, int output_buffer_index); // Error callback for handling image processor errors. void ImageProcessorError(); // // Encoding tasks, to be run on encode_thread_. // void EncodeTask(const scoped_refptr<VideoFrame>& frame, bool force_keyframe); // Add a BitstreamBuffer to the queue of buffers ready to be used for encoder // output. void UseOutputBitstreamBufferTask( std::unique_ptr<BitstreamBufferRef> buffer_ref); // Device destruction task. void DestroyTask(); // Service I/O on the V4L2 devices. This task should only be scheduled from // DevicePollTask(). void ServiceDeviceTask(); // Handle the device queues. void Enqueue(); void Dequeue(); // Enqueue a buffer on the corresponding queue. Returns false on fatal error. bool EnqueueInputRecord(); bool EnqueueOutputRecord(); // Attempt to start/stop device_poll_thread_. bool StartDevicePoll(); bool StopDevicePoll(); // // Device tasks, to be run on device_poll_thread_. // // The device task. void DevicePollTask(bool poll_device); // // Safe from any thread. // // Error notification (using PostTask() to child thread, if necessary). void NotifyError(Error error); // Set the encoder_state_ to kError and notify the client (if necessary). void SetErrorState(Error error); // // Other utility functions. Called on encoder_thread_, unless // encoder_thread_ is not yet started, in which case the child thread can call // these (e.g. in Initialize() or Destroy()). // // Change encoding parameters. void RequestEncodingParametersChangeTask(uint32_t bitrate, uint32_t framerate); // Set up formats and initialize the device for them. bool SetFormats(VideoPixelFormat input_format, VideoCodecProfile output_profile); // Try to set up the device to the input format we were Initialized() with, // or if the device doesn't support it, use one it can support, so that we // can later instantiate a V4L2ImageProcessor to convert to it. bool NegotiateInputFormat(VideoPixelFormat input_format); // Set up the device to the output format requested in Initialize(). bool SetOutputFormat(VideoCodecProfile output_profile); // Initialize device controls with default values. bool InitControls(); // Create the buffers we need. bool CreateInputBuffers(); bool CreateOutputBuffers(); // Destroy these buffers. void DestroyInputBuffers(); void DestroyOutputBuffers(); // Set controls in |ctrls| and return true if successful. bool SetExtCtrls(std::vector<struct v4l2_ext_control> ctrls); // Return true if a V4L2 control of |ctrl_id| is supported by the device, // false otherwise. bool IsCtrlExposed(uint32_t ctrl_id); // Recycle output buffer of image processor with |output_buffer_index|. void ReuseImageProcessorOutputBuffer(int output_buffer_index); // Copy encoded stream data from an output V4L2 buffer at |bitstream_data| // of size |bitstream_size| into a BitstreamBuffer referenced by |buffer_ref|, // injecting stream headers if required. Return the size in bytes of the // resulting stream in the destination buffer. size_t CopyIntoOutputBuffer(const uint8_t* bitstream_data, size_t bitstream_size, std::unique_ptr<BitstreamBufferRef> buffer_ref); // Our original calling task runner for the child thread. const scoped_refptr<base::SingleThreadTaskRunner> child_task_runner_; gfx::Size visible_size_; // Input allocated size required by the device. gfx::Size input_allocated_size_; size_t output_buffer_byte_size_; // Formats for input frames and the output stream. VideoPixelFormat device_input_format_; size_t input_planes_count_; uint32_t output_format_fourcc_; // // Encoder state, owned and operated by encoder_thread_. // Before encoder_thread_ has started, the encoder state is managed by // the child (main) thread. After encoder_thread_ has started, the encoder // thread should be the only one managing these. // // Encoder state. State encoder_state_; // For H264, for resilience, we prepend each IDR with SPS and PPS. Some // devices support this via the V4L2_CID_MPEG_VIDEO_H264_SPS_PPS_BEFORE_IDR // control. For devices that don't, we cache the latest SPS and PPS and inject // them into the stream before every IDR. bool inject_sps_and_pps_ = false; // Cached SPS (without H.264 start code). std::vector<uint8_t> cached_sps_; // Cached PPS (without H.264 start code). std::vector<uint8_t> cached_pps_; // Size in bytes required to inject cached SPS and PPS, including H.264 // start codes. size_t cached_h264_header_size_ = 0; // Video frames ready to be encoded. std::queue<scoped_refptr<VideoFrame>> encoder_input_queue_; // Encoder device. scoped_refptr<V4L2Device> device_; // Input queue state. bool input_streamon_; // Input buffers enqueued to device. int input_buffer_queued_count_; // Input buffers ready to use; LIFO since we don't care about ordering. std::vector<int> free_input_buffers_; // Mapping of int index to input buffer record. std::vector<InputRecord> input_buffer_map_; v4l2_memory input_memory_type_; // Output queue state. bool output_streamon_; // Output buffers enqueued to device. int output_buffer_queued_count_; // Output buffers ready to use; LIFO since we don't care about ordering. std::vector<int> free_output_buffers_; // Mapping of int index to output buffer record. std::vector<OutputRecord> output_buffer_map_; // Bitstream buffers ready to be used to return encoded output, as a LIFO // since we don't care about ordering. std::vector<std::unique_ptr<BitstreamBufferRef>> encoder_output_queue_; // Image processor, if one is in use. std::unique_ptr<V4L2ImageProcessor> image_processor_; // Indexes of free image processor output buffers. Only accessed on child // thread. std::vector<int> free_image_processor_output_buffers_; // Video frames ready to be processed. Only accessed on child thread. std::queue<ImageProcessorInputRecord> image_processor_input_queue_; // Mapping of int index to fds of image processor output buffer. std::vector<std::vector<base::ScopedFD>> image_processor_output_buffer_map_; // This thread services tasks posted from the VEA API entry points by the // child thread and device service callbacks posted from the device thread. base::Thread encoder_thread_; // The device polling thread handles notifications of V4L2 device changes. // TODO(sheu): replace this thread with an TYPE_IO encoder_thread_. base::Thread device_poll_thread_; // To expose client callbacks from VideoEncodeAccelerator. // NOTE: all calls to these objects *MUST* be executed on // child_task_runner_. base::WeakPtr<Client> client_; std::unique_ptr<base::WeakPtrFactory<Client>> client_ptr_factory_; // WeakPtr<> pointing to |this| for use in posting tasks from the // image_processor_ back to the child thread. // Tasks posted onto encoder and poll threads can use base::Unretained(this), // as both threads will not outlive this object. base::WeakPtr<V4L2VideoEncodeAccelerator> weak_this_; base::WeakPtrFactory<V4L2VideoEncodeAccelerator> weak_this_ptr_factory_; DISALLOW_COPY_AND_ASSIGN(V4L2VideoEncodeAccelerator); }; } // namespace media #endif // MEDIA_GPU_V4L2_VIDEO_ENCODE_ACCELERATOR_H_
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
8108a3cc9adda001f7d72142d9d055b8f82fbab2
6712f8313dd77ae820aaf400a5836a36af003075
/semClasses.h
a2a89e5998aa70934d4992a89037dc9e5274eea8
[]
no_license
AdamTT1/bdScript
d83c7c63c2c992e516dca118cfeb34af65955c14
5483f239935ec02ad082666021077cbc74d1790c
refs/heads/master
2021-12-02T22:57:35.846198
2010-08-08T22:32:02
2010-08-08T22:32:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,927
h
#ifndef __SEMAPHORE_H__ #define __SEMAPHORE_H__ "$Id: semClasses.h,v 1.9 2003-08-03 19:27:36 ericn Exp $" /* * semClasses.h * * This header file declares a handful of semaphore * wrappers for the pthread library. * * * Change History : * * $Log: semClasses.h,v $ * Revision 1.9 2003-08-03 19:27:36 ericn * -added convenience methods to lock and wait for condition * * Revision 1.8 2002/12/02 15:05:03 ericn * -added names to mutexes (for debug), moved stuff out-of-line * * Revision 1.7 2002/11/30 05:28:54 ericn * -removed semaphore_t * * Revision 1.6 2002/11/30 01:41:46 ericn * -modified to prevent copies * * Revision 1.5 2002/11/30 00:52:51 ericn * -changed name to semClasses.h * * Revision 1.4 2002/11/30 00:30:30 ericn * -added semaphore_t class * * Revision 1.3 2002/11/17 16:08:48 ericn * -fixed timed-out semaphore handling * * Revision 1.2 2002/10/31 02:04:42 ericn * -modified to compile on ARM * * Revision 1.1 2002/10/27 17:42:08 ericn * -Initial import * * * * Copyright Boundary Devices, Inc. 2002 */ #include <pthread.h> #include <sys/time.h> #include <stdio.h> class mutex_t { public: mutex_t( char const *name = "unnamed" ); ~mutex_t( void ); pthread_mutex_t handle_ ; pthread_t owner_ ; unsigned lockCount_ ; char const *const name_ ; private: mutex_t( mutex_t const & ); // no copies }; class mutexLock_t { public: mutexLock_t( mutex_t &m ); ~mutexLock_t( void ); bool worked( void ) const { return 0 == result_ ; } mutex_t &mutex_ ; int result_ ; private: mutexLock_t( mutexLock_t const & ); // no copies }; class condition_t { public: // // should we include a mutex here to avoid it in wait calls // and prevent multiple-mutex bugs? // condition_t( void ){ pthread_cond_init( &handle_, 0 ); } ~condition_t( void ){ pthread_cond_destroy( &handle_ ); } // // wait-side routines. // // Note that these expect a locked mutex on input, // and have the mutex locked on return. (unlocked between) // inline bool wait( mutexLock_t &lock ); inline bool wait( mutexLock_t &lock, unsigned long milliseconds ); // // These will grab a lock before waiting // inline bool wait( mutex_t &mutex ); inline bool wait( mutex_t &mutex, unsigned long milliseconds ); // // set-side routines // inline bool signal( void ){ return 0 == pthread_cond_signal( &handle_ ); } inline bool broadcast( void ){ return 0 == pthread_cond_broadcast( &handle_ ); } pthread_cond_t handle_ ; private: condition_t( condition_t const & ); // no copies }; bool condition_t :: wait( mutexLock_t &lock ) { if( 0 == pthread_cond_wait( &handle_, &lock.mutex_.handle_ ) ) { return true ; } else { // note that pthread_cond_wait re-acquired lock before returning return false ; } } inline bool condition_t :: wait ( mutexLock_t &lock, unsigned long milliseconds ) { struct timeval now ; gettimeofday( &now, 0 ); now.tv_usec += milliseconds*1000 ; if( 1000000 < now.tv_usec ) { now.tv_sec += now.tv_usec / 1000000 ; now.tv_usec = now.tv_usec % 1000000 ; } timespec then ; then.tv_sec = now.tv_sec ; then.tv_nsec = now.tv_usec*1000 ; if( 0 == pthread_cond_timedwait( &handle_, &lock.mutex_.handle_, &then ) ) { return true ; } else { // note that pthread_cond_timedwait re-acquired lock before returning return false ; } } // // These will grab a lock before waiting // bool condition_t :: wait( mutex_t &mutex ) { mutexLock_t lock( mutex ); if( lock.worked() ) return wait( lock ); } bool condition_t :: wait( mutex_t &mutex, unsigned long milliseconds ) { mutexLock_t lock( mutex ); if( lock.worked() ) return wait( lock, milliseconds ); } #endif
[ "ericn" ]
ericn
25d4f5cbc5beccc8e2c995220fe097884cdfb9b3
121fbaaddc9999c0c56deb3f0c9ec32a155c8466
/src/logic/FinalLevel.cc
1f71b4c17e87b119896cc1196333803be590bfb3
[ "MIT" ]
permissive
huzjkevin/portal_maze_zgl
6fc9128793eac545473fe15c51f2e15199740b0d
efb32b1c3430f20638c1401095999ecb4d0af5aa
refs/heads/master
2023-06-15T02:56:56.066983
2021-07-08T15:02:30
2021-07-08T15:02:30
384,133,404
0
0
null
null
null
null
UTF-8
C++
false
false
25,466
cc
#include "FinalLevel.hh" #include "CameraObject.hh" #include "DynamicPortal.hh" #include "LogicWorld.hh" #include "PlayerObject.hh" #include "../collision/CollisionObject.hh" #include "../collision/CollisionWorld.hh" #include "../collision/Gate.hh" #include "../maze/Maze2D.hh" #include "../maze/MazeConverter2D.hh" #include "../maze/MazeGenerator2D.hh" #include "../maze/MazeMark.hh" #include "../maze/WallState.hh" #include "../render/Drawable.hh" #include "../render/Light.hh" #include "../render/Portal.hh" #include "../render/QueryHandler.hh" #include "../render/RenderWorld.hh" #include "../render/Renderer.hh" #include "../Game.hh" #include "../MeshHelper.hh" #include "../load_mesh.hh" #include <GLFW/glfw3.h> #include <glow-extras/geometry/UVSphere.hh> FinalLevel::FinalLevel() : tileW(8.0f), tileH(8.0f), won(false), key1Picked(false), key2Picked(false), oldClick(false), mazes(), marks() {} FinalLevel::~FinalLevel() {} void FinalLevel::tick(float elapsed) { bool newClick = LogicWorld::getInstance()->getGame()->isMouseButtonPressed(GLFW_MOUSE_BUTTON_RIGHT); if (!oldClick && newClick) { glm::vec3 loc3d = LogicWorld::getInstance()->getCamera()->getOwner()->getPosition(); glm::vec2 location(loc3d.x, loc3d.z); int face = NO_FACE; bool hit = false; SharedMaze2D maze; for (uint32_t i = 0; i < mazes.size(); i++) { face = mazes[i]->findFace(location); if (face >= 0) { hit = true; maze = mazes[i]; break; } } if (hit) { marks->flip(maze, face); } } oldClick = newClick; } void FinalLevel::update(float elapsed) { float currentTime = LogicWorld::getInstance()->getGame()->getCurrentTime(); float angle = currentTime / 2.5f * 3.14f; key1Object->setTransform(glm::translate(glm::vec3(2.5f * tileW, 1.0f, -0.5f * tileH)) * glm::rotate(angle, glm::vec3(0.0f, 1.0f, 0.0f)) * glm::rotate(glm::radians(-90.0f), glm::vec3(0.0f, 0.0f, 1.0f))); key2Object->setTransform(glm::translate(glm::vec3(-2.5f * tileW, 1.0f, 2.5f * tileH)) * glm::rotate(angle, glm::vec3(0.0f, 1.0f, 0.0f)) * glm::rotate(glm::radians(90.0f), glm::vec3(1.0f, 0.0f, 0.0f))); } void FinalLevel::trigger(CollisionObject* actor, CollisionObject* other) { if (other == exitTrigger.get()) { if (!won) { glow::info() << "Game won!"; won = true; } } if (other == key1Trigger.get()) { if (!key1Picked) { portal5->enable(); RenderWorld::getInstance()->getRoot()->removeChild(key1Object); key1Picked = true; } } if (other == key2Trigger.get()) { if (!key2Picked) { for (size_t i = 0; i < 10; i++) { if (i != 0 && i != 1 && i != 5 && i != 6) { if (marks->isMarked(mazes[2], i)) { marks->flip(mazes[2], i); } } } portal9->disable(); portal10->enable(); portal6->enable(); RenderWorld::getInstance()->getRoot()->removeChild(key2Object); key2Picked = true; } } } void FinalLevel::init() { globalLight = initGlobalLight(glm::vec3(0.0f, -1.0f, 0.0f), glm::vec3(1.0f, 1.0f, 1.0f), 1.0f, 0.1f); marks = std::make_shared<MazeMarkList>(); RenderWorld::getInstance()->getRoot()->addChild(marks->getNode()); initPlayer(0.3f, glm::vec3(6.5f * tileW, 0.3f, -2.5f * tileH), 0.1f); initGround(); SharedWallStateChooser random = std::make_shared<WallStateChooser>(); random->add(0.3f, std::make_shared<DoorWallState>()); random->add(0.1f, std::make_shared<DoorWallState>(WALL_LEFT, DEFAULT_WIDTH, -0.2f)); random->add(0.1f, std::make_shared<DoorWallState>(WALL_RIGHT, DEFAULT_WIDTH, 0.2f)); SharedWallStateChooser undetermined = std::make_shared<WallStateChooser>(std::make_shared<WallState>(WALL_UNDETERMINED)); SharedWallStateChooser solid = std::make_shared<WallStateChooser>(std::make_shared<WallState>(WALL_SOLID)); SharedWallStateChooser none = std::make_shared<WallStateChooser>(std::make_shared<WallState>(WALL_NONE)); SharedWallStateChooser door = std::make_shared<WallStateChooser>(std::make_shared<DoorWallState>()); SharedWallStateChooser left = std::make_shared<WallStateChooser>(std::make_shared<DoorWallState>(WALL_LEFT, DEFAULT_WIDTH, -0.2f)); SharedWallStateChooser right = std::make_shared<WallStateChooser>(std::make_shared<DoorWallState>(WALL_RIGHT, DEFAULT_WIDTH, 0.2f)); std::vector<int32_t> param; std::vector<glow::SharedVertexArray> meshes; std::vector<CollisionObject*> bodies; SharedMazeConverter2D converter = std::make_shared<MazeConverter2D>(); converter->setBodies(&bodies); // CREATE MAIN MAZE SharedMaze2D maze = std::make_shared<Maze2D>(); mazes.push_back(maze); for (int z = -5; z <= 0; z++) { for (int x = 7; x >= 0; x--) { maze->createVertex({x * tileW, z * tileH}); } } for (int z = 0; z < 5; z++) { for (int x = 0; x < 7; x++) { param.clear(); param.push_back((x + 0) + (z + 0) * 8); param.push_back((x + 1) + (z + 0) * 8); param.push_back((x + 1) + (z + 1) * 8); param.push_back((x + 0) + (z + 1) * 8); maze->createFace(param); } } maze->connect(); maze->setCorridorChooser(none); maze->makeCorridor(4 * 0 + 2, true, true); maze->makeCorridor(4 * 21 + 2, true, true); maze->makeCorridor(4 * 0 + 1, true, true); maze->makeCorridor(4 * 14 + 1, true, true); maze->makeCorridor(4 * 28 + 1, true, true); maze->makeCorridor(4 * 1 + 1, true, true); maze->makeCorridor(4 * 15 + 1, true, true); maze->makeCorridor(4 * 29 + 1, true, true); maze->makeCorridor(4 * 2 + 2, true, true); maze->makeCorridor(4 * 9 + 2, true, true); maze->makeCorridor(4 * 16 + 2, true, true); maze->makeCorridor(4 * 23 + 2, true, true); maze->makeCorridor(4 * 10 + 2, true, true); maze->makeCorridor(4 * 24 + 2, true, true); maze->makeCorridor(4 * 3 + 1, true, true); maze->makeCorridor(4 * 17 + 1, true, true); maze->makeCorridor(4 * 24 + 1, true, true); maze->makeCorridor(4 * 4 + 1, true, true); maze->makeCorridor(4 * 18 + 1, true, true); maze->makeCorridor(4 * 25 + 1, true, true); maze->makeCorridor(4 * 12 + 2, true, true); maze->makeCorridor(4 * 26 + 1, true, true); maze->makeCorridor(4 * 20 + 2, true, true); maze->makeCorridor(4 * 27 + 2, true, true); maze->setCorridorChooser(door); maze->makeCorridor(4 * 7 + 1, true, true); maze->makeCorridor(4 * 21 + 1, true, true); maze->makeCorridor(4 * 31 + 1, true, true); maze->makeCorridor(4 * 4 + 2, true, true); maze->makeCorridor(4 * 33 + 2, false); maze->setCorridorChooser(left); maze->makeCorridor(4 * 6 + 3, true, true); maze->makeCorridor(4 * 13 + 0, true, true); glow::SharedTexture2D flatbrickAlbedo = glow::Texture2D::createFromFile("../data/textures/flatbrick.albedo.png", glow::ColorSpace::sRGB); glow::SharedTexture2D flatbrickNormal = glow::Texture2D::createFromFile("../data/textures/flatbrick.normal.png", glow::ColorSpace::Linear); glow::SharedTexture2D redtilesAlbedo = glow::Texture2D::createFromFile("../data/textures/redtiles.albedo.jpg", glow::ColorSpace::sRGB); glow::SharedTexture2D redtilesNormal = glow::Texture2D::createFromFile("../data/textures/redtiles.normal.jpg", glow::ColorSpace::Linear); glow::SharedTexture2D redasphaltAlbedo = glow::Texture2D::createFromFile("../data/textures/redasphalt.albedo.jpg", glow::ColorSpace::sRGB); glow::SharedTexture2D redasphaltNormal = glow::Texture2D::createFromFile("../data/textures/redasphalt.normal.png", glow::ColorSpace::Linear); SharedDrawable drawable = std::make_shared<Drawable>(); drawable->setAlbedo(flatbrickAlbedo); drawable->setNormal(flatbrickNormal); RenderWorld::getInstance()->getRoot()->addChild(drawable); SharedDrawable drawableFloor = std::make_shared<Drawable>(); drawableFloor->setAlbedo(redtilesAlbedo); drawableFloor->setNormal(redtilesNormal); RenderWorld::getInstance()->getRoot()->addChild(drawableFloor); SharedDrawable drawableCeil = std::make_shared<Drawable>(); drawableCeil->setAlbedo(redasphaltAlbedo); drawableCeil->setNormal(redasphaltNormal); RenderWorld::getInstance()->getRoot()->addChild(drawableCeil); converter->setMeshes(&meshes); converter->convert(maze); drawable->setMesh(meshes[0]); drawableFloor->setMesh(meshes[1]); drawableCeil->setMesh(meshes[2]); meshes.clear(); CollisionObject* source1Body = bodies[4 * 8 + 1]; CollisionObject* target2Body = bodies[4 * 3 + 3]; CollisionObject* source3Body = bodies[4 * 13 + 2]; CollisionObject* target3Body = bodies[4 * 18 + 2]; CollisionObject* source4Body = bodies[4 * 17 + 3]; CollisionObject* target4Body = bodies[4 * 20 + 0]; CollisionObject* source5Body = bodies[4 * 34 + 2]; CollisionObject* target6Body = bodies[4 * 33 + 0]; createMirror(maze, 4 * 22 + 1); createMirror(maze, 4 * 11 + 1); createMirror(maze, 4 * 11 + 3); createMirror(maze, 4 * 27 + 1); createMirror(maze, 4 * 10 + 0); createMirror(maze, 4 * 12 + 0); // CREATE OCT MAZE SharedMaze2D octMaze = std::make_shared<Maze2D>(); mazes.push_back(octMaze); octMaze->createVertex({-3 * tileW, -4 * tileH}); octMaze->createVertex({-4 * tileW, -4 * tileH}); octMaze->createVertex({-5 * tileW, -3 * tileH}); octMaze->createVertex({-5 * tileW, -2 * tileH}); octMaze->createVertex({-4 * tileW, -1 * tileH}); octMaze->createVertex({-3 * tileW, -1 * tileH}); octMaze->createVertex({-2 * tileW, -2 * tileH}); octMaze->createVertex({-2 * tileW, -3 * tileH}); param.clear(); param.push_back(0); param.push_back(1); param.push_back(2); param.push_back(3); param.push_back(4); param.push_back(5); param.push_back(6); param.push_back(7); octMaze->createFace(param); octMaze->connect(); glow::SharedTexture2D offsetpavementAlbedo = glow::Texture2D::createFromFile("../data/textures/offsetpavement.albedo.jpg", glow::ColorSpace::sRGB); glow::SharedTexture2D offsetpavementNormal = glow::Texture2D::createFromFile("../data/textures/offsetpavement.normal.jpg", glow::ColorSpace::Linear); glow::SharedTexture2D checkertilesAlbedo = glow::Texture2D::createFromFile("../data/textures/checkertiles.albedo.png", glow::ColorSpace::sRGB); glow::SharedTexture2D checkertilesNormal = glow::Texture2D::createFromFile("../data/textures/checkertiles.normal.png", glow::ColorSpace::Linear); glow::SharedTexture2D stoneAlbedo = glow::Texture2D::createFromFile("../data/textures/stone.albedo.png", glow::ColorSpace::sRGB); glow::SharedTexture2D stoneNormal = glow::Texture2D::createFromFile("../data/textures/stone.normal.png", glow::ColorSpace::Linear); SharedDrawable octDrawable = std::make_shared<Drawable>(); octDrawable->setAlbedo(offsetpavementAlbedo); octDrawable->setNormal(offsetpavementNormal); RenderWorld::getInstance()->getRoot()->addChild(octDrawable); SharedDrawable octDrawableFloor = std::make_shared<Drawable>(); octDrawableFloor->setAlbedo(checkertilesAlbedo); octDrawableFloor->setNormal(checkertilesNormal); RenderWorld::getInstance()->getRoot()->addChild(octDrawableFloor); SharedDrawable octDrawableCeil = std::make_shared<Drawable>(); octDrawableCeil->setAlbedo(stoneAlbedo); octDrawableCeil->setNormal(stoneNormal); RenderWorld::getInstance()->getRoot()->addChild(octDrawableCeil); converter->setMeshes(&meshes); converter->convert(octMaze); octDrawable->setMesh(meshes[0]); octDrawableFloor->setMesh(meshes[1]); octDrawableCeil->setMesh(meshes[2]); meshes.clear(); CollisionObject* target1Body = bodies[4]; CollisionObject* source2Body = bodies[1]; // CREATE TRICK MAZE SharedMaze2D trickMaze = std::make_shared<Maze2D>(); mazes.push_back(trickMaze); for (int z = -2; z <= 0; z++) { for (int x = 5; x >= 0; x--) { trickMaze->createVertex({x * tileW - 6.0f * tileW, z * tileH + 4.0f * tileH}); } } for (int z = 0; z < 2; z++) { for (int x = 0; x < 5; x++) { param.clear(); param.push_back((x + 0) + (z + 0) * 6); param.push_back((x + 1) + (z + 0) * 6); param.push_back((x + 1) + (z + 1) * 6); param.push_back((x + 0) + (z + 1) * 6); trickMaze->createFace(param); } } trickMaze->connect(); trickMaze->setCorridorChooser(none); trickMaze->makeCorridor(4 * 0 + 2, true, true); trickMaze->makeCorridor(4 * 0 + 1, true, true); trickMaze->makeCorridor(4 * 5 + 1, true, true); trickMaze->makeCorridor(4 * 1 + 2, true, true); trickMaze->setCorridorChooser(door); trickMaze->makeCorridor(4 * 1 + 1, true, true); trickMaze->makeCorridor(4 * 6 + 1, true, true); trickMaze->makeCorridor(4 * 2 + 2, true, true); trickMaze->makeCorridor(4 * 3 + 1, true, true); trickMaze->makeCorridor(4 * 8 + 1, true, true); trickMaze->makeCorridor(4 * 3 + 2, true, true); trickMaze->makeCorridor(4 * 4 + 2, true, true); glow::SharedTexture2D milanopavementAlbedo = glow::Texture2D::createFromFile("../data/textures/milanopavement.albedo.png", glow::ColorSpace::sRGB); glow::SharedTexture2D milanopavementNormal = glow::Texture2D::createFromFile("../data/textures/milanopavement.normal.png", glow::ColorSpace::Linear); glow::SharedTexture2D rockAlbedo = glow::Texture2D::createFromFile("../data/textures/rock.albedo.png", glow::ColorSpace::sRGB); glow::SharedTexture2D rockNormal = glow::Texture2D::createFromFile("../data/textures/rock.normal.png", glow::ColorSpace::Linear); glow::SharedTexture2D marbletilesAlbedo = glow::Texture2D::createFromFile("../data/textures/marbletiles.albedo.jpg", glow::ColorSpace::sRGB); glow::SharedTexture2D marbletilesNormal = glow::Texture2D::createFromFile("../data/textures/marbletiles.normal.png", glow::ColorSpace::Linear); SharedDrawable trickDrawable = std::make_shared<Drawable>(); trickDrawable->setAlbedo(milanopavementAlbedo); trickDrawable->setNormal(milanopavementNormal); RenderWorld::getInstance()->getRoot()->addChild(trickDrawable); SharedDrawable trickDrawableFloor = std::make_shared<Drawable>(); trickDrawableFloor->setAlbedo(rockAlbedo); trickDrawableFloor->setNormal(rockNormal); RenderWorld::getInstance()->getRoot()->addChild(trickDrawableFloor); SharedDrawable trickDrawableCeil = std::make_shared<Drawable>(); trickDrawableCeil->setAlbedo(marbletilesAlbedo); trickDrawableCeil->setNormal(marbletilesNormal); RenderWorld::getInstance()->getRoot()->addChild(trickDrawableCeil); converter->setMeshes(&meshes); converter->convert(trickMaze); trickDrawable->setMesh(meshes[0]); trickDrawableFloor->setMesh(meshes[1]); trickDrawableCeil->setMesh(meshes[2]); meshes.clear(); CollisionObject* target5Body = bodies[4 * 0 + 0]; CollisionObject* source6Body = bodies[4 * 5 + 2]; // MAZES DONE portal1 = std::make_shared<DynamicPortal>(maze, 4 * 8 + 1, octMaze, 4); portal1->addObstacles(source1Body, target1Body); portal1->lockTransforms(); portal1->enable(true, false, true, false); portal2 = std::make_shared<DynamicPortal>(octMaze, 1, maze, 4 * 3 + 3); portal2->addObstacles(source2Body, target2Body); portal2->lockTransforms(); portal2->enable(false, true, true, false); portal3 = std::make_shared<DynamicPortal>(maze, 4 * 13 + 2, maze, 4 * 18 + 2); portal3->addObstacles(source3Body, target3Body); portal3->lockTransforms(); portal3->enable(); portal4 = std::make_shared<DynamicPortal>(maze, 4 * 17 + 3, maze, 4 * 20 + 0); portal4->addObstacles(source4Body, target4Body); portal4->lockTransforms(); portal4->enable(); portal5 = std::make_shared<DynamicPortal>(maze, 4 * 34 + 2, trickMaze, 4 * 0 + 0); portal5->addObstacles(source5Body, target5Body); portal5->lockTransforms(); portal5->enable(true, true, false, false); portal6 = std::make_shared<DynamicPortal>(trickMaze, 4 * 5 + 2, maze, 4 * 33 + 0); portal6->addObstacles(source6Body, target6Body); portal6->lockTransforms(); // portal6->enable(); portal7 = std::make_shared<DynamicPortal>(maze, 4 * 19 + 1, maze, 4 * 20 + 0); portal7->lockTransforms(); portal7->enable(true, false, false, false); portal8 = std::make_shared<DynamicPortal>(trickMaze, 4 * 6 + 1, trickMaze, 4 * 9 + 3); portal8->setWidth(DEFAULT_WIDTH); portal8->setHeight(DEFAULT_HEIGHT - 0.002f); portal8->setGuard(0.0f); portal8->setSourceVOffset(0.001f); portal8->setTargetVOffset(0.001f); portal8->setSourceZAnchor(-1); portal8->setTargetZAnchor(-1); portal8->lockTransforms(); portal8->enable(); portal9 = std::make_shared<DynamicPortal>(trickMaze, 4 * 4 + 3, trickMaze, 4 * 2 + 2); portal9->setWidth(DEFAULT_WIDTH); portal9->setHeight(DEFAULT_HEIGHT - 0.002f); portal9->setGuard(0.0f); portal9->setSourceVOffset(0.001f); portal9->setTargetVOffset(0.001f); portal9->setSourceZAnchor(-1); portal9->setTargetZAnchor(-1); portal9->lockTransforms(); portal9->enable(); portal10 = std::make_shared<DynamicPortal>(trickMaze, 4 * 3 + 2, trickMaze, 4 * 2 + 2); portal10->setWidth(DEFAULT_WIDTH); portal10->setHeight(DEFAULT_HEIGHT - 0.002f); portal10->setGuard(0.0f); portal10->setSourceVOffset(0.001f); portal10->setTargetVOffset(0.001f); portal10->setSourceZAnchor(-1); portal10->setTargetZAnchor(-1); portal10->lockTransforms(); // portal10->enable(); // KEYS key1Object = std::make_shared<Drawable>(); glow::SharedTexture2D key1Albedo = glow::Texture2D::createFromFile("../data/textures/key2.albedo.jpg", glow::ColorSpace::sRGB); glow::SharedTexture2D key1Normal = glow::Texture2D::createFromFile("../data/textures/key2.normal.jpg", glow::ColorSpace::Linear); key1Object->setTransform(glm::translate(glm::vec3(2.5f * tileW, 1.0f, -0.5f * tileH)) * glm::rotate(glm::radians(-90.0f), glm::vec3(0.0f, 0.0f, 1.0f))); key1Object->setAlbedo(key1Albedo); key1Object->setNormal(key1Normal); key1Object->setMesh(load_mesh_from_obj("../data/meshes/key2.obj")); RenderWorld::getInstance()->getRoot()->addChild(key1Object); key2Object = std::make_shared<Drawable>(); glow::SharedTexture2D key2Albedo = glow::Texture2D::createFromFile("../data/textures/key1.albedo.png", glow::ColorSpace::sRGB); glow::SharedTexture2D key2Normal = glow::Texture2D::createFromFile("../data/textures/key1.normal.png", glow::ColorSpace::Linear); key2Object->setTransform(glm::translate(glm::vec3(-2.5f * tileW, 1.0f, 2.5f * tileH)) * glm::rotate(glm::radians(90.0f), glm::vec3(1.0f, 0.0f, 0.0f))); key2Object->setAlbedo(key2Albedo); key2Object->setNormal(key2Normal); key2Object->setMesh(load_mesh_from_obj("../data/meshes/key1.obj")); RenderWorld::getInstance()->getRoot()->addChild(key2Object); // TRIGGERS key1Trigger = std::make_shared<CollisionObject>(); key1Trigger->initTrigger(new btBoxShape(btVector3(0.5f, 0.5f, 0.5f)), glm::translate(glm::vec3(2.5f * tileW, 0.5f, -0.5f * tileH)), COLLISION_TRIGGER); CollisionWorld::getInstance()->addObject(key1Trigger); key2Trigger = std::make_shared<CollisionObject>(); key2Trigger->initTrigger(new btBoxShape(btVector3(0.5f, 0.5f, 0.5f)), glm::translate(glm::vec3(-2.5f * tileW, 0.5f, 2.5f * tileH)), COLLISION_TRIGGER); CollisionWorld::getInstance()->addObject(key2Trigger); exitTrigger = std::make_shared<CollisionObject>(); exitTrigger->initTrigger(new btBoxShape(btVector3(DEFAULT_WIDTH / 2.0f, DEFAULT_HEIGHT / 2.0f, PORTAL_TRIGGER_DEPTH)), maze->attachRectangle(4 * 33 + 2, DEFAULT_WIDTH, DEFAULT_HEIGHT, PORTAL_SOURCE), COLLISION_TRIGGER); CollisionWorld::getInstance()->addObject(exitTrigger); // FENCES glow::SharedTexture2D fenceAlbedo = glow::Texture2D::createFromFile("../data/textures/fence.albedo.jpg", glow::ColorSpace::sRGB); glow::SharedTexture2D fenceNormal = glow::Texture2D::createFromFile("../data/textures/fence.normal.jpg", glow::ColorSpace::Linear); glow::SharedVertexArray fenceMesh = load_mesh_from_obj("../data/meshes/fence.obj"); SharedDrawable drawableFence1 = std::make_shared<Drawable>(); drawableFence1->setTransform(glm::translate(glm::vec3(-2.5f * tileW, 0.0f, 3.0f * tileH))); drawableFence1->setAlbedo(fenceAlbedo); drawableFence1->setNormal(fenceNormal); drawableFence1->setMesh(fenceMesh); RenderWorld::getInstance()->getRoot()->addChild(drawableFence1); SharedCollisionObject collisionFence1 = std::make_shared<CollisionObject>(); collisionFence1->initStatic(new btBoxShape(btVector3(4.0f, 1.5f, 0.1f)), glm::translate(glm::vec3(-2.5f * tileW, 1.5f, 3.0f * tileH))); CollisionWorld::getInstance()->addObject(collisionFence1); SharedDrawable drawableFence2 = std::make_shared<Drawable>(); drawableFence2->setTransform(glm::translate(glm::vec3(-2.0f * tileW, 0.0f, 2.5f * tileH)) * glm::rotate(glm::radians(90.0f), glm::vec3(0.0f, 1.0f, 0.0f))); drawableFence2->setAlbedo(fenceAlbedo); drawableFence2->setNormal(fenceNormal); drawableFence2->setMesh(fenceMesh); RenderWorld::getInstance()->getRoot()->addChild(drawableFence2); SharedCollisionObject collisionFence2 = std::make_shared<CollisionObject>(); collisionFence2->initStatic(new btBoxShape(btVector3(0.1f, 1.5f, 4.0f)), glm::translate(glm::vec3(-2.0f * tileW, 0.0f, 2.5f * tileH))); CollisionWorld::getInstance()->addObject(collisionFence2); // LIGHTING for (size_t i = 0; i < maze->getFaceCount(); i++) { if (i == 0 || i == 2 || i == 8 || i == 14 || i == 16 || i == 22 || i == 28 || i == 30) { glm::vec3 lightPos = maze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setIntensity(3.0f); light->setAttenuation(16.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } if (i == 6 || i == 11 || i == 24 || i == 27 || i == 32) { glm::vec3 lightPos = maze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setIntensity(3.0f); light->setAttenuation(16.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } if (i == 17) { glm::vec3 lightPos = maze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setColor(glm::vec3(1.0f, 0.0f, 0.0f)); light->setIntensity(15.0f); light->setAttenuation(6.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } if (i == 19) { glm::vec3 lightPos = maze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setColor(glm::vec3(0.0f, 0.0f, 1.0f)); light->setIntensity(15.0f); light->setAttenuation(6.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } if (i == 33) { glm::vec3 lightPos = maze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setIntensity(15.0f); light->setAttenuation(6.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } } for (size_t i = 0; i < octMaze->getFaceCount(); i++) { glm::vec3 lightPos = octMaze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setIntensity(15.0f); light->setAttenuation(16.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } for (size_t i = 0; i < trickMaze->getFaceCount(); i++) { glm::vec3 lightPos = trickMaze->getCenter(i); lightPos.y += 2.0f; SharedPointLight light = std::make_shared<PointLight>(lightPos); light->setIntensity(3.0f); light->setAttenuation(3.0f); light->initObjects(64, 32); RenderWorld::getInstance()->getPointLights()->push_back(light); } }
[ "zhengjiang.hu@rwth-aachen.de" ]
zhengjiang.hu@rwth-aachen.de
a22560017f19cdfbab294330ed367a1570ff3d48
182f6920f098b37b41df5435c37c3db6082576b4
/singleLevelIndex_noBPlusTree/singleLevelIndex_binary.cpp
a246ac69452529c41c85921c94fb0509ebed1fb5
[]
no_license
N33MO/DatabaseDesign
c10ba49d1add2edd56a538ab98327d47aaa780a8
4258a6729ef1bbb0bf615e92fbdcc005832791a8
refs/heads/master
2021-01-03T23:56:50.939212
2020-02-13T15:20:13
2020-02-13T15:20:13
240,291,028
1
0
null
null
null
null
UTF-8
C++
false
false
7,174
cpp
// // singleLevelIndex.cpp // DatabaseDesignProject // // Created by Dayuan Chen on 11/9/19. // Copyright © 2019 N33MO. All rights reserved. // #include <stdio.h> #include <iostream> #include <fstream> #include <string> using namespace std; static bool funcPara(string str); // determine '-c' and '-l' static bool isDigital(string str); // determine key length para is integer static string int2bin(long int intValue); // make integer offset to binary and stored as string static void makeIndex(string dataIN, string indexOUT, string len); // create index static void extendIndex(string dataIN, string indexIN, string len); // read index to reload file string res_key[2048] = {""}; // save key - in 'makeIndex' string res_val[2048] = {""}; // save val - in 'makeIndex' long int res_val_bin[2048] = {0}; // save val as integer int main(int argc, const char * argv[]) { // // test input // argc = 5; // argv[0] = "0"; // argv[1] = "-c"; // argv[2] = "/Users/n33mo/MyLib/XcodeProjects/DatabaseDesignProject/DatabaseDesignProject/singleLevelIndex_noBPlusTree/TestDataA.txt"; // argv[3] = "/Users/n33mo/MyLib/XcodeProjects/DatabaseDesignProject/DatabaseDesignProject/singleLevelIndex_noBPlusTree/output.dat"; // argv[4] = "15"; // some restrictions if (argc != 5) { // number of para cout << "wrong input." << endl; return -1; } if (!funcPara(argv[1])) { // '-c' or '-l' cout << "wrong funcPara input." << endl; return -1; } if (!isDigital(argv[4])) { // last input should be an integer cout << "wrong len input." << endl; return -1; } // data file detection ofstream touch(argv[2], ios::in); if (!touch) { cout << "wrong input file." << endl; return -1; } touch.close(); // Ready to indexing if (strncmp(argv[1], "-c", 2) == 0) { makeIndex(argv[2],argv[3],argv[4]); } else if (strncmp(argv[1], "-l", 2) == 0) { extendIndex(argv[2],argv[3],argv[4]); } return 0; } bool funcPara(string str) { return strncmp(str.c_str(), "-c", 2) == 0 || strncmp(str.c_str(), "-l", 2) == 0; } bool isDigital(string str) { int len = int(str.size()); if (str.at(0) == '0') { return false; } for (int i = 0; i < len; i++) { if (str.at(i) > '9' || str.at(i) < '0') return false; } // if(stoi(str) < 1 || stoi(str) > 24) // extra condition: key length between [1,24] // return false; return true; } string int2bin(long int intValue) { string a; for (int i = 63; i >= 0; i--) { a = a + to_string(((intValue>>i)&1)); } return a; } void makeIndex(string dataIN, string indexOUT, string len) { string temp; // temprarily save each line in data file string keyValue; // temprarily save key in each line int rowSize = 0; // length of each line in data file long int totalLen = 0; // total length -> SAVE AS OFFSET int cnt = 0; // count total lines // read data from file and generate index in two array ifstream fdata(dataIN, ios::in); while (getline(fdata, temp)) { rowSize = int(temp.size()); keyValue = temp.substr(0,atoi(len.c_str())); string data = int2bin(totalLen); // get binary offset as data for the index res_key[cnt] = keyValue; res_val[cnt] = data; res_val_bin[cnt] = totalLen; totalLen += rowSize; cnt++; } fdata.close(); // Bubble sort the index string tmpStr; long int tmpLen; for (int i = 0; i < cnt-1; i++) { for (int j = 0; j < cnt-i-1; j++) { int r = strcmp(res_key[j].c_str(), res_key[j+1].c_str()); // compare two string if (r > 0) { tmpStr = res_key[j]; res_key[j] = res_key[j+1]; res_key[j+1] = tmpStr; tmpStr = res_val[j]; res_val[j] = res_val[j+1]; res_val[j+1] = tmpStr; tmpLen = res_val_bin[j]; res_val_bin[j] = res_val_bin[j+1]; res_val_bin[j+1] = tmpLen; } } } // // save sorted index in a file // //string indexOUTstr = "/Users/n33mo/MyLib/XcodeProjects/DatabaseDesignProject/DatabaseDesignProject/singleLevelIndex_noBPlusTree/out.txt"; // ofstream findex(indexOUT, ios::out); // for (int i = 0; i < cnt; i++) { // findex << res_key[i] << res_val[i] << endl; // } // findex.close(); // save sorted index as BINARY ofstream findex_b(indexOUT, ios::binary); for (int i = 0; i < cnt; i++) { findex_b << res_key[i]; findex_b.write((const char*)&res_val_bin[i], sizeof(long int)); } findex_b.close(); cout << "CREATE INDEX DONE!!!" << endl; } void extendIndex(string dataIN, string indexIN, string len) { // read original data file into a string ifstream fdata(dataIN, ios::in); string data = ""; string temp; while (getline(fdata, temp)) { data += temp; } fdata.close(); // read index and print corresponding data file via offset cout << "\n RELOADING FILE BY THIS INDEX...\n" << endl; // // open string index // ifstream findex(indexIN, ios::in); // string keyValue, offset; // while (getline(findex, temp)) { // keyValue = temp.substr(0,atoi(len.c_str())); // offset = temp.substr(atoi(len.c_str())); // int index = 0; // int exp = 1; // for (int i = 0; i < offset.size(); i++) { // index += (offset[offset.size()-i-1]-'0') * exp; // exp *= 2; // } // int ptr = index; // while (data[ptr] != '\r') { // cout << data[ptr]; // ptr++; // } // cout << endl; // } // findex.close(); // open binary ifstream findex_b(indexIN, ios::binary); // get total length (bytes) of the index as 'pos' and return the pointer to start point findex_b.seekg(0, ios::end); streampos pos = findex_b.tellg(); findex_b.seekg(0); // read whole index into 'buffer' char buffer[int(pos)]; findex_b.read(buffer, pos); int rowLen = (stoi(len) + 8); // length for each record in index int rows = int(pos / rowLen); // numbers of records for (int i = 0; i < rows; i++) { // read each record of index and print original data according to the offset as 'ofs' long int ofs = 0; long int exp = 1; // exponent for calculate total offset which is stored in 8 char(s) for (int j = stoi(len); j < stoi(len) + 8; j++) { // calculate total offset as 'ofs' ofs += int((unsigned char)buffer[i * rowLen + j]) * (exp); exp *= 256; } long int ptr = ofs; while (data[ptr] != '\r') { // print data record of each line, '\r' denotes line break cout << data[ptr]; ptr++; } cout << endl; } findex_b.close(); cout << "\n RELOAD FILE DONE!!!" << endl; }
[ "neemo.cdy@gmail.com" ]
neemo.cdy@gmail.com
1ec74118d4dbe3c2a14de58dd00889192a922334
e5c92e8b108f8736b995b8f3eb4473dc51905c5b
/powmod.cpp
583d83f897c9e289c0c9c7a6bea4dbc446df4b0a
[]
no_license
MacMalainey/cmput274_assign2
afefd991ebb96b681c24a85524170142c67757c2
1cec1416281652e93aa4ef2807346ccb3a44134e
refs/heads/master
2020-09-07T17:15:29.455653
2019-11-18T22:39:04
2019-11-18T22:39:04
220,857,057
0
0
null
null
null
null
UTF-8
C++
false
false
3,455
cpp
#include <Arduino.h> #include "test.hpp" #if(FALSE) // forward declaration of powmod, or else the test function below // doesn't know about it uint32_t powmod(uint32_t x, uint32_t pow, uint32_t m); uint32_t mulmod(uint32_t num1, uint32_t num2, uint32_t mod); // calls powmod to compute x^pow mod m, and compares it with ans // prints a statement if the test failed void powmodTestOnce(uint32_t x, uint32_t pow, uint32_t m, uint32_t ans) { Serial.print("Testing: "); Serial.print(x); Serial.print(" "); Serial.print(pow); Serial.print(" "); Serial.print(m); Serial.print("... "); uint32_t computed = powmod(x, pow, m); if (ans != computed) { Serial.println("failed!"); Serial.print("Expected: "); Serial.println(ans); Serial.print("Got: "); Serial.println(computed); } else { Serial.println("OK!"); } } void mulmodTestOnce(uint32_t num1, uint32_t num2, uint32_t m, uint32_t ans) { Serial.print("Testing: "); Serial.print(num1); Serial.print(" "); Serial.print(num2); Serial.print(" "); Serial.print(m); Serial.print("... "); uint32_t computed = mulmod(num1, num2, m); if (ans != computed) { Serial.println("failed!"); Serial.print("Expected: "); Serial.println(ans); Serial.print("Got: "); Serial.println(computed); } else { Serial.println("OK!"); } } void mulmodTest() { // you can generate examples by calling, say, pow(2, 15, 37) in Python // to compute 2^(15) mod 37 Serial.println("Beginning mulmod tests..."); mulmodTestOnce(1, 1, 3, 1); mulmodTestOnce(0, 10, 10, 0); mulmodTestOnce(1, 5, 1, 0); mulmodTestOnce(5, 20, 37, 26); mulmodTestOnce(12345, 12345, 123456789, 28942236); mulmodTestOnce(123456, 123456, 123456789, 56198889); Serial.println("Done tests"); } void powmodTest() { // you can generate examples by calling, say, pow(2, 15, 37) in Python // to compute 2^(15) mod 37 Serial.println("Beginning powmod tests..."); powmodTestOnce(1, 5, 6, 1); powmodTestOnce(0, 10, 10, 0); powmodTestOnce(1, 5, 1, 0); powmodTestOnce(2, 15, 37, 23); powmodTestOnce(2, 12345, 123456789, 92652722); powmodTestOnce(2, 123456, 123456789, 68532166); powmodTestOnce(2, 1234567, 123456789, 30787427); powmodTestOnce(123, 123456789, 1234567890, 353558493); Serial.println("Done tests"); } uint32_t mulmod(uint32_t a, uint32_t b, uint32_t m) { uint32_t n = 1; uint32_t ans = 0; uint32_t last_n = 1; b = b % m; while (n <= a) { if ((n & a) > 0) { while (last_n < n) { b = (2*b) % m; last_n <<= 1; } ans = (ans + b) % m; } n <<= 1; } return ans; } // computes the value x^pow mod m ("x to the power of pow" mod m) uint32_t powmod(uint32_t x, uint32_t pow, uint32_t m) { // you will make these uint32_t types // for the final submission uint32_t ans = 1; uint32_t pow_x = x % m; // NOTE: in the full assignment you will have to // replace the 64-bit types with an algorithm that // performs multiplication modulo a 31-bit number while // only using 32-bit types. while (pow > 0) { if (pow&1 == 1) { // will replace the following line with a "mulmod" call // discussed on Nov 7 (see also the worksheet posted then) ans = mulmod(pow_x, ans, m); } // as well as this line (i.e. call mulmod instead) pow_x = mulmod(pow_x, pow_x, m); pow >>= 1; // divides by 2 } return ans; } #endif
[ "macmalainey@gmail.com" ]
macmalainey@gmail.com
48a023ada3f60b3e3ce66d292e13ba6cd52354a2
19ac850b28564e2b2a61b283eed3a981b19ea5ce
/1/Programlar/15.cpp
87ccc387fe99bc3b523441552eb5a8e54d1028e8
[]
no_license
muhammet-mucahit/My-CPlusPlus-Studies
03b1d29e9fbb3733e98ba79406f3b0484948df76
8ade7e263bb218252c3edc0655bbe3850fd26e0d
refs/heads/master
2020-06-28T14:31:55.762214
2019-08-02T15:19:29
2019-08-02T15:19:29
200,255,928
0
0
null
null
null
null
UTF-8
C++
false
false
408
cpp
#include<iostream> #include<string> using namespace std; int main() { int firstValue=5,secondValue=10,x; int *p1,*p2; p1=&firstValue; p2=&secondValue; *p1=10; *p2=*p1; p1=p2; *p1=20; cout<<"firstvalue is "<<firstValue<<endl; cout<<"secondvalue is "<<secondValue<<endl; cout<<"p1 is "<<p1<<endl; cout<<"p2 is "<<p2<<endl; cout<<"*p1 is "<<*p1<<endl; cout<<"*p2 is "<<*p2<<endl; }
[ "mucahit@zeo.org" ]
mucahit@zeo.org
9b46c6fba3210b98eed1e1777d2cbc47112d2be2
be7270e82df03ef1aa9fe51de9bedfb4b2f6bd4e
/udp_listener.cpp
61bcd71e8ebd979392f6de9281dcc3385d8d7961
[ "MIT" ]
permissive
spy86/Sample-CPP-code
fe0d3c904442c853b85b9fa53d1b616954ee08b8
fb140c5a67db2485816faed773e18106d3ed0687
refs/heads/master
2021-10-06T11:18:33.299281
2021-09-26T11:17:24
2021-09-26T11:17:24
183,434,037
0
0
null
null
null
null
UTF-8
C++
false
false
796
cpp
#include "stdafx.h" using namespace System; using namespace System::Net; using namespace System::Net::Sockets; using namespace System::Text; public class UDPListener { private: int listenPort = 11000; private: static void StartListener() { bool done = false; UdpClient^ listener = gcnew UdpClient(listenPort); IPEndPoint^ groupEP = gcnew IPEndPoint(IPAddress::Any,listenPort); try { while (!done) { Console::WriteLine("Waiting for connection:"); array<unsigned char>^ bytes = listener->Receive( groupEP); Console::WriteLine("Received packets {0} :\n {1}\n"); groupEP->ToString(), Encoding::ASCII->GetString(bytes,0,bytes->Length); } } catch (Exception^ e) { Console::WriteLine(e->ToString()); } finally { listener->Close(); } } public: static int Main() { StartListener(); return 0; } };
[ "snajperm14@gmail.com" ]
snajperm14@gmail.com
b8c7ff780b9f858206b4a70a56a4c3aafc6b045b
ef8f285e374bf6773246fd3bd45a3f8961b726f2
/Street/types.h
693d99d115977465996dda95022247eedfb1e1a1
[]
no_license
bartdelange/CG-Final-Asignment
d763419896a425ef28d1361abd6159438efe36a4
70af7b7e5a261f8698c751b9df02d88e93ba4bfb
refs/heads/master
2020-04-30T23:24:27.196100
2019-03-26T01:03:21
2019-03-26T01:03:21
177,143,313
0
0
null
null
null
null
UTF-8
C++
false
false
505
h
#pragma once #include <vector> #include <glm/glm.hpp> struct Mesh { vector<glm::vec3> vertices; vector<glm::vec3> normals; vector<glm::vec2> uvs; }; struct LightSource { glm::vec3 position; }; struct Material { glm::vec3 ambient_color; glm::vec3 diffuse_color; glm::vec3 specular; float power; }; struct ObjectUniforms { GLuint proj; GLuint mv; GLuint light_pos; GLuint material_ambient; GLuint material_diffuse; GLuint material_specular; GLuint material_power; GLuint has_texture; };
[ "bart.de.lange32@gmail.com" ]
bart.de.lange32@gmail.com
c9ae1c539e8883ad2b25464f52f05ae505483627
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir7941/dir7942/dir8062/dir8063/dir12766/dir12767/dir13029/dir15097/dir15260/dir15321/dir15524/dir17021/file17162.cpp
858f22394540752fac74f56e2ca24fb4db454aed
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file17162 #error "macro file17162 must be defined" #endif static const char* file17162String = "file17162";
[ "tgeng@google.com" ]
tgeng@google.com
fb5566eaba14085c0627b912df204c275eee270e
02c6bf7cabdee30c55bf8c701fd7014196017667
/inc/Ball.h
734a6a6584c89f13ff04c2ce35cacfe8f5d71045
[]
no_license
rebusland/pong
303b9a352f121cc88ce2da50be1220bd9b153a8a
8ff589a79e5edb9aa98113217e94ac5f06b84c81
refs/heads/master
2023-06-14T06:16:34.378155
2019-08-15T13:37:26
2019-08-15T13:37:26
387,210,188
0
0
null
null
null
null
UTF-8
C++
false
false
701
h
#pragma once #include "visiblegameobject.h" class GameBall : public VisibleGameObject { public: GameBall(); virtual ~GameBall(); GameMessage Update() override; void Draw(sf::RenderWindow& rw) override; double ComputeBallPaddleAngle(double upcomingAngle, const sf::FloatRect& paddleBounds) const; public: // ball velocity modulus (assumed constant among the shots from the two players) static constexpr float BALL_SPEED = 400; // ball width static float BALL_WIDTH; private: /* * Current angle at which the ball is moving. * In case a paddle or the windows border are hit the angle is reflected (according to the paddle speed) */ double _angle; bool _hasCollided = false; };
[ "-" ]
-
54ae198bed93f34da11987a58297fa29738b34a8
fb1059a735e96d4040ee9d9f4fc5a53ad9413c8c
/src/test/reverselock_tests.cpp
d78ddbf85de9ab2de179d47e80b549bcfade3a92
[ "MIT" ]
permissive
obscuraxofficial/sourcecode
de5720c5a71a50969faf84e9d6e1067c33aa93c9
a840f4b1de9a2ef66d5b2a9945ed3ca9519aa497
refs/heads/master
2020-04-14T19:20:28.406850
2019-01-06T04:31:16
2019-01-06T04:31:16
164,053,987
0
0
null
null
null
null
UTF-8
C++
false
false
1,573
cpp
// Copyright (c) 2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "reverselock.h" #include "test/test_obscurax.h" #include <boost/test/unit_test.hpp> BOOST_FIXTURE_TEST_SUITE(reverselock_tests, BasicTestingSetup) BOOST_AUTO_TEST_CASE(reverselock_basics) { boost::mutex mutex; boost::unique_lock<boost::mutex> lock(mutex); BOOST_CHECK(lock.owns_lock()); { reverse_lock<boost::unique_lock<boost::mutex> > rlock(lock); BOOST_CHECK(!lock.owns_lock()); } BOOST_CHECK(lock.owns_lock()); } BOOST_AUTO_TEST_CASE(reverselock_errors) { boost::mutex mutex; boost::unique_lock<boost::mutex> lock(mutex); // Make sure trying to reverse lock an unlocked lock fails lock.unlock(); BOOST_CHECK(!lock.owns_lock()); bool failed = false; try { reverse_lock<boost::unique_lock<boost::mutex> > rlock(lock); } catch(...) { failed = true; } BOOST_CHECK(failed); BOOST_CHECK(!lock.owns_lock()); // Locking the original lock after it has been taken by a reverse lock // makes no sense. Ensure that the original lock no longer owns the lock // after giving it to a reverse one. lock.lock(); BOOST_CHECK(lock.owns_lock()); { reverse_lock<boost::unique_lock<boost::mutex> > rlock(lock); BOOST_CHECK(!lock.owns_lock()); } BOOST_CHECK(failed); BOOST_CHECK(lock.owns_lock()); } BOOST_AUTO_TEST_SUITE_END()
[ "46331315+obscuraxofficial@users.noreply.github.com" ]
46331315+obscuraxofficial@users.noreply.github.com
441beb6c7306123d2b29093b2f9bc0f1c57683a4
ba323e4f8c68dd17c2f0224fcbe78a3cbd3081fa
/src/DxTimer/src/DxTimer.cpp
ba6c880365b9739299827a7aafad545522cdbd9e
[]
no_license
tianxiejack/pro_xzpj_360pano
aabfb2c4058757ce00aa3a590b33326ce31fbc18
db87ff65a912c89b1553e0cb7c94b4828aa6640b
refs/heads/master
2020-04-18T00:58:17.566434
2019-01-21T02:14:15
2019-01-21T02:14:15
167,100,147
0
0
null
null
null
null
UTF-8
C++
false
false
10,476
cpp
#include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/time.h> #include <unistd.h> #include <errno.h> #include <assert.h> #include "DxTimer.hpp" #include "osa.h" DxTimer *DxTimer::instance=NULL; DxTimer::DxTimer() { } DxTimer::~DxTimer() { Dx_destroyTimer(); } void DxTimer::create() { Dx_initTimer(); PTH_msgrecv(); PTH_timerloop(10); } DxTimer *DxTimer::getinstance() { if(instance==NULL) instance=new DxTimer(); return instance; } /******************************************************************************* * Function Name : createTimer * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : get a timer ID * Param : No parameter * Return Code : 0~DX_TIMER_MAX-1:a timer ID -1:failed *******************************************************************************/ int DxTimer::createTimer() { for(int i = 0; i < DX_TIMER_MAX; i++) { if(eTimer_Stat_unused == timerNum[i]) { timerNum[i] = eTimer_Stat_used; return i; } } return -1; } /******************************************************************************* * Function Name : registerTimer * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : register a callback for a timer * Param : timerId:a timer ID callback:when timer arrives,the callback will be called p:will be passed to callback as a parameter * Return Code : 0:success -1:failed *******************************************************************************/ int DxTimer::registerTimer(unsigned int timerId,void (*callback)(void *), void *p) { if(eTimer_Stat_unused == timerNum[timerId]) { printf("timer %d is has not been created!\n"); return -1; } TMSGDRIV_Class *handle=&g_MsgDrvObj; assert(handle != NULL); MSGDRIV_attachMsgFun(handle,timerId,callback,p); return 0; } /******************************************************************************* * Function Name : startTimer * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : start a timer * Param : timerId:a timer ID nMs:the timer cycle,unit is milliseconds * Return Code : 0:success -1:failed *******************************************************************************/ int DxTimer::startTimer(unsigned int timerId,unsigned int nMs) { if(eTimer_Stat_unused == timerNum[timerId]) { printf("timer %d has not been created!\n"); return -1; } Dx_setTimer(timerId, nMs); pTimeArray[timerId].nStat = eTimer_Stat_Run; return 0; } /******************************************************************************* * Function Name : getTimerStat * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : get the status of a timer * Param : timerId:a timer ID * Return Code : eTimer_Stat_Run:the timer is running eTimer_Stat_Stop:the timer is stopped -1:failed *******************************************************************************/ int DxTimer::getTimerStat(unsigned int timerId) { if(eTimer_Stat_unused == timerNum[timerId]) { printf("timer %d has not been created!\n"); return -1; } CDTime * pTime =NULL; assert(timerId < DX_TIMER_MAX); pTime = &pTimeArray[timerId]; return (pTime->nStat); } /******************************************************************************* * Function Name : stopTimer * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : stop a timer * Param : timerId:a timer ID * Return Code : 0:success -1:failed *******************************************************************************/ int DxTimer::stopTimer(unsigned int timerId) { if(eTimer_Stat_unused == timerNum[timerId]) { printf("timer %d has not been created!\n"); return -1; } if(pTimeArray[timerId].nStat == eTimer_Stat_Run) { Dx_stopTimer(timerId); pTimeArray[timerId].nStat = eTimer_Stat_Stop; } return 0; } /******************************************************************************* * Function Name : resetTimer * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : reset a timer * Param : timerId:a timer ID * Return Code : 0:success -1:failed *******************************************************************************/ int DxTimer::resetTimer(unsigned int timerId, unsigned int nMs) { if(eTimer_Stat_unused == timerNum[timerId]) { printf("timer %d has not been created!\n"); return -1; } stopTimer(timerId); startTimer( timerId, nMs); return 0; } /******************************************************************************* * Function Name : killTimer * Create Date : 2018/10/25 * Author/Corporation : zzq/Chamrun * Description : destroy a timer * Param : timerId:a timer ID * Return Code : 0:success -1:failed *******************************************************************************/ int DxTimer::killTimer(int timerId) { if(eTimer_Stat_unused == timerNum[timerId]) { printf("timer %d has been killed!\n"); return -1; } stopTimer(timerId); timerNum[timerId] = eTimer_Stat_unused; return 0; } void DxTimer::Dx_initTimer() { memset(&g_MsgDrvObj, 0, sizeof(TMSGDRIV_Class)); g_MsgDrvObj.tskLoop = 1; g_MsgDrvObj.bIntial = 1; g_MsgDrvObj.istskStopDone = 0; memset(pTimeArray,0,sizeof(CDTime)*DX_TIMER_MAX); for(int i = 0; i < DX_TIMER_MAX; i++) { timerNum[i] = eTimer_Stat_unused; } } int DxTimer::Dx_setTimer(unsigned int timerId, unsigned int nMs) { if(timerId >= DX_TIMER_MAX) { return OSA_EFAIL; } gDxObj.tmReg[timerId] = nMs; gDxObj.tmBegen[timerId] = OSA_getCurTimeInMsec(); gDxObj.tmCnt[timerId] = 0; return OSA_SOK; } int DxTimer::Dx_stopTimer(unsigned int timerId) { if( timerId >= DX_TIMER_MAX ) { return OSA_EFAIL; } gDxObj.tmReg[timerId] = 0; return OSA_SOK; } void DxTimer::Dx_destroyTimer() { OSA_waitMsecs(100); cTimer.flag = 0; OSA_waitMsecs(10); while(!cTimer.flag) { OSA_waitMsecs(10); } pthread_cancel(thread_timer); pthread_join(thread_timer, NULL); memset(&cTimer, 0, sizeof(cTimer)); } void DxTimer::PTH_msgrecv() { int status = 0; TMSGDRIV_Class *handle=&g_MsgDrvObj; pth.ptimer = this; pth.pmsg = handle; assert(handle != NULL); memset(handle->msgTab, 0, sizeof(TMSGTAB_Class) * MAX_MSG_NUM); OSA_msgqCreate(&handle->msgQue); status = OSA_thrCreate(&handle->tskHndl, MSGDRIV_recv_PTH, OSA_THR_PRI_DEFAULT+10, 0, &pth ); OSA_assert(status == 0); } int DxTimer::PTH_timerloop(int interval) { //__suseconds_t us; memset(&cTimer, 0, sizeof(cTimer)); cTimer.flag = 1; cTimer.timeout.tv_sec = interval / 1000; cTimer.timeout.tv_usec = ((interval % 1000)) * 1000; printf( "%s : %d %d\n", __func__, (int)cTimer.timeout.tv_sec, (int)cTimer.timeout.tv_usec); return pthread_create(&thread_timer, NULL, THSIGFUNC, this); } void DxTimer::Dx_OnTimer() { int i; unsigned int curTM = OSA_getCurTimeInMsec(); for(i = 0; i < DX_TIMER_MAX; i++) { if(gDxObj.tmReg[i] == 0) { continue; } while(curTM >= gDxObj.tmBegen[i] + (gDxObj.tmCnt[i] + 1) * gDxObj.tmReg[i]) { MSGDRIV_send(i); gDxObj.tmCnt[i]++; } } } void DxTimer::sig_func(void) { struct timeval timeout; int err; while(cTimer.flag) { //pthread_testcancel(); memcpy(&timeout, &cTimer.timeout, sizeof(timeout)); select(0, NULL, NULL, NULL, &timeout); // printf("%s\n",__func__); Dx_OnTimer(); } cTimer.flag = 1; printf("%s:: exit !", __func__); return; } void DxTimer::MSGDRIV_attachMsgFun(TMSGDRIV_Class *handle, int msgId, TMsgApiFun pRtnFun, void *context) { assert(handle != NULL && msgId < MAX_MSG_NUM); handle->msgTab[msgId].msgId = msgId; handle->msgTab[msgId].pRtnFun = pRtnFun; handle->msgTab[msgId].refContext = context; } void DxTimer::MSGDRIV_recv(void *pPrm) { OSA_MsgHndl msg_recv; TMSGTAB_Class msg; unsigned int icou = 0; TMSGDRIV_Class* pMsgDrvObj = (TMSGDRIV_Class*)pPrm; assert(pMsgDrvObj != NULL); while (pMsgDrvObj->tskLoop) { icou++; int iret = OSA_msgqRecvMsgEx(&pMsgDrvObj->msgQue, &msg_recv, OSA_TIMEOUT_FOREVER); if((iret != -1) && (msg_recv.cmd != 0xFFFF)) { msg.msgId = msg_recv.cmd; msg.refContext = msg_recv.pPrm; // printf("%s\n",__func__); assert(msg.msgId >= 0 && msg.msgId < MAX_MSG_NUM); if (pMsgDrvObj->msgTab[msg.msgId].pRtnFun != NULL) { pMsgDrvObj->msgTab[msg.msgId].pRtnFun(pMsgDrvObj->msgTab[msg.msgId].refContext); } } else if (msg_recv.cmd == 0xFFFF) { OSA_printf(" %s recieve MSGDRIV_FREE_CMD !!! ", __func__); } } pMsgDrvObj->istskStopDone = 1; } void DxTimer::MSGDRIV_send(int msgId) { assert(msgId < DX_TIMER_MAX); OSA_msgqSendMsg(&g_MsgDrvObj.msgQue, &g_MsgDrvObj.msgQue, msgId, NULL, 0, NULL); }
[ "wj@qr.com" ]
wj@qr.com
5b12f9755fb9102586c5434c20327ff9c28b0c08
794394424e044960916e466f8470970525cbcc49
/read_rules.cpp
2f3572176002c501cd6fd7f3b39724d3f93b4ab9
[]
no_license
alui11/rorschach
5b4e1356d15a6cf4758f873f9a4ae5bbea42db81
8caff97fce8ae53fb70bf8ab9896b7ea92a1fa42
refs/heads/master
2021-07-21T00:58:03.525789
2017-10-29T21:43:22
2017-10-29T21:43:22
108,771,936
0
0
null
null
null
null
UTF-8
C++
false
false
1,488
cpp
/* read_rules.cpp */ #include "monitor.h" #include <fstream> #include <iostream> #include <string> #include <vector> /* * Read rules file, parse, check validity, and store rules as * table (nested vectors) */ vector< vector<string> > read_rules(string rules_file) { vector< vector<string> > stored_rules; ifstream rules; rules.open(rules_file); while (!rules.eof()) { string line; getline(rules, line); if (line.empty() || line[0] == '#') { continue; } string full_line = line; size_t pos = 0; if((pos = line.find_first_of(" \t")) == size_t(-1)) { cerr << "Invalid rule: " << full_line << endl; exit(1); } string event = line.substr(0, pos); if (event != "MODIFY" && event != "CREATE" && event != "DELETE") { cerr << "Invalid rule: " << full_line << endl; exit(1); } line.erase(0, pos); if ((pos = line.find_first_not_of(" \t")) == size_t(-1)) { cerr << "Invalid rule: " << full_line << endl; exit(1); } line.erase(0, pos); if ((pos = line.find_first_of(" \t")) == size_t(-1)) { cerr << "Invalid rule: " << full_line << endl; exit(1); } string pattern = line.substr(0, pos); line.erase(0, pos); if ((pos = line.find_first_not_of(" \t")) == size_t(-1)) { cerr << "Invalid rule: " << full_line << endl; exit(1); } line.erase(0, pos); string action = line; vector<string> rule {event, pattern, action}; stored_rules.push_back(rule); } rules.close(); return stored_rules; }
[ "alui@nd.edu" ]
alui@nd.edu
8aa17a77f98685905e17180daf8252229e505df8
d99e3a8b8a442062df49c031b13c900fc14aed2b
/11sourcebk/bsquery/QryCOderNoteForm.h
48fdde67ff41d9f6c25cc45575fd3a70704531bf
[]
no_license
pengge/jiaocai_new
1ce79aaded807285c61625e590777bfdb5ce208b
982bcc7ee55cc1fc3860ced9305271e9fb9571d6
refs/heads/master
2022-01-31T03:53:58.434184
2016-11-12T12:02:03
2016-11-12T12:02:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,909
h
//--------------------------------------------------------------------------- #ifndef QryCOderNoteFormH #define QryCOderNoteFormH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include "MDIChild.h" #include <ADODB.hpp> #include <DB.hpp> #include "RzButton.hpp" #include "RzPanel.hpp" #include <ExtCtrls.hpp> #include "RzEdit.hpp" #include "RzRadChk.hpp" #include <Mask.hpp> #include "RzDBCmbo.hpp" #include "RzLine.hpp" #include <DBCtrls.hpp> #include "RzTabs.hpp" #include "RzDBGrid.hpp" #include <DBGrids.hpp> #include <Grids.hpp> #include "RzCmboBx.hpp" #include <Buttons.hpp> #include <ImgList.hpp> #include <Dialogs.hpp> #include "DBGridEh.hpp" #include "GridsEh.hpp" #include <Menus.hpp> //--------------------------------------------------------------------------- class TfrmCQryOderNote : public TfrmMDIChild { __published: // IDE-managed Components TRzToolbar *rztlbr1; TRzToolButton *tlbtnQry; TRzToolButton *tlbtnExport; TRzToolButton *tlbtnExit; TRzGroupBox *grpbx1; TRzCheckBox *chckbxStartTime; TRzDateTimeEdit *dtedtStart; TRzCheckBox *chckbxEndTime; TRzDateTimeEdit *dtedtEnd; TLabel *lbl1; TLabel *lbl2; TRzCheckBox *chckbxBookName; TRzCheckBox *chckbxISBN; TRzCheckBox *chckbxCustomer; TRzCheckBox *chckbxBkstack; TRzCheckBox *chckbxUserDefNum; TRzCheckBox *chckbxPrice; TRzCheckBox *chckbxAuthor; TRzCheckBox *chckbxAmount; TRzCheckBox *chckbxPress; TRzCheckBox *chckbxType; TRzCheckBox *chckbxRemarks; TRzCheckBox *chckbxStorage; TRzEdit *edtBookName; TRzEdit *edtISBN; TRzEdit *edtUserDefNum; TRzEdit *edtAuthor; TRzEdit *edtPress; TRzEdit *edtRemarks; TRzPageControl *pgcntrlResult; TRzTabSheet *tbshtByNtHeader; TRzTabSheet *tbshtByNote; TRzTabSheet *tbshtByCustomer; TRzTabSheet *tbshtByPress; TADODataSet *dsetByNtHeader; TDataSource *dsrcByNtHeader; TADODataSet *dsetByNote; TDataSource *dsrcByNote; TADODataSet *dsetByCustomer; TDataSource *dsrcByCustomer; TADODataSet *dsetByBktype; TDataSource *dsrcByBktype; TDataSource *dsrcByPress; TADOStoredProc *spQryNote; TRzEdit *edtCustomer; TLabel *lbl3; TLabel *lbl4; TRzNumericEdit *numedtMinPrice; TRzNumericEdit *numedtMinAmount; TRzNumericEdit *numedtMaxPrice; TRzNumericEdit *numedtMaxAmount; TRzDBLookupComboBox *dblkpcbbPress; TRzDBLookupComboBox *dblkpcbbStorage; TRzDBLookupComboBox *dblkpcbbBookstack; TRzDBLookupComboBox *dblkpcbbBookType; TADODataSet *dsetCustomer; TDataSource *dsrcCustomer; TDataSource *dsrcPress; TADODataSet *dsetBookType; TDataSource *dsrcBookType; TDataSource *dsrcStorage; TADODataSet *dsetStorage; TDataSource *dsrcBookstack; TADODataSet *dsetBookstack; TADOQuery *qryItems; TImageList *ImageList1; TADODataSet *dsetPress; TADODataSet *dsetByPress; TCheckBox *chstaff; TComboBox *cbstaff; TLabel *Label36; TLabel *Label37; TCheckBox *chdiscount; TEdit *edmaxdiscount; TEdit *edmindiscount; TRzToolButton *BtnAlignBottom; TSaveDialog *savedlg; TCheckBox *chactive; TCheckBox *chnoactive; TSpeedButton *spselectClient; TEdit *edtclient; TSpeedButton *SpeedButton1; TGroupBox *GroupBox4; TCheckBox *ch1; TCheckBox *ch2; TCheckBox *ch3; TCheckBox *ch4; TCheckBox *ch5; TCheckBox *ch6; TCheckBox *ch7; TCheckBox *ch8; TCheckBox *chsendamount; TCheckBox *chunsendamount; TCheckBox *chunarrive; TCheckBox *chbaoxiao; TCheckBox *chxiankuan; TDBGridEh *dbgrdByNtHeader; TDBGridEh *dbgrdByNote; TDBGridEh *dbgrdByCustomer; TDBGridEh *dbgrdByPress; TCheckBox *chconfrim; TCheckBox *chlocal; TCheckBox *chunconfrim; TPopupMenu *PopupMenu1; TMenuItem *N1; TRzCheckBox *chsupplier; TRzEdit *edsupplier; TComboBox *cbsupplier; TComboBox *cbstate; TCheckBox *chstate; TComboBox *cbusername; TADOQuery *aqclient; TRzCheckBox *cbbackinfo; TRzEdit *editbackinfo; void __fastcall tlbtnQryClick(TObject *Sender); void __fastcall chckbxBkstackClick(TObject *Sender); void __fastcall tlbtnExportClick(TObject *Sender); void __fastcall tlbtnExitClick(TObject *Sender); void __fastcall edtPressKeyPress(TObject *Sender, wchar_t &Key); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall edtBookNameChange(TObject *Sender); void __fastcall edtUserDefNumChange(TObject *Sender); void __fastcall edtISBNChange(TObject *Sender); void __fastcall numedtMinPriceChange(TObject *Sender); void __fastcall numedtMaxPriceChange(TObject *Sender); void __fastcall numedtMinAmountChange(TObject *Sender); void __fastcall numedtMaxAmountChange(TObject *Sender); void __fastcall edtAuthorChange(TObject *Sender); void __fastcall edtRemarksChange(TObject *Sender); void __fastcall dblkpcbbPressClick(TObject *Sender); void __fastcall dblkpcbbBookstackClick(TObject *Sender); void __fastcall dblkpcbbBookTypeClick(TObject *Sender); void __fastcall dblkpcbbStorageClick(TObject *Sender); void __fastcall cbstaffClick(TObject *Sender); void __fastcall edmindiscountChange(TObject *Sender); void __fastcall edmaxdiscountChange(TObject *Sender); void __fastcall BtnAlignBottomClick(TObject *Sender); void __fastcall FormKeyDown(TObject *Sender, WORD &Key, TShiftState Shift); void __fastcall spselectClientClick(TObject *Sender); void __fastcall edtclientChange(TObject *Sender); void __fastcall edtCustomerKeyPress(TObject *Sender, wchar_t &Key); void __fastcall SpeedButton1Click(TObject *Sender); void __fastcall ch1Click(TObject *Sender); void __fastcall ch2Click(TObject *Sender); void __fastcall ch3Click(TObject *Sender); void __fastcall ch4Click(TObject *Sender); void __fastcall ch5Click(TObject *Sender); void __fastcall ch6Click(TObject *Sender); void __fastcall ch7Click(TObject *Sender); void __fastcall ch8Click(TObject *Sender); void __fastcall dbgrdByNtHeaderDblClick(TObject *Sender); void __fastcall dbgrdByNtHeaderTitleClick(TColumnEh *Column); void __fastcall dbgrdByNoteTitleClick(TColumnEh *Column); void __fastcall dbgrdByCustomerTitleClick(TColumnEh *Column); void __fastcall dbgrdByBktypeTitleClick(TColumnEh *Column); void __fastcall dbgrdByPressTitleClick(TColumnEh *Column); void __fastcall N1Click(TObject *Sender); void __fastcall edsupplierKeyPress(TObject *Sender, wchar_t &Key); void __fastcall cbusernameChange(TObject *Sender); private: // User declarations void Query(); String QueryDesic(); String Desic,Desic1; public: // User declarations __fastcall TfrmCQryOderNote(TComponent* Owner); bool __fastcall DbgridToExcel(TDBGridEh* dbg); virtual void Init(LandInfo* li); int totalsend ,totalunsend,ClientID ; TADOConnection *fcon; void ClientView(); TStringList *st; }; //--------------------------------------------------------------------------- extern PACKAGE TfrmCQryOderNote *frmCQryOderNote; //--------------------------------------------------------------------------- #endif
[ "legendbin@gmail.com" ]
legendbin@gmail.com
0a7d8380c5b19aaef941cc942ea6828b300c98b2
ee3a726f781ba4a1422a9e54ec369bec37cd06b0
/RunServer/CServer.h
649e31ce1d95edf8fade1a382c6758eab1178709
[]
no_license
cfklkj/workMgr
c750a0c3f57f3c868be12bac95e21a0bd3cfc764
91355b5993dce7373e8d2939904a2a9189000c1d
refs/heads/master
2020-03-18T02:53:13.309656
2018-09-22T06:37:18
2018-09-22T06:37:18
134,211,892
0
0
null
null
null
null
GB18030
C++
false
false
808
h
#pragma once #include <map> #define defPIPReadBuffLen 65536 //64k #define defPIPReadTime 500 //0.5s class CServer { public: CServer(); ~CServer(); //添加 static void AddServer(CString serverName, CString filePath); //删除 static void DelServer(CString serverName); //服务是否在运行 bool IsServerRun(CString serverName); //运行 bool RunServer(CString serverName); //停止-清理 void StopServer(CString serverName); //获取日志 char* getPrintInfo(CString serverName); private: struct STR_RUNSERVERINFO { CString fileDir; CString serverName; bool isRun; HANDLE hReadPipe, hWritePipe; PROCESS_INFORMATION pi; FILE* stream; }; STR_RUNSERVERINFO m_serverBuff; char m_readBuff[defPIPReadBuffLen + 1]; //写日志 void writeLogToFile(const char* data); };
[ "luokangliang@weile.com" ]
luokangliang@weile.com
86231646e6459a8b42983dfb4ac67f6d01414ceb
903767e9e1bd7ae4c273621f2787e8e93ed38553
/Codeforces/others/Hello/2022/B.cpp
f6be8f22c611af5b3111d523aa1d60bba9b7238d
[]
no_license
itohdak/Competitive_Programming
609e6a9e17a4fa21b8f3f7fc9bbc13204d7f7ac4
e14ab7a92813755d97a85be4ead68620753a6d4b
refs/heads/master
2023-08-04T08:57:55.546063
2023-08-01T21:09:28
2023-08-01T21:09:28
304,704,923
0
0
null
null
null
null
UTF-8
C++
false
false
1,478
cpp
#include <bits/stdc++.h> #include <print.hpp> using namespace std; #define ll long long #define ld long double #define REP(i,m,n) for(int i=(int)(m); i<(int)(n); i++) #define rep(i,n) REP(i,0,n) #define RREP(i,m,n) for(int i=(int)(m); i>=(int)(n); i--) #define rrep(i,n) RREP(i,(n)-1,0) #define all(v) v.begin(), v.end() #define endk '\n' const int inf = 1e9+7; const ll longinf = 1LL<<60; const ll mod = 1e9+7; const ll mod2 = 998244353; const ld eps = 1e-10; template<typename T1, typename T2> inline void chmin(T1 &a, T2 b){if(a>b) a=b;} template<typename T1, typename T2> inline void chmax(T1 &a, T2 b){if(a<b) a=b;} void solve() { int n; cin >> n; vector<int> L(n), R(n); vector<ll> C(n); vector<ll> ans(n); ll mn = inf, mx = -inf; map<pair<ll, ll>, ll> mp; map<ll, ll> mp_mn, mp_mx; rep(i, n) { cin >> L[i] >> R[i] >> C[i]; L[i]--; R[i]--; chmin(mn, L[i]); chmax(mx, R[i]); if(!mp.count({L[i], R[i]})) mp[{L[i], R[i]}] = longinf; chmin(mp[{L[i], R[i]}], C[i]); if(!mp_mn.count(L[i])) mp_mn[L[i]] = longinf; chmin(mp_mn[L[i]], C[i]); if(!mp_mx.count(R[i])) mp_mx[R[i]] = longinf; chmin(mp_mx[R[i]], C[i]); ll cost = longinf; if(mp.count({mn, mx})) chmin(cost, mp[{mn, mx}]); assert(mp_mn.count(mn) && mp_mx.count(mx)); chmin(cost, mp_mn[mn]+mp_mx[mx]); cout << cost << endk; } } int main() { cin.tie(0); ios::sync_with_stdio(false); int T; cin >> T; while(T--) solve(); return 0; }
[ "itohdak@gmail.com" ]
itohdak@gmail.com
dc08c2b40ecf40037ec84d46f34bd1245f59c1f3
ed899f72987b49b23eceaf5246b37e79f2fafbbe
/linkgame_11.9/build-LinkGame-Desktop_Qt_5_13_1_MinGW_64_bit-Debug/ui_multiroom.h
4284ef2eec17c358bfeed3f44b4778e518027058
[]
no_license
ryx17/Link-Game
9da8704c72c42e2c85198d73e103431b4515f213
b97ec093c46817292ce9f6abd5dbe33d939c7f67
refs/heads/master
2020-08-01T21:50:24.577462
2019-11-08T12:34:54
2019-11-08T12:34:54
211,128,676
1
1
null
null
null
null
UTF-8
C++
false
false
7,057
h
/******************************************************************************** ** Form generated from reading UI file 'multiroom.ui' ** ** Created by: Qt User Interface Compiler version 5.13.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MULTIROOM_H #define UI_MULTIROOM_H #include <QtCore/QVariant> #include <QtWidgets/QApplication> #include <QtWidgets/QLabel> #include <QtWidgets/QPushButton> #include <QtWidgets/QRadioButton> #include <QtWidgets/QTextBrowser> #include <QtWidgets/QTextEdit> #include <QtWidgets/QWidget> QT_BEGIN_NAMESPACE class Ui_MultiRoom { public: QRadioButton *HostButton; QRadioButton *ClientButton; QTextEdit *textEditIP; QTextEdit *textEditPort; QPushButton *pushButtonBuild; QPushButton *pushButtonConnect; QPushButton *pushButtonStart; QLabel *IPPort; QLabel *labelIP; QPushButton *pushButtonBackToMenu; QTextBrowser *textBrowser1; QTextBrowser *textBrowser2; void setupUi(QWidget *MultiRoom) { if (MultiRoom->objectName().isEmpty()) MultiRoom->setObjectName(QString::fromUtf8("MultiRoom")); MultiRoom->resize(967, 563); HostButton = new QRadioButton(MultiRoom); HostButton->setObjectName(QString::fromUtf8("HostButton")); HostButton->setGeometry(QRect(440, 160, 141, 31)); QFont font; font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221")); font.setPointSize(10); HostButton->setFont(font); HostButton->setLayoutDirection(Qt::LeftToRight); HostButton->setAutoFillBackground(false); HostButton->setStyleSheet(QString::fromUtf8("QRadioButton { background-color: rgb(170, 85, 0); border-radius: 3px; color: rgb(255, 255, 255); }\n" "QRadioButton:hover { background-color: rgb(0, 170, 255); }")); ClientButton = new QRadioButton(MultiRoom); ClientButton->setObjectName(QString::fromUtf8("ClientButton")); ClientButton->setGeometry(QRect(440, 210, 141, 31)); ClientButton->setFont(font); ClientButton->setContextMenuPolicy(Qt::DefaultContextMenu); ClientButton->setStyleSheet(QString::fromUtf8("QRadioButton { background-color: rgb(170, 85, 0); border-radius: 3px; color: rgb(255, 255, 255); }\n" "QRadioButton:hover { background-color: rgb(0, 170, 255); }")); textEditIP = new QTextEdit(MultiRoom); textEditIP->setObjectName(QString::fromUtf8("textEditIP")); textEditIP->setGeometry(QRect(440, 260, 141, 31)); textEditPort = new QTextEdit(MultiRoom); textEditPort->setObjectName(QString::fromUtf8("textEditPort")); textEditPort->setGeometry(QRect(440, 300, 141, 31)); pushButtonBuild = new QPushButton(MultiRoom); pushButtonBuild->setObjectName(QString::fromUtf8("pushButtonBuild")); pushButtonBuild->setGeometry(QRect(750, 300, 141, 30)); pushButtonBuild->setFont(font); pushButtonBuild->setStyleSheet(QString::fromUtf8("QPushButton { background-color: rgb(170, 85, 0); border-radius: 3px; color: rgb(255, 255, 255); } QPushButton:hover { background-color: rgb(0, 170, 255); } QPushButton:disabled { background-color: rgb(170, 170, 170); }")); pushButtonConnect = new QPushButton(MultiRoom); pushButtonConnect->setObjectName(QString::fromUtf8("pushButtonConnect")); pushButtonConnect->setGeometry(QRect(750, 260, 141, 30)); pushButtonConnect->setFont(font); pushButtonConnect->setStyleSheet(QString::fromUtf8("QPushButton { background-color: rgb(170, 85, 0); border-radius: 3px; color: rgb(255, 255, 255); } QPushButton:hover { background-color: rgb(0, 170, 255); } QPushButton:disabled { background-color: rgb(170, 170, 170); }")); pushButtonStart = new QPushButton(MultiRoom); pushButtonStart->setObjectName(QString::fromUtf8("pushButtonStart")); pushButtonStart->setGeometry(QRect(440, 350, 141, 30)); pushButtonStart->setFont(font); pushButtonStart->setStyleSheet(QString::fromUtf8("QPushButton { background-color: rgb(170, 85, 0); border-radius: 3px; color: rgb(255, 255, 255); } QPushButton:hover { background-color: rgb(0, 170, 255); } QPushButton:disabled { background-color: rgb(170, 170, 170); }")); IPPort = new QLabel(MultiRoom); IPPort->setObjectName(QString::fromUtf8("IPPort")); IPPort->setGeometry(QRect(350, 300, 71, 30)); QFont font1; font1.setFamily(QString::fromUtf8("Rockwell")); font1.setPointSize(14); font1.setBold(true); font1.setWeight(75); IPPort->setFont(font1); IPPort->setStyleSheet(QString::fromUtf8("")); labelIP = new QLabel(MultiRoom); labelIP->setObjectName(QString::fromUtf8("labelIP")); labelIP->setGeometry(QRect(280, 260, 131, 30)); labelIP->setFont(font1); labelIP->setStyleSheet(QString::fromUtf8("")); pushButtonBackToMenu = new QPushButton(MultiRoom); pushButtonBackToMenu->setObjectName(QString::fromUtf8("pushButtonBackToMenu")); pushButtonBackToMenu->setGeometry(QRect(750, 30, 141, 30)); pushButtonBackToMenu->setFont(font); pushButtonBackToMenu->setStyleSheet(QString::fromUtf8("QPushButton { background-color: rgb(170, 85, 0); border-radius: 3px; color: rgb(255, 255, 255); } QPushButton:hover { background-color: rgb(0, 170, 255); }")); textBrowser1 = new QTextBrowser(MultiRoom); textBrowser1->setObjectName(QString::fromUtf8("textBrowser1")); textBrowser1->setGeometry(QRect(20, 50, 256, 192)); textBrowser2 = new QTextBrowser(MultiRoom); textBrowser2->setObjectName(QString::fromUtf8("textBrowser2")); textBrowser2->setGeometry(QRect(20, 320, 256, 192)); retranslateUi(MultiRoom); QMetaObject::connectSlotsByName(MultiRoom); } // setupUi void retranslateUi(QWidget *MultiRoom) { MultiRoom->setWindowTitle(QCoreApplication::translate("MultiRoom", "Form", nullptr)); HostButton->setText(QCoreApplication::translate("MultiRoom", "Play as host", nullptr)); ClientButton->setText(QCoreApplication::translate("MultiRoom", "Play as client", nullptr)); pushButtonBuild->setText(QCoreApplication::translate("MultiRoom", "Build", nullptr)); pushButtonConnect->setText(QCoreApplication::translate("MultiRoom", "Connect", nullptr)); pushButtonStart->setText(QCoreApplication::translate("MultiRoom", "Start!", nullptr)); IPPort->setText(QCoreApplication::translate("MultiRoom", "Port:", nullptr)); labelIP->setText(QCoreApplication::translate("MultiRoom", "IP Address:", nullptr)); pushButtonBackToMenu->setText(QCoreApplication::translate("MultiRoom", "BackToMenu", nullptr)); } // retranslateUi }; namespace Ui { class MultiRoom: public Ui_MultiRoom {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MULTIROOM_H
[ "ryx17@mails.tsinghua.edu.cn" ]
ryx17@mails.tsinghua.edu.cn
11950b489af6e6857089556eedd6bb228936f1e9
a9fd3023ecc012bdd1e731344b88a650ac69d71e
/baekjoon/1476.cpp
3b2c0f6fae5ca98bf09a9f817478e48722200356
[]
no_license
didrlgus/algorithm-practice
7e549a2285584c46f6000fb9deb1a69e0484916f
819434cb7cb78afbf4d4c220c5280b447b9e2912
refs/heads/master
2021-12-09T16:57:30.576819
2021-11-08T14:36:41
2021-11-08T14:36:41
229,232,659
5
2
null
null
null
null
UTF-8
C++
false
false
363
cpp
// 날짜 계산 #include<cstdio> int main() { int a,b,c; int e=1,s=1,m=1; int cnt=1; scanf("%d %d %d", &a,&b,&c); while(1) { if(a==e && b==s && c==m) break; e++; s++; m++; cnt++; if(e>=16) e=1; if(s>=29) s=1; if(m>=20) m=1; } printf("%d\n", cnt); return 0; }
[ "rlgusdid@naver.com" ]
rlgusdid@naver.com
773ab030aa40f91377c14f2972730c3a2931daca
b6f22dba8b083736cd5af2e186cc4e8e31b7d574
/test1.cc
83277ecddfbd7c82951ef6ed447e13c25b117e7b
[]
no_license
hkpcmit/CPlusPlus
dcad8e6dac9166aeb500d005118d760d75fd9ff0
2f933427c5fc099b334894cc454d786b8f3db9f7
refs/heads/master
2016-09-03T06:39:24.886907
2014-12-29T02:03:03
2014-12-29T02:03:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
606
cc
#include <iostream> #include <string> using namespace std; int main() { string sentence, words[10]; int pos = 0, old_pos = 0, nwords, i = 0; sentence = "Eskimos have 23 ways to "; sentence += "describe snow"; while (pos < sentence.size()) { pos = sentence.find(' ', old_pos); words[i++].assign(sentence, old_pos, pos - old_pos); cout << ">" << words[i - 1] << "<" << endl; //print words old_pos = pos + 1; } nwords = i; sentence = "C++ programmers "; for (i = 1; i < nwords -1; ++i) sentence += words[i] + ' '; sentence += "windows"; cout << sentence << endl; }
[ "hkpcmit@gmail.com" ]
hkpcmit@gmail.com
9232f97fb7dffe40e3f4c3f8a39ed52275bb4d2e
fc76556b01d2efa1b4f83da4172472cb6efe91ca
/attos/crtstartup.cpp
426b836ac0e5179007f8de0d00631f4860768597
[ "MIT" ]
permissive
mras0/attos
fda0f798b433f116330f5e7464017d130608fe92
43344666108a427799684019f58a4b1cbb08cb91
refs/heads/master
2020-05-21T15:00:18.809593
2016-09-24T13:31:31
2016-09-24T13:31:31
62,079,760
2
0
null
null
null
null
UTF-8
C++
false
false
1,201
cpp
#include <attos/out_stream.h> #include <attos/sysuser.h> #include <attos/cpu.h> using namespace attos; extern "C" int main(); namespace attos { namespace { alignas(16) uint8_t stupid_heap[8<<20]; default_heap* heap_ptr; } // unnamed namespace void* kalloc(uint64_t size) { return heap_ptr->alloc(size); } void kfree(void* ptr) { heap_ptr->free(ptr); } void yield() { syscall0(syscall_number::yield); } void exit(uint64_t ret) { syscall1(syscall_number::exit, ret); } void fatal_error(const char* file, int line, const char* detail) { dbgout() << file << ':' << line << ": " << detail << ".\nQuitting\n"; bochs_magic(); exit(static_cast<uint64_t>(-42)); } } // namespace attos class debug_out_printer : public attos::out_stream { public: explicit debug_out_printer() { attos::set_dbgout(*this); } virtual void write(const void* data, size_t n) override { syscall2(syscall_number::debug_print, reinterpret_cast<uint64_t>(data), n); } }; extern "C" void mainCRTStartup() { debug_out_printer dop{}; default_heap heap{stupid_heap, sizeof(stupid_heap)}; heap_ptr = &heap; attos::exit(main()); heap_ptr = nullptr; }
[ "michaelrasmussen1337@gmail.com" ]
michaelrasmussen1337@gmail.com
6f4ed2a828cf44e377657a22794f2d79043fa683
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/rsync/gumtree/rsync_repos_function_282_rsync-2.6.0.cpp
a537fd82ef42281a6869a8c7f610e5205cba8147
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
461
cpp
int do_mkstemp(char *template, mode_t perms) { if (dry_run) return -1; if (read_only) {errno = EROFS; return -1;} #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD) { int fd = mkstemp(template); if (fd == -1) return -1; if ((fchmod(fd, perms) != 0) && preserve_perms) { close(fd); unlink(template); return -1; } return fd; } #else if (!mktemp(template)) return -1; return do_open(template, O_RDWR|O_EXCL|O_CREAT, perms); #endif }
[ "993273596@qq.com" ]
993273596@qq.com
7ba11abc05a812ea7f199da3e9058cae3cecf56c
7fc9ca1aa8c9281160105c7f2b3a96007630add7
/115A.cpp
f70e88d96ec7168b0b93760a7cdfe9550111b195
[]
no_license
PatelManav/Codeforces_Backup
9b2318d02c42d8402c9874ae0c570d4176348857
9671a37b9de20f0f9d9849cd74e00c18de780498
refs/heads/master
2023-01-04T03:18:14.823128
2020-10-27T12:07:22
2020-10-27T12:07:22
300,317,389
2
1
null
2020-10-27T12:07:23
2020-10-01T14:54:31
C++
UTF-8
C++
false
false
1,150
cpp
/*May The Force Be With Me*/ #include <bits/stdc++.h> #include <stdio.h> #include <ctype.h> #pragma GCC optimize ("Ofast") #define ll long long #define MOD 1000000007 #define endl "\n" #define vll vector<long long> #define mll map<long long,long long> #define pll pair<long long, long long> #define all(c) c.begin(),c.end() #define rall(c) c.rbegin(),c.rend() #define pb push_back #define f first #define s second #define inf INT_MAX #define size_1d 10000000 #define size_2d 1000 //Snippets: delta, sieve, fastexp, dfs, bfs, dijkstra, floodfill using namespace std; ll n; void Input() { cin >> n; } mll mp; ll dfs(ll i, ll d) { if (mp[i] == -1)return d + 1; return dfs(mp[i], d + 1); } void Solve() { for (ll i = 1; i <= n; i++) { ll d; cin >> d; mp[i] = d; } ll c = 0; for (ll i = 1; i <= n; i++)c = max(c, dfs(i, 0)); cout << c; } int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif ll T = 1; //cin >> T; //ll t = 1; while (T--) { Input(); //cout << "Case " << t << ": "; Solve(); //t++; } return 0; }
[ "helewrer3@gmail.com" ]
helewrer3@gmail.com
83ad279691200e0edb554bb9cc93a867e62af802
0065cefdd3a4f163e92c6499c4f36feb584d99b7
/rogue/cheat/sdk/SDK/StatWrapper_Player_Victories_functions.cpp
750c5eeaed94a82ba4d977dd017cd20eae2bda5d
[]
no_license
YMY1666527646/Rogue_Company_hack
ecd8461fc6b25a0adca1a6ef09ee57e59181bc84
2a19c81c5bf25b6e245084c073ad7af895a696e4
refs/heads/main
2023-08-20T06:07:14.660871
2021-10-21T20:33:53
2021-10-21T20:33:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,552
cpp
// Name: roguecompany, Version: 425 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function: // Offset -> 0x024D5B40 // Name -> Function StatWrapper_Player_Victories.StatWrapper_Player_Victories_C.GetStatValueText // Flags -> (Event, Public, HasOutParms, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure, Const) // Parameters: // class UObject* InWorldContextObject (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class AKSPlayerState* InPlayerState (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // int DescriptorId (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // struct FString DescriptorString (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, HasGetValueTypeHash) // bool ShouldOverwriteValue (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor) // float OverwriteValue (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // struct FText ReturnValue (Parm, OutParm, ReturnParm) struct FText UStatWrapper_Player_Victories_C::GetStatValueText(class UObject* InWorldContextObject, class AKSPlayerState* InPlayerState, int DescriptorId, const struct FString& DescriptorString, bool ShouldOverwriteValue, float OverwriteValue) { static UFunction* fn = UObject::GetObjectCasted<UFunction>(67679); UStatWrapper_Player_Victories_C_GetStatValueText_Params params {}; params.InWorldContextObject = InWorldContextObject; params.InPlayerState = InPlayerState; params.DescriptorId = DescriptorId; params.DescriptorString = DescriptorString; params.ShouldOverwriteValue = ShouldOverwriteValue; params.OverwriteValue = OverwriteValue; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } // Function: // Offset -> 0x024D5B40 // Name -> Function StatWrapper_Player_Victories.StatWrapper_Player_Victories_C.GetStatValue // Flags -> (Event, Public, HasOutParms, HasDefaults, BlueprintCallable, BlueprintEvent, BlueprintPure, Const) // Parameters: // class UObject* InWorldContextObject (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class AKSPlayerState* InPlayerState (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // int DescriptorId (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // struct FString DescriptorString (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, HasGetValueTypeHash) // bool ShouldOverwriteValue (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor) // float OverwriteValue (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // float ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash) float UStatWrapper_Player_Victories_C::GetStatValue(class UObject* InWorldContextObject, class AKSPlayerState* InPlayerState, int DescriptorId, const struct FString& DescriptorString, bool ShouldOverwriteValue, float OverwriteValue) { static UFunction* fn = UObject::GetObjectCasted<UFunction>(62876); UStatWrapper_Player_Victories_C_GetStatValue_Params params {}; params.InWorldContextObject = InWorldContextObject; params.InPlayerState = InPlayerState; params.DescriptorId = DescriptorId; params.DescriptorString = DescriptorString; params.ShouldOverwriteValue = ShouldOverwriteValue; params.OverwriteValue = OverwriteValue; auto flags = fn->FunctionFlags; UObject::ProcessEvent(fn, &params); fn->FunctionFlags = flags; return params.ReturnValue; } } #ifdef _MSC_VER #pragma pack(pop) #endif
[ "51001754+dmitrysolovev@users.noreply.github.com" ]
51001754+dmitrysolovev@users.noreply.github.com
1067d69052e27c6f1615f5e5ea621ac06bf7639c
e6ea72c217e99a7b8e1e0a680a0a82a62d3a856d
/tsukuba_tech/sketch07_01_nofor_serial/sketch07_01_nofor_serial.ino
aaddb3fb74f8c14c02fc71eaea40b66f3cdfecd1
[]
no_license
yukio-m/tsukuba_tech
f260f1a1be2009dce352feb85f6b805d08a17897
a1b27ac9d7304983edfe30590249f87e5da366a0
refs/heads/master
2020-04-06T05:49:19.541752
2016-11-13T01:21:20
2016-11-13T01:21:20
73,586,803
0
0
null
null
null
null
UTF-8
C++
false
false
332
ino
/* for文なしで1から10まで数える */ void setup() { Serial.begin(9600); } void loop() { Serial.println(1); Serial.println(2); Serial.println(3); Serial.println(4); Serial.println(5); Serial.println(6); Serial.println(7); Serial.println(8); Serial.println(9); Serial.println(10); delay(10000); }
[ "yukio-m@cs.kusa.ac.jp" ]
yukio-m@cs.kusa.ac.jp
23d7a3b31bc828ddb0cc307e4b1b7cb0c78c698a
8f051dc506b8d5a849fc0ec325bea5318491b61f
/PR_DP_CountPaths/PR_DP_CountPaths.cpp
b11b61f154af17e95d8e7d5cec9ed3596c1f5ecb
[]
no_license
ratchanonp/TOIWU
0709fe17262ba6571a818b41b2eac9819cffcbc3
699f008a74812a0acea6c412008fdbf51a7f691c
refs/heads/master
2022-11-26T22:25:38.060162
2020-08-03T14:07:09
2020-08-03T14:07:09
284,716,341
0
0
null
null
null
null
UTF-8
C++
false
false
586
cpp
#include <bits/stdc++.h> using namespace std; long long int path[100][100] = {0}; long long int count_path(int i,int j){ if(i == 0||j == 0){ int ans = 1; path[i][j] = ans; return ans; } if(path[i][j] != 0){ return path[i][j]; } long long int ans = (count_path(i-1,j) + count_path(i,j-1))%1000000007; path[i][j] = ans; return ans; } int main() { ios_base::sync_with_stdio(0); cin.tie(0); int T; cin>>T; while(T--){ int N,M; cin>>N>>M; cout<<count_path(N-1,M-1)<<"\n"; } }
[ "qq.panmas@gmail.com" ]
qq.panmas@gmail.com
88907906c3bfb7958c6e139d78876db0ce83af2a
fbf64ce80936ffa11b0fd316fab288961e13e5e9
/emulador/src/main.cpp
30ad22b12c5c5ba7af12a14652b9d3773fe4583b
[]
no_license
Marcos30004347/CompiladoresTps
d4cf6a46b14a6f20d2828f75e01a3e2fdff54abb
ba37be47c9caee2dc74ed0ff6ab915f62ba860fc
refs/heads/main
2023-08-11T00:40:40.293820
2021-09-12T00:05:42
2021-09-12T00:05:42
387,575,921
0
0
null
null
null
null
UTF-8
C++
false
false
1,472
cpp
#include <iostream> #include <string> #include "vm.h" int main(int argc, char *argv[]) { bool verbose = false; std::ifstream f; switch (argc) { case 1: std::cerr << "Erro: nenhum arquivo fonte fornecido!!\n"; return 1; case 2: f.open(argv[1]); break; case 3: if (argv[1] == std::string("-v")) { verbose = true; f.open(argv[2]); } else if (argv[2] == std::string("-v")) { verbose = true; f.open(argv[1]); } else { std::cerr << "Erro: comando inválido!\n" << "Uso: emulador <path/to/file>\n" << "ou emulador <path/to/file> -v\n" << "ou emulador -v <path/to/file>\n"; return 1; } } if (!f.is_open()) { std::cerr << "Erro: arquivo fonte inválido!\n"; return 1; } if (verbose) std::cout << "=============== Modo Verbose ==============="; std::string header; std::getline(f, header); if (header != "MV-EXE") { std::cerr << "Erro: formato não executável!"; return 1; } vm::Machine m(f, verbose); bool halt = false; while (!halt) halt = vm::next(m); if (verbose) std::cout << "============================================\n" << std::endl; for (int out : m.buffer) std::cout << out << std::endl; f.close(); return 0; }
[ "marcos30004347@gmail.com" ]
marcos30004347@gmail.com
07a728fd7f14addea61d04c6a0a902b593ae557c
2aed63d9aa027419b797e56b508417789a604a8b
/injector2degHex/case_interPhaseChangeFoam_3mm/processor2/0.25/phi
c035236bbca5997be476fa34d47f479e710373e4
[]
no_license
icl-rocketry/injectorCFDModelling
70137f1c6574240c7202638c3713102a3e1e9fd8
96591cf2cf3cd4cbd64536d8ae47ed8080ed9016
refs/heads/main
2023-08-25T03:30:59.244137
2021-10-09T21:04:45
2021-10-09T21:04:45
322,369,673
3
5
null
null
null
null
UTF-8
C++
false
false
148,909
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class surfaceScalarField; location "0.25"; object phi; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 3 -1 0 0 0 0]; oriented oriented; internalField nonuniform List<scalar> 8134 ( -3.31096e-10 -6.41461e-11 -1.95251e-14 -2.82439e-10 -4.8707e-11 -7.07696e-15 -2.44573e-10 -3.78326e-11 3.20546e-15 -2.14489e-10 -3.00012e-11 9.248e-15 -1.90179e-10 -2.42473e-11 7.28463e-15 -1.70196e-10 -1.99539e-11 3.639e-15 -1.53514e-10 -1.66912e-11 -8.88698e-16 -1.39391e-10 -1.418e-11 -6.25273e-15 -1.27256e-10 -1.22216e-11 -9.8355e-15 -1.16693e-10 -1.06781e-11 -1.3115e-14 -1.0737e-10 -9.44869e-12 -1.43745e-14 -9.9033e-11 -8.46328e-12 -1.43974e-14 -9.1482e-11 -7.66629e-12 -1.30405e-14 -8.45597e-11 -7.01563e-12 -1.08828e-14 -7.81517e-11 -6.47903e-12 -8.15417e-15 -7.21655e-11 -6.02929e-12 -5.02141e-15 -6.65381e-11 -5.64682e-12 -2.30668e-15 -6.12195e-11 -5.31475e-12 2.82185e-16 -5.61779e-11 -5.02088e-12 2.16219e-15 -5.13889e-11 -4.75439e-12 3.63287e-15 -4.68394e-11 -4.50726e-12 4.45938e-15 -4.25198e-11 -4.27313e-12 4.85425e-15 -3.84276e-11 -4.04606e-12 4.80709e-15 -3.45588e-11 -3.8253e-12 4.44132e-15 -3.09147e-11 -3.60593e-12 3.85219e-15 -2.74938e-11 -3.38957e-12 3.10047e-15 -2.42955e-11 -3.17454e-12 2.32368e-15 -2.13177e-11 -2.96207e-12 1.5185e-15 -1.85537e-11 -2.7556e-12 8.03799e-16 -1.59984e-11 -2.55399e-12 1.6818e-16 -1.36417e-11 -2.36125e-12 -3.58725e-16 -1.14734e-11 -2.17825e-12 -8.11636e-16 -9.48051e-12 -2.00668e-12 -1.08242e-15 -7.64967e-12 -1.84727e-12 -1.25174e-15 -5.96995e-12 -1.69756e-12 -1.29718e-15 -4.43448e-12 -1.55378e-12 -1.29819e-15 -3.04644e-12 -1.40612e-12 -1.2168e-15 -1.8257e-12 -1.23804e-12 -1.11203e-15 -8.19779e-13 -1.0223e-12 -9.97978e-16 -9.82979e-14 -7.36968e-13 -8.88495e-16 2.44404e-13 -3.578e-13 -8.28907e-16 2.05389e-13 2.36217e-14 -7.96274e-16 1.8985e-13 -8.12088e-16 -8.23776e-10 -1.94542e-10 -2.6018e-14 -7.18604e-10 -1.53975e-10 -1.18535e-14 -6.32632e-10 -1.23794e-10 8.51232e-16 -5.6188e-10 -1.00672e-10 9.33315e-15 -5.03023e-10 -8.3029e-11 8.54562e-15 -4.53585e-10 -6.93473e-11 5.32946e-15 -4.11574e-10 -5.86959e-11 6.57779e-16 -3.75482e-10 -5.03163e-11 -5.18392e-15 -3.44098e-10 -4.36851e-11 -9.27287e-15 -3.16491e-10 -3.83973e-11 -1.31229e-14 -2.91914e-10 -3.41516e-11 -1.47302e-14 -2.69779e-10 -3.07274e-11 -1.50212e-14 -2.49621e-10 -2.79439e-11 -1.37351e-14 -2.31068e-10 -2.56655e-11 -1.1588e-14 -2.13838e-10 -2.37825e-11 -8.74674e-15 -1.97708e-10 -2.22048e-11 -5.41334e-15 -1.82513e-10 -2.08625e-11 -2.49986e-15 -1.68127e-10 -1.96973e-11 3.16683e-16 -1.54461e-10 -1.86642e-11 2.36499e-15 -1.41454e-10 -1.77242e-11 3.99439e-15 -1.29068e-10 -1.6848e-11 4.90407e-15 -1.17279e-10 -1.60121e-11 5.35293e-15 -1.0608e-10 -1.51954e-11 5.29596e-15 -9.54632e-11 -1.43949e-11 4.90882e-15 -8.54348e-11 -1.35934e-11 4.25992e-15 -7.59936e-11 -1.27968e-11 3.42959e-15 -6.71426e-11 -1.19999e-11 2.57475e-15 -5.88806e-11 -1.12075e-11 1.6841e-15 -5.11939e-11 -1.0433e-11 8.94071e-16 -4.40737e-11 -9.67313e-12 1.93927e-16 -3.7497e-11 -8.94303e-12 -3.95942e-16 -3.14398e-11 -8.24642e-12 -9.0745e-16 -2.58719e-11 -7.58978e-12 -1.20819e-15 -2.0761e-11 -6.976e-12 -1.39453e-15 -1.60823e-11 -6.39579e-12 -1.43813e-15 -1.18218e-11 -5.83427e-12 -1.44558e-15 -7.99242e-12 -5.25508e-12 -1.35215e-15 -4.65367e-12 -4.59555e-12 -1.23536e-15 -1.93306e-12 -3.76066e-12 -1.10828e-15 -3.06527e-14 -2.65614e-12 -9.84713e-16 8.55269e-13 -1.26005e-12 -9.24907e-16 6.79945e-13 1.82321e-13 -8.89307e-16 8.53188e-13 -8.99837e-16 -1.14184e-09 -3.31461e-10 -2.00472e-14 -1.02295e-09 -2.72899e-10 -5.9413e-15 -9.20036e-10 -2.26669e-10 3.41279e-15 -8.31218e-10 -1.89401e-10 1.01303e-14 -7.54448e-10 -1.59725e-10 8.75769e-15 -6.87889e-10 -1.35862e-10 5.7641e-15 -6.29849e-10 -1.16727e-10 1.44225e-15 -5.78904e-10 -1.013e-10 -4.09966e-15 -5.33811e-10 -8.88497e-11 -8.0569e-15 -4.93545e-10 -7.87651e-11 -1.19367e-14 -4.57248e-10 -7.05674e-11 -1.36264e-14 -4.24206e-10 -6.38913e-11 -1.41166e-14 -3.93842e-10 -5.84208e-11 -1.30382e-14 -3.65683e-10 -5.3916e-11 -1.11151e-14 -3.39362e-10 -5.01749e-11 -8.45842e-15 -3.14582e-10 -4.70293e-11 -5.2803e-15 -2.9112e-10 -4.43444e-11 -2.47183e-15 -2.68808e-10 -4.20067e-11 2.88692e-16 -2.47525e-10 -3.99256e-11 2.29603e-15 -2.27189e-10 -3.80231e-11 3.93026e-15 -2.07754e-10 -3.62396e-11 4.83398e-15 -1.8919e-10 -3.45266e-11 5.29113e-15 -1.71496e-10 -3.28413e-11 5.24456e-15 -1.54666e-10 -3.11782e-11 4.88106e-15 -1.38717e-10 -2.9502e-11 4.25035e-15 -1.23655e-10 -2.78256e-11 3.42547e-15 -1.0949e-10 -2.61391e-11 2.5778e-15 -9.62285e-11 -2.44532e-11 1.68217e-15 -8.38547e-11 -2.27973e-11 8.9038e-16 -7.2361e-11 -2.1166e-11 1.86946e-16 -6.17173e-11 -1.95919e-11 -4.074e-16 -5.18913e-11 -1.80835e-11 -9.24626e-16 -4.28413e-11 -1.66552e-11 -1.23274e-15 -3.45216e-11 -1.53137e-11 -1.41953e-15 -2.68978e-11 -1.40393e-11 -1.46266e-15 -1.99526e-11 -1.27996e-11 -1.46892e-15 -1.37093e-11 -1.15181e-11 -1.37377e-15 -8.26215e-12 -1.00616e-11 -1.25393e-15 -3.80438e-12 -8.23631e-12 -1.12418e-15 -6.25631e-13 -5.85178e-12 -9.99622e-16 9.54866e-13 -2.85701e-12 -9.36523e-16 8.97288e-13 2.23146e-13 -9.00113e-16 1.7338e-12 -9.067e-16 -1.32847e-09 -4.5217e-10 -2.34181e-14 -1.21719e-09 -3.84241e-10 -7.54122e-15 -1.116e-09 -3.27814e-10 3.68212e-15 -1.02487e-09 -2.80427e-10 1.25974e-14 -9.43196e-10 -2.41285e-10 1.24257e-14 -8.70136e-10 -2.08835e-10 9.9906e-15 -8.04689e-10 -1.82122e-10 5.61843e-15 -7.45886e-10 -1.60104e-10 -2.59562e-16 -6.92775e-10 -1.41999e-10 -4.74852e-15 -6.44511e-10 -1.27105e-10 -9.22959e-15 -6.00338e-10 -1.14839e-10 -1.14479e-14 -5.59592e-10 -1.04743e-10 -1.24691e-14 -5.21719e-10 -9.63967e-11 -1.1853e-14 -4.86245e-10 -8.94738e-11 -1.0309e-14 -4.52797e-10 -8.36898e-11 -7.95736e-15 -4.21066e-10 -7.88018e-11 -5.04339e-15 -3.90821e-10 -7.46095e-11 -2.42063e-15 -3.61885e-10 -7.09417e-11 1.82968e-16 -3.34132e-10 -6.7658e-11 2.13725e-15 -3.07483e-10 -6.46368e-11 3.69295e-15 -2.81897e-10 -6.17838e-11 4.62829e-15 -2.57355e-10 -5.90218e-11 5.07204e-15 -2.33869e-10 -5.62819e-11 5.07653e-15 -2.11444e-10 -5.35576e-11 4.74065e-15 -1.90116e-10 -5.07913e-11 4.14148e-15 -1.69902e-10 -4.80063e-11 3.34014e-15 -1.5083e-10 -4.51874e-11 2.52215e-15 -1.32914e-10 -4.23539e-11 1.63774e-15 -1.16144e-10 -3.95573e-11 8.59136e-16 -1.0052e-10 -3.67896e-11 1.69316e-16 -8.60098e-11 -3.41077e-11 -4.18658e-16 -7.25778e-11 -3.15265e-11 -9.29025e-16 -6.01766e-11 -2.9072e-11 -1.2417e-15 -4.87519e-11 -2.67563e-11 -1.42674e-15 -3.82644e-11 -2.45463e-11 -1.47177e-15 -2.86962e-11 -2.23878e-11 -1.47587e-15 -2.00814e-11 -2.01525e-11 -1.38246e-15 -1.25443e-11 -1.76175e-11 -1.26244e-15 -6.33206e-12 -1.44663e-11 -1.13199e-15 -1.81121e-12 -1.03895e-11 -1.00843e-15 6.2314e-13 -5.30777e-12 -9.43134e-16 9.10377e-13 -8.07964e-14 -9.0688e-16 2.62755e-12 -9.12006e-16 -1.39983e-09 -5.38074e-10 -2.14736e-14 -1.31324e-09 -4.70859e-10 -5.43327e-15 -1.22881e-09 -4.12209e-10 3.76766e-15 -1.14822e-09 -3.60911e-10 1.17071e-14 -1.07249e-09 -3.16918e-10 1.13136e-14 -1.00198e-09 -2.79268e-10 9.48932e-15 -9.36662e-10 -2.47396e-10 5.90158e-15 -8.76268e-10 -2.20496e-10 7.43765e-16 -8.20371e-10 -1.97927e-10 -3.27158e-15 -7.68493e-10 -1.79047e-10 -7.51841e-15 -7.20139e-10 -1.63278e-10 -9.73418e-15 -6.74826e-10 -1.50151e-10 -1.09535e-14 -6.32123e-10 -1.39193e-10 -1.05907e-14 -5.9164e-10 -1.30033e-10 -9.41145e-15 -5.53063e-10 -1.22328e-10 -7.38136e-15 -5.16127e-10 -1.15777e-10 -4.76932e-15 -4.8063e-10 -1.10126e-10 -2.37313e-15 -4.46422e-10 -1.0515e-10 3.37734e-17 -4.13399e-10 -1.00663e-10 1.91474e-15 -3.81503e-10 -9.64999e-11 3.38897e-15 -3.50715e-10 -9.25322e-11 4.33923e-15 -3.21039e-10 -8.86531e-11 4.78945e-15 -2.92511e-10 -8.47668e-11 4.83846e-15 -2.65157e-10 -8.0868e-11 4.54864e-15 -2.39037e-10 -7.68745e-11 3.9807e-15 -2.14188e-10 -7.28239e-11 3.20881e-15 -1.90656e-10 -6.8696e-11 2.4322e-15 -1.68475e-10 -6.45214e-11 1.5665e-15 -1.47643e-10 -6.03798e-11 8.12022e-16 -1.28172e-10 -5.62607e-11 1.45192e-16 -1.10033e-10 -5.22517e-11 -4.26516e-16 -9.31938e-11 -4.83765e-11 -9.23287e-16 -7.76059e-11 -4.46754e-11 -1.2374e-15 -6.3211e-11 -4.11688e-11 -1.41933e-15 -4.9969e-11 -3.78077e-11 -1.46612e-15 -3.78638e-11 -3.45129e-11 -1.46804e-15 -2.69403e-11 -3.10955e-11 -1.37792e-15 -1.73482e-11 -2.72282e-11 -1.25902e-15 -9.37923e-12 -2.2453e-11 -1.12977e-15 -3.46099e-12 -1.63244e-11 -1.00798e-15 -5.13508e-14 -8.73371e-12 -9.41829e-16 7.68457e-13 -9.17186e-13 -9.07169e-16 3.37951e-12 -9.11698e-16 -1.40924e-09 -5.93714e-10 -1.90824e-14 -1.3475e-09 -5.32609e-10 -2.84243e-15 -1.28282e-09 -4.76823e-10 6.58259e-15 -1.21738e-09 -4.26221e-10 1.53307e-14 -1.15284e-09 -3.81324e-10 1.54244e-14 -1.0902e-09 -3.41782e-10 1.3909e-14 -1.03007e-09 -3.07436e-10 1.02908e-14 -9.72722e-10 -2.77802e-10 4.95961e-15 -9.18184e-10 -2.52459e-10 5.14733e-16 -8.66351e-10 -2.30911e-10 -4.2722e-15 -8.17026e-10 -2.12664e-10 -7.01496e-15 -7.69953e-10 -1.973e-10 -8.84732e-15 -7.24878e-10 -1.84348e-10 -9.02579e-15 -6.81544e-10 -1.73433e-10 -8.34368e-15 -6.39741e-10 -1.64187e-10 -6.73129e-15 -5.99282e-10 -1.56273e-10 -4.47209e-15 -5.60029e-10 -1.49399e-10 -2.33684e-15 -5.21881e-10 -1.43299e-10 -1.34346e-16 -4.8478e-10 -1.37749e-10 1.64131e-15 -4.48706e-10 -1.32544e-10 3.04661e-15 -4.13677e-10 -1.27526e-10 3.98762e-15 -3.79726e-10 -1.22561e-10 4.45656e-15 -3.46928e-10 -1.17526e-10 4.55618e-15 -3.15332e-10 -1.12422e-10 4.30816e-15 -2.85033e-10 -1.0714e-10 3.78128e-15 -2.5609e-10 -1.01737e-10 3.05987e-15 -2.28576e-10 -9.61878e-11 2.31873e-15 -2.02546e-10 -9.05385e-11 1.47912e-15 -1.78014e-10 -8.49025e-11 7.66554e-16 -1.55008e-10 -7.92673e-11 1.17954e-16 -1.33508e-10 -7.37571e-11 -4.34041e-16 -1.13488e-10 -6.84069e-11 -9.11416e-16 -9.49038e-11 -6.3275e-11 -1.22474e-15 -7.76977e-11 -5.83921e-11 -1.40212e-15 -6.18321e-11 -5.36925e-11 -1.45081e-15 -4.7295e-11 -4.90695e-11 -1.45007e-15 -3.41417e-11 -4.42678e-11 -1.36407e-15 -2.25442e-11 -3.88441e-11 -1.24721e-15 -1.28297e-11 -3.2185e-11 -1.12012e-15 -5.47451e-12 -2.3696e-11 -1.00065e-15 -9.8405e-13 -1.32403e-11 -9.3624e-16 5.09537e-13 -2.42717e-12 -9.00823e-16 3.87273e-12 -9.07231e-16 -1.36638e-09 -6.18546e-10 -1.58731e-14 -1.33136e-09 -5.67612e-10 4.85461e-17 -1.28917e-09 -5.18929e-10 8.13692e-15 -1.24215e-09 -4.73102e-10 1.59733e-14 -1.19234e-09 -4.30998e-10 1.56015e-14 -1.1412e-09 -3.92806e-10 1.42063e-14 -1.08979e-09 -3.58748e-10 1.09099e-14 -1.03885e-09 -3.28693e-10 6.07842e-15 -9.88815e-10 -3.02485e-10 1.99706e-15 -9.39912e-10 -2.79834e-10 -2.52866e-15 -8.92238e-10 -2.60386e-10 -5.23553e-15 -8.45776e-10 -2.43826e-10 -7.22355e-15 -8.00461e-10 -2.29731e-10 -7.6836e-15 -7.56195e-10 -2.17757e-10 -7.37155e-15 -7.1289e-10 -2.07542e-10 -6.10036e-15 -6.70462e-10 -1.98737e-10 -4.18774e-15 -6.28853e-10 -1.91028e-10 -2.32115e-15 -5.88032e-10 -1.84124e-10 -3.24229e-16 -5.47998e-10 -1.7777e-10 1.32562e-15 -5.08781e-10 -1.71733e-10 2.66882e-15 -4.70448e-10 -1.65828e-10 3.58652e-15 -4.33073e-10 -1.59897e-10 4.08165e-15 -3.96771e-10 -1.53793e-10 4.22848e-15 -3.61625e-10 -1.47528e-10 4.01288e-15 -3.27766e-10 -1.40967e-10 3.54596e-15 -2.95284e-10 -1.3419e-10 2.88921e-15 -2.64281e-10 -1.27171e-10 2.18659e-15 -2.34836e-10 -1.19971e-10 1.39545e-15 -2.06986e-10 -1.12744e-10 7.21552e-16 -1.80777e-10 -1.05477e-10 8.61007e-17 -1.56203e-10 -9.83367e-11 -4.39842e-16 -1.33249e-10 -9.1371e-11 -8.95061e-16 -1.11879e-10 -8.46603e-11 -1.2059e-15 -9.20396e-11 -7.82484e-11 -1.37824e-15 -7.36987e-11 -7.20522e-11 -1.42823e-15 -5.68504e-11 -6.59369e-11 -1.42494e-15 -4.15605e-11 -5.95764e-11 -1.34358e-15 -2.80194e-11 -5.24033e-11 -1.22966e-15 -1.65831e-11 -4.36384e-11 -1.10513e-15 -7.76749e-12 -3.25279e-11 -9.88299e-16 -2.12343e-12 -1.89002e-11 -9.25957e-16 1.61617e-13 -4.7284e-12 -8.89845e-16 4.01824e-12 -8.98654e-16 -1.30269e-09 -6.2137e-10 -1.83991e-14 -1.28873e-09 -5.81592e-10 -4.36242e-15 -1.2659e-09 -5.41719e-10 4.51723e-15 -1.2361e-09 -5.02784e-10 1.3958e-14 -1.20119e-09 -4.65778e-10 1.51114e-14 -1.16262e-09 -4.31252e-10 1.50915e-14 -1.12158e-09 -3.99681e-10 1.26793e-14 -1.07898e-09 -3.71219e-10 8.50022e-15 -1.03548e-09 -3.4594e-10 4.59043e-15 -9.9156e-10 -3.23753e-10 8.76442e-18 -9.47521e-10 -3.04451e-10 -2.95925e-15 -9.0355e-10 -2.87844e-10 -5.33748e-15 -8.59754e-10 -2.73581e-10 -6.22679e-15 -8.16185e-10 -2.61375e-10 -6.38561e-15 -7.72882e-10 -2.5089e-10 -5.47141e-15 -7.29866e-10 -2.41786e-10 -3.92279e-15 -6.8717e-10 -2.33744e-10 -2.32829e-15 -6.4484e-10 -2.26459e-10 -5.3144e-16 -6.02942e-10 -2.1966e-10 9.78148e-16 -5.61564e-10 -2.13088e-10 2.26604e-15 -5.20824e-10 -2.0654e-10 3.14846e-15 -4.80846e-10 -1.9984e-10 3.67975e-15 -4.41787e-10 -1.9282e-10 3.85694e-15 -4.03773e-10 -1.85506e-10 3.67992e-15 -3.66971e-10 -1.7774e-10 3.28201e-15 -3.31505e-10 -1.6963e-10 2.6947e-15 -2.9751e-10 -1.61146e-10 2.03882e-15 -2.65096e-10 -1.52374e-10 1.30294e-15 -2.34322e-10 -1.43511e-10 6.70808e-16 -2.05256e-10 -1.34544e-10 5.263e-17 -1.7791e-10 -1.25687e-10 -4.4679e-16 -1.52286e-10 -1.17006e-10 -8.7639e-16 -1.28357e-10 -1.08605e-10 -1.18277e-15 -1.06077e-10 -1.00544e-10 -1.34899e-15 -8.54247e-11 -9.27233e-11 -1.40021e-15 -6.64002e-11 -8.49802e-11 -1.39459e-15 -4.90795e-11 -7.69153e-11 -1.31815e-15 -3.36689e-11 -6.78315e-11 -1.20788e-15 -2.05477e-11 -5.67765e-11 -1.08661e-15 -1.02643e-11 -4.28273e-11 -9.73099e-16 -3.41271e-12 -2.57674e-11 -9.12395e-16 -2.4937e-13 -7.90766e-12 -8.77059e-16 3.75301e-12 -8.87391e-16 -1.22001e-09 -6.05095e-10 -1.36448e-14 -1.22483e-09 -5.76772e-10 -1.42716e-15 -1.21977e-09 -5.46715e-10 6.49836e-15 -1.20632e-09 -5.16101e-10 1.4956e-14 -1.18607e-09 -4.85889e-10 1.52671e-14 -1.16037e-09 -4.56823e-10 1.4901e-14 -1.13042e-09 -4.29531e-10 1.23674e-14 -1.09719e-09 -4.04375e-10 8.59461e-15 -1.06147e-09 -3.81614e-10 5.09946e-15 -1.02388e-09 -3.61333e-10 9.74272e-16 -9.84882e-10 -3.4347e-10 -1.76638e-15 -9.44806e-10 -3.27958e-10 -4.11894e-15 -9.03903e-10 -3.1453e-10 -5.13191e-15 -8.62353e-10 -3.02968e-10 -5.5674e-15 -8.20309e-10 -2.92975e-10 -4.92966e-15 -7.77894e-10 -2.84233e-10 -3.70485e-15 -7.35226e-10 -2.76432e-10 -2.3621e-15 -6.92431e-10 -2.69262e-10 -7.56359e-16 -6.49641e-10 -2.62444e-10 6.07302e-16 -6.07007e-10 -2.55703e-10 1.84742e-15 -5.64701e-10 -2.48822e-10 2.68417e-15 -5.22897e-10 -2.41613e-10 3.25272e-15 -4.818e-10 -2.3389e-10 3.44905e-15 -4.41575e-10 -2.25698e-10 3.3245e-15 -4.02433e-10 -2.16856e-10 2.99783e-15 -3.64533e-10 -2.07505e-10 2.48216e-15 -3.28044e-10 -1.97618e-10 1.87853e-15 -2.93108e-10 -1.873e-10 1.20149e-15 -2.59809e-10 -1.76803e-10 6.14031e-16 -2.28242e-10 -1.66111e-10 1.53471e-17 -1.9844e-10 -1.55495e-10 -4.52473e-16 -1.70421e-10 -1.45035e-10 -8.55619e-16 -1.44172e-10 -1.34868e-10 -1.15632e-15 -1.1966e-10 -1.25071e-10 -1.31611e-15 -9.68728e-11 -1.15529e-10 -1.36803e-15 -7.58195e-11 -1.06052e-10 -1.35998e-15 -5.65864e-11 -9.61662e-11 -1.28914e-15 -3.9393e-11 -8.50422e-11 -1.18262e-15 -2.46372e-11 -7.15487e-11 -1.06505e-15 -1.28954e-11 -5.45848e-11 -9.55228e-16 -4.80436e-12 -3.38738e-11 -8.96459e-16 -7.00556e-13 -1.20271e-11 -8.62695e-16 3.03688e-12 -8.72412e-16 -1.13402e-09 -2.51407e-15 -1.15244e-09 -1.69783e-15 -1.16126e-09 -5.37884e-10 4.97347e-16 -1.16144e-09 -5.15856e-10 7.83419e-15 -1.15413e-09 -4.93124e-10 9.47469e-15 -1.14038e-09 -4.70483e-10 1.1163e-14 -1.1212e-09 -4.48618e-10 1.04686e-14 -1.09751e-09 -4.27999e-10 8.30163e-15 -1.07007e-09 -4.09004e-10 5.75721e-15 -1.03954e-09 -3.91843e-10 2.20418e-15 -1.00645e-09 -3.76561e-10 -3.81591e-16 -9.71233e-10 -3.632e-10 -2.81367e-15 -9.34231e-10 -3.51568e-10 -4.01891e-15 -8.95719e-10 -3.41514e-10 -4.78077e-15 -8.55943e-10 -3.32787e-10 -4.44144e-15 -8.15111e-10 -3.25095e-10 -3.52425e-15 -7.73421e-10 -3.18143e-10 -2.41993e-15 -7.31069e-10 -3.11625e-10 -1.00051e-15 -6.88252e-10 -3.05259e-10 2.2174e-16 -6.45179e-10 -2.9876e-10 1.41161e-15 -6.02077e-10 -2.91905e-10 2.20408e-15 -5.59169e-10 -2.84494e-10 2.80159e-15 -5.16708e-10 -2.76328e-10 3.01202e-15 -4.74901e-10 -2.67476e-10 2.95696e-15 -4.33999e-10 -2.57735e-10 2.70064e-15 -3.94199e-10 -2.47284e-10 2.25753e-15 -3.55704e-10 -2.36096e-10 1.70963e-15 -3.1869e-10 -2.24306e-10 1.09325e-15 -2.83268e-10 -2.12218e-10 5.52755e-16 -2.49561e-10 -1.9982e-10 -2.20581e-17 -2.17623e-10 -1.87438e-10 -4.59637e-16 -1.87493e-10 -1.75175e-10 -8.33965e-16 -1.59175e-10 -1.632e-10 -1.12722e-15 -1.3265e-10 -1.51612e-10 -1.27973e-15 -1.07915e-10 -1.40281e-10 -1.33225e-15 -8.49922e-11 -1.28992e-10 -1.32236e-15 -6.39763e-11 -1.17199e-10 -1.25703e-15 -4.50985e-11 -1.03937e-10 -1.15477e-15 -2.87723e-11 -8.7891e-11 -1.04138e-15 -1.5598e-11 -6.77743e-11 -9.35943e-16 -6.25662e-12 -4.32302e-11 -8.79104e-16 -1.17876e-12 -1.71203e-11 -8.474e-16 1.84285e-12 -8.56214e-16 -1.0937e-09 -5.17433e-10 9.14146e-16 -1.1056e-09 -5.03884e-10 7.6079e-15 -1.10973e-09 -4.88915e-10 9.08485e-15 -1.10687e-09 -4.73252e-10 1.05499e-14 -1.09783e-09 -4.5757e-10 9.61385e-15 -1.0834e-09 -4.42371e-10 7.77659e-15 -1.06426e-09 -4.28092e-10 5.61213e-15 -1.04106e-09 -4.1502e-10 2.54958e-15 -1.01434e-09 -4.03278e-10 2.57548e-16 -9.84575e-10 -3.92988e-10 -2.03801e-15 -9.52154e-10 -3.8402e-10 -3.26314e-15 -9.1742e-10 -3.7628e-10 -4.18429e-15 -8.80682e-10 -3.69558e-10 -4.05178e-15 -8.42216e-10 -3.63589e-10 -3.3912e-15 -8.02284e-10 -3.58097e-10 -2.49687e-15 -7.61142e-10 -3.5278e-10 -1.25621e-15 -7.19044e-10 -3.47357e-10 -1.58527e-16 -6.76254e-10 -3.41539e-10 9.66996e-16 -6.33048e-10 -3.35096e-10 1.72705e-15 -5.89695e-10 -3.27823e-10 2.33312e-15 -5.46494e-10 -3.19509e-10 2.56275e-15 -5.03692e-10 -3.10251e-10 2.58618e-15 -4.6158e-10 -2.99827e-10 2.39733e-15 -4.20391e-10 -2.88453e-10 2.02567e-15 -3.80364e-10 -2.76109e-10 1.53531e-15 -3.41705e-10 -2.62958e-10 9.80462e-16 -3.04556e-10 -2.49361e-10 4.88041e-16 -2.69069e-10 -2.3531e-10 -6.12762e-17 -2.35319e-10 -2.21193e-10 -4.64792e-16 -2.03367e-10 -2.07137e-10 -8.10765e-16 -1.73237e-10 -1.93343e-10 -1.09614e-15 -1.44923e-10 -1.7994e-10 -1.24096e-15 -1.18438e-10 -1.66783e-10 -1.29339e-15 -9.3814e-11 -1.53634e-10 -1.28189e-15 -7.11548e-11 -1.39875e-10 -1.2221e-15 -5.07021e-11 -1.24406e-10 -1.12444e-15 -3.28818e-11 -1.05727e-10 -1.0159e-15 -1.83166e-11 -8.23544e-11 -9.14349e-16 -7.73344e-12 -5.38281e-11 -8.59684e-16 -1.66835e-12 -2.32003e-11 -8.29983e-16 1.59561e-13 -8.38273e-16 -1.02266e-09 -4.88476e-10 -3.11669e-15 -1.04375e-09 -4.82784e-10 1.34889e-15 -1.05731e-09 -4.75322e-10 3.25055e-15 -1.06383e-09 -4.66681e-10 6.1926e-15 -1.06387e-09 -4.57477e-10 6.83255e-15 -1.058e-09 -4.48183e-10 6.49116e-15 -1.04681e-09 -4.3924e-10 5.30805e-15 -1.03084e-09 -4.30962e-10 2.92805e-15 -1.01061e-09 -4.23506e-10 9.45998e-16 -9.86562e-10 -4.17044e-10 -1.25784e-15 -9.59122e-10 -4.11484e-10 -2.55351e-15 -9.28653e-10 -4.06774e-10 -3.64554e-15 -8.95505e-10 -4.02736e-10 -3.72067e-15 -8.59999e-10 -3.99124e-10 -3.29112e-15 -8.22441e-10 -3.95677e-10 -2.58679e-15 -7.83137e-10 -3.92099e-10 -1.51765e-15 -7.42388e-10 -3.88111e-10 -5.29507e-16 -7.00501e-10 -3.83418e-10 5.21147e-16 -6.57799e-10 -3.77788e-10 1.25759e-15 -6.14591e-10 -3.71012e-10 1.85418e-15 -5.71217e-10 -3.62869e-10 2.12922e-15 -5.27961e-10 -3.53484e-10 2.2196e-15 -4.85152e-10 -3.42619e-10 2.0938e-15 -4.43056e-10 -3.30531e-10 1.78953e-15 -4.01948e-10 -3.17205e-10 1.35865e-15 -3.62065e-10 -3.02836e-10 8.65545e-16 -3.23575e-10 -2.87845e-10 4.21741e-16 -2.86659e-10 -2.72228e-10 -9.80527e-17 -2.51418e-10 -2.56439e-10 -4.70584e-16 -2.17934e-10 -2.4063e-10 -7.87106e-16 -1.86251e-10 -2.2504e-10 -1.06283e-15 -1.5638e-10 -2.09826e-10 -1.19954e-15 -1.28347e-10 -1.94831e-10 -1.2518e-15 -1.02196e-10 -1.79801e-10 -1.23904e-15 -7.80408e-11 -1.64046e-10 -1.18512e-15 -5.61314e-11 -1.46331e-10 -1.09234e-15 -3.69047e-11 -1.24969e-10 -9.88579e-16 -2.10042e-11 -9.82695e-11 -8.9175e-16 -9.20471e-12 -6.56419e-11 -8.39237e-16 -2.15755e-12 -3.02621e-11 -8.11563e-16 -2.01257e-12 -8.1972e-16 -9.49525e-10 -4.52832e-10 -2.84212e-15 -9.78025e-10 -4.54267e-10 1.58812e-15 -9.9944e-10 -4.53872e-10 3.50047e-15 -1.01399e-09 -4.52076e-10 6.13175e-15 -1.02201e-09 -4.494e-10 6.34544e-15 -1.0239e-09 -4.46243e-10 6.04872e-15 -1.02009e-09 -4.4301e-10 5.01617e-15 -1.01102e-09 -4.40003e-10 2.98236e-15 -9.97132e-10 -4.37382e-10 1.20023e-15 -9.78848e-10 -4.35337e-10 -8.40895e-16 -9.56559e-10 -4.33794e-10 -2.10858e-15 -9.30634e-10 -4.32723e-10 -3.26734e-15 -9.01436e-10 -4.31961e-10 -3.46967e-15 -8.69309e-10 -4.31278e-10 -3.22304e-15 -8.34592e-10 -4.30418e-10 -2.67774e-15 -7.97621e-10 -4.29088e-10 -1.77465e-15 -7.58732e-10 -4.27007e-10 -8.81788e-16 -7.18271e-10 -4.23876e-10 7.97879e-17 -6.76595e-10 -4.19458e-10 8.03864e-16 -6.34048e-10 -4.13543e-10 1.39834e-15 -5.91006e-10 -4.059e-10 1.71568e-15 -5.47787e-10 -3.96684e-10 1.86292e-15 -5.04752e-10 -3.8564e-10 1.79503e-15 -4.622e-10 -3.73068e-10 1.55275e-15 -4.20435e-10 -3.5896e-10 1.18281e-15 -3.79724e-10 -3.43542e-10 7.50721e-16 -3.40265e-10 -3.27299e-10 3.56228e-16 -3.02264e-10 -3.10233e-10 -1.29671e-16 -2.65845e-10 -2.92863e-10 -4.73499e-16 -2.31115e-10 -2.75369e-10 -7.6201e-16 -1.98138e-10 -2.5803e-10 -1.02777e-15 -1.6694e-10 -2.41038e-10 -1.15633e-15 -1.37564e-10 -2.24223e-10 -1.20791e-15 -1.10065e-10 -2.07316e-10 -1.19423e-15 -8.45672e-11 -1.8956e-10 -1.14574e-15 -6.13267e-11 -1.69587e-10 -1.05786e-15 -4.07904e-11 -1.4552e-10 -9.59423e-16 -2.36219e-11 -1.15452e-10 -8.67445e-16 -1.06462e-11 -7.86316e-11 -8.17162e-16 -2.63724e-12 -3.82852e-11 -7.91526e-16 -4.66402e-12 -7.99484e-16 -8.7721e-10 -4.12657e-10 -7.00346e-15 -9.11185e-10 -4.20311e-10 -2.31178e-15 -9.38739e-10 -4.26313e-10 2.84925e-16 -9.59856e-10 -4.30928e-10 3.73331e-15 -9.74656e-10 -4.3456e-10 4.63745e-15 -9.83341e-10 -4.37514e-10 5.0885e-15 -9.86188e-10 -4.40125e-10 4.59942e-15 -9.83512e-10 -4.42649e-10 3.02904e-15 -9.75661e-10 -4.45222e-10 1.49671e-15 -9.62984e-10 -4.4802e-10 -4.16881e-16 -9.45832e-10 -4.50963e-10 -1.69816e-15 -9.24553e-10 -4.54022e-10 -2.92244e-15 -8.99501e-10 -4.57039e-10 -3.24526e-15 -8.71026e-10 -4.59781e-10 -3.16888e-15 -8.39477e-10 -4.61991e-10 -2.76364e-15 -8.05211e-10 -4.63373e-10 -2.00276e-15 -7.68588e-10 -4.6364e-10 -1.20584e-15 -7.29978e-10 -4.62486e-10 -3.24621e-16 -6.89765e-10 -4.59669e-10 3.84448e-16 -6.48324e-10 -4.54973e-10 9.77014e-16 -6.06056e-10 -4.4816e-10 1.32591e-15 -5.6331e-10 -4.39414e-10 1.52158e-15 -5.20476e-10 -4.28464e-10 1.5056e-15 -4.77878e-10 -4.15652e-10 1.32037e-15 -4.35851e-10 -4.00978e-10 1.01083e-15 -3.94687e-10 -3.84702e-10 6.39263e-16 -3.5461e-10 -3.67372e-10 2.96336e-16 -3.15851e-10 -3.48995e-10 -1.56348e-16 -2.78558e-10 -3.3016e-10 -4.76251e-16 -2.42861e-10 -3.11075e-10 -7.35696e-16 -2.08842e-10 -2.92062e-10 -9.90764e-16 -1.76546e-10 -2.73346e-10 -1.11104e-15 -1.46032e-10 -2.54752e-10 -1.16199e-15 -1.17367e-10 -2.35997e-10 -1.14781e-15 -9.06815e-11 -2.1626e-10 -1.10487e-15 -6.62406e-11 -1.94043e-10 -1.02236e-15 -4.44988e-11 -1.67276e-10 -9.29106e-16 -2.61392e-11 -1.33825e-10 -8.4188e-16 -1.20391e-11 -9.27452e-11 -7.94559e-16 -3.10065e-12 -4.72375e-11 -7.7066e-16 -7.77847e-12 -7.78798e-16 -8.06177e-10 -3.69239e-10 -8.17552e-15 -8.44268e-10 -3.8224e-10 -2.77387e-15 -8.76639e-10 -3.93934e-10 4.19878e-16 -9.03094e-10 -4.04438e-10 3.79941e-15 -9.23579e-10 -4.14035e-10 4.43471e-15 -9.38129e-10 -4.22921e-10 4.82837e-15 -9.46871e-10 -4.31345e-10 4.35643e-15 -9.49995e-10 -4.39496e-10 2.98297e-15 -9.47746e-10 -4.4746e-10 1.57394e-15 -9.40392e-10 -4.55377e-10 -2.06019e-16 -9.28227e-10 -4.63143e-10 -1.4464e-15 -9.11557e-10 -4.70711e-10 -2.66518e-15 -8.90713e-10 -4.77908e-10 -3.07067e-15 -8.66031e-10 -4.8449e-10 -3.12391e-15 -8.37859e-10 -4.90188e-10 -2.83637e-15 -8.06561e-10 -4.94692e-10 -2.19472e-15 -7.72506e-10 -4.97708e-10 -1.49616e-15 -7.36082e-10 -4.98913e-10 -6.80489e-16 -6.9769e-10 -4.98061e-10 -5.53613e-18 -6.57726e-10 -4.94929e-10 5.91179e-16 -6.16614e-10 -4.89268e-10 9.62393e-16 -5.74724e-10 -4.81291e-10 1.19863e-15 -5.32469e-10 -4.7071e-10 1.22733e-15 -4.90198e-10 -4.57911e-10 1.09672e-15 -4.48268e-10 -4.42901e-10 8.45042e-16 -4.06997e-10 -4.25971e-10 5.42551e-16 -3.6663e-10 -4.07735e-10 2.52465e-16 -3.27423e-10 -3.88206e-10 -1.82011e-16 -2.89546e-10 -3.68042e-10 -4.75424e-16 -2.53149e-10 -3.4748e-10 -7.08338e-16 -2.18334e-10 -3.26889e-10 -9.52436e-16 -1.85165e-10 -3.06527e-10 -1.06428e-15 -1.53715e-10 -2.86217e-10 -1.11426e-15 -1.24062e-10 -2.65665e-10 -1.10009e-15 -9.63457e-11 -2.4399e-10 -1.06217e-15 -7.08379e-11 -2.19565e-10 -9.84745e-16 -4.79997e-11 -1.90128e-10 -8.9695e-16 -2.85336e-11 -1.53305e-10 -8.1504e-16 -1.337e-11 -1.07922e-10 -7.70345e-16 -3.54313e-12 -5.70778e-11 -7.48442e-16 -1.1335e-11 -7.56618e-16 -7.37959e-10 -3.23976e-10 -5.95896e-15 -7.78786e-10 -3.41429e-10 -2.25035e-15 -8.14669e-10 -3.58046e-10 1.42695e-16 -8.45258e-10 -3.73821e-10 3.10464e-15 -8.70348e-10 -3.88914e-10 3.64861e-15 -8.89819e-10 -4.03413e-10 4.23396e-15 -9.03658e-10 -4.17471e-10 3.9867e-15 -9.11931e-10 -4.31195e-10 2.8745e-15 -9.14773e-10 -4.44604e-10 1.64902e-15 -9.12367e-10 -4.57785e-10 8.19231e-18 -9.04935e-10 -4.70587e-10 -1.20433e-15 -8.9273e-10 -4.82932e-10 -2.42809e-15 -8.76045e-10 -4.94616e-10 -2.91301e-15 -8.55192e-10 -5.0537e-10 -3.07662e-15 -8.30504e-10 -5.14901e-10 -2.8925e-15 -8.02338e-10 -5.22881e-10 -2.35714e-15 -7.71065e-10 -5.28995e-10 -1.7487e-15 -7.37078e-10 -5.32906e-10 -9.8778e-16 -7.0079e-10 -5.34354e-10 -3.57403e-16 -6.62607e-10 -5.33107e-10 2.42549e-16 -6.22969e-10 -5.28906e-10 6.25452e-16 -5.82263e-10 -5.21986e-10 8.94312e-16 -5.40919e-10 -5.12048e-10 9.63092e-16 -4.99306e-10 -4.99515e-10 8.85327e-16 -4.57799e-10 -4.84402e-10 6.87701e-16 -4.16737e-10 -4.67033e-10 4.52369e-16 -3.76384e-10 -4.48085e-10 2.09457e-16 -3.37017e-10 -4.27576e-10 -2.04088e-16 -2.98828e-10 -4.06236e-10 -4.7439e-16 -2.61984e-10 -3.84332e-10 -6.79996e-16 -2.26609e-10 -3.62275e-10 -9.1254e-16 -1.92782e-10 -3.40366e-10 -1.01631e-15 -1.60591e-10 -3.18421e-10 -1.06466e-15 -1.30127e-10 -2.96144e-10 -1.05061e-15 -1.01536e-10 -2.72595e-10 -1.01831e-15 -7.50954e-11 -2.46019e-10 -9.46493e-16 -5.12731e-11 -2.13963e-10 -8.64115e-16 -3.07898e-11 -1.73801e-10 -7.8783e-16 -1.46301e-11 -1.24094e-10 -7.45806e-16 -3.96194e-12 -6.77589e-11 -7.25924e-16 -1.53099e-11 -7.33882e-16 -6.72628e-10 -2.77784e-10 -5.18308e-15 -7.15218e-10 -2.98851e-10 -1.64141e-15 -7.5361e-10 -3.19644e-10 7.56168e-16 -7.87346e-10 -3.40053e-10 3.47905e-15 -8.16101e-10 -3.60125e-10 3.73561e-15 -8.39632e-10 -3.79846e-10 4.13642e-15 -8.57804e-10 -3.99266e-10 3.81452e-15 -8.70568e-10 -4.18404e-10 2.78531e-15 -8.77959e-10 -4.37201e-10 1.62965e-15 -8.80068e-10 -4.55676e-10 1.00909e-16 -8.77044e-10 -4.73622e-10 -1.05405e-15 -8.69081e-10 -4.9091e-10 -2.25662e-15 -8.56423e-10 -5.07296e-10 -2.78175e-15 -8.39348e-10 -5.22471e-10 -3.02398e-15 -8.18163e-10 -5.36112e-10 -2.92625e-15 -7.93212e-10 -5.47857e-10 -2.4887e-15 -7.64855e-10 -5.57369e-10 -1.96714e-15 -7.33483e-10 -5.64286e-10 -1.25679e-15 -6.9951e-10 -5.68333e-10 -6.74922e-16 -6.63349e-10 -5.69266e-10 -7.20569e-17 -6.25446e-10 -5.6681e-10 3.17048e-16 -5.862e-10 -5.61225e-10 6.10106e-16 -5.46053e-10 -5.52192e-10 7.15741e-16 -5.05386e-10 -5.40174e-10 6.88141e-16 -4.64591e-10 -5.25193e-10 5.4011e-16 -4.24021e-10 -5.07603e-10 3.65992e-16 -3.83958e-10 -4.88144e-10 1.66312e-16 -3.44698e-10 -4.6684e-10 -2.24596e-16 -3.06448e-10 -4.4449e-10 -4.69917e-16 -2.69396e-10 -4.21391e-10 -6.50618e-16 -2.33683e-10 -3.98e-10 -8.71526e-16 -1.99404e-10 -3.74656e-10 -9.67179e-16 -1.6666e-10 -3.51178e-10 -1.01419e-15 -1.35554e-10 -3.27263e-10 -1.00024e-15 -1.06241e-10 -3.01921e-10 -9.73112e-16 -7.9001e-11 -2.73272e-10 -9.0672e-16 -5.43076e-11 -2.38669e-10 -8.30079e-16 -3.28995e-11 -1.95221e-10 -7.58645e-16 -1.58148e-11 -1.41191e-10 -7.19531e-16 -4.35602e-12 -7.92301e-11 -7.01578e-16 -1.96785e-11 -7.09814e-16 -6.10983e-10 -2.31537e-10 -3.2628e-16 -6.54393e-10 -2.55432e-10 6.93184e-16 -6.94349e-10 -2.7967e-10 1.62408e-15 -7.30308e-10 -3.04063e-10 3.37628e-15 -7.61849e-10 -3.28556e-10 3.25302e-15 -7.88621e-10 -3.53041e-10 3.6187e-15 -8.10386e-10 -3.77472e-10 3.41167e-15 -8.26989e-10 -4.01775e-10 2.57589e-15 -8.38368e-10 -4.2581e-10 1.58477e-15 -8.44529e-10 -4.49514e-10 1.90708e-16 -8.45544e-10 -4.72617e-10 -9.07069e-16 -8.41542e-10 -4.94926e-10 -2.08872e-15 -8.32715e-10 -5.16144e-10 -2.64908e-15 -8.19298e-10 -5.35914e-10 -2.96005e-15 -8.01567e-10 -5.53868e-10 -2.93734e-15 -7.79841e-10 -5.69608e-10 -2.58865e-15 -7.54466e-10 -5.82763e-10 -2.1473e-15 -7.2582e-10 -5.92943e-10 -1.48896e-15 -6.94312e-10 -5.9985e-10 -9.50337e-16 -6.60355e-10 -6.03224e-10 -3.54612e-16 -6.24395e-10 -6.02775e-10 3.93036e-17 -5.86835e-10 -5.98779e-10 3.51385e-16 -5.48123e-10 -5.90902e-10 4.87012e-16 -5.08651e-10 -5.7964e-10 5.06722e-16 -4.68819e-10 -5.65023e-10 4.03592e-16 -4.28992e-10 -5.4743e-10 2.84185e-16 -3.89468e-10 -5.27666e-10 1.24116e-16 -3.50554e-10 -5.05758e-10 -2.41792e-16 -3.12476e-10 -4.82573e-10 -4.64374e-16 -2.75436e-10 -4.58437e-10 -6.20615e-16 -2.39592e-10 -4.33855e-10 -8.29525e-16 -2.05052e-10 -4.09206e-10 -9.17654e-16 -1.71935e-10 -3.84307e-10 -9.62896e-16 -1.40351e-10 -3.5886e-10 -9.49561e-16 -1.10462e-10 -3.31822e-10 -9.27351e-16 -8.25526e-11 -3.01194e-10 -8.66193e-16 -5.71003e-11 -2.64134e-10 -7.95494e-16 -3.48604e-11 -2.17473e-10 -7.2957e-16 -1.69236e-11 -1.5914e-10 -6.9316e-16 -4.72584e-12 -9.14399e-11 -6.77256e-16 -2.44163e-11 -6.85499e-16 -5.52934e-10 -1.85871e-10 -2.04093e-15 -5.96497e-10 -2.11865e-10 2.04871e-16 -6.37295e-10 -2.38856e-10 1.6751e-15 -6.74729e-10 -2.66598e-10 3.42047e-15 -7.08307e-10 -2.94948e-10 3.21037e-15 -7.376e-10 -3.23717e-10 3.48137e-15 -7.62279e-10 -3.52764e-10 3.24111e-15 -7.82104e-10 -3.81927e-10 2.46972e-15 -7.96923e-10 -4.10978e-10 1.53729e-15 -8.06663e-10 -4.39774e-10 2.37908e-16 -8.11321e-10 -4.67968e-10 -8.02614e-16 -8.10962e-10 -4.95297e-10 -1.9507e-15 -8.05724e-10 -5.21402e-10 -2.52261e-15 -7.95795e-10 -5.45868e-10 -2.88469e-15 -7.81413e-10 -5.68275e-10 -2.92479e-15 -7.62867e-10 -5.8818e-10 -2.65582e-15 -7.40479e-10 -6.0517e-10 -2.28515e-15 -7.14614e-10 -6.18821e-10 -1.68157e-15 -6.85666e-10 -6.28809e-10 -1.18347e-15 -6.54041e-10 -6.34853e-10 -6.02558e-16 -6.20179e-10 -6.36643e-10 -2.0637e-16 -5.84485e-10 -6.34471e-10 1.19898e-16 -5.47406e-10 -6.27981e-10 2.80211e-16 -5.09336e-10 -6.17705e-10 3.41882e-16 -4.70683e-10 -6.03674e-10 2.79048e-16 -4.31819e-10 -5.86296e-10 2.08229e-16 -3.93051e-10 -5.66433e-10 8.38771e-17 -3.54699e-10 -5.44114e-10 -2.56825e-16 -3.17001e-10 -5.20276e-10 -4.55753e-16 -2.80173e-10 -4.95272e-10 -5.90228e-16 -2.44387e-10 -4.69651e-10 -7.87178e-16 -2.09768e-10 -4.43835e-10 -8.67699e-16 -1.76443e-10 -4.17644e-10 -9.1129e-16 -1.44534e-10 -3.9078e-10 -8.98444e-16 -1.1421e-10 -3.62157e-10 -8.81126e-16 -8.57567e-11 -3.29659e-10 -8.24973e-16 -5.96554e-11 -2.90246e-10 -7.59718e-16 -3.66759e-11 -2.40464e-10 -6.98936e-16 -1.79593e-11 -1.77868e-10 -6.65325e-16 -5.07317e-12 -1.04338e-10 -6.51717e-16 -2.95011e-11 -6.59854e-16 -4.98856e-10 -1.41306e-10 9.05029e-16 -5.41959e-10 -1.68746e-10 1.65315e-15 -5.82943e-10 -1.9785e-10 2.22635e-15 -6.21177e-10 -2.28334e-10 3.32323e-15 -6.56117e-10 -2.59982e-10 2.89336e-15 -6.87269e-10 -2.92537e-10 3.112e-15 -7.14234e-10 -3.25773e-10 2.95462e-15 -7.36694e-10 -3.59444e-10 2.31887e-15 -7.54422e-10 -3.93238e-10 1.50582e-15 -7.6727e-10 -4.26924e-10 3.11006e-16 -7.75166e-10 -4.60079e-10 -6.81973e-16 -7.78113e-10 -4.92362e-10 -1.80836e-15 -7.76191e-10 -5.23343e-10 -2.38658e-15 -7.6954e-10 -5.52543e-10 -2.795e-15 -7.58357e-10 -5.79483e-10 -2.89121e-15 -7.42899e-10 -6.03664e-10 -2.69456e-15 -7.2346e-10 -6.24629e-10 -2.38509e-15 -7.0038e-10 -6.41914e-10 -1.83636e-15 -6.74039e-10 -6.55163e-10 -1.37622e-15 -6.44827e-10 -6.6407e-10 -8.15675e-16 -6.13176e-10 -6.68303e-10 -4.20313e-16 -5.79482e-10 -6.68162e-10 -8.38832e-17 -5.44191e-10 -6.63275e-10 9.72147e-17 -5.07694e-10 -6.54199e-10 1.9477e-16 -4.70401e-10 -6.40967e-10 1.67309e-16 -4.32686e-10 -6.24013e-10 1.39007e-16 -3.94864e-10 -6.04253e-10 4.65578e-17 -3.57262e-10 -5.8172e-10 -2.68226e-16 -3.20129e-10 -5.57414e-10 -4.46018e-16 -2.83693e-10 -5.31714e-10 -5.59216e-16 -2.48138e-10 -5.05215e-10 -7.44085e-16 -2.13601e-10 -4.7838e-10 -8.17614e-16 -1.80223e-10 -4.51033e-10 -8.59251e-16 -1.48133e-10 -4.22882e-10 -8.47822e-16 -1.17505e-10 -3.92796e-10 -8.34432e-16 -8.86279e-11 -3.58548e-10 -7.83662e-16 -6.19832e-11 -3.16902e-10 -7.23779e-16 -3.83536e-11 -2.64104e-10 -6.68119e-16 -1.89277e-11 -1.97304e-10 -6.37899e-16 -5.40095e-12 -1.17875e-10 -6.25663e-16 -3.49132e-11 -6.34175e-16 -4.486e-10 -9.82289e-11 2.40299e-16 -4.90809e-10 -1.26527e-10 1.06389e-15 -5.31484e-10 -1.57156e-10 1.88176e-15 -5.69979e-10 -1.89811e-10 3.0961e-15 -6.05717e-10 -2.2422e-10 2.77736e-15 -6.38159e-10 -2.60069e-10 3.02713e-15 -6.66849e-10 -2.97057e-10 2.88766e-15 -6.9141e-10 -3.34861e-10 2.29848e-15 -7.11548e-10 -3.73088e-10 1.51708e-15 -7.2705e-10 -4.11419e-10 3.82473e-16 -7.37781e-10 -4.49353e-10 -5.68818e-16 -7.43685e-10 -4.86469e-10 -1.66075e-15 -7.44787e-10 -5.22259e-10 -2.25554e-15 -7.41179e-10 -5.56175e-10 -2.69589e-15 -7.33016e-10 -5.8767e-10 -2.83879e-15 -7.20517e-10 -6.16189e-10 -2.70697e-15 -7.03946e-10 -6.41221e-10 -2.45138e-15 -6.83617e-10 -6.62258e-10 -1.95706e-15 -6.59888e-10 -6.78907e-10 -1.53134e-15 -6.33129e-10 -6.90835e-10 -9.9394e-16 -6.0376e-10 -6.97683e-10 -6.01466e-16 -5.72164e-10 -6.99758e-10 -2.60135e-16 -5.38778e-10 -6.96665e-10 -6.18926e-17 -5.03989e-10 -6.88986e-10 6.56325e-17 -4.68201e-10 -6.76755e-10 6.86001e-17 -4.31791e-10 -6.60426e-10 7.68777e-17 -3.95075e-10 -6.40968e-10 1.2978e-17 -3.58386e-10 -6.18414e-10 -2.76835e-16 -3.21979e-10 -5.93824e-10 -4.3278e-16 -2.86093e-10 -5.67605e-10 -5.27901e-16 -2.50923e-10 -5.40394e-10 -7.01179e-16 -2.16616e-10 -5.12695e-10 -7.67721e-16 -1.83324e-10 -4.84336e-10 -8.07883e-16 -1.51184e-10 -4.55032e-10 -7.97245e-16 -1.20376e-10 -4.23615e-10 -7.8774e-16 -9.11866e-11 -3.87747e-10 -7.42013e-16 -6.40992e-11 -3.44e-10 -6.87451e-16 -3.99054e-11 -2.88308e-10 -6.36828e-16 -1.98369e-11 -2.17383e-10 -6.0925e-16 -5.71311e-12 -1.3201e-10 -5.9864e-16 -4.06369e-11 -6.06854e-16 -4.02334e-10 -5.69426e-11 1.47353e-15 -4.43263e-10 -8.55792e-11 1.89231e-15 -4.83193e-10 -1.17203e-10 2.46649e-15 -5.21474e-10 -1.51499e-10 3.37779e-15 -5.57509e-10 -1.88158e-10 2.93957e-15 -5.90729e-10 -2.26821e-10 3.07819e-15 -6.20637e-10 -2.67123e-10 2.91565e-15 -6.46806e-10 -3.0867e-10 2.34732e-15 -6.68886e-10 -3.50995e-10 1.59507e-15 -6.86609e-10 -3.93693e-10 5.0306e-16 -6.99782e-10 -4.36185e-10 -4.32376e-16 -7.08295e-10 -4.77966e-10 -1.50516e-15 -7.12121e-10 -5.1845e-10 -2.11558e-15 -7.11305e-10 -5.57013e-10 -2.58662e-15 -7.05959e-10 -5.9304e-10 -2.77129e-15 -6.96265e-10 -6.25909e-10 -2.69555e-15 -6.82452e-10 -6.55055e-10 -2.48824e-15 -6.64805e-10 -6.7992e-10 -2.04488e-15 -6.43657e-10 -7.00071e-10 -1.65164e-15 -6.19358e-10 -7.15143e-10 -1.13914e-15 -5.92304e-10 -7.24748e-10 -7.53442e-16 -5.62868e-10 -7.29196e-10 -4.09999e-16 -5.3147e-10 -7.28068e-10 -1.97931e-16 -4.98489e-10 -7.21966e-10 -4.58019e-17 -4.64322e-10 -7.10923e-10 -1.72087e-17 -4.29341e-10 -6.9541e-10 2.21698e-17 -3.93864e-10 -6.76445e-10 -1.7053e-17 -3.58223e-10 -6.54059e-10 -2.82022e-16 -3.2268e-10 -6.29371e-10 -4.18138e-16 -2.87481e-10 -6.0281e-10 -4.96633e-16 -2.5283e-10 -5.75054e-10 -6.58001e-16 -2.18884e-10 -5.46649e-10 -7.18364e-16 -1.85802e-10 -5.17427e-10 -7.56892e-16 -1.53732e-10 -4.87112e-10 -7.47422e-16 -1.22855e-10 -4.54502e-10 -7.4158e-16 -9.34584e-11 -4.17153e-10 -7.00471e-16 -6.60229e-11 -3.71445e-10 -6.5116e-16 -4.1346e-11 -3.12995e-10 -6.05428e-16 -2.06972e-11 -2.38042e-10 -5.80348e-16 -6.01446e-12 -1.46702e-10 -5.71509e-16 -4.66614e-11 -5.79993e-16 -3.59873e-10 -1.76532e-11 7.84532e-17 -3.99264e-10 -4.61773e-11 1.23282e-15 -4.38125e-10 -7.83205e-11 2.26583e-15 -4.75819e-10 -1.13776e-10 3.38282e-15 -5.11744e-10 -1.52207e-10 3.04568e-15 -5.45312e-10 -1.93225e-10 3.18764e-15 -5.75997e-10 -2.36411e-10 3.00695e-15 -6.03333e-10 -2.8131e-10 2.4374e-15 -6.26929e-10 -3.27385e-10 1.67432e-15 -6.46467e-10 -3.7415e-10 6.04502e-16 -6.61707e-10 -4.20949e-10 -3.10842e-16 -6.72488e-10 -4.67193e-10 -1.36346e-15 -6.78737e-10 -5.12216e-10 -1.98367e-15 -6.80453e-10 -5.55318e-10 -2.476e-15 -6.77708e-10 -5.95808e-10 -2.69313e-15 -6.70644e-10 -6.32999e-10 -2.66412e-15 -6.59456e-10 -6.66265e-10 -2.49957e-15 -6.44398e-10 -6.94994e-10 -2.10202e-15 -6.25773e-10 -7.18712e-10 -1.74001e-15 -6.03907e-10 -7.37019e-10 -1.25361e-15 -5.79173e-10 -7.49495e-10 -8.77278e-16 -5.51925e-10 -7.56446e-10 -5.3412e-16 -5.22567e-10 -7.57432e-10 -3.11601e-16 -4.91465e-10 -7.53069e-10 -1.39842e-16 -4.59004e-10 -7.43386e-10 -8.98094e-17 -4.2555e-10 -7.28869e-10 -2.47028e-17 -3.91415e-10 -7.10578e-10 -4.26415e-17 -3.56934e-10 -6.88545e-10 -2.83991e-16 -3.22369e-10 -6.63939e-10 -4.00845e-16 -2.87972e-10 -6.37212e-10 -4.65558e-16 -2.53953e-10 -6.09081e-10 -6.15656e-16 -2.2048e-10 -5.8013e-10 -6.70121e-16 -1.8772e-10 -5.50196e-10 -7.0704e-16 -1.55825e-10 -5.19016e-10 -6.98768e-16 -1.2498e-10 -4.85356e-10 -6.95963e-16 -9.54723e-11 -4.4667e-10 -6.59302e-16 -6.77766e-11 -3.9915e-10 -6.14573e-16 -4.26922e-11 -3.38088e-10 -5.73189e-16 -2.15203e-11 -2.59223e-10 -5.50749e-16 -6.31053e-12 -1.61922e-10 -5.43406e-16 -5.29815e-11 -5.51306e-16 -3.21233e-10 1.95085e-11 3.45606e-16 -3.58877e-10 -8.51478e-12 1.828e-15 -3.96406e-10 -4.07633e-11 2.95896e-15 -4.332e-10 -7.69454e-11 3.92034e-15 -4.68662e-10 -1.16714e-10 3.47124e-15 -5.02199e-10 -1.59657e-10 3.45332e-15 -5.33267e-10 -2.05315e-10 3.18358e-15 -5.61374e-10 -2.53179e-10 2.56735e-15 -5.86093e-10 -3.02651e-10 1.78718e-15 -6.0707e-10 -3.53168e-10 7.26337e-16 -6.24021e-10 -4.04001e-10 -1.86e-16 -6.36743e-10 -4.54478e-10 -1.22159e-15 -6.45119e-10 -5.03855e-10 -1.85214e-15 -6.49107e-10 -5.5135e-10 -2.36428e-15 -6.48739e-10 -5.96199e-10 -2.60835e-15 -6.44118e-10 -6.37645e-10 -2.61757e-15 -6.35405e-10 -6.74999e-10 -2.489e-15 -6.22821e-10 -7.07594e-10 -2.13227e-15 -6.06638e-10 -7.34911e-10 -1.79898e-15 -5.87154e-10 -7.56512e-10 -1.33904e-15 -5.64718e-10 -7.71944e-10 -9.73583e-16 -5.39661e-10 -7.81507e-10 -6.33488e-16 -5.12367e-10 -7.84733e-10 -4.04218e-16 -4.83185e-10 -7.82252e-10 -2.17659e-16 -4.52487e-10 -7.74086e-10 -1.50108e-16 -4.20628e-10 -7.60732e-10 -6.41737e-17 -3.87916e-10 -7.4329e-10 -6.41963e-17 -3.54679e-10 -7.21786e-10 -2.81383e-16 -3.21184e-10 -6.97438e-10 -3.82591e-16 -2.87682e-10 -6.70718e-10 -4.36025e-16 -2.54392e-10 -6.42379e-10 -5.73663e-16 -2.21486e-10 -6.13041e-10 -6.22719e-16 -1.89141e-10 -5.8255e-10 -6.57916e-16 -1.57514e-10 -5.50652e-10 -6.50703e-16 -1.26792e-10 -5.16086e-10 -6.5089e-16 -9.72596e-11 -4.76211e-10 -6.18142e-16 -6.93845e-11 -4.27034e-10 -5.78205e-16 -4.39626e-11 -3.63519e-10 -5.41032e-16 -2.2319e-11 -2.80875e-10 -5.2091e-16 -6.6075e-12 -1.77642e-10 -5.15033e-16 -5.9598e-11 -5.2283e-16 -2.86206e-10 5.44762e-11 -4.41057e-16 -3.21982e-10 2.72709e-11 9.2232e-16 -3.57997e-10 -4.72761e-12 2.24314e-15 -3.93658e-10 -4.12543e-11 3.48258e-15 -4.28381e-10 -8.19624e-11 3.26071e-15 -4.61576e-10 -1.26431e-10 3.39211e-15 -4.92694e-10 -1.74169e-10 3.18137e-15 -5.21225e-10 -2.24624e-10 2.60378e-15 -5.46719e-10 -2.77142e-10 1.8261e-15 -5.68791e-10 -3.3109e-10 7.86966e-16 -5.87123e-10 -3.85671e-10 -1.01965e-16 -6.01476e-10 -4.40132e-10 -1.11033e-15 -6.11694e-10 -4.9365e-10 -1.74142e-15 -6.17698e-10 -5.45365e-10 -2.26083e-15 -6.19481e-10 -5.94438e-10 -2.52133e-15 -6.1711e-10 -6.4004e-10 -2.55901e-15 -6.10711e-10 -6.81419e-10 -2.45962e-15 -6.00472e-10 -7.17851e-10 -2.13849e-15 -5.86631e-10 -7.48768e-10 -1.83137e-15 -5.69459e-10 -7.73695e-10 -1.39691e-15 -5.49275e-10 -7.92142e-10 -1.04461e-15 -5.26387e-10 -8.04399e-10 -7.10248e-16 -5.01155e-10 -8.09972e-10 -4.76697e-16 -4.73909e-10 -8.09499e-10 -2.79647e-16 -4.45006e-10 -8.02992e-10 -1.98484e-16 -4.14787e-10 -7.90956e-10 -9.62901e-17 -3.83551e-10 -7.74525e-10 -8.14671e-17 -3.51623e-10 -7.53719e-10 -2.65195e-16 -3.19264e-10 -7.298e-10 -3.6174e-16 -2.86732e-10 -7.03255e-10 -4.03742e-16 -2.54245e-10 -6.74872e-10 -5.32573e-16 -2.21985e-10 -6.45307e-10 -5.76851e-16 -1.90133e-10 -6.1441e-10 -6.10437e-16 -1.58853e-10 -5.81941e-10 -6.04295e-16 -1.28332e-10 -5.46614e-10 -6.06309e-16 -9.88526e-11 -5.05699e-10 -5.77258e-16 -7.08713e-11 -4.55023e-10 -5.41384e-16 -4.51762e-11 -3.89222e-10 -5.07993e-16 -2.31071e-11 -3.02952e-10 -4.89969e-16 -6.91204e-12 -1.93846e-10 -4.85147e-16 -6.65185e-11 -4.92257e-16 -2.54743e-10 8.72332e-11 1.87558e-16 -2.88564e-10 6.11071e-11 1.3929e-15 -3.22926e-10 2.96581e-11 2.53486e-15 -3.57264e-10 -6.8833e-12 3.63874e-15 -3.91017e-10 -4.81799e-11 3.36645e-15 -4.23606e-10 -9.3811e-11 3.43624e-15 -4.54484e-10 -1.43263e-10 3.1981e-15 -4.83134e-10 -1.95949e-10 2.61597e-15 -5.0909e-10 -2.5117e-10 1.84483e-15 -5.31945e-10 -3.08229e-10 8.30794e-16 -5.51354e-10 -3.66263e-10 -4.07431e-17 -5.67047e-10 -4.24445e-10 -1.0157e-15 -5.78837e-10 -4.81873e-10 -1.64329e-15 -5.86609e-10 -5.37613e-10 -2.16335e-15 -5.9032e-10 -5.90748e-10 -2.43331e-15 -5.90004e-10 -6.4038e-10 -2.49137e-15 -5.85752e-10 -6.85691e-10 -2.41443e-15 -5.77717e-10 -7.25902e-10 -2.12366e-15 -5.66107e-10 -7.60395e-10 -1.83945e-15 -5.51159e-10 -7.88654e-10 -1.42988e-15 -5.33163e-10 -8.10152e-10 -1.0918e-15 -5.12401e-10 -8.25166e-10 -7.65809e-16 -4.89207e-10 -8.33174e-10 -5.30584e-16 -4.63891e-10 -8.34816e-10 -3.27192e-16 -4.36791e-10 -8.30095e-10 -2.35764e-16 -4.08232e-10 -8.19519e-10 -1.21711e-16 -3.78504e-10 -8.04252e-10 -9.49426e-17 -3.47924e-10 -7.84303e-10 -2.46221e-16 -3.1675e-10 -7.60976e-10 -3.40175e-16 -2.85238e-10 -7.3477e-10 -3.73244e-16 -2.53613e-10 -7.06504e-10 -4.91182e-16 -2.22059e-10 -6.76867e-10 -5.31605e-16 -1.90763e-10 -6.45713e-10 -5.63117e-16 -1.59895e-10 -6.12817e-10 -5.57946e-16 -1.29643e-10 -5.76873e-10 -5.61581e-16 -1.00283e-10 -5.35066e-10 -5.36191e-16 -7.22618e-11 -4.83052e-10 -5.04169e-16 -4.63519e-11 -4.15139e-10 -4.74626e-16 -2.38983e-11 -3.25414e-10 -4.5837e-16 -7.2313e-12 -2.1052e-10 -4.54823e-16 -7.37577e-11 -4.61544e-16 -2.26635e-10 1.17801e-10 6.40062e-17 -2.58472e-10 9.29564e-11 1.21897e-15 -2.91096e-10 6.23053e-11 2.37806e-15 -3.23982e-10 2.6034e-11 3.48939e-15 -3.56593e-10 -1.55403e-11 3.26312e-15 -3.88369e-10 -6.20052e-11 3.35682e-15 -4.1877e-10 -1.12835e-10 3.11822e-15 -4.4728e-10 -1.67415e-10 2.55543e-15 -4.73426e-10 -2.2501e-10 1.79212e-15 -4.96786e-10 -2.84862e-10 8.09406e-16 -5.16997e-10 -3.46054e-10 -3.11009e-17 -5.33764e-10 -4.07684e-10 -9.6374e-16 -5.46872e-10 -4.68778e-10 -1.57452e-15 -5.56175e-10 -5.28327e-10 -2.07944e-15 -5.616e-10 -5.85343e-10 -2.34793e-15 -5.63146e-10 -6.38856e-10 -2.4164e-15 -5.60872e-10 -6.87986e-10 -2.3547e-15 -5.54896e-10 -7.31895e-10 -2.08945e-15 -5.45393e-10 -7.69915e-10 -1.82563e-15 -5.32568e-10 -8.01489e-10 -1.44015e-15 -5.1668e-10 -8.26054e-10 -1.11692e-15 -4.97983e-10 -8.43869e-10 -8.01521e-16 -4.76784e-10 -8.54381e-10 -5.67588e-16 -4.53371e-10 -8.58232e-10 -3.61465e-16 -4.2806e-10 -8.5541e-10 -2.6309e-16 -4.01161e-10 -8.46423e-10 -1.40982e-16 -3.72951e-10 -8.32461e-10 -1.04492e-16 -3.43738e-10 -8.13521e-10 -2.24868e-16 -3.13775e-10 -7.90941e-10 -3.1684e-16 -2.83318e-10 -7.65231e-10 -3.42692e-16 -2.52593e-10 -7.37236e-10 -4.4745e-16 -2.21788e-10 -7.07676e-10 -4.87146e-16 -1.91097e-10 -6.76411e-10 -5.17276e-16 -1.60691e-10 -6.43229e-10 -5.12581e-16 -1.30763e-10 -6.06808e-10 -5.17625e-16 -1.01582e-10 -5.64255e-10 -4.95047e-16 -7.35792e-11 -5.11061e-10 -4.66544e-16 -4.7508e-11 -4.41217e-10 -4.40138e-16 -2.47065e-11 -3.48222e-10 -4.25725e-16 -7.57275e-12 -2.27661e-10 -4.22918e-16 -8.13377e-11 -4.29228e-16 -2.01784e-10 1.46212e-10 -2.18127e-15 -2.31637e-10 1.22807e-10 -4.17441e-16 -2.62477e-10 9.31559e-11 1.12889e-15 -2.93815e-10 5.73952e-11 2.57706e-15 -3.25147e-10 1.58144e-11 2.60953e-15 -3.55936e-10 -3.11904e-11 2.88914e-15 -3.85658e-10 -8.30884e-11 2.77831e-15 -4.13805e-10 -1.39247e-10 2.31812e-15 -4.39903e-10 -1.98898e-10 1.63005e-15 -4.63524e-10 -2.61236e-10 7.22043e-16 -4.84289e-10 -3.2529e-10 -6.69782e-17 -5.01887e-10 -3.90092e-10 -9.41101e-16 -5.16078e-10 -4.54598e-10 -1.52056e-15 -5.26692e-10 -5.17731e-10 -2.0027e-15 -5.33626e-10 -5.78429e-10 -2.262e-15 -5.36847e-10 -6.35657e-10 -2.3346e-15 -5.36382e-10 -6.88471e-10 -2.28177e-15 -5.32316e-10 -7.35976e-10 -2.03796e-15 -5.24791e-10 -7.77457e-10 -1.79123e-15 -5.13979e-10 -8.12312e-10 -1.42953e-15 -5.00106e-10 -8.3994e-10 -1.12207e-15 -4.83399e-10 -8.60581e-10 -8.19338e-16 -4.64135e-10 -8.73652e-10 -5.89614e-16 -4.42579e-10 -8.7979e-10 -3.84164e-16 -4.19024e-10 -8.78968e-10 -2.81146e-16 -3.93763e-10 -8.71688e-10 -1.5478e-16 -3.67061e-10 -8.59163e-10 -1.11425e-16 -3.39213e-10 -8.41373e-10 -2.07288e-16 -3.10469e-10 -8.19687e-10 -2.92351e-16 -2.81082e-10 -7.94622e-10 -3.11485e-16 -2.51277e-10 -7.67046e-10 -3.92014e-16 -2.2125e-10 -7.37708e-10 -4.41765e-16 -1.91196e-10 -7.06471e-10 -4.70403e-16 -1.61292e-10 -6.73139e-10 -4.66174e-16 -1.31731e-10 -6.36374e-10 -4.72181e-16 -1.02777e-10 -5.93215e-10 -4.52744e-16 -7.48449e-11 -5.39e-10 -4.27693e-16 -4.86608e-11 -4.67408e-10 -4.04853e-16 -2.55447e-11 -3.71345e-10 -3.92053e-16 -7.94407e-12 -2.45268e-10 -3.9031e-16 -8.92884e-11 -3.96213e-16 -1.79973e-10 1.72569e-10 -2.44649e-15 -2.07878e-10 1.50711e-10 -5.21799e-16 -2.36926e-10 1.22215e-10 1.01227e-15 -2.66667e-10 8.71585e-11 2.39873e-15 -2.9663e-10 4.57998e-11 2.39863e-15 -3.26307e-10 -1.489e-12 2.66289e-15 -3.55195e-10 -5.41784e-11 2.53742e-15 -3.82798e-10 -1.11624e-10 2.10252e-15 -4.08649e-10 -1.73035e-10 1.44318e-15 -4.32318e-10 -2.37562e-10 5.91616e-16 -4.53422e-10 -3.04188e-10 -1.42976e-16 -4.71634e-10 -3.71886e-10 -9.52118e-16 -4.86697e-10 -4.39547e-10 -1.48923e-15 -4.98418e-10 -5.06027e-10 -1.93583e-15 -5.06668e-10 -5.70198e-10 -2.1759e-15 -5.11385e-10 -6.30961e-10 -2.24378e-15 -5.12564e-10 -6.8731e-10 -2.19579e-15 -5.1026e-10 -7.38296e-10 -1.96964e-15 -5.04579e-10 -7.83154e-10 -1.73843e-15 -4.95662e-10 -8.2124e-10 -1.39973e-15 -4.83701e-10 -8.51914e-10 -1.10916e-15 -4.68895e-10 -8.75394e-10 -8.20797e-16 -4.5149e-10 -8.91064e-10 -5.98285e-16 -4.31728e-10 -8.99555e-10 -3.96944e-16 -4.09879e-10 -9.0082e-10 -2.91558e-16 -3.86217e-10 -8.95355e-10 -1.63856e-16 -3.60993e-10 -8.84387e-10 -1.15452e-16 -3.34491e-10 -8.67879e-10 -1.88572e-16 -3.06955e-10 -8.47225e-10 -2.65117e-16 -2.78635e-10 -8.22945e-10 -2.79697e-16 -2.49756e-10 -7.95929e-10 -3.40853e-16 -2.20517e-10 -7.6695e-10 -3.95779e-16 -1.91119e-10 -7.35875e-10 -4.23918e-16 -1.61742e-10 -7.02521e-10 -4.20262e-16 -1.32581e-10 -6.6554e-10 -4.27152e-16 -1.03893e-10 -6.21909e-10 -4.10302e-16 -7.60768e-11 -5.66822e-10 -3.88369e-16 -4.98246e-11 -4.93665e-10 -3.68433e-16 -2.6425e-11 -3.9475e-10 -3.57513e-16 -8.35304e-12 -2.63346e-10 -3.56765e-16 -9.76474e-11 -3.62187e-16 -1.61067e-10 1.96937e-10 -6.63666e-15 -1.87086e-10 1.76702e-10 -3.53828e-15 -2.14358e-10 1.49478e-10 -1.19215e-15 -2.42476e-10 1.15284e-10 7.60907e-16 -2.71009e-10 7.43428e-11 1.17811e-15 -2.99479e-10 2.69963e-11 1.7544e-15 -3.27407e-10 -2.62339e-11 1.86037e-15 -3.54318e-10 -8.46979e-11 1.62004e-15 -3.79756e-10 -1.47588e-10 1.10222e-15 -4.03296e-10 -2.1402e-10 3.78668e-16 -4.24551e-10 -2.82936e-10 -2.63189e-16 -4.43188e-10 -3.53256e-10 -9.82716e-16 -4.58934e-10 -4.23813e-10 -1.4669e-15 -4.71576e-10 -4.934e-10 -1.86963e-15 -4.80964e-10 -5.60829e-10 -2.0854e-15 -4.87008e-10 -6.24937e-10 -2.14339e-15 -4.89674e-10 -6.84662e-10 -2.09605e-15 -4.88984e-10 -7.39001e-10 -1.88566e-15 -4.85011e-10 -7.87142e-10 -1.66851e-15 -4.77865e-10 -8.28397e-10 -1.35278e-15 -4.67706e-10 -8.62087e-10 -1.07996e-15 -4.54699e-10 -8.88406e-10 -8.07922e-16 -4.39065e-10 -9.06706e-10 -5.94656e-16 -4.21019e-10 -9.17604e-10 -4.01059e-16 -4.00809e-10 -9.21033e-10 -2.94755e-16 -3.78689e-10 -9.1748e-10 -1.68627e-16 -3.54897e-10 -9.08179e-10 -1.17028e-16 -3.29704e-10 -8.93075e-10 -1.72327e-16 -3.03348e-10 -8.73582e-10 -2.32116e-16 -2.76074e-10 -8.50221e-10 -2.46783e-16 -2.48111e-10 -8.23897e-10 -2.91219e-16 -2.19657e-10 -7.95407e-10 -3.44149e-16 -1.90919e-10 -7.64617e-10 -3.75495e-16 -1.62083e-10 -7.31362e-10 -3.72635e-16 -1.33343e-10 -6.94285e-10 -3.8056e-16 -1.04952e-10 -6.50305e-10 -3.66577e-16 -7.72891e-11 -5.9449e-10 -3.48102e-16 -5.10101e-11 -5.1995e-10 -3.31589e-16 -2.73577e-11 -4.18408e-10 -3.22682e-16 -8.80731e-12 -2.81902e-10 -3.22979e-16 -1.0646e-10 -3.28183e-16 -1.44847e-10 2.19457e-10 -7.14707e-15 -1.69056e-10 2.0088e-10 -3.8007e-15 -1.94595e-10 1.75008e-10 -1.34721e-15 -2.21102e-10 1.41797e-10 5.61723e-16 -2.4818e-10 1.0143e-10 9.37235e-16 -2.75387e-10 5.42175e-11 1.46628e-15 -3.02273e-10 6.66117e-13 1.54205e-15 -3.28384e-10 -5.85741e-11 1.31761e-15 -3.53281e-10 -1.22685e-10 8.37608e-16 -3.76547e-10 -1.90752e-10 1.85938e-16 -3.97799e-10 -2.61688e-10 -3.86488e-16 -4.16698e-10 -3.34364e-10 -1.0234e-15 -4.32962e-10 -4.0756e-10 -1.4503e-15 -4.46362e-10 -4.80016e-10 -1.80201e-15 -4.56726e-10 -5.50482e-10 -1.98769e-15 -4.6394e-10 -6.17742e-10 -2.03144e-15 -4.67941e-10 -6.80677e-10 -1.98207e-15 -4.68721e-10 -7.38235e-10 -1.78562e-15 -4.66321e-10 -7.89556e-10 -1.58236e-15 -4.60818e-10 -8.33909e-10 -1.28995e-15 -4.5234e-10 -8.70578e-10 -1.03606e-15 -4.41023e-10 -8.99727e-10 -7.81746e-16 -4.27059e-10 -9.20677e-10 -5.79779e-16 -4.10638e-10 -9.34028e-10 -3.96149e-16 -3.91984e-10 -9.3969e-10 -2.91125e-16 -3.71334e-10 -9.38134e-10 -1.70154e-16 -3.4891e-10 -9.30603e-10 -1.16799e-16 -3.24972e-10 -9.17016e-10 -1.54472e-16 -2.99752e-10 -8.98804e-10 -1.98788e-16 -2.73491e-10 -8.76484e-10 -2.13851e-16 -2.46416e-10 -8.50976e-10 -2.46398e-16 -2.18731e-10 -8.23095e-10 -2.92946e-16 -1.90645e-10 -7.92707e-10 -3.28921e-16 -1.62349e-10 -7.59662e-10 -3.27226e-16 -1.34041e-10 -7.22597e-10 -3.35839e-16 -1.05968e-10 -6.78382e-10 -3.24933e-16 -7.8491e-11 -6.21971e-10 -3.09625e-16 -5.22237e-11 -5.46221e-10 -2.96056e-16 -2.83503e-11 -4.42286e-10 -2.88843e-16 -9.31404e-12 -3.00943e-10 -2.90245e-16 -1.15779e-10 -2.95551e-16 -1.31095e-10 2.40297e-10 -3.85037e-15 -1.53602e-10 2.23369e-10 -2.54347e-15 -1.77485e-10 1.98882e-10 -1.2181e-15 -2.0242e-10 1.66734e-10 8.21275e-17 -2.2805e-10 1.27063e-10 2.57308e-16 -2.5397e-10 8.01447e-11 7.74871e-16 -2.79762e-10 2.6466e-11 9.32587e-16 -3.04997e-10 -3.33306e-11 8.39582e-16 -3.29257e-10 -9.84213e-11 4.79812e-16 -3.52138e-10 -1.67872e-10 -4.4526e-17 -3.73263e-10 -2.40569e-10 -5.18756e-16 -3.9229e-10 -3.15344e-10 -1.05767e-15 -4.08932e-10 -3.9093e-10 -1.42361e-15 -4.22946e-10 -4.66017e-10 -1.72195e-15 -4.34141e-10 -5.39303e-10 -1.87648e-15 -4.42381e-10 -6.0952e-10 -1.90525e-15 -4.47575e-10 -6.75499e-10 -1.85275e-15 -4.49684e-10 -7.36139e-10 -1.66928e-15 -4.48721e-10 -7.90532e-10 -1.48018e-15 -4.4473e-10 -8.37909e-10 -1.2121e-15 -4.37808e-10 -8.77513e-10 -9.77703e-16 -4.28062e-10 -9.09478e-10 -7.42459e-16 -4.15655e-10 -9.3309e-10 -5.53527e-16 -4.00754e-10 -9.48932e-10 -3.81962e-16 -3.8356e-10 -9.56887e-10 -2.80014e-16 -3.64292e-10 -9.57407e-10 -1.67994e-16 -3.43158e-10 -9.51736e-10 -1.15412e-16 -3.20407e-10 -9.3977e-10 -1.38772e-16 -2.96264e-10 -9.22949e-10 -1.68431e-16 -2.70965e-10 -9.01784e-10 -1.82742e-16 -2.44739e-10 -8.77205e-10 -2.04782e-16 -2.17792e-10 -8.50044e-10 -2.4386e-16 -1.90337e-10 -8.20166e-10 -2.82916e-16 -1.62571e-10 -7.87432e-10 -2.81954e-16 -1.34694e-10 -7.50476e-10 -2.91816e-16 -1.06951e-10 -7.06129e-10 -2.83973e-16 -7.96858e-11 -6.49241e-10 -2.71838e-16 -5.34666e-11 -5.72445e-10 -2.61622e-16 -2.9407e-11 -4.6635e-10 -2.56268e-16 -9.87949e-12 -3.20475e-10 -2.58803e-16 -1.25663e-10 -2.64033e-16 -1.19653e-10 2.5954e-10 -3.22401e-15 -1.40556e-10 2.44252e-10 -2.30484e-15 -1.62859e-10 2.21177e-10 -1.06892e-15 -1.86277e-10 1.90153e-10 1.07292e-16 -2.1049e-10 1.5128e-10 2.17902e-16 -2.3513e-10 1.04791e-10 6.38344e-16 -2.5981e-10 5.11531e-11 7.21755e-16 -2.84131e-10 -9.00365e-12 6.03878e-16 -3.07695e-10 -7.48552e-11 2.59284e-16 -3.30114e-10 -1.45455e-10 -2.07239e-16 -3.51019e-10 -2.1967e-10 -6.17505e-16 -3.7007e-10 -2.96301e-10 -1.0746e-15 -3.86975e-10 -3.74036e-10 -1.38139e-15 -4.01481e-10 -4.51525e-10 -1.62646e-15 -4.1338e-10 -5.2742e-10 -1.74879e-15 -4.22513e-10 -6.00404e-10 -1.76174e-15 -4.28765e-10 -6.69262e-10 -1.70574e-15 -4.32069e-10 -7.32846e-10 -1.53543e-15 -4.32407e-10 -7.90206e-10 -1.36083e-15 -4.29794e-10 -8.40531e-10 -1.11754e-15 -4.24295e-10 -8.83023e-10 -9.04055e-16 -4.15992e-10 -9.17785e-10 -6.89505e-16 -4.0502e-10 -9.44069e-10 -5.15699e-16 -3.91522e-10 -9.62433e-10 -3.57787e-16 -3.75679e-10 -9.72732e-10 -2.61032e-16 -3.57692e-10 -9.75398e-10 -1.6017e-16 -3.37755e-10 -9.71672e-10 -1.1071e-16 -3.16108e-10 -9.6142e-10 -1.21043e-16 -2.92968e-10 -9.4609e-10 -1.43398e-16 -2.68568e-10 -9.26185e-10 -1.5607e-16 -2.43138e-10 -9.02639e-10 -1.71728e-16 -2.16885e-10 -8.76299e-10 -2.04484e-16 -1.90028e-10 -8.47026e-10 -2.43986e-16 -1.6277e-10 -8.14694e-10 -2.4369e-16 -1.35315e-10 -7.77934e-10 -2.54168e-16 -1.07906e-10 -7.33541e-10 -2.4883e-16 -8.08703e-11 -6.7628e-10 -2.39469e-16 -5.47334e-11 -5.98585e-10 -2.31842e-16 -3.05267e-11 -4.9056e-10 -2.28e-16 -1.05082e-11 -3.40497e-10 -2.31072e-16 -1.36175e-10 -2.36032e-16 -1.10184e-10 2.77435e-10 4.85653e-15 -1.29637e-10 2.63725e-10 2.15798e-15 -1.50488e-10 2.42039e-10 1.03987e-15 -1.72488e-10 2.12162e-10 8.27676e-16 -1.95356e-10 1.7415e-10 2.57608e-16 -2.1876e-10 1.28198e-10 3.80396e-16 -2.42348e-10 7.47449e-11 3.82637e-16 -2.6575e-10 1.44018e-11 2.98212e-16 -2.88594e-10 -5.20116e-11 1.98195e-17 -3.10506e-10 -1.23546e-10 -3.51621e-16 -3.31131e-10 -1.99052e-10 -6.83819e-16 -3.5013e-10 -2.77309e-10 -1.05546e-15 -3.67209e-10 -3.56967e-10 -1.30616e-15 -3.82106e-10 -4.36641e-10 -1.50269e-15 -3.94597e-10 -5.14942e-10 -1.59623e-15 -4.04504e-10 -5.90512e-10 -1.5957e-15 -4.11687e-10 -6.62091e-10 -1.53747e-15 -4.16054e-10 -7.2849e-10 -1.38129e-15 -4.17558e-10 -7.88714e-10 -1.22229e-15 -4.16185e-10 -8.41911e-10 -1.00539e-15 -4.11972e-10 -8.87245e-10 -8.14269e-16 -4.04976e-10 -9.24785e-10 -6.22123e-16 -3.95306e-10 -9.53745e-10 -4.65168e-16 -3.83082e-10 -9.74658e-10 -3.23301e-16 -3.68468e-10 -9.87349e-10 -2.34274e-16 -3.51647e-10 -9.92224e-10 -1.45939e-16 -3.32802e-10 -9.90515e-10 -1.019e-16 -3.12162e-10 -9.82063e-10 -1.06238e-16 -2.89938e-10 -9.68315e-10 -1.24249e-16 -2.66362e-10 -9.49762e-10 -1.36503e-16 -2.41662e-10 -9.27342e-10 -1.46307e-16 -2.16049e-10 -9.01914e-10 -1.72336e-16 -1.89746e-10 -8.73331e-10 -2.09265e-16 -1.62963e-10 -8.4148e-10 -2.09294e-16 -1.35909e-10 -8.0499e-10 -2.1806e-16 -1.08827e-10 -7.60626e-10 -2.16424e-16 -8.2034e-11 -7.03076e-10 -2.09367e-16 -5.6011e-11 -6.24611e-10 -2.04073e-16 -3.1702e-11 -5.14872e-10 -2.01291e-16 -1.12021e-11 -3.61e-10 -2.05151e-16 -1.4738e-10 -2.09258e-16 -1.02675e-10 2.94024e-10 4.9171e-15 -1.2078e-10 2.8185e-10 2.31504e-15 -1.40274e-10 2.61543e-10 1.14844e-15 -1.60944e-10 2.3284e-10 8.73811e-16 -1.82542e-10 1.95751e-10 2.61391e-16 -2.04771e-10 1.5043e-10 3.08138e-16 -2.27311e-10 9.72877e-11 2.51982e-16 -2.4982e-10 3.69133e-11 1.46191e-16 -2.71951e-10 -2.98822e-11 -1.12936e-16 -2.93345e-10 -1.02156e-10 -4.30863e-16 -3.13659e-10 -1.78744e-10 -7.05479e-16 -3.32556e-10 -2.58419e-10 -1.00444e-15 -3.49744e-10 -3.39789e-10 -1.20016e-15 -3.6495e-10 -4.21446e-10 -1.34978e-15 -3.77939e-10 -5.01965e-10 -1.41522e-15 -3.88512e-10 -5.79952e-10 -1.40261e-15 -3.96507e-10 -6.54107e-10 -1.34406e-15 -4.01808e-10 -7.23198e-10 -1.20408e-15 -4.04341e-10 -7.8619e-10 -1.06293e-15 -4.04067e-10 -8.42192e-10 -8.74404e-16 -4.00996e-10 -8.90325e-10 -7.08264e-16 -3.95161e-10 -9.30623e-10 -5.41107e-16 -3.86649e-10 -9.62262e-10 -4.03868e-16 -3.75561e-10 -9.85748e-10 -2.80617e-16 -3.62041e-10 -1.00087e-09 -2.0129e-16 -3.46258e-10 -1.00801e-09 -1.27301e-16 -3.28387e-10 -1.00839e-09 -9.06364e-17 -3.08645e-10 -1.00181e-09 -9.06237e-17 -2.87239e-10 -9.89721e-10 -1.12408e-16 -2.64398e-10 -9.72603e-10 -1.26182e-16 -2.40351e-10 -9.51392e-10 -1.3296e-16 -2.15312e-10 -9.26954e-10 -1.53012e-16 -1.8951e-10 -8.99136e-10 -1.85241e-16 -1.63158e-10 -8.67834e-10 -1.84941e-16 -1.36475e-10 -8.31675e-10 -1.92132e-16 -1.09706e-10 -7.87398e-10 -1.91938e-16 -8.31581e-11 -7.29626e-10 -1.8617e-16 -5.72766e-11 -6.50495e-10 -1.81717e-16 -3.2916e-11 -5.39236e-10 -1.79362e-16 -1.19583e-11 -3.8196e-10 -1.82904e-16 -1.59342e-10 -1.86102e-16 -9.65508e-11 3.09505e-10 1.10185e-15 -1.13518e-10 2.9882e-10 3.64291e-16 -1.31846e-10 2.79872e-10 9.04962e-17 -1.51354e-10 2.52351e-10 2.94427e-16 -1.71828e-10 2.16226e-10 -1.04181e-16 -1.93005e-10 1.71608e-10 3.02864e-17 -2.14596e-10 1.18879e-10 3.02069e-17 -2.36285e-10 5.86037e-11 -1.40598e-17 -2.57752e-10 -8.41735e-12 -2.08682e-16 -2.78651e-10 -8.12618e-11 -4.48564e-16 -2.98656e-10 -1.58745e-10 -6.61586e-16 -3.17432e-10 -2.3965e-10 -8.91833e-16 -3.34687e-10 -3.22542e-10 -1.04216e-15 -3.50142e-10 -4.06001e-10 -1.15348e-15 -3.63547e-10 -4.8857e-10 -1.19809e-15 -3.74688e-10 -5.68823e-10 -1.17932e-15 -3.83382e-10 -6.45422e-10 -1.12456e-15 -3.89489e-10 -7.17098e-10 -1.00498e-15 -3.92912e-10 -7.82774e-10 -8.84819e-16 -3.9359e-10 -8.41519e-10 -7.27654e-16 -3.9151e-10 -8.92413e-10 -5.89479e-16 -3.86683e-10 -9.35453e-10 -4.50202e-16 -3.79174e-10 -9.69775e-10 -3.35209e-16 -3.69069e-10 -9.95854e-10 -2.32687e-16 -3.56497e-10 -1.01344e-09 -1.65618e-16 -3.41615e-10 -1.0229e-09 -1.06452e-16 -3.24585e-10 -1.02541e-09 -7.75315e-17 -3.0562e-10 -1.02077e-09 -7.91651e-17 -2.84922e-10 -1.01042e-09 -1.02672e-16 -2.62718e-10 -9.94808e-10 -1.19069e-16 -2.39236e-10 -9.74876e-10 -1.22967e-16 -2.14696e-10 -9.51495e-10 -1.36287e-16 -1.89329e-10 -9.24504e-10 -1.60157e-16 -1.63358e-10 -8.93807e-10 -1.59944e-16 -1.37006e-10 -8.58029e-10 -1.64741e-16 -1.10523e-10 -8.13883e-10 -1.65552e-16 -8.42152e-11 -7.55937e-10 -1.60571e-16 -5.84969e-11 -6.76216e-10 -1.56735e-16 -3.41398e-11 -5.63596e-10 -1.5472e-16 -1.27665e-11 -4.03336e-10 -1.57949e-16 -1.72111e-10 -1.58932e-16 -9.21518e-11 3.24014e-10 2.40819e-16 -1.08092e-10 3.14763e-10 1.83405e-17 -1.25365e-10 2.97145e-10 -2.74167e-16 -1.43823e-10 2.7081e-10 2.32315e-17 -1.63281e-10 2.35682e-10 -2.67466e-16 -1.83507e-10 1.91833e-10 -9.7886e-17 -2.04238e-10 1.3961e-10 -7.87094e-17 -2.25184e-10 7.955e-11 -9.96332e-17 -2.46047e-10 1.24434e-11 -2.47359e-16 -2.66487e-10 -6.08263e-11 -4.25636e-16 -2.86202e-10 -1.39035e-10 -5.81311e-16 -3.04855e-10 -2.21002e-10 -7.46676e-16 -3.22154e-10 -3.0525e-10 -8.50526e-16 -3.37812e-10 -3.9035e-10 -9.2633e-16 -3.51565e-10 -4.74825e-10 -9.52578e-16 -3.63182e-10 -5.57215e-10 -9.31747e-16 -3.72463e-10 -6.36149e-10 -8.84274e-16 -3.79248e-10 -7.10318e-10 -7.89626e-16 -3.83421e-10 -7.78608e-10 -6.92753e-16 -3.84898e-10 -8.40045e-10 -5.70897e-16 -3.83647e-10 -8.9367e-10 -4.63289e-16 -3.79662e-10 -9.39439e-10 -3.53963e-16 -3.72992e-10 -9.76449e-10 -2.63158e-16 -3.63707e-10 -1.00514e-09 -1.82709e-16 -3.51924e-10 -1.02523e-09 -1.2907e-16 -3.37789e-10 -1.03703e-09 -8.4582e-17 -3.21459e-10 -1.04174e-09 -6.32111e-17 -3.03138e-10 -1.0391e-09 -6.2461e-17 -2.83027e-10 -1.03053e-09 -9.13507e-17 -2.61351e-10 -1.01649e-09 -1.10039e-16 -2.38339e-10 -9.97891e-10 -1.13292e-16 -2.14212e-10 -9.75623e-10 -1.21251e-16 -1.89209e-10 -9.4951e-10 -1.37776e-16 -1.63557e-10 -9.19462e-10 -1.36493e-16 -1.37487e-10 -8.841e-10 -1.3908e-16 -1.11256e-10 -8.40116e-10 -1.39014e-16 -8.51699e-11 -7.82024e-10 -1.3392e-16 -5.9627e-11 -7.01761e-10 -1.29674e-16 -3.53293e-11 -5.87895e-10 -1.27144e-16 -1.3607e-11 -4.2506e-10 -1.28799e-16 -1.8572e-10 -1.27769e-16 -8.83037e-11 3.37738e-10 -1.0814e-14 -1.03496e-10 3.29901e-10 -6.375e-15 -1.1999e-10 3.1361e-10 -3.54921e-15 -1.37664e-10 2.88472e-10 -1.45362e-15 -1.56361e-10 2.54372e-10 -8.1786e-16 -1.75872e-10 2.11342e-10 -2.9938e-16 -1.95957e-10 1.59694e-10 -1.3675e-16 -2.16344e-10 9.99374e-11 -9.51265e-17 -2.36745e-10 3.28423e-11 -1.86251e-16 -2.56819e-10 -4.07546e-11 -3.10765e-16 -2.76322e-10 -1.19536e-10 -4.24836e-16 -2.94902e-10 -2.02425e-10 -5.42416e-16 -3.12259e-10 -2.87897e-10 -6.15706e-16 -3.28097e-10 -3.74517e-10 -6.68146e-16 -3.42142e-10 -4.60786e-10 -6.85004e-16 -3.54149e-10 -5.45215e-10 -6.68792e-16 -3.63904e-10 -6.26398e-10 -6.32498e-16 -3.71234e-10 -7.02992e-10 -5.65771e-16 -3.76004e-10 -7.73842e-10 -4.94987e-16 -3.78116e-10 -8.37935e-10 -4.10058e-16 -3.77523e-10 -8.94268e-10 -3.33517e-16 -3.74204e-10 -9.42759e-10 -2.55519e-16 -3.68195e-10 -9.82461e-10 -1.89854e-16 -3.59555e-10 -1.01378e-09 -1.3194e-16 -3.48391e-10 -1.03639e-09 -9.18398e-17 -3.34842e-10 -1.05058e-09 -6.0884e-17 -3.19058e-10 -1.05753e-09 -4.56284e-17 -3.0124e-10 -1.05692e-09 -4.69722e-17 -2.81586e-10 -1.05019e-09 -7.08309e-17 -2.6032e-10 -1.03775e-09 -8.66787e-17 -2.37673e-10 -1.02054e-09 -8.8081e-17 -2.13868e-10 -9.99428e-10 -8.72049e-17 -1.89148e-10 -9.74231e-10 -9.40331e-17 -1.63745e-10 -9.44865e-10 -9.20714e-17 -1.37899e-10 -9.09947e-10 -9.24492e-17 -1.11873e-10 -8.66143e-10 -9.09795e-17 -8.5979e-11 -8.07919e-10 -8.61539e-17 -6.06086e-11 -7.27132e-10 -8.30511e-17 -3.64191e-11 -6.12086e-10 -8.09168e-17 -1.44524e-11 -4.47028e-10 -8.24927e-17 -2.00173e-10 -7.82883e-17 -8.64816e-11 3.50874e-10 -1.11864e-14 -1.01041e-10 3.44401e-10 -6.58302e-15 -1.16874e-10 3.29409e-10 -3.68409e-15 -1.3388e-10 3.05465e-10 -1.58321e-15 -1.51926e-10 2.72411e-10 -8.05725e-16 -1.70826e-10 2.3024e-10 -3.04088e-16 -1.90358e-10 1.79225e-10 -1.45491e-16 -2.10267e-10 1.19846e-10 -9.93022e-17 -2.30263e-10 5.28369e-11 -1.52549e-16 -2.50041e-10 -2.09786e-11 -2.22141e-16 -2.69321e-10 -1.00259e-10 -2.80928e-16 -2.87822e-10 -1.83926e-10 -3.40977e-16 -3.05207e-10 -2.70515e-10 -3.77085e-16 -3.21173e-10 -3.58555e-10 -4.01537e-16 -3.35431e-10 -4.46531e-10 -4.07116e-16 -3.47727e-10 -5.32923e-10 -3.95781e-16 -3.57835e-10 -6.16293e-10 -3.72753e-16 -3.65567e-10 -6.95261e-10 -3.33937e-16 -3.70777e-10 -7.68634e-10 -2.91576e-16 -3.73356e-10 -8.35357e-10 -2.42157e-16 -3.73242e-10 -8.94386e-10 -1.96555e-16 -3.70405e-10 -9.45595e-10 -1.49771e-16 -3.64871e-10 -9.87997e-10 -1.10017e-16 -3.56692e-10 -1.02196e-09 -7.4603e-17 -3.45967e-10 -1.04712e-09 -4.92269e-17 -3.32831e-10 -1.06372e-09 -3.05457e-17 -3.17431e-10 -1.07293e-09 -2.13975e-17 -2.99963e-10 -1.07439e-09 -1.89619e-17 -2.80626e-10 -1.06952e-09 -2.81323e-17 -2.59643e-10 -1.05873e-09 -4.04738e-17 -2.37247e-10 -1.04294e-09 -4.14129e-17 -2.13663e-10 -1.02301e-09 -4.05285e-17 -1.89136e-10 -9.98758e-10 -4.11204e-17 -1.63905e-10 -9.70097e-10 -4.26813e-17 -1.38214e-10 -9.35637e-10 -4.10275e-17 -1.12334e-10 -8.92023e-10 -3.89537e-17 -8.65838e-11 -8.3367e-10 -3.52682e-17 -6.13585e-11 -7.52358e-10 -3.21296e-17 -3.73008e-11 -6.36144e-10 -3.10595e-17 -1.52489e-11 -4.6908e-10 -3.13344e-17 -2.15423e-10 -3.06166e-17 -8.3795e-11 4.95929e-15 -9.80009e-11 3.24182e-15 -1.13489e-10 1.94678e-15 -1.30176e-10 1.23445e-15 -1.47939e-10 6.1882e-16 -1.66613e-10 3.41015e-16 -1.85995e-10 1.67414e-16 -2.05868e-10 7.52855e-17 -2.2586e-10 9.19536e-18 -2.45032e-10 -3.04079e-17 -2.64464e-10 -8.04954e-17 -2.83191e-10 -1.09862e-16 -3.00781e-10 -1.23639e-16 -3.16967e-10 -1.36147e-16 -3.31466e-10 -1.41148e-16 -3.44025e-10 -1.39116e-16 -3.54412e-10 -1.3139e-16 -3.62434e-10 -1.1769e-16 -3.67941e-10 -1.01873e-16 -3.70815e-10 -8.30013e-17 -3.70992e-10 -6.52811e-17 -3.68435e-10 -4.68985e-17 -3.63169e-10 -3.05879e-17 -3.55243e-10 -1.61307e-17 -3.44754e-10 -5.07015e-18 -3.31835e-10 2.56709e-18 -3.16632e-10 6.70297e-18 -2.99343e-10 9.88785e-18 -2.80164e-10 4.38429e-18 -2.59321e-10 -6.68601e-18 -2.37048e-10 -9.41088e-18 -2.13571e-10 -1.04853e-17 -1.89138e-10 -9.2832e-18 -1.63991e-10 -1.27965e-17 -1.38376e-10 -1.15325e-17 -1.12569e-10 -8.66784e-18 -8.68941e-11 -4.676e-18 -6.17525e-11 -5.1205e-19 -3.77951e-11 8.84205e-19 -1.5841e-11 2.17861e-18 2.76554e-18 -3.31097e-10 -6.41459e-11 -2.82439e-10 -4.8707e-11 -2.44573e-10 -3.78325e-11 -2.14489e-10 -3.00012e-11 -1.90179e-10 -2.42472e-11 -1.70196e-10 -1.99537e-11 -1.53514e-10 -1.6691e-11 -1.39391e-10 -1.41798e-11 -1.27256e-10 -1.22215e-11 -1.16693e-10 -1.0678e-11 -1.0737e-10 -9.44867e-12 -9.90329e-11 -8.4633e-12 -9.14809e-11 -7.6663e-12 -8.45594e-11 -7.01564e-12 -7.81513e-11 -6.47909e-12 -7.21651e-11 -6.02933e-12 -6.65377e-11 -5.64684e-12 -6.12192e-11 -5.31475e-12 -5.61777e-11 -5.02085e-12 -5.13888e-11 -4.75433e-12 -4.68394e-11 -4.50717e-12 -4.25199e-11 -4.27303e-12 -3.84277e-11 -4.04596e-12 -3.45589e-11 -3.82519e-12 -3.09149e-11 -3.60582e-12 -2.7494e-11 -3.38948e-12 -2.42957e-11 -3.17447e-12 -2.13179e-11 -2.96204e-12 -1.85538e-11 -2.75559e-12 -1.59985e-11 -2.55401e-12 -1.36417e-11 -2.36128e-12 -1.14734e-11 -2.1783e-12 -9.48052e-12 -2.00674e-12 -7.64965e-12 -1.84733e-12 -5.96988e-12 -1.69763e-12 -4.43442e-12 -1.55383e-12 -3.04637e-12 -1.40617e-12 -1.82562e-12 -1.23808e-12 -8.19698e-13 -1.02233e-12 -9.82219e-14 -7.36988e-13 2.44465e-13 -3.57831e-13 2.05443e-13 2.35839e-14 1.89852e-13 -8.23777e-10 -1.94541e-10 -7.18604e-10 -1.53974e-10 -6.32631e-10 -1.23794e-10 -5.6188e-10 -1.00672e-10 -5.03023e-10 -8.30289e-11 -4.53585e-10 -6.93472e-11 -4.11574e-10 -5.86958e-11 -3.75483e-10 -5.03162e-11 -3.44099e-10 -4.36849e-11 -3.16491e-10 -3.83972e-11 -2.91915e-10 -3.41514e-11 -2.69779e-10 -3.07273e-11 -2.49619e-10 -2.79437e-11 -2.31067e-10 -2.56653e-11 -2.13838e-10 -2.37825e-11 -1.97708e-10 -2.22047e-11 -1.82513e-10 -2.08625e-11 -1.68127e-10 -1.96973e-11 -1.54461e-10 -1.86642e-11 -1.41454e-10 -1.77242e-11 -1.29068e-10 -1.68481e-11 -1.17279e-10 -1.60121e-11 -1.0608e-10 -1.51954e-11 -9.54634e-11 -1.43949e-11 -8.5435e-11 -1.35934e-11 -7.59939e-11 -1.27968e-11 -6.71428e-11 -1.19999e-11 -5.88808e-11 -1.12075e-11 -5.11941e-11 -1.0433e-11 -4.40736e-11 -9.67315e-12 -3.74969e-11 -8.94303e-12 -3.14398e-11 -8.24643e-12 -2.58719e-11 -7.58983e-12 -2.0761e-11 -6.97605e-12 -1.60822e-11 -6.39584e-12 -1.18217e-11 -5.8343e-12 -7.9923e-12 -5.25512e-12 -4.65356e-12 -4.59558e-12 -1.93294e-12 -3.76069e-12 -3.0507e-14 -2.65617e-12 8.55361e-13 -1.26006e-12 6.79992e-13 1.82282e-13 8.53156e-13 -1.14184e-09 -3.31461e-10 -1.02295e-09 -2.72899e-10 -9.20035e-10 -2.26669e-10 -8.31219e-10 -1.89401e-10 -7.54448e-10 -1.59725e-10 -6.8789e-10 -1.35861e-10 -6.29849e-10 -1.16727e-10 -5.78905e-10 -1.01299e-10 -5.33811e-10 -8.88492e-11 -4.93546e-10 -7.87647e-11 -4.57248e-10 -7.0567e-11 -4.24206e-10 -6.3891e-11 -3.93839e-10 -5.84203e-11 -3.65683e-10 -5.39156e-11 -3.39362e-10 -5.01748e-11 -3.14581e-10 -4.70292e-11 -2.9112e-10 -4.43444e-11 -2.68808e-10 -4.20068e-11 -2.47525e-10 -3.99257e-11 -2.27189e-10 -3.80232e-11 -2.07754e-10 -3.62398e-11 -1.8919e-10 -3.45268e-11 -1.71496e-10 -3.28415e-11 -1.54666e-10 -3.11783e-11 -1.38717e-10 -2.95021e-11 -1.23655e-10 -2.78257e-11 -1.0949e-10 -2.61392e-11 -9.62287e-11 -2.44533e-11 -8.38549e-11 -2.27974e-11 -7.23609e-11 -2.1166e-11 -6.17172e-11 -1.95919e-11 -5.18913e-11 -1.80835e-11 -4.28413e-11 -1.66552e-11 -3.45216e-11 -1.53137e-11 -2.68977e-11 -1.40392e-11 -1.99525e-11 -1.27996e-11 -1.37091e-11 -1.15181e-11 -8.26202e-12 -1.00616e-11 -3.80424e-12 -8.23631e-12 -6.25501e-13 -5.85178e-12 9.5497e-13 -2.857e-12 8.97347e-13 2.23123e-13 1.73376e-12 -1.32847e-09 -4.5217e-10 -1.21719e-09 -3.8424e-10 -1.116e-09 -3.27814e-10 -1.02487e-09 -2.80427e-10 -9.43196e-10 -2.41285e-10 -8.70137e-10 -2.08835e-10 -8.04689e-10 -1.82122e-10 -7.45887e-10 -1.60104e-10 -6.92776e-10 -1.41999e-10 -6.44512e-10 -1.27104e-10 -6.00338e-10 -1.14839e-10 -5.59592e-10 -1.04743e-10 -5.21715e-10 -9.6396e-11 -4.86245e-10 -8.94732e-11 -4.52797e-10 -8.36897e-11 -4.21066e-10 -7.88017e-11 -3.90821e-10 -7.46096e-11 -3.61884e-10 -7.09418e-11 -3.34132e-10 -6.76582e-11 -3.07483e-10 -6.4637e-11 -2.81897e-10 -6.1784e-11 -2.57355e-10 -5.90219e-11 -2.33869e-10 -5.62821e-11 -2.11444e-10 -5.35577e-11 -1.90116e-10 -5.07914e-11 -1.69903e-10 -4.80064e-11 -1.5083e-10 -4.51876e-11 -1.32914e-10 -4.2354e-11 -1.16145e-10 -3.95574e-11 -1.0052e-10 -3.67896e-11 -8.60096e-11 -3.41075e-11 -7.25778e-11 -3.15265e-11 -6.01766e-11 -2.9072e-11 -4.87518e-11 -2.67563e-11 -3.82642e-11 -2.45463e-11 -2.86961e-11 -2.23878e-11 -2.00813e-11 -2.01525e-11 -1.25441e-11 -1.76175e-11 -6.33193e-12 -1.44663e-11 -1.81108e-12 -1.03895e-11 6.23247e-13 -5.30777e-12 9.10439e-13 -8.08303e-14 2.62749e-12 -1.39983e-09 -5.38073e-10 -1.31324e-09 -4.70859e-10 -1.22881e-09 -4.12208e-10 -1.14822e-09 -3.60911e-10 -1.07249e-09 -3.16917e-10 -1.00198e-09 -2.79267e-10 -9.36661e-10 -2.47396e-10 -8.76269e-10 -2.20495e-10 -8.20371e-10 -1.97927e-10 -7.68493e-10 -1.79046e-10 -7.20139e-10 -1.63278e-10 -6.74826e-10 -1.50151e-10 -6.32117e-10 -1.39192e-10 -5.9164e-10 -1.30032e-10 -5.53063e-10 -1.22328e-10 -5.16127e-10 -1.15777e-10 -4.8063e-10 -1.10126e-10 -4.46421e-10 -1.0515e-10 -4.13399e-10 -1.00663e-10 -3.81503e-10 -9.65001e-11 -3.50715e-10 -9.25324e-11 -3.21039e-10 -8.86534e-11 -2.92511e-10 -8.4767e-11 -2.65157e-10 -8.08682e-11 -2.39038e-10 -7.68746e-11 -2.14189e-10 -7.28241e-11 -1.90657e-10 -6.86962e-11 -1.68475e-10 -6.45215e-11 -1.47643e-10 -6.03799e-11 -1.28171e-10 -5.62607e-11 -1.10033e-10 -5.22515e-11 -9.31939e-11 -4.83764e-11 -7.76059e-11 -4.46754e-11 -6.3211e-11 -4.11688e-11 -4.99688e-11 -3.78076e-11 -3.78637e-11 -3.45128e-11 -2.69401e-11 -3.10955e-11 -1.73481e-11 -2.72282e-11 -9.3791e-12 -2.2453e-11 -3.46086e-12 -1.63244e-11 -5.12245e-14 -8.73373e-12 7.68521e-13 -9.17217e-13 3.37943e-12 -1.40924e-09 -5.93714e-10 -1.3475e-09 -5.32608e-10 -1.28282e-09 -4.76822e-10 -1.21738e-09 -4.26221e-10 -1.15284e-09 -3.81324e-10 -1.0902e-09 -3.41782e-10 -1.03007e-09 -3.07436e-10 -9.72723e-10 -2.77802e-10 -9.18184e-10 -2.52459e-10 -8.66352e-10 -2.30911e-10 -8.17026e-10 -2.12664e-10 -7.69954e-10 -1.973e-10 -7.24871e-10 -1.84347e-10 -6.81544e-10 -1.73432e-10 -6.3974e-10 -1.64187e-10 -5.99282e-10 -1.56273e-10 -5.60029e-10 -1.49399e-10 -5.21881e-10 -1.43299e-10 -4.8478e-10 -1.37749e-10 -4.48706e-10 -1.32544e-10 -4.13677e-10 -1.27527e-10 -3.79726e-10 -1.22561e-10 -3.46928e-10 -1.17526e-10 -3.15333e-10 -1.12422e-10 -2.85033e-10 -1.0714e-10 -2.5609e-10 -1.01737e-10 -2.28576e-10 -9.6188e-11 -2.02546e-10 -9.05386e-11 -1.78014e-10 -8.49026e-11 -1.55007e-10 -7.92672e-11 -1.33507e-10 -7.37569e-11 -1.13488e-10 -6.84067e-11 -9.49038e-11 -6.3275e-11 -7.76977e-11 -5.83921e-11 -6.18318e-11 -5.36924e-11 -4.72949e-11 -4.90694e-11 -3.41416e-11 -4.42678e-11 -2.25441e-11 -3.88441e-11 -1.28295e-11 -3.2185e-11 -5.47438e-12 -2.3696e-11 -9.83949e-13 -1.32403e-11 5.09603e-13 -2.42724e-12 3.87262e-12 -1.36638e-09 -6.18546e-10 -1.33136e-09 -5.67612e-10 -1.28917e-09 -5.1893e-10 -1.24215e-09 -4.73102e-10 -1.19234e-09 -4.30999e-10 -1.1412e-09 -3.92806e-10 -1.08979e-09 -3.58748e-10 -1.03886e-09 -3.28692e-10 -9.88815e-10 -3.02484e-10 -9.39912e-10 -2.79834e-10 -8.92238e-10 -2.60386e-10 -8.45776e-10 -2.43825e-10 -8.00455e-10 -2.29729e-10 -7.56195e-10 -2.17756e-10 -7.1289e-10 -2.07542e-10 -6.70462e-10 -1.98737e-10 -6.28853e-10 -1.91028e-10 -5.88032e-10 -1.84124e-10 -5.47998e-10 -1.7777e-10 -5.08782e-10 -1.71734e-10 -4.70448e-10 -1.65828e-10 -4.33073e-10 -1.59897e-10 -3.96771e-10 -1.53794e-10 -3.61626e-10 -1.47528e-10 -3.27767e-10 -1.40967e-10 -2.95285e-10 -1.34191e-10 -2.64281e-10 -1.27171e-10 -2.34837e-10 -1.19971e-10 -2.06987e-10 -1.12744e-10 -1.80777e-10 -1.05477e-10 -1.56202e-10 -9.83363e-11 -1.33249e-10 -9.13708e-11 -1.11879e-10 -8.46602e-11 -9.20396e-11 -7.82484e-11 -7.36984e-11 -7.2052e-11 -5.68503e-11 -6.59367e-11 -4.15604e-11 -5.95763e-11 -2.80193e-11 -5.24033e-11 -1.6583e-11 -4.36385e-11 -7.76736e-12 -3.25279e-11 -2.12333e-12 -1.89003e-11 1.61706e-13 -4.72851e-12 4.01812e-12 -1.30269e-09 -6.2137e-10 -1.28873e-09 -5.81592e-10 -1.2659e-09 -5.41719e-10 -1.2361e-09 -5.02784e-10 -1.20119e-09 -4.65778e-10 -1.16262e-09 -4.31252e-10 -1.12158e-09 -3.99681e-10 -1.07898e-09 -3.71219e-10 -1.03548e-09 -3.4594e-10 -9.91561e-10 -3.23753e-10 -9.47522e-10 -3.04451e-10 -9.0355e-10 -2.87844e-10 -8.59747e-10 -2.7358e-10 -8.16185e-10 -2.61374e-10 -7.72882e-10 -2.5089e-10 -7.29866e-10 -2.41786e-10 -6.8717e-10 -2.33744e-10 -6.4484e-10 -2.26459e-10 -6.02942e-10 -2.1966e-10 -5.61564e-10 -2.13088e-10 -5.20824e-10 -2.0654e-10 -4.80846e-10 -1.9984e-10 -4.41787e-10 -1.92821e-10 -4.03773e-10 -1.85507e-10 -3.66971e-10 -1.7774e-10 -3.31505e-10 -1.6963e-10 -2.97511e-10 -1.61147e-10 -2.65097e-10 -1.52374e-10 -2.34322e-10 -1.43511e-10 -2.05255e-10 -1.34544e-10 -1.7791e-10 -1.25687e-10 -1.52286e-10 -1.17005e-10 -1.28357e-10 -1.08605e-10 -1.06077e-10 -1.00544e-10 -8.54244e-11 -9.27231e-11 -6.64001e-11 -8.498e-11 -4.90794e-11 -7.69153e-11 -3.36688e-11 -6.78315e-11 -2.05476e-11 -5.67765e-11 -1.02641e-11 -4.28273e-11 -3.41261e-12 -2.57675e-11 -2.49291e-13 -7.90781e-12 3.75287e-12 -1.22001e-09 -6.05095e-10 -1.22483e-09 -5.76772e-10 -1.21977e-09 -5.46715e-10 -1.20632e-09 -5.16102e-10 -1.18607e-09 -4.8589e-10 -1.16037e-09 -4.56823e-10 -1.13042e-09 -4.29531e-10 -1.09719e-09 -4.04375e-10 -1.06147e-09 -3.81614e-10 -1.02388e-09 -3.61333e-10 -9.84882e-10 -3.4347e-10 -9.44806e-10 -3.27958e-10 -9.03896e-10 -3.14528e-10 -8.62354e-10 -3.02966e-10 -8.20309e-10 -2.92975e-10 -7.77894e-10 -2.84233e-10 -7.35226e-10 -2.76432e-10 -6.92431e-10 -2.69262e-10 -6.49641e-10 -2.62444e-10 -6.07007e-10 -2.55703e-10 -5.64701e-10 -2.48823e-10 -5.22897e-10 -2.41613e-10 -4.818e-10 -2.3389e-10 -4.41575e-10 -2.25698e-10 -4.02433e-10 -2.16857e-10 -3.64533e-10 -2.07506e-10 -3.28044e-10 -1.97618e-10 -2.93108e-10 -1.87301e-10 -2.59809e-10 -1.76803e-10 -2.28242e-10 -1.66111e-10 -1.98439e-10 -1.55494e-10 -1.70421e-10 -1.45035e-10 -1.44172e-10 -1.34868e-10 -1.1966e-10 -1.25071e-10 -9.68724e-11 -1.15529e-10 -7.58195e-11 -1.06051e-10 -5.65863e-11 -9.61662e-11 -3.93929e-11 -8.50423e-11 -2.46371e-11 -7.15487e-11 -1.28953e-11 -5.45848e-11 -4.80427e-12 -3.38739e-11 -7.0049e-13 -1.20273e-11 3.03671e-12 -1.13402e-09 -1.15244e-09 -1.16126e-09 -5.37884e-10 -1.16144e-09 -5.15856e-10 -1.15413e-09 -4.93124e-10 -1.14038e-09 -4.70483e-10 -1.1212e-09 -4.48617e-10 -1.09751e-09 -4.27999e-10 -1.07007e-09 -4.09004e-10 -1.03954e-09 -3.91843e-10 -1.00645e-09 -3.76561e-10 -9.71233e-10 -3.632e-10 -9.34223e-10 -3.51567e-10 -8.9572e-10 -3.41513e-10 -8.55943e-10 -3.32787e-10 -8.15111e-10 -3.25095e-10 -7.73421e-10 -3.18143e-10 -7.31069e-10 -3.11625e-10 -6.88252e-10 -3.05259e-10 -6.45179e-10 -2.98761e-10 -6.02077e-10 -2.91905e-10 -5.5917e-10 -2.84494e-10 -5.16709e-10 -2.76328e-10 -4.74902e-10 -2.67476e-10 -4.34e-10 -2.57736e-10 -3.94199e-10 -2.47284e-10 -3.55705e-10 -2.36096e-10 -3.1869e-10 -2.24307e-10 -2.83268e-10 -2.12218e-10 -2.4956e-10 -1.9982e-10 -2.17622e-10 -1.87437e-10 -1.87493e-10 -1.75175e-10 -1.59175e-10 -1.632e-10 -1.3265e-10 -1.51612e-10 -1.07915e-10 -1.40281e-10 -8.49921e-11 -1.28992e-10 -6.39762e-11 -1.17199e-10 -4.50984e-11 -1.03937e-10 -2.87721e-11 -8.7891e-11 -1.55978e-11 -6.77744e-11 -6.25653e-12 -4.32303e-11 -1.17869e-12 -1.71205e-11 1.84265e-12 -1.0937e-09 -5.17433e-10 -1.1056e-09 -5.03884e-10 -1.10973e-09 -4.88916e-10 -1.10687e-09 -4.73253e-10 -1.09783e-09 -4.5757e-10 -1.0834e-09 -4.42371e-10 -1.06426e-09 -4.28092e-10 -1.04106e-09 -4.1502e-10 -1.01434e-09 -4.03278e-10 -9.84575e-10 -3.92988e-10 -9.52147e-10 -3.84018e-10 -9.1742e-10 -3.76278e-10 -8.80682e-10 -3.69558e-10 -8.42216e-10 -3.63589e-10 -8.02284e-10 -3.58097e-10 -7.61142e-10 -3.5278e-10 -7.19044e-10 -3.47358e-10 -6.76254e-10 -3.4154e-10 -6.33048e-10 -3.35096e-10 -5.89695e-10 -3.27823e-10 -5.46494e-10 -3.1951e-10 -5.03693e-10 -3.10252e-10 -4.61581e-10 -2.99828e-10 -4.20391e-10 -2.88454e-10 -3.80364e-10 -2.76109e-10 -3.41706e-10 -2.62958e-10 -3.04557e-10 -2.49361e-10 -2.69068e-10 -2.3531e-10 -2.35318e-10 -2.21192e-10 -2.03367e-10 -2.07136e-10 -1.73237e-10 -1.93343e-10 -1.44923e-10 -1.7994e-10 -1.18438e-10 -1.66782e-10 -9.38139e-11 -1.53634e-10 -7.11548e-11 -1.39875e-10 -5.0702e-11 -1.24406e-10 -3.28817e-11 -1.05727e-10 -1.83165e-11 -8.23545e-11 -7.73335e-12 -5.38282e-11 -1.66829e-12 -2.32005e-11 1.59343e-13 -1.02266e-09 -4.88476e-10 -1.04375e-09 -4.82785e-10 -1.05731e-09 -4.75322e-10 -1.06383e-09 -4.66681e-10 -1.06387e-09 -4.57477e-10 -1.058e-09 -4.48183e-10 -1.04681e-09 -4.3924e-10 -1.03084e-09 -4.30962e-10 -1.01061e-09 -4.23506e-10 -9.86563e-10 -4.17044e-10 -9.59114e-10 -4.11482e-10 -9.28654e-10 -4.06773e-10 -8.95506e-10 -4.02736e-10 -8.59999e-10 -3.99124e-10 -8.22441e-10 -3.95677e-10 -7.83137e-10 -3.92099e-10 -7.42388e-10 -3.88111e-10 -7.00501e-10 -3.83419e-10 -6.57799e-10 -3.77788e-10 -6.14591e-10 -3.71012e-10 -5.71217e-10 -3.62869e-10 -5.27961e-10 -3.53485e-10 -4.85152e-10 -3.4262e-10 -4.43057e-10 -3.30532e-10 -4.01948e-10 -3.17206e-10 -3.62065e-10 -3.02836e-10 -3.23575e-10 -2.87845e-10 -2.86658e-10 -2.72228e-10 -2.51417e-10 -2.56438e-10 -2.17934e-10 -2.40629e-10 -1.86251e-10 -2.2504e-10 -1.5638e-10 -2.09826e-10 -1.28346e-10 -1.94831e-10 -1.02196e-10 -1.79801e-10 -7.80407e-11 -1.64046e-10 -5.61313e-11 -1.46331e-10 -3.69046e-11 -1.24969e-10 -2.1004e-11 -9.82696e-11 -9.20463e-12 -6.5642e-11 -2.1575e-12 -3.02623e-11 -2.01283e-12 -9.49525e-10 -4.52832e-10 -9.78026e-10 -4.54267e-10 -9.9944e-10 -4.53873e-10 -1.01399e-09 -4.52077e-10 -1.02201e-09 -4.494e-10 -1.0239e-09 -4.46243e-10 -1.02009e-09 -4.43011e-10 -1.01102e-09 -4.40003e-10 -9.97133e-10 -4.37382e-10 -9.78849e-10 -4.35337e-10 -9.56551e-10 -4.33792e-10 -9.30634e-10 -4.32721e-10 -9.01436e-10 -4.31962e-10 -8.6931e-10 -4.31279e-10 -8.34592e-10 -4.30418e-10 -7.97621e-10 -4.29088e-10 -7.58733e-10 -4.27007e-10 -7.18271e-10 -4.23876e-10 -6.76595e-10 -4.19459e-10 -6.34049e-10 -4.13543e-10 -5.91006e-10 -4.059e-10 -5.47787e-10 -3.96684e-10 -5.04752e-10 -3.85641e-10 -4.622e-10 -3.73068e-10 -4.20435e-10 -3.5896e-10 -3.79725e-10 -3.43542e-10 -3.40265e-10 -3.27299e-10 -3.02263e-10 -3.10232e-10 -2.65844e-10 -2.92862e-10 -2.31115e-10 -2.75368e-10 -1.98138e-10 -2.5803e-10 -1.6694e-10 -2.41038e-10 -1.37563e-10 -2.24222e-10 -1.10065e-10 -2.07316e-10 -8.45671e-11 -1.8956e-10 -6.13266e-11 -1.69587e-10 -4.07903e-11 -1.4552e-10 -2.36217e-11 -1.15452e-10 -1.06461e-11 -7.86317e-11 -2.63718e-12 -3.82855e-11 -4.66428e-12 -8.7721e-10 -4.12658e-10 -9.11185e-10 -4.20311e-10 -9.38739e-10 -4.26314e-10 -9.59856e-10 -4.30928e-10 -9.74655e-10 -4.3456e-10 -9.83342e-10 -4.37514e-10 -9.86188e-10 -4.40125e-10 -9.83512e-10 -4.42649e-10 -9.75661e-10 -4.45222e-10 -9.62984e-10 -4.4802e-10 -9.45825e-10 -4.50961e-10 -9.24553e-10 -4.5402e-10 -8.99501e-10 -4.57039e-10 -8.71026e-10 -4.59781e-10 -8.39477e-10 -4.61992e-10 -8.05212e-10 -4.63373e-10 -7.68588e-10 -4.63641e-10 -7.29978e-10 -4.62486e-10 -6.89765e-10 -4.59669e-10 -6.48324e-10 -4.54973e-10 -6.06057e-10 -4.4816e-10 -5.63311e-10 -4.39414e-10 -5.20476e-10 -4.28464e-10 -4.77879e-10 -4.15652e-10 -4.35851e-10 -4.00979e-10 -3.94688e-10 -3.84702e-10 -3.5461e-10 -3.67372e-10 -3.1585e-10 -3.48994e-10 -2.78557e-10 -3.30159e-10 -2.42861e-10 -3.11074e-10 -2.08842e-10 -2.92062e-10 -1.76546e-10 -2.73346e-10 -1.46032e-10 -2.54751e-10 -1.17367e-10 -2.35996e-10 -9.06814e-11 -2.1626e-10 -6.62405e-11 -1.94043e-10 -4.44987e-11 -1.67276e-10 -2.61391e-11 -1.33825e-10 -1.20391e-11 -9.27453e-11 -3.10059e-12 -4.72378e-11 -7.77877e-12 -8.06177e-10 -3.69239e-10 -8.44268e-10 -3.8224e-10 -8.76639e-10 -3.93934e-10 -9.03094e-10 -4.04438e-10 -9.23578e-10 -4.14035e-10 -9.38129e-10 -4.22921e-10 -9.46871e-10 -4.31345e-10 -9.49996e-10 -4.39496e-10 -9.47746e-10 -4.4746e-10 -9.40393e-10 -4.55377e-10 -9.2822e-10 -4.63141e-10 -9.11557e-10 -4.70709e-10 -8.90713e-10 -4.77908e-10 -8.66031e-10 -4.8449e-10 -8.37859e-10 -4.90188e-10 -8.06561e-10 -4.94693e-10 -7.72507e-10 -4.97708e-10 -7.36082e-10 -4.98914e-10 -6.9769e-10 -4.98061e-10 -6.57726e-10 -4.94929e-10 -6.16614e-10 -4.89269e-10 -5.74724e-10 -4.81291e-10 -5.32469e-10 -4.70711e-10 -4.90198e-10 -4.57912e-10 -4.48269e-10 -4.42901e-10 -4.06998e-10 -4.25971e-10 -3.66631e-10 -4.07735e-10 -3.27422e-10 -3.88205e-10 -2.89545e-10 -3.6804e-10 -2.53149e-10 -3.4748e-10 -2.18334e-10 -3.26889e-10 -1.85165e-10 -3.06527e-10 -1.53714e-10 -2.86216e-10 -1.24061e-10 -2.65664e-10 -9.63457e-11 -2.4399e-10 -7.08378e-11 -2.19565e-10 -4.79996e-11 -1.90128e-10 -2.85334e-11 -1.53305e-10 -1.337e-11 -1.07922e-10 -3.54308e-12 -5.70781e-11 -1.13353e-11 -7.37959e-10 -3.23976e-10 -7.78786e-10 -3.41429e-10 -8.14669e-10 -3.58047e-10 -8.45259e-10 -3.73821e-10 -8.70347e-10 -3.88914e-10 -8.89819e-10 -4.03413e-10 -9.03658e-10 -4.17471e-10 -9.11931e-10 -4.31196e-10 -9.14774e-10 -4.44604e-10 -9.12368e-10 -4.57785e-10 -9.04927e-10 -4.70585e-10 -8.9273e-10 -4.8293e-10 -8.76045e-10 -4.94616e-10 -8.55192e-10 -5.0537e-10 -8.30504e-10 -5.14902e-10 -8.02338e-10 -5.22881e-10 -7.71065e-10 -5.28996e-10 -7.37078e-10 -5.32906e-10 -7.0079e-10 -5.34354e-10 -6.62607e-10 -5.33107e-10 -6.2297e-10 -5.28906e-10 -5.82263e-10 -5.21987e-10 -5.4092e-10 -5.12049e-10 -4.99307e-10 -4.99515e-10 -4.578e-10 -4.84402e-10 -4.16737e-10 -4.67033e-10 -3.76384e-10 -4.48085e-10 -3.37016e-10 -4.27575e-10 -2.98827e-10 -4.06235e-10 -2.61984e-10 -3.84331e-10 -2.2661e-10 -3.62275e-10 -1.92782e-10 -3.40366e-10 -1.60591e-10 -3.18421e-10 -1.30127e-10 -2.96143e-10 -1.01536e-10 -2.72595e-10 -7.50954e-11 -2.46019e-10 -5.1273e-11 -2.13963e-10 -3.07896e-11 -1.73801e-10 -1.463e-11 -1.24094e-10 -3.96189e-12 -6.77592e-11 -1.53102e-11 -6.72628e-10 -2.77783e-10 -7.15218e-10 -2.98851e-10 -7.5361e-10 -3.19644e-10 -7.87347e-10 -3.40053e-10 -8.16101e-10 -3.60125e-10 -8.39632e-10 -3.79846e-10 -8.57804e-10 -3.99266e-10 -8.70569e-10 -4.18404e-10 -8.77959e-10 -4.37201e-10 -8.80069e-10 -4.55676e-10 -8.77037e-10 -4.7362e-10 -8.69081e-10 -4.90908e-10 -8.56423e-10 -5.07296e-10 -8.39348e-10 -5.22471e-10 -8.18163e-10 -5.36112e-10 -7.93212e-10 -5.47857e-10 -7.64855e-10 -5.57369e-10 -7.33483e-10 -5.64287e-10 -6.9951e-10 -5.68334e-10 -6.63349e-10 -5.69266e-10 -6.25447e-10 -5.66811e-10 -5.86201e-10 -5.61225e-10 -5.46053e-10 -5.52192e-10 -5.05387e-10 -5.40174e-10 -4.64591e-10 -5.25194e-10 -4.24021e-10 -5.07603e-10 -3.83958e-10 -4.88145e-10 -3.44696e-10 -4.66839e-10 -3.06447e-10 -4.44489e-10 -2.69397e-10 -4.2139e-10 -2.33683e-10 -3.98e-10 -1.99404e-10 -3.74656e-10 -1.6666e-10 -3.51177e-10 -1.35554e-10 -3.27262e-10 -1.06241e-10 -3.01921e-10 -7.9001e-11 -2.73272e-10 -5.43075e-11 -2.38669e-10 -3.28993e-11 -1.95221e-10 -1.58147e-11 -1.41191e-10 -4.35598e-12 -7.92305e-11 -1.96788e-11 -6.10983e-10 -2.31538e-10 -6.54393e-10 -2.55432e-10 -6.94349e-10 -2.7967e-10 -7.30309e-10 -3.04063e-10 -7.61848e-10 -3.28556e-10 -7.88622e-10 -3.53041e-10 -8.10386e-10 -3.77472e-10 -8.26989e-10 -4.01776e-10 -8.38369e-10 -4.2581e-10 -8.4453e-10 -4.49514e-10 -8.45537e-10 -4.72615e-10 -8.41542e-10 -4.94924e-10 -8.32715e-10 -5.16144e-10 -8.19298e-10 -5.35914e-10 -8.01567e-10 -5.53868e-10 -7.79842e-10 -5.69608e-10 -7.54466e-10 -5.82763e-10 -7.2582e-10 -5.92943e-10 -6.94313e-10 -5.9985e-10 -6.60355e-10 -6.03225e-10 -6.24395e-10 -6.02776e-10 -5.86835e-10 -5.9878e-10 -5.48124e-10 -5.90902e-10 -5.08651e-10 -5.79641e-10 -4.68819e-10 -5.65023e-10 -4.28993e-10 -5.47431e-10 -3.89468e-10 -5.27667e-10 -3.50553e-10 -5.05757e-10 -3.12475e-10 -4.82571e-10 -2.75436e-10 -4.58437e-10 -2.39592e-10 -4.33855e-10 -2.05052e-10 -4.09206e-10 -1.71934e-10 -3.84307e-10 -1.40351e-10 -3.58859e-10 -1.10462e-10 -3.31822e-10 -8.25525e-11 -3.01194e-10 -5.71002e-11 -2.64134e-10 -3.48603e-11 -2.17473e-10 -1.69236e-11 -1.5914e-10 -4.72579e-12 -9.14403e-11 -2.44167e-11 -5.52934e-10 -1.8587e-10 -5.96498e-10 -2.11865e-10 -6.37295e-10 -2.38856e-10 -6.74729e-10 -2.66598e-10 -7.08307e-10 -2.94948e-10 -7.376e-10 -3.23717e-10 -7.6228e-10 -3.52764e-10 -7.82104e-10 -3.81927e-10 -7.96923e-10 -4.10979e-10 -8.06663e-10 -4.39774e-10 -8.11314e-10 -4.67966e-10 -8.10963e-10 -4.95295e-10 -8.05725e-10 -5.21402e-10 -7.95795e-10 -5.45868e-10 -7.81413e-10 -5.68276e-10 -7.62867e-10 -5.8818e-10 -7.4048e-10 -6.0517e-10 -7.14614e-10 -6.18821e-10 -6.85667e-10 -6.28809e-10 -6.54041e-10 -6.34854e-10 -6.2018e-10 -6.36644e-10 -5.84485e-10 -6.34471e-10 -5.47406e-10 -6.27982e-10 -5.09337e-10 -6.17706e-10 -4.70683e-10 -6.03674e-10 -4.31819e-10 -5.86296e-10 -3.93051e-10 -5.66433e-10 -3.54698e-10 -5.44113e-10 -3.17e-10 -5.20274e-10 -2.80173e-10 -4.95271e-10 -2.44388e-10 -4.69651e-10 -2.09768e-10 -4.43835e-10 -1.76442e-10 -4.17643e-10 -1.44534e-10 -3.9078e-10 -1.1421e-10 -3.62158e-10 -8.57567e-11 -3.29659e-10 -5.96553e-11 -2.90247e-10 -3.66757e-11 -2.40464e-10 -1.79593e-11 -1.77868e-10 -5.07313e-12 -1.04338e-10 -2.95015e-11 -4.98856e-10 -1.41306e-10 -5.41959e-10 -1.68746e-10 -5.82943e-10 -1.9785e-10 -6.21178e-10 -2.28334e-10 -6.56117e-10 -2.59982e-10 -6.8727e-10 -2.92537e-10 -7.14234e-10 -3.25773e-10 -7.36694e-10 -3.59444e-10 -7.54422e-10 -3.93238e-10 -7.67271e-10 -4.26924e-10 -7.7516e-10 -4.60077e-10 -7.78113e-10 -4.9236e-10 -7.76191e-10 -5.23343e-10 -7.6954e-10 -5.52544e-10 -7.58357e-10 -5.79483e-10 -7.42899e-10 -6.03664e-10 -7.2346e-10 -6.24629e-10 -7.0038e-10 -6.41914e-10 -6.74039e-10 -6.55163e-10 -6.44827e-10 -6.64071e-10 -6.13176e-10 -6.68303e-10 -5.79482e-10 -6.68163e-10 -5.44191e-10 -6.63276e-10 -5.07695e-10 -6.54199e-10 -4.70401e-10 -6.40968e-10 -4.32686e-10 -6.24014e-10 -3.94864e-10 -6.04253e-10 -3.57261e-10 -5.81719e-10 -3.20128e-10 -5.57412e-10 -2.83693e-10 -5.31713e-10 -2.48138e-10 -5.05215e-10 -2.13601e-10 -4.78381e-10 -1.80222e-10 -4.51033e-10 -1.48133e-10 -4.22881e-10 -1.17505e-10 -3.92796e-10 -8.86278e-11 -3.58548e-10 -6.19831e-11 -3.16902e-10 -3.83535e-11 -2.64104e-10 -1.89277e-11 -1.97304e-10 -5.4009e-12 -1.17876e-10 -3.49136e-11 -4.48601e-10 -9.82288e-11 -4.90809e-10 -1.26527e-10 -5.31484e-10 -1.57156e-10 -5.6998e-10 -1.89811e-10 -6.05717e-10 -2.24219e-10 -6.38159e-10 -2.60069e-10 -6.66849e-10 -2.97057e-10 -6.9141e-10 -3.34861e-10 -7.11548e-10 -3.73088e-10 -7.2705e-10 -4.1142e-10 -7.37776e-10 -4.49352e-10 -7.43685e-10 -4.86467e-10 -7.44787e-10 -5.22259e-10 -7.41179e-10 -5.56175e-10 -7.33017e-10 -5.87671e-10 -7.20518e-10 -6.16189e-10 -7.03947e-10 -6.41221e-10 -6.83617e-10 -6.62258e-10 -6.59888e-10 -6.78907e-10 -6.3313e-10 -6.90836e-10 -6.0376e-10 -6.97684e-10 -5.72164e-10 -6.99758e-10 -5.38778e-10 -6.96665e-10 -5.03989e-10 -6.88986e-10 -4.68201e-10 -6.76756e-10 -4.31791e-10 -6.60427e-10 -3.95075e-10 -6.40968e-10 -3.58384e-10 -6.18413e-10 -3.21978e-10 -5.93822e-10 -2.86093e-10 -5.67604e-10 -2.50923e-10 -5.40394e-10 -2.16616e-10 -5.12695e-10 -1.83323e-10 -4.84335e-10 -1.51184e-10 -4.55031e-10 -1.20376e-10 -4.23616e-10 -9.11865e-11 -3.87747e-10 -6.40992e-11 -3.44e-10 -3.99053e-11 -2.88308e-10 -1.98369e-11 -2.17383e-10 -5.71307e-12 -1.3201e-10 -4.06373e-11 -4.02334e-10 -5.69428e-11 -4.43263e-10 -8.55794e-11 -4.83193e-10 -1.17203e-10 -5.21474e-10 -1.51499e-10 -5.57508e-10 -1.88158e-10 -5.90729e-10 -2.26821e-10 -6.20638e-10 -2.67123e-10 -6.46806e-10 -3.0867e-10 -6.68886e-10 -3.50995e-10 -6.86609e-10 -3.93693e-10 -6.99777e-10 -4.36183e-10 -7.08295e-10 -4.77964e-10 -7.12121e-10 -5.1845e-10 -7.11305e-10 -5.57013e-10 -7.05959e-10 -5.9304e-10 -6.96265e-10 -6.25909e-10 -6.82452e-10 -6.55056e-10 -6.64806e-10 -6.7992e-10 -6.43657e-10 -7.00071e-10 -6.19358e-10 -7.15143e-10 -5.92304e-10 -7.24749e-10 -5.62868e-10 -7.29196e-10 -5.3147e-10 -7.28068e-10 -4.98489e-10 -7.21966e-10 -4.64322e-10 -7.10924e-10 -4.29342e-10 -6.95411e-10 -3.93864e-10 -6.76445e-10 -3.58222e-10 -6.54058e-10 -3.22679e-10 -6.29369e-10 -2.87482e-10 -6.02809e-10 -2.5283e-10 -5.75055e-10 -2.18884e-10 -5.46649e-10 -1.85802e-10 -5.17426e-10 -1.53732e-10 -4.87111e-10 -1.22855e-10 -4.54503e-10 -9.34583e-11 -4.17154e-10 -6.60229e-11 -3.71445e-10 -4.13458e-11 -3.12994e-10 -2.06972e-11 -2.38042e-10 -6.01442e-12 -1.46703e-10 -4.66618e-11 -3.59874e-10 -1.76532e-11 -3.99264e-10 -4.61772e-11 -4.38125e-10 -7.83205e-11 -4.7582e-10 -1.13776e-10 -5.11744e-10 -1.52207e-10 -5.45312e-10 -1.93225e-10 -5.75997e-10 -2.36411e-10 -6.03333e-10 -2.81311e-10 -6.26929e-10 -3.27385e-10 -6.46467e-10 -3.7415e-10 -6.61702e-10 -4.20947e-10 -6.72488e-10 -4.67191e-10 -6.78737e-10 -5.12217e-10 -6.80454e-10 -5.55318e-10 -6.77708e-10 -5.95808e-10 -6.70644e-10 -6.32999e-10 -6.59456e-10 -6.66265e-10 -6.44398e-10 -6.94994e-10 -6.25773e-10 -7.18712e-10 -6.03907e-10 -7.37019e-10 -5.79173e-10 -7.49495e-10 -5.51926e-10 -7.56447e-10 -5.22567e-10 -7.57432e-10 -4.91465e-10 -7.53069e-10 -4.59004e-10 -7.43386e-10 -4.2555e-10 -7.28869e-10 -3.91415e-10 -7.10579e-10 -3.56932e-10 -6.88544e-10 -3.22368e-10 -6.63937e-10 -2.87972e-10 -6.37211e-10 -2.53954e-10 -6.09081e-10 -2.2048e-10 -5.8013e-10 -1.87719e-10 -5.50196e-10 -1.55825e-10 -5.19016e-10 -1.2498e-10 -4.85356e-10 -9.54723e-11 -4.4667e-10 -6.77766e-11 -3.9915e-10 -4.26921e-11 -3.38088e-10 -2.15202e-11 -2.59223e-10 -6.3105e-12 -1.61922e-10 -5.29819e-11 -3.21233e-10 1.95084e-11 -3.58877e-10 -8.51489e-12 -3.96406e-10 -4.07635e-11 -4.332e-10 -7.69455e-11 -4.68662e-10 -1.16714e-10 -5.02199e-10 -1.59657e-10 -5.33267e-10 -2.05315e-10 -5.61374e-10 -2.53179e-10 -5.86093e-10 -3.02651e-10 -6.0707e-10 -3.53168e-10 -6.24016e-10 -4.03999e-10 -6.36743e-10 -4.54477e-10 -6.45119e-10 -5.03855e-10 -6.49108e-10 -5.5135e-10 -6.48739e-10 -5.96199e-10 -6.44118e-10 -6.37645e-10 -6.35405e-10 -6.74999e-10 -6.22821e-10 -7.07595e-10 -6.06638e-10 -7.34911e-10 -5.87155e-10 -7.56512e-10 -5.64718e-10 -7.71944e-10 -5.39662e-10 -7.81507e-10 -5.12367e-10 -7.84733e-10 -4.83185e-10 -7.82252e-10 -4.52487e-10 -7.74086e-10 -4.20628e-10 -7.60732e-10 -3.87916e-10 -7.4329e-10 -3.54678e-10 -7.21785e-10 -3.21183e-10 -6.97436e-10 -2.87682e-10 -6.70717e-10 -2.54392e-10 -6.42379e-10 -2.21486e-10 -6.13042e-10 -1.8914e-10 -5.82549e-10 -1.57514e-10 -5.50651e-10 -1.26792e-10 -5.16086e-10 -9.72596e-11 -4.76212e-10 -6.93844e-11 -4.27034e-10 -4.39624e-11 -3.63518e-10 -2.2319e-11 -2.80875e-10 -6.60746e-12 -1.77643e-10 -5.95985e-11 -2.86206e-10 5.44763e-11 -3.21982e-10 2.7271e-11 -3.57997e-10 -4.72756e-12 -3.93658e-10 -4.12543e-11 -4.2838e-10 -8.19623e-11 -4.61576e-10 -1.26431e-10 -4.92694e-10 -1.74169e-10 -5.21226e-10 -2.24624e-10 -5.4672e-10 -2.77142e-10 -5.68792e-10 -3.3109e-10 -5.87118e-10 -3.85669e-10 -6.01476e-10 -4.40131e-10 -6.11695e-10 -4.9365e-10 -6.17699e-10 -5.45366e-10 -6.19481e-10 -5.94439e-10 -6.1711e-10 -6.4004e-10 -6.10712e-10 -6.81419e-10 -6.00472e-10 -7.17851e-10 -5.86632e-10 -7.48768e-10 -5.6946e-10 -7.73695e-10 -5.49276e-10 -7.92142e-10 -5.26388e-10 -8.044e-10 -5.01155e-10 -8.09973e-10 -4.73909e-10 -8.09499e-10 -4.45006e-10 -8.02992e-10 -4.14787e-10 -7.90956e-10 -3.83552e-10 -7.74525e-10 -3.51622e-10 -7.53717e-10 -3.19263e-10 -7.29797e-10 -2.86732e-10 -7.03254e-10 -2.54245e-10 -6.74872e-10 -2.21985e-10 -6.45307e-10 -1.90133e-10 -6.14409e-10 -1.58853e-10 -5.8194e-10 -1.28332e-10 -5.46614e-10 -9.88525e-11 -5.05699e-10 -7.08713e-11 -4.55023e-10 -4.5176e-11 -3.89222e-10 -2.3107e-11 -3.02952e-10 -6.91201e-12 -1.93846e-10 -6.6519e-11 -2.54743e-10 8.72331e-11 -2.88565e-10 6.11071e-11 -3.22926e-10 2.9658e-11 -3.57264e-10 -6.88333e-12 -3.91016e-10 -4.81799e-11 -4.23607e-10 -9.3811e-11 -4.54485e-10 -1.43263e-10 -4.83135e-10 -1.95949e-10 -5.09091e-10 -2.5117e-10 -5.31945e-10 -3.08229e-10 -5.5135e-10 -3.66262e-10 -5.67047e-10 -4.24443e-10 -5.78837e-10 -4.81873e-10 -5.86609e-10 -5.37613e-10 -5.9032e-10 -5.90748e-10 -5.90004e-10 -6.4038e-10 -5.85753e-10 -6.85691e-10 -5.77717e-10 -7.25902e-10 -5.66107e-10 -7.60396e-10 -5.51159e-10 -7.88654e-10 -5.33163e-10 -8.10152e-10 -5.12401e-10 -8.25167e-10 -4.89207e-10 -8.33174e-10 -4.63891e-10 -8.34817e-10 -4.36791e-10 -8.30096e-10 -4.08232e-10 -8.19519e-10 -3.78505e-10 -8.04252e-10 -3.47923e-10 -7.84302e-10 -3.16749e-10 -7.60974e-10 -2.85239e-10 -7.34769e-10 -2.53613e-10 -7.06504e-10 -2.22059e-10 -6.76867e-10 -1.90763e-10 -6.45712e-10 -1.59895e-10 -6.12816e-10 -1.29643e-10 -5.76873e-10 -1.00283e-10 -5.35067e-10 -7.22617e-11 -4.83052e-10 -4.63517e-11 -4.15139e-10 -2.38983e-11 -3.25414e-10 -7.23128e-12 -2.10521e-10 -7.37581e-11 -2.26635e-10 1.17801e-10 -2.58472e-10 9.29564e-11 -2.91096e-10 6.23052e-11 -3.23982e-10 2.60339e-11 -3.56592e-10 -1.55403e-11 -3.88369e-10 -6.20052e-11 -4.1877e-10 -1.12835e-10 -4.4728e-10 -1.67415e-10 -4.73426e-10 -2.2501e-10 -4.96787e-10 -2.84862e-10 -5.16993e-10 -3.46052e-10 -5.33764e-10 -4.07682e-10 -5.46872e-10 -4.68778e-10 -5.56175e-10 -5.28328e-10 -5.616e-10 -5.85343e-10 -5.63146e-10 -6.38856e-10 -5.60872e-10 -6.87986e-10 -5.54896e-10 -7.31895e-10 -5.45393e-10 -7.69916e-10 -5.32568e-10 -8.0149e-10 -5.1668e-10 -8.26054e-10 -4.97983e-10 -8.43869e-10 -4.76784e-10 -8.54381e-10 -4.53372e-10 -8.58232e-10 -4.2806e-10 -8.5541e-10 -4.01161e-10 -8.46423e-10 -3.72952e-10 -8.32462e-10 -3.43736e-10 -8.1352e-10 -3.13774e-10 -7.90938e-10 -2.83318e-10 -7.6523e-10 -2.52593e-10 -7.37236e-10 -2.21788e-10 -7.07676e-10 -1.91096e-10 -6.7641e-10 -1.60691e-10 -6.43228e-10 -1.30763e-10 -6.06808e-10 -1.01582e-10 -5.64255e-10 -7.35792e-11 -5.11062e-10 -4.75078e-11 -4.41217e-10 -2.47064e-11 -3.48222e-10 -7.57272e-12 -2.27662e-10 -8.13381e-11 -2.01784e-10 1.46212e-10 -2.31637e-10 1.22807e-10 -2.62476e-10 9.31559e-11 -2.93815e-10 5.73952e-11 -3.25146e-10 1.58144e-11 -3.55936e-10 -3.11905e-11 -3.85658e-10 -8.30885e-11 -4.13806e-10 -1.39247e-10 -4.39904e-10 -1.98898e-10 -4.63524e-10 -2.61236e-10 -4.84285e-10 -3.25289e-10 -5.01887e-10 -3.9009e-10 -5.16079e-10 -4.54599e-10 -5.26692e-10 -5.17731e-10 -5.33626e-10 -5.78429e-10 -5.36847e-10 -6.35657e-10 -5.36382e-10 -6.88471e-10 -5.32316e-10 -7.35976e-10 -5.24791e-10 -7.77457e-10 -5.13979e-10 -8.12312e-10 -5.00106e-10 -8.39941e-10 -4.83399e-10 -8.60582e-10 -4.64135e-10 -8.73653e-10 -4.42579e-10 -8.79791e-10 -4.19024e-10 -8.78968e-10 -3.93763e-10 -8.71689e-10 -3.67061e-10 -8.59163e-10 -3.39212e-10 -8.41372e-10 -3.10468e-10 -8.19684e-10 -2.81082e-10 -7.9462e-10 -2.51278e-10 -7.67046e-10 -2.2125e-10 -7.37708e-10 -1.91195e-10 -7.0647e-10 -1.61292e-10 -6.73138e-10 -1.31731e-10 -6.36375e-10 -1.02777e-10 -5.93215e-10 -7.48449e-11 -5.39e-10 -4.86607e-11 -4.67407e-10 -2.55447e-11 -3.71345e-10 -7.94404e-12 -2.45269e-10 -8.92889e-11 -1.79973e-10 1.72569e-10 -2.07878e-10 1.50711e-10 -2.36926e-10 1.22215e-10 -2.66667e-10 8.71584e-11 -2.9663e-10 4.57997e-11 -3.26307e-10 -1.48911e-12 -3.55195e-10 -5.41785e-11 -3.82798e-10 -1.11624e-10 -4.08649e-10 -1.73035e-10 -4.32319e-10 -2.37562e-10 -4.53418e-10 -3.04187e-10 -4.71634e-10 -3.71884e-10 -4.86698e-10 -4.39547e-10 -4.98418e-10 -5.06027e-10 -5.06668e-10 -5.70199e-10 -5.11385e-10 -6.30961e-10 -5.12565e-10 -6.8731e-10 -5.1026e-10 -7.38296e-10 -5.04579e-10 -7.83154e-10 -4.95662e-10 -8.2124e-10 -4.83702e-10 -8.51914e-10 -4.68895e-10 -8.75394e-10 -4.5149e-10 -8.91065e-10 -4.31728e-10 -8.99556e-10 -4.09879e-10 -9.0082e-10 -3.86217e-10 -8.95355e-10 -3.60993e-10 -8.84387e-10 -3.3449e-10 -8.67877e-10 -3.06954e-10 -8.47222e-10 -2.78635e-10 -8.22944e-10 -2.49756e-10 -7.95929e-10 -2.20517e-10 -7.66951e-10 -1.91118e-10 -7.35874e-10 -1.61742e-10 -7.0252e-10 -1.32581e-10 -6.65541e-10 -1.03893e-10 -6.21909e-10 -7.60768e-11 -5.66822e-10 -4.98245e-11 -4.93665e-10 -2.6425e-11 -3.9475e-10 -8.35302e-12 -2.63347e-10 -9.76479e-11 -1.61066e-10 1.96937e-10 -1.87085e-10 1.76702e-10 -2.14357e-10 1.49478e-10 -2.42476e-10 1.15284e-10 -2.71008e-10 7.43427e-11 -2.99479e-10 2.69963e-11 -3.27407e-10 -2.62339e-11 -3.54318e-10 -8.4698e-11 -3.79757e-10 -1.47588e-10 -4.03296e-10 -2.1402e-10 -4.24548e-10 -2.82935e-10 -4.43188e-10 -3.53255e-10 -4.58934e-10 -4.23813e-10 -4.71577e-10 -4.93401e-10 -4.80964e-10 -5.60829e-10 -4.87008e-10 -6.24937e-10 -4.89674e-10 -6.84662e-10 -4.88984e-10 -7.39001e-10 -4.85011e-10 -7.87142e-10 -4.77865e-10 -8.28397e-10 -4.67706e-10 -8.62087e-10 -4.54699e-10 -8.88406e-10 -4.39065e-10 -9.06706e-10 -4.21019e-10 -9.17604e-10 -4.00809e-10 -9.21034e-10 -3.78689e-10 -9.1748e-10 -3.54897e-10 -9.08179e-10 -3.29702e-10 -8.93074e-10 -3.03347e-10 -8.73579e-10 -2.76074e-10 -8.5022e-10 -2.48111e-10 -8.23897e-10 -2.19657e-10 -7.95407e-10 -1.90919e-10 -7.64616e-10 -1.62083e-10 -7.31361e-10 -1.33343e-10 -6.94285e-10 -1.04952e-10 -6.50305e-10 -7.72891e-11 -5.9449e-10 -5.10099e-11 -5.19949e-10 -2.73577e-11 -4.18408e-10 -8.80729e-12 -2.81902e-10 -1.06461e-10 -1.44847e-10 2.19457e-10 -1.69056e-10 2.0088e-10 -1.94595e-10 1.75008e-10 -2.21102e-10 1.41797e-10 -2.4818e-10 1.0143e-10 -2.75387e-10 5.42175e-11 -3.02273e-10 6.66039e-13 -3.28385e-10 -5.85742e-11 -3.53281e-10 -1.22685e-10 -3.76548e-10 -1.90752e-10 -3.97796e-10 -2.61687e-10 -4.16698e-10 -3.34363e-10 -4.32962e-10 -4.07561e-10 -4.46362e-10 -4.80016e-10 -4.56726e-10 -5.50482e-10 -4.6394e-10 -6.17742e-10 -4.67941e-10 -6.80677e-10 -4.68721e-10 -7.38236e-10 -4.66321e-10 -7.89556e-10 -4.60818e-10 -8.33909e-10 -4.5234e-10 -8.70578e-10 -4.41023e-10 -8.99728e-10 -4.27059e-10 -9.20677e-10 -4.10638e-10 -9.34029e-10 -3.91984e-10 -9.39691e-10 -3.71334e-10 -9.38135e-10 -3.4891e-10 -9.30603e-10 -3.24971e-10 -9.17015e-10 -2.99751e-10 -8.98801e-10 -2.73491e-10 -8.76483e-10 -2.46416e-10 -8.50976e-10 -2.18731e-10 -8.23095e-10 -1.90644e-10 -7.92706e-10 -1.62349e-10 -7.59661e-10 -1.34041e-10 -7.22597e-10 -1.05968e-10 -6.78382e-10 -7.8491e-11 -6.21972e-10 -5.22235e-11 -5.46221e-10 -2.83503e-11 -4.42286e-10 -9.31403e-12 -3.00943e-10 -1.1578e-10 -1.31095e-10 2.40297e-10 -1.53602e-10 2.23369e-10 -1.77485e-10 1.98882e-10 -2.0242e-10 1.66734e-10 -2.2805e-10 1.27063e-10 -2.5397e-10 8.01446e-11 -2.79762e-10 2.64659e-11 -3.04998e-10 -3.33306e-11 -3.29258e-10 -9.84213e-11 -3.52139e-10 -1.67872e-10 -3.7326e-10 -2.40568e-10 -3.9229e-10 -3.15343e-10 -4.08932e-10 -3.9093e-10 -4.22946e-10 -4.66017e-10 -4.34141e-10 -5.39303e-10 -4.42381e-10 -6.0952e-10 -4.47575e-10 -6.75499e-10 -4.49684e-10 -7.36139e-10 -4.48721e-10 -7.90532e-10 -4.4473e-10 -8.3791e-10 -4.37808e-10 -8.77513e-10 -4.28062e-10 -9.09478e-10 -4.15655e-10 -9.33091e-10 -4.00754e-10 -9.48933e-10 -3.8356e-10 -9.56887e-10 -3.64292e-10 -9.57407e-10 -3.43158e-10 -9.51736e-10 -3.20406e-10 -9.39768e-10 -2.96263e-10 -9.22946e-10 -2.70965e-10 -9.01783e-10 -2.44739e-10 -8.77206e-10 -2.17792e-10 -8.50045e-10 -1.90336e-10 -8.20165e-10 -1.62571e-10 -7.87431e-10 -1.34694e-10 -7.50477e-10 -1.06951e-10 -7.06129e-10 -7.96858e-11 -6.49241e-10 -5.34664e-11 -5.72444e-10 -2.9407e-11 -4.6635e-10 -9.87948e-12 -3.20475e-10 -1.25663e-10 -1.19653e-10 2.59541e-10 -1.40556e-10 2.44252e-10 -1.62859e-10 2.21177e-10 -1.86277e-10 1.90153e-10 -2.1049e-10 1.5128e-10 -2.3513e-10 1.04791e-10 -2.5981e-10 5.11531e-11 -2.84131e-10 -9.0037e-12 -3.07695e-10 -7.48553e-11 -3.30114e-10 -1.45455e-10 -3.51016e-10 -2.19669e-10 -3.7007e-10 -2.963e-10 -3.86975e-10 -3.74036e-10 -4.01481e-10 -4.51525e-10 -4.1338e-10 -5.2742e-10 -4.22513e-10 -6.00404e-10 -4.28765e-10 -6.69262e-10 -4.32069e-10 -7.32846e-10 -4.32407e-10 -7.90206e-10 -4.29794e-10 -8.40531e-10 -4.24295e-10 -8.83023e-10 -4.15992e-10 -9.17786e-10 -4.0502e-10 -9.44069e-10 -3.91522e-10 -9.62433e-10 -3.75679e-10 -9.72732e-10 -3.57692e-10 -9.75399e-10 -3.37756e-10 -9.71672e-10 -3.16107e-10 -9.61418e-10 -2.92967e-10 -9.46087e-10 -2.68569e-10 -9.26184e-10 -2.43138e-10 -9.02639e-10 -2.16885e-10 -8.76299e-10 -1.90028e-10 -8.47025e-10 -1.6277e-10 -8.14693e-10 -1.35315e-10 -7.77934e-10 -1.07906e-10 -7.33542e-10 -8.08703e-11 -6.7628e-10 -5.47333e-11 -5.98585e-10 -3.05267e-11 -4.9056e-10 -1.05082e-11 -3.40497e-10 -1.36175e-10 -1.10184e-10 2.77435e-10 -1.29637e-10 2.63725e-10 -1.50488e-10 2.42039e-10 -1.72488e-10 2.12162e-10 -1.95356e-10 1.7415e-10 -2.1876e-10 1.28198e-10 -2.42348e-10 7.47449e-11 -2.6575e-10 1.44018e-11 -2.88594e-10 -5.20116e-11 -3.10507e-10 -1.23546e-10 -3.31129e-10 -1.99051e-10 -3.5013e-10 -2.77308e-10 -3.67209e-10 -3.56967e-10 -3.82106e-10 -4.36641e-10 -3.94597e-10 -5.14942e-10 -4.04504e-10 -5.90512e-10 -4.11687e-10 -6.62091e-10 -4.16054e-10 -7.2849e-10 -4.17558e-10 -7.88714e-10 -4.16185e-10 -8.41911e-10 -4.11972e-10 -8.87245e-10 -4.04976e-10 -9.24786e-10 -3.95306e-10 -9.53745e-10 -3.83082e-10 -9.74659e-10 -3.68468e-10 -9.87349e-10 -3.51647e-10 -9.92224e-10 -3.32802e-10 -9.90516e-10 -3.12161e-10 -9.82061e-10 -2.89937e-10 -9.68311e-10 -2.66363e-10 -9.49761e-10 -2.41662e-10 -9.27343e-10 -2.16049e-10 -9.01914e-10 -1.89746e-10 -8.7333e-10 -1.62963e-10 -8.41479e-10 -1.35909e-10 -8.04991e-10 -1.08827e-10 -7.60626e-10 -8.2034e-11 -7.03076e-10 -5.60108e-11 -6.24611e-10 -3.1702e-11 -5.14872e-10 -1.12021e-11 -3.61e-10 -1.47381e-10 -1.02675e-10 2.94024e-10 -1.2078e-10 2.8185e-10 -1.40274e-10 2.61543e-10 -1.60944e-10 2.3284e-10 -1.82542e-10 1.95751e-10 -2.04771e-10 1.5043e-10 -2.27311e-10 9.72877e-11 -2.4982e-10 3.69133e-11 -2.71951e-10 -2.98822e-11 -2.93345e-10 -1.02156e-10 -3.13656e-10 -1.78744e-10 -3.32556e-10 -2.58418e-10 -3.49744e-10 -3.39789e-10 -3.6495e-10 -4.21446e-10 -3.77939e-10 -5.01966e-10 -3.88512e-10 -5.79952e-10 -3.96508e-10 -6.54107e-10 -4.01808e-10 -7.23198e-10 -4.04341e-10 -7.8619e-10 -4.04067e-10 -8.42192e-10 -4.00996e-10 -8.90325e-10 -3.95161e-10 -9.30623e-10 -3.86649e-10 -9.62263e-10 -3.75561e-10 -9.85749e-10 -3.62041e-10 -1.00087e-09 -3.46259e-10 -1.00801e-09 -3.28387e-10 -1.00839e-09 -3.08644e-10 -1.00181e-09 -2.87238e-10 -9.89718e-10 -2.64398e-10 -9.72602e-10 -2.40351e-10 -9.51393e-10 -2.15312e-10 -9.26954e-10 -1.89509e-10 -8.99135e-10 -1.63158e-10 -8.67833e-10 -1.36475e-10 -8.31675e-10 -1.09706e-10 -7.87399e-10 -8.31581e-11 -7.29627e-10 -5.72765e-11 -6.50495e-10 -3.2916e-11 -5.39236e-10 -1.19583e-11 -3.81961e-10 -1.59342e-10 -9.65509e-11 3.09505e-10 -1.13518e-10 2.9882e-10 -1.31846e-10 2.79872e-10 -1.51354e-10 2.52351e-10 -1.71828e-10 2.16225e-10 -1.93005e-10 1.71608e-10 -2.14596e-10 1.18879e-10 -2.36285e-10 5.86037e-11 -2.57752e-10 -8.41737e-12 -2.78651e-10 -8.12618e-11 -2.98654e-10 -1.58744e-10 -3.17432e-10 -2.39649e-10 -3.34687e-10 -3.22542e-10 -3.50142e-10 -4.06001e-10 -3.63548e-10 -4.8857e-10 -3.74688e-10 -5.68823e-10 -3.83382e-10 -6.45422e-10 -3.89489e-10 -7.17098e-10 -3.92913e-10 -7.82775e-10 -3.9359e-10 -8.41519e-10 -3.9151e-10 -8.92413e-10 -3.86683e-10 -9.35453e-10 -3.79174e-10 -9.69775e-10 -3.69069e-10 -9.95854e-10 -3.56498e-10 -1.01344e-09 -3.41615e-10 -1.0229e-09 -3.24585e-10 -1.02542e-09 -3.05619e-10 -1.02077e-09 -2.84921e-10 -1.01042e-09 -2.62718e-10 -9.94807e-10 -2.39236e-10 -9.74877e-10 -2.14696e-10 -9.51496e-10 -1.89329e-10 -9.24503e-10 -1.63358e-10 -8.93806e-10 -1.37006e-10 -8.58029e-10 -1.10523e-10 -8.13883e-10 -8.42153e-11 -7.55937e-10 -5.84968e-11 -6.76216e-10 -3.41398e-11 -5.63595e-10 -1.27665e-11 -4.03337e-10 -1.72111e-10 -9.21519e-11 3.24013e-10 -1.08092e-10 3.14763e-10 -1.25365e-10 2.97145e-10 -1.43823e-10 2.7081e-10 -1.63281e-10 2.35682e-10 -1.83507e-10 1.91833e-10 -2.04238e-10 1.3961e-10 -2.25184e-10 7.955e-11 -2.46047e-10 1.24434e-11 -2.66487e-10 -6.08263e-11 -2.862e-10 -1.39035e-10 -3.04855e-10 -2.21001e-10 -3.22154e-10 -3.0525e-10 -3.37812e-10 -3.9035e-10 -3.51566e-10 -4.74825e-10 -3.63183e-10 -5.57215e-10 -3.72463e-10 -6.36149e-10 -3.79248e-10 -7.10318e-10 -3.83421e-10 -7.78608e-10 -3.84898e-10 -8.40045e-10 -3.83647e-10 -8.9367e-10 -3.79662e-10 -9.3944e-10 -3.72992e-10 -9.76449e-10 -3.63707e-10 -1.00514e-09 -3.51924e-10 -1.02523e-09 -3.37789e-10 -1.03703e-09 -3.21459e-10 -1.04174e-09 -3.03137e-10 -1.0391e-09 -2.83026e-10 -1.03053e-09 -2.61351e-10 -1.01648e-09 -2.38339e-10 -9.97891e-10 -2.14212e-10 -9.75623e-10 -1.89208e-10 -9.49508e-10 -1.63557e-10 -9.1946e-10 -1.37487e-10 -8.841e-10 -1.11256e-10 -8.40116e-10 -8.51699e-11 -7.82025e-10 -5.96268e-11 -7.0176e-10 -3.53293e-11 -5.87895e-10 -1.3607e-11 -4.25061e-10 -1.8572e-10 -8.83034e-11 3.37738e-10 -1.03496e-10 3.29901e-10 -1.1999e-10 3.1361e-10 -1.37664e-10 2.88472e-10 -1.56361e-10 2.54372e-10 -1.75872e-10 2.11342e-10 -1.95957e-10 1.59694e-10 -2.16344e-10 9.99374e-11 -2.36745e-10 3.28423e-11 -2.5682e-10 -4.07546e-11 -2.7632e-10 -1.19536e-10 -2.94902e-10 -2.02425e-10 -3.12259e-10 -2.87897e-10 -3.28098e-10 -3.74517e-10 -3.42142e-10 -4.60786e-10 -3.54149e-10 -5.45215e-10 -3.63905e-10 -6.26398e-10 -3.71234e-10 -7.02992e-10 -3.76004e-10 -7.73842e-10 -3.78116e-10 -8.37935e-10 -3.77524e-10 -8.94268e-10 -3.74204e-10 -9.42759e-10 -3.68195e-10 -9.82461e-10 -3.59555e-10 -1.01378e-09 -3.48392e-10 -1.03639e-09 -3.34842e-10 -1.05059e-09 -3.19058e-10 -1.05753e-09 -3.01239e-10 -1.05692e-09 -2.81585e-10 -1.05018e-09 -2.6032e-10 -1.03775e-09 -2.37673e-10 -1.02054e-09 -2.13868e-10 -9.99428e-10 -1.89147e-10 -9.7423e-10 -1.63745e-10 -9.44864e-10 -1.37899e-10 -9.09947e-10 -1.11873e-10 -8.66143e-10 -8.5979e-11 -8.0792e-10 -6.06085e-11 -7.27132e-10 -3.64191e-11 -6.12086e-10 -1.44524e-11 -4.47028e-10 -2.00174e-10 -8.64813e-11 3.50875e-10 -1.01041e-10 3.44402e-10 -1.16874e-10 3.2941e-10 -1.3388e-10 3.05465e-10 -1.51926e-10 2.72411e-10 -1.70826e-10 2.3024e-10 -1.90358e-10 1.79225e-10 -2.10267e-10 1.19846e-10 -2.30263e-10 5.28369e-11 -2.50041e-10 -2.09786e-11 -2.69319e-10 -1.00259e-10 -2.87822e-10 -1.83925e-10 -3.05207e-10 -2.70515e-10 -3.21173e-10 -3.58555e-10 -3.35431e-10 -4.46531e-10 -3.47727e-10 -5.32923e-10 -3.57835e-10 -6.16293e-10 -3.65567e-10 -6.95261e-10 -3.70778e-10 -7.68634e-10 -3.73356e-10 -8.35357e-10 -3.73242e-10 -8.94386e-10 -3.70405e-10 -9.45596e-10 -3.64871e-10 -9.87998e-10 -3.56692e-10 -1.02196e-09 -3.45968e-10 -1.04712e-09 -3.32831e-10 -1.06372e-09 -3.17431e-10 -1.07293e-09 -2.99962e-10 -1.07438e-09 -2.80625e-10 -1.06952e-09 -2.59643e-10 -1.05873e-09 -2.37247e-10 -1.04294e-09 -2.13663e-10 -1.02301e-09 -1.89136e-10 -9.98757e-10 -1.63905e-10 -9.70095e-10 -1.38214e-10 -9.35638e-10 -1.12334e-10 -8.92024e-10 -8.65839e-11 -8.3367e-10 -6.13583e-11 -7.52358e-10 -3.73008e-11 -6.36144e-10 -1.52489e-11 -4.6908e-10 -2.15423e-10 -8.37952e-11 -9.80011e-11 -1.13489e-10 -1.30176e-10 -1.47938e-10 -1.66613e-10 -1.85995e-10 -2.05868e-10 -2.2586e-10 -2.45032e-10 -2.64462e-10 -2.83192e-10 -3.00781e-10 -3.16967e-10 -3.31467e-10 -3.44025e-10 -3.54412e-10 -3.62434e-10 -3.67941e-10 -3.70815e-10 -3.70992e-10 -3.68435e-10 -3.63169e-10 -3.55243e-10 -3.44754e-10 -3.31835e-10 -3.16632e-10 -2.99341e-10 -2.80163e-10 -2.59321e-10 -2.37048e-10 -2.13571e-10 -1.89138e-10 -1.63991e-10 -1.38376e-10 -1.12569e-10 -8.68942e-11 -6.17524e-11 -3.77951e-11 -1.5841e-11 ) ; boundaryField { inlet { type calculated; value nonuniform List<scalar> 82 ( 3.63798e-10 3.63797e-10 3.58641e-10 3.5864e-10 3.44918e-10 3.44918e-10 3.22165e-10 3.22164e-10 2.90181e-10 2.90181e-10 2.48918e-10 2.48918e-10 1.98609e-10 1.98609e-10 1.39721e-10 1.39721e-10 7.28288e-11 7.28288e-11 -1.80731e-12 -1.80724e-12 -8.08278e-11 -8.08274e-11 -1.65198e-10 -1.65197e-10 -2.52926e-10 -2.52926e-10 -3.42369e-10 -3.42369e-10 -4.32033e-10 -4.32033e-10 -5.20367e-10 -5.20367e-10 -6.05907e-10 -6.05907e-10 -6.87238e-10 -6.87238e-10 -7.63128e-10 -7.63128e-10 -8.32482e-10 -8.32482e-10 -8.94212e-10 -8.94212e-10 -9.4815e-10 -9.4815e-10 -9.93265e-10 -9.93265e-10 -1.02988e-09 -1.02988e-09 -1.05761e-09 -1.05761e-09 -1.07664e-09 -1.07664e-09 -1.08813e-09 -1.08813e-09 -1.09168e-09 -1.09167e-09 -1.0887e-09 -1.0887e-09 -1.07958e-09 -1.07957e-09 -1.06521e-09 -1.06521e-09 -1.04649e-09 -1.04649e-09 -1.02319e-09 -1.02319e-09 -9.95244e-10 -9.95243e-10 -9.61252e-10 -9.61252e-10 -9.1783e-10 -9.17831e-10 -8.59345e-10 -8.59346e-10 -7.775e-10 -7.77499e-10 -6.60102e-10 -6.60101e-10 -4.91034e-10 -4.91034e-10 -2.31264e-10 -2.31264e-10 ) ; } outlet { type calculated; value nonuniform List<scalar> 0(); } walls { type calculated; value uniform 0; } side1 { type cyclic; value nonuniform List<scalar> 1660 ( 1.93939e-14 2.56183e-14 1.94188e-14 2.25701e-14 2.03751e-14 1.79194e-14 1.44986e-14 1.69704e-14 1.22226e-14 1.18074e-15 6.49658e-15 1.02705e-14 3.49833e-15 4.71881e-15 2.13181e-15 -3.09395e-16 -3.54174e-15 9.9652e-16 -1.6631e-15 -1.43186e-15 -3.39761e-15 -1.42686e-15 -4.21389e-15 -4.78916e-15 -5.04351e-15 -8.08666e-15 -9.72744e-15 -6.19028e-15 -8.15326e-15 -2.12903e-15 -2.49486e-15 1.62666e-15 1.41866e-15 5.67937e-15 6.86852e-15 4.75034e-15 3.99407e-15 -7.12546e-16 9.41882e-16 -1.85192e-15 -1.21713e-15 -2.33594e-15 -9.84569e-16 -1.17173e-15 -3.57946e-16 -8.91554e-16 -7.49415e-16 1.58032e-15 1.90082e-15 6.15831e-15 6.70132e-15 3.45363e-15 2.85412e-15 -5.17781e-15 -5.25327e-15 -1.38429e-15 -4.95308e-16 1.06495e-14 1.11171e-14 -4.93898e-15 -8.92642e-15 -8.26936e-15 -8.58686e-15 -1.08036e-14 -9.76851e-15 -1.34446e-14 -1.41784e-14 -1.20773e-14 -1.33046e-14 -6.16932e-15 -6.11774e-15 3.21243e-17 -3.10807e-16 3.39006e-15 3.75476e-15 3.00756e-15 2.32123e-15 -7.63131e-17 2.24209e-16 -1.26859e-15 -8.05752e-16 -1.67821e-15 -1.10691e-15 -1.74544e-15 -8.8824e-16 -1.38491e-15 -1.23419e-15 3.98024e-16 4.97562e-16 3.51698e-15 3.77556e-15 2.52154e-15 2.2819e-15 -2.17871e-15 -2.34149e-15 -3.8076e-16 -1.36996e-17 6.42939e-15 6.69406e-15 -3.0507e-15 -7.61297e-15 -9.6613e-15 -1.05081e-14 -1.46374e-14 -1.38007e-14 -1.80368e-14 -1.83177e-14 -1.81224e-14 -1.82137e-14 -1.2482e-14 -1.20151e-14 -6.10454e-15 -6.26534e-15 -2.91973e-15 -2.95641e-15 -2.35927e-15 -3.02256e-15 -3.63318e-15 -3.54657e-15 -3.99587e-15 -3.5287e-15 -4.01229e-15 -3.68551e-15 -4.27653e-15 -3.60184e-15 -3.72545e-15 -3.50934e-15 -2.12056e-15 -1.93441e-15 3.69107e-16 5.87591e-16 5.3928e-16 4.31512e-16 -1.59625e-15 -1.68816e-15 -5.36753e-16 -1.76285e-16 3.17472e-15 3.35512e-15 -2.24775e-15 -3.48327e-15 -4.86485e-15 -5.08547e-15 -9.18117e-15 -8.64065e-15 -1.30514e-14 -1.34009e-14 -1.44095e-14 -1.42562e-14 -1.05559e-14 -1.0016e-14 -5.7162e-15 -5.72618e-15 -3.41805e-15 -3.55423e-15 -2.92445e-15 -3.36968e-15 -3.31738e-15 -3.41661e-15 -3.3642e-15 -3.1732e-15 -3.48232e-15 -3.50158e-15 -4.05634e-15 -3.62179e-15 -3.77802e-15 -3.62695e-15 -2.70026e-15 -2.51642e-15 -8.6476e-16 -6.57837e-16 -1.65406e-16 -1.85954e-16 -8.92763e-16 -9.34173e-16 -3.40891e-16 -5.93265e-17 1.43963e-15 1.59291e-15 -1.20104e-15 7.49651e-16 -1.20769e-15 -2.35484e-15 -6.85924e-15 -7.34968e-15 -1.19478e-14 -1.26425e-14 -1.44855e-14 -1.41688e-14 -1.22782e-14 -1.14185e-14 -8.59175e-15 -8.19621e-15 -6.34011e-15 -6.14653e-15 -5.29302e-15 -5.29566e-15 -4.79195e-15 -4.68278e-15 -4.28294e-15 -4.10242e-15 -4.1648e-15 -4.17862e-15 -4.50547e-15 -4.3213e-15 -4.28049e-15 -4.1607e-15 -3.40281e-15 -3.14099e-15 -1.84478e-15 -1.55399e-15 -8.12088e-16 -7.39413e-16 -7.18653e-16 -6.97668e-16 -2.63508e-16 -1.0085e-16 5.03542e-16 5.07248e-16 -9.11201e-16 6.38125e-15 5.57962e-15 4.70054e-15 1.02239e-15 9.95785e-17 -4.04141e-15 -5.15562e-15 -7.56855e-15 -7.70947e-15 -7.4647e-15 -7.02828e-15 -5.81495e-15 -5.47108e-15 -4.58613e-15 -4.38335e-15 -3.85759e-15 -3.82251e-15 -3.35591e-15 -3.27584e-15 -2.95102e-15 -2.90915e-15 -2.98996e-15 -3.12743e-15 -3.41109e-15 -3.36532e-15 -3.41773e-15 -3.34147e-15 -2.87407e-15 -2.64696e-15 -1.73638e-15 -1.44603e-15 -7.52447e-16 -6.14083e-16 -3.54479e-16 -2.78987e-16 1.21503e-18 1.34728e-16 3.42111e-16 3.53345e-16 -2.83106e-16 9.85867e-15 9.30466e-15 8.07986e-15 4.74975e-15 3.24492e-15 -5.76059e-16 -2.08995e-15 -4.72007e-15 -5.25846e-15 -5.95068e-15 -5.83194e-15 -5.56335e-15 -5.29436e-15 -4.91082e-15 -4.69038e-15 -4.34582e-15 -4.18814e-15 -3.80033e-15 -3.63565e-15 -3.35281e-15 -3.28015e-15 -3.29996e-15 -3.37372e-15 -3.53137e-15 -3.51012e-15 -3.50225e-15 -3.40173e-15 -3.03373e-15 -2.77482e-15 -2.07403e-15 -1.73908e-15 -1.10973e-15 -8.86734e-16 -5.28771e-16 -3.8731e-16 -1.49857e-16 -3.2971e-17 3.72508e-17 5.4447e-17 -2.56095e-16 1.28533e-14 1.21492e-14 1.03396e-14 7.06681e-15 4.93864e-15 1.3016e-15 -6.81983e-16 -3.44162e-15 -4.49116e-15 -5.79032e-15 -6.11425e-15 -6.50449e-15 -6.44674e-15 -6.43703e-15 -6.26689e-15 -6.11404e-15 -5.89997e-15 -5.59106e-15 -5.33231e-15 -5.0418e-15 -4.86511e-15 -4.74118e-15 -4.66652e-15 -4.63428e-15 -4.51862e-15 -4.37547e-15 -4.17681e-15 -3.80915e-15 -3.48061e-15 -2.88458e-15 -2.49457e-15 -1.92138e-15 -1.62503e-15 -1.23828e-15 -1.04209e-15 -8.13773e-16 -6.99423e-16 -6.59804e-16 -6.22254e-16 -7.99136e-16 1.45521e-14 1.53123e-14 1.45614e-14 1.26719e-14 1.11773e-14 8.62873e-15 6.96633e-15 4.70391e-15 3.55825e-15 2.16162e-15 1.49818e-15 7.83806e-16 4.64984e-16 1.17744e-16 -3.82711e-17 -1.85913e-16 -2.53962e-16 -2.88907e-16 -3.3129e-16 -3.74818e-16 -4.74208e-16 -6.18287e-16 -7.81213e-16 -9.57424e-16 -1.06402e-15 -1.14296e-15 -1.1384e-15 -1.02676e-15 -8.76466e-16 -5.77124e-16 -3.42887e-16 -1.92072e-17 1.74379e-16 3.87999e-16 4.99707e-16 5.7414e-16 6.00888e-16 5.24574e-16 4.84255e-16 3.20746e-16 1.45673e-14 1.55577e-14 1.49666e-14 1.35792e-14 1.22674e-14 1.0331e-14 8.82627e-15 6.97917e-15 5.79362e-15 4.4754e-15 3.69128e-15 2.86027e-15 2.39816e-15 1.9371e-15 1.66132e-15 1.39227e-15 1.22231e-15 1.06937e-15 9.40648e-16 8.03893e-16 6.50872e-16 4.70979e-16 2.90759e-16 1.09639e-16 -2.1476e-17 -1.19968e-16 -1.48912e-16 -1.07698e-16 -1.57635e-17 1.56934e-16 3.18076e-16 5.15053e-16 6.51742e-16 7.69229e-16 8.27778e-16 8.24619e-16 7.88276e-16 6.58766e-16 5.62381e-16 3.64494e-16 1.26543e-14 1.24092e-14 1.08175e-14 8.74077e-15 6.68895e-15 4.43385e-15 2.54012e-15 6.60472e-16 -7.33197e-16 -1.98586e-15 -2.87019e-15 -3.63219e-15 -4.08591e-15 -4.46714e-15 -4.63167e-15 -4.74325e-15 -4.70982e-15 -4.65544e-15 -4.53403e-15 -4.42678e-15 -4.28424e-15 -4.17793e-15 -4.03544e-15 -3.91444e-15 -3.73682e-15 -3.56343e-15 -3.33515e-15 -3.08634e-15 -2.79619e-15 -2.48443e-15 -2.17769e-15 -1.88411e-15 -1.63608e-15 -1.44106e-15 -1.30393e-15 -1.25336e-15 -1.25189e-15 -1.34987e-15 -1.44938e-15 -1.62407e-15 1.11027e-14 1.2468e-14 1.25991e-14 1.23192e-14 1.18763e-14 1.11936e-14 1.05116e-14 9.6851e-15 9.02091e-15 8.34864e-15 7.82637e-15 7.3204e-15 6.93013e-15 6.55137e-15 6.25645e-15 5.96114e-15 5.6873e-15 5.40196e-15 5.12191e-15 4.81794e-15 4.53438e-15 4.22992e-15 3.94822e-15 3.66655e-15 3.42778e-15 3.20559e-15 3.03034e-15 2.88242e-15 2.77876e-15 2.70141e-15 2.64091e-15 2.58212e-15 2.51352e-15 2.4178e-15 2.29706e-15 2.12569e-15 1.93218e-15 1.6881e-15 1.4596e-15 1.20914e-15 8.04287e-15 8.36409e-15 7.82388e-15 7.09134e-15 6.31313e-15 5.49413e-15 4.72069e-15 3.97669e-15 3.36415e-15 2.79509e-15 2.35267e-15 1.98855e-15 1.71739e-15 1.49135e-15 1.32457e-15 1.18498e-15 1.0821e-15 9.87704e-16 9.11192e-16 8.32334e-16 7.66818e-16 6.94441e-16 6.32278e-16 5.69362e-16 5.29076e-16 4.97482e-16 4.9414e-16 5.06563e-16 5.38097e-16 5.71137e-16 6.04039e-16 6.19803e-16 6.18789e-16 5.84312e-16 5.15886e-16 3.89257e-16 2.28061e-16 1.73258e-17 -2.05354e-16 -4.50958e-16 5.04938e-15 5.50526e-15 5.43033e-15 5.2437e-15 5.01143e-15 4.74742e-15 4.48813e-15 4.23993e-15 4.03046e-15 3.85359e-15 3.72263e-15 3.62186e-15 3.54837e-15 3.48475e-15 3.42919e-15 3.37007e-15 3.30437e-15 3.22669e-15 3.13718e-15 3.03327e-15 2.92038e-15 2.79774e-15 2.67462e-15 2.55113e-15 2.43705e-15 2.33009e-15 2.2372e-15 2.15223e-15 2.07792e-15 2.00478e-15 1.93087e-15 1.84489e-15 1.74401e-15 1.61519e-15 1.45788e-15 1.2576e-15 1.02703e-15 7.65722e-16 4.96877e-16 2.30078e-16 2.31857e-15 2.53433e-15 2.52515e-15 2.4884e-15 2.45078e-15 2.42026e-15 2.40669e-15 2.4129e-15 2.4434e-15 2.49624e-15 2.56722e-15 2.65041e-15 2.73424e-15 2.81305e-15 2.87853e-15 2.92748e-15 2.95453e-15 2.95942e-15 2.94137e-15 2.90309e-15 2.8468e-15 2.77631e-15 2.6959e-15 2.60952e-15 2.52151e-15 2.43307e-15 2.34761e-15 2.26192e-15 2.17627e-15 2.08631e-15 1.98922e-15 1.87862e-15 1.75148e-15 1.59941e-15 1.41877e-15 1.2019e-15 9.56515e-16 6.88957e-16 4.11008e-16 1.44935e-16 -1.15627e-16 2.96059e-16 7.6802e-16 1.10794e-15 1.43167e-15 1.81298e-15 2.21627e-15 2.61437e-15 3.00236e-15 3.38533e-15 3.74874e-15 4.07834e-15 4.36001e-15 4.602e-15 4.79919e-15 4.94744e-15 5.04379e-15 5.09293e-15 5.09804e-15 5.05885e-15 4.97765e-15 4.87666e-15 4.75706e-15 4.62284e-15 4.4773e-15 4.323e-15 4.16236e-15 3.9965e-15 3.82523e-15 3.64799e-15 3.46369e-15 3.26961e-15 3.06329e-15 2.83977e-15 2.5951e-15 2.3262e-15 2.0396e-15 1.7442e-15 1.44832e-15 1.1799e-15 -2.19039e-15 -2.47071e-15 -2.47573e-15 -2.38631e-15 -2.22766e-15 -2.0115e-15 -1.74591e-15 -1.44097e-15 -1.10524e-15 -7.47868e-16 -3.90021e-16 -3.78907e-17 3.2007e-16 6.39729e-16 9.18234e-16 1.16436e-15 1.36849e-15 1.53071e-15 1.6691e-15 1.77902e-15 1.85953e-15 1.91379e-15 1.94492e-15 1.95596e-15 1.94948e-15 1.92784e-15 1.89181e-15 1.84225e-15 1.77904e-15 1.70121e-15 1.60761e-15 1.49725e-15 1.36806e-15 1.21608e-15 1.0372e-15 8.31536e-16 6.04387e-16 3.62393e-16 1.08136e-16 -1.30948e-16 -3.81956e-15 -4.67186e-15 -5.06789e-15 -5.22961e-15 -5.2808e-15 -5.249e-15 -5.13751e-15 -4.92686e-15 -4.61595e-15 -4.30719e-15 -3.99325e-15 -3.67686e-15 -3.36246e-15 -3.03364e-15 -2.68979e-15 -2.34853e-15 -2.02871e-15 -1.73776e-15 -1.47727e-15 -1.2454e-15 -1.03684e-15 -8.54886e-16 -7.00123e-16 -5.69745e-16 -4.61583e-16 -3.73873e-16 -3.06351e-16 -2.58078e-16 -2.29841e-16 -2.2154e-16 -2.33848e-16 -2.67917e-16 -3.26118e-16 -4.1208e-16 -5.29315e-16 -6.77442e-16 -8.52369e-16 -1.04667e-15 -1.25833e-15 -1.46304e-15 -4.42654e-15 -4.78299e-15 -4.6297e-15 -4.3485e-15 -3.99311e-15 -3.58488e-15 -3.13744e-15 -2.66297e-15 -2.17439e-15 -1.68946e-15 -1.18368e-15 -6.88944e-16 -2.33023e-16 1.92722e-16 5.90961e-16 9.5101e-16 1.26521e-15 1.53138e-15 1.75586e-15 1.94018e-15 2.08639e-15 2.19414e-15 2.26601e-15 2.30702e-15 2.32027e-15 2.30838e-15 2.27426e-15 2.21958e-15 2.14636e-15 2.05717e-15 1.95268e-15 1.83307e-15 1.69741e-15 1.54388e-15 1.37009e-15 1.17946e-15 9.76698e-16 7.70404e-16 5.61288e-16 3.68867e-16 -5.00003e-15 -5.88688e-15 -6.1968e-15 -6.31679e-15 -6.32699e-15 -6.2551e-15 -6.10955e-15 -5.8398e-15 -5.52321e-15 -5.20615e-15 -4.88435e-15 -4.55937e-15 -4.22029e-15 -3.86071e-15 -3.49237e-15 -3.12896e-15 -2.78365e-15 -2.46423e-15 -2.17166e-15 -1.90504e-15 -1.66621e-15 -1.45426e-15 -1.26814e-15 -1.10776e-15 -9.72594e-16 -8.6085e-16 -7.71415e-16 -7.03492e-16 -6.56341e-16 -6.29079e-16 -6.21498e-16 -6.33626e-16 -6.67857e-16 -7.25573e-16 -8.08644e-16 -9.14939e-16 -1.03942e-15 -1.17654e-15 -1.32816e-15 -1.47863e-15 -4.60727e-15 -4.61253e-15 -4.1009e-15 -3.47325e-15 -2.79727e-15 -2.12191e-15 -1.43236e-15 -7.36789e-16 -5.32967e-17 6.01286e-16 1.22108e-15 1.80811e-15 2.35242e-15 2.84724e-15 3.28997e-15 3.65457e-15 3.95358e-15 4.20523e-15 4.4109e-15 4.57002e-15 4.68304e-15 4.74955e-15 4.77516e-15 4.7641e-15 4.72153e-15 4.65111e-15 4.55668e-15 4.44203e-15 4.31083e-15 4.16633e-15 4.0116e-15 3.84823e-15 3.67668e-15 3.49752e-15 3.31107e-15 3.12119e-15 2.93533e-15 2.7593e-15 2.59224e-15 2.44768e-15 -4.58935e-15 -5.44881e-15 -5.81442e-15 -6.02587e-15 -6.06761e-15 -6.03455e-15 -5.982e-15 -5.89328e-15 -5.76367e-15 -5.59562e-15 -5.39323e-15 -5.15706e-15 -4.89556e-15 -4.61824e-15 -4.33156e-15 -4.03952e-15 -3.75257e-15 -3.4795e-15 -3.2231e-15 -2.98406e-15 -2.76314e-15 -2.5601e-15 -2.37521e-15 -2.20877e-15 -2.06053e-15 -1.93066e-15 -1.81896e-15 -1.7249e-15 -1.64818e-15 -1.58811e-15 -1.54473e-15 -1.51871e-15 -1.51177e-15 -1.52537e-15 -1.55938e-15 -1.61058e-15 -1.67508e-15 -1.75005e-15 -1.83995e-15 -1.93509e-15 -3.76765e-15 -3.94832e-15 -3.71711e-15 -3.39559e-15 -3.03316e-15 -2.64584e-15 -2.24157e-15 -1.82177e-15 -1.39531e-15 -9.69973e-16 -5.53197e-16 -1.51299e-16 2.3074e-16 5.88207e-16 9.16593e-16 1.21361e-15 1.47773e-15 1.68839e-15 1.87377e-15 2.03056e-15 2.15783e-15 2.25611e-15 2.32668e-15 2.37165e-15 2.39271e-15 2.39271e-15 2.37333e-15 2.33107e-15 2.27807e-15 2.21501e-15 2.1435e-15 2.06405e-15 1.97708e-15 1.88204e-15 1.7813e-15 1.67858e-15 1.57804e-15 1.4796e-15 1.38394e-15 1.29811e-15 -3.16908e-15 -3.70215e-15 -3.90423e-15 -4.02615e-15 -4.1098e-15 -4.08297e-15 -4.01693e-15 -3.92955e-15 -3.82065e-15 -3.69223e-15 -3.54717e-15 -3.38802e-15 -3.22053e-15 -3.04716e-15 -2.86962e-15 -2.6911e-15 -2.51437e-15 -2.34195e-15 -2.17539e-15 -2.01714e-15 -1.86819e-15 -1.72977e-15 -1.60327e-15 -1.48849e-15 -1.38654e-15 -1.29707e-15 -1.2201e-15 -1.155e-15 -1.10084e-15 -1.05688e-15 -1.02403e-15 -1.00333e-15 -9.96071e-16 -1.00291e-15 -1.02221e-15 -1.05104e-15 -1.08616e-15 -1.12595e-15 -1.17642e-15 -1.23183e-15 -2.31355e-15 -2.53837e-15 -2.51578e-15 -2.43569e-15 -2.32279e-15 -2.18776e-15 -2.03594e-15 -1.87033e-15 -1.69402e-15 -1.51085e-15 -1.32427e-15 -1.1374e-15 -9.53155e-16 -7.74831e-16 -6.04723e-16 -4.44871e-16 -2.96564e-16 -1.60983e-16 -3.8901e-17 6.90699e-17 1.6289e-16 2.42784e-16 3.08712e-16 3.61645e-16 4.02258e-16 4.31503e-16 4.5054e-16 4.60323e-16 4.62587e-16 4.57863e-16 4.46668e-16 4.28404e-16 4.02685e-16 3.69816e-16 3.31311e-16 2.90678e-16 2.4975e-16 2.08924e-16 1.63722e-16 1.1827e-16 -1.42936e-15 -1.33647e-15 -1.08336e-15 -7.99841e-16 -4.99095e-16 -1.95834e-16 8.68133e-17 3.62886e-16 6.31658e-16 8.90178e-16 1.13577e-15 1.36564e-15 1.57768e-15 1.76875e-15 1.92799e-15 2.06425e-15 2.18135e-15 2.27952e-15 2.35857e-15 2.41889e-15 2.46154e-15 2.48742e-15 2.49746e-15 2.49333e-15 2.4767e-15 2.44931e-15 2.41293e-15 2.3694e-15 2.32052e-15 2.26805e-15 2.20586e-15 2.13025e-15 2.05774e-15 1.98739e-15 1.92117e-15 1.8597e-15 1.80515e-15 1.75823e-15 1.71469e-15 1.67693e-15 -8.84718e-16 -1.24208e-15 -1.51907e-15 -1.77951e-15 -2.03488e-15 -2.22318e-15 -2.35457e-15 -2.47036e-15 -2.56897e-15 -2.65053e-15 -2.71542e-15 -2.7645e-15 -2.79988e-15 -2.80938e-15 -2.73898e-15 -2.67562e-15 -2.6177e-15 -2.55976e-15 -2.50396e-15 -2.44759e-15 -2.39325e-15 -2.33902e-15 -2.28737e-15 -2.23721e-15 -2.1901e-15 -2.14542e-15 -2.10438e-15 -2.06597e-15 -2.03103e-15 -1.99978e-15 -1.97141e-15 -1.9454e-15 -1.92465e-15 -1.91049e-15 -1.90138e-15 -1.89739e-15 -1.89755e-15 -1.90418e-15 -1.92084e-15 -1.94578e-15 -1.37525e-16 -1.35412e-16 -1.18731e-16 -9.73765e-17 -7.22766e-17 -4.58732e-17 -1.63516e-17 1.35919e-17 4.64036e-17 7.86852e-17 1.12175e-16 1.43202e-16 1.68883e-16 1.89609e-16 2.09182e-16 2.2516e-16 2.39598e-16 2.50785e-16 2.60058e-16 2.65835e-16 2.69147e-16 2.69108e-16 2.66065e-16 2.58704e-16 2.37991e-16 2.14756e-16 1.89456e-16 1.68134e-16 1.4596e-16 1.26484e-16 1.05665e-16 8.71053e-17 6.692e-17 4.9603e-17 3.13461e-17 1.64463e-17 -1.17388e-19 -1.63014e-17 -4.49119e-17 -7.42683e-17 3.40472e-16 3.03787e-16 2.37568e-16 1.69668e-16 9.81563e-17 2.71492e-17 -4.36345e-17 -1.10896e-16 -1.76033e-16 -2.35514e-16 -2.92252e-16 -3.42662e-16 -3.90054e-16 -4.31143e-16 -4.69545e-16 -5.01507e-16 -5.30652e-16 -5.54357e-16 -5.75471e-16 -5.91489e-16 -6.06028e-16 -6.16531e-16 -6.2581e-16 -6.31742e-16 -6.37395e-16 -6.4052e-16 -6.4367e-16 -6.45805e-16 -6.50075e-16 -6.24257e-16 -6.0513e-16 -5.95596e-16 -5.93413e-16 -5.9287e-16 -5.91881e-16 -5.92849e-16 -5.98076e-16 -6.1361e-16 -6.51831e-16 -6.83241e-16 8.0344e-16 9.16323e-16 9.64398e-16 1.0035e-15 1.03333e-15 1.05685e-15 1.07484e-15 1.08884e-15 1.09868e-15 1.10528e-15 1.10796e-15 1.1074e-15 1.10259e-15 1.09371e-15 1.08101e-15 1.06453e-15 1.04445e-15 1.02112e-15 9.9502e-16 9.66179e-16 9.35112e-16 9.0187e-16 8.67476e-16 8.31594e-16 7.96652e-16 7.60248e-16 7.23232e-16 6.85064e-16 6.46286e-16 6.06228e-16 5.66492e-16 5.28675e-16 4.95907e-16 4.70397e-16 4.54724e-16 4.42595e-16 4.28735e-16 3.9848e-16 3.42446e-16 3.08907e-16 1.1053e-15 1.31695e-15 1.43105e-15 1.53082e-15 1.61708e-15 1.69317e-15 1.76045e-15 1.81944e-15 1.86998e-15 1.91368e-15 1.94907e-15 1.97546e-15 1.99384e-15 2.00302e-15 2.0046e-15 1.99719e-15 1.98291e-15 1.96056e-15 1.93286e-15 1.89815e-15 1.85962e-15 1.81553e-15 1.76947e-15 1.71936e-15 1.6686e-15 1.61418e-15 1.5569e-15 1.4856e-15 1.41907e-15 1.35253e-15 1.29214e-15 1.23416e-15 1.1865e-15 1.1462e-15 1.12005e-15 1.09696e-15 1.07487e-15 9.96161e-16 9.26944e-16 8.96603e-16 1.23668e-15 1.31671e-15 1.27478e-15 1.21305e-15 1.13551e-15 1.04817e-15 9.54868e-16 8.58047e-16 7.59601e-16 6.61145e-16 5.63978e-16 4.69054e-16 3.76367e-16 2.87661e-16 2.01886e-16 1.21385e-16 4.4219e-17 -2.68222e-17 -9.42865e-17 -1.55381e-16 -2.13075e-16 -2.64004e-16 -3.11515e-16 -3.52606e-16 -3.9111e-16 -4.23991e-16 -4.5627e-16 -4.84848e-16 -5.15482e-16 -5.22248e-16 -5.25668e-16 -5.32218e-16 -5.4831e-16 -5.61782e-16 -5.72161e-16 -5.83372e-16 -5.95824e-16 -6.2889e-16 -6.69803e-16 -6.96765e-16 1.30644e-15 1.43977e-15 1.44676e-15 1.43514e-15 1.40751e-15 1.36985e-15 1.32473e-15 1.2746e-15 1.22075e-15 1.16449e-15 1.10618e-15 1.04673e-15 9.86258e-16 9.25693e-16 8.64772e-16 8.04135e-16 7.43795e-16 6.84434e-16 6.25907e-16 5.68743e-16 5.13233e-16 4.6004e-16 4.08492e-16 3.59444e-16 3.12191e-16 2.66633e-16 2.22436e-16 1.78532e-16 1.34553e-16 8.98774e-17 4.61914e-17 4.30455e-18 -3.16033e-17 -6.21068e-17 -8.32929e-17 -1.0415e-16 -1.22824e-16 -1.55334e-16 -2.05518e-16 -2.36223e-16 1.29311e-15 1.46967e-15 1.53387e-15 1.58666e-15 1.62733e-15 1.65904e-15 1.68405e-15 1.70323e-15 1.71734e-15 1.7264e-15 1.73071e-15 1.7294e-15 1.72342e-15 1.71178e-15 1.6961e-15 1.67411e-15 1.64814e-15 1.61759e-15 1.58394e-15 1.54642e-15 1.50726e-15 1.46472e-15 1.42236e-15 1.37696e-15 1.33293e-15 1.28564e-15 1.24008e-15 1.1904e-15 1.14269e-15 1.09033e-15 1.04256e-15 9.92062e-16 9.51724e-16 9.11926e-16 8.85664e-16 8.55785e-16 8.29032e-16 7.71842e-16 6.86602e-16 6.56376e-16 1.21206e-15 1.32005e-15 1.31213e-15 1.28963e-15 1.25279e-15 1.20606e-15 1.15249e-15 1.09439e-15 1.03326e-15 9.70256e-16 9.0559e-16 8.40955e-16 7.75526e-16 7.11261e-16 6.47069e-16 5.84828e-16 5.22986e-16 4.6376e-16 4.05675e-16 3.50209e-16 2.9601e-16 2.45313e-16 1.95891e-16 1.48997e-16 1.03022e-16 6.12882e-17 1.87391e-17 -2.30369e-17 -6.52053e-17 -1.06654e-16 -1.47547e-16 -1.85473e-16 -2.18727e-16 -2.37124e-16 -2.54832e-16 -2.69506e-16 -2.88935e-16 -3.31995e-16 -3.80395e-16 -4.06062e-16 1.11022e-15 1.22982e-15 1.24551e-15 1.25161e-15 1.2462e-15 1.23266e-15 1.21377e-15 1.19085e-15 1.16475e-15 1.13616e-15 1.10522e-15 1.07283e-15 1.03814e-15 1.00262e-15 9.65074e-16 9.27073e-16 8.87557e-16 8.47475e-16 8.06636e-16 7.66042e-16 7.24972e-16 6.84108e-16 6.43525e-16 6.03021e-16 5.62839e-16 5.22535e-16 4.82096e-16 4.40546e-16 3.98828e-16 3.55783e-16 3.14806e-16 2.74511e-16 2.39957e-16 2.08135e-16 1.84171e-16 1.58245e-16 1.32094e-16 8.44807e-17 3.2785e-17 2.70508e-18 9.97144e-16 1.10547e-15 1.11965e-15 1.12598e-15 1.1224e-15 1.1114e-15 1.09506e-15 1.07531e-15 1.05254e-15 1.02784e-15 1.00125e-15 9.73086e-16 9.43099e-16 9.12093e-16 8.7939e-16 8.46101e-16 8.11695e-16 7.76749e-16 7.40779e-16 7.04779e-16 6.68393e-16 6.32146e-16 5.95628e-16 5.59365e-16 5.227e-16 4.85677e-16 4.48184e-16 4.09596e-16 3.70465e-16 3.30419e-16 2.92167e-16 2.54598e-16 2.22423e-16 1.9258e-16 1.69532e-16 1.44171e-16 1.17711e-16 7.02706e-17 1.97327e-17 -1.05411e-17 8.95112e-16 9.94203e-16 1.00806e-15 1.01404e-15 1.00972e-15 9.97553e-16 9.79722e-16 9.58652e-16 9.3471e-16 9.0912e-16 8.81315e-16 8.52595e-16 8.22413e-16 7.91242e-16 7.59128e-16 7.26931e-16 6.93206e-16 6.59906e-16 6.25421e-16 5.91194e-16 5.56656e-16 5.22473e-16 4.8764e-16 4.53116e-16 4.17837e-16 3.826e-16 3.46167e-16 3.09182e-16 2.7102e-16 2.32604e-16 1.95383e-16 1.59633e-16 1.28254e-16 9.9277e-17 7.56101e-17 4.98323e-17 2.22352e-17 -2.33943e-17 -7.26956e-17 -1.03217e-16 8.15479e-16 9.0233e-16 9.12316e-16 9.21765e-16 9.26637e-16 9.29672e-16 9.29846e-16 9.28046e-16 9.24683e-16 9.20491e-16 9.14407e-16 9.07187e-16 8.9813e-16 8.87922e-16 8.75616e-16 8.62086e-16 8.46148e-16 8.29338e-16 8.10434e-16 7.91144e-16 7.70038e-16 7.48041e-16 7.2501e-16 7.01142e-16 6.76193e-16 6.49986e-16 6.22978e-16 5.94587e-16 5.65715e-16 5.36308e-16 5.08188e-16 4.81154e-16 4.58874e-16 4.377e-16 4.21545e-16 4.017e-16 3.78176e-16 3.33177e-16 2.80499e-16 2.43911e-16 8.02531e-16 8.98806e-16 9.10359e-16 9.15855e-16 9.13312e-16 9.029e-16 8.86859e-16 8.68262e-16 8.47523e-16 8.25659e-16 8.01477e-16 7.7648e-16 7.50033e-16 7.23076e-16 6.95124e-16 6.67157e-16 6.37697e-16 6.08633e-16 5.78772e-16 5.48774e-16 5.17998e-16 4.87442e-16 4.55892e-16 4.24257e-16 3.91082e-16 3.57527e-16 3.22194e-16 2.8613e-16 2.48681e-16 2.10769e-16 1.7332e-16 1.37075e-16 1.03846e-16 7.23903e-17 4.41315e-17 1.34584e-17 -2.09605e-17 -6.99046e-17 -1.2269e-16 -1.56641e-16 8.09963e-16 8.95197e-16 9.0071e-16 9.05274e-16 9.04669e-16 9.00051e-16 8.91548e-16 8.80528e-16 8.65788e-16 8.49864e-16 8.32283e-16 8.13967e-16 7.94074e-16 7.7373e-16 7.51924e-16 7.29583e-16 7.0579e-16 6.81815e-16 6.56506e-16 6.3116e-16 6.0416e-16 5.77586e-16 5.49299e-16 5.21105e-16 4.90912e-16 4.60577e-16 4.28692e-16 3.96163e-16 3.62658e-16 3.29252e-16 2.97262e-16 2.66405e-16 2.39196e-16 2.13294e-16 1.9113e-16 1.65037e-16 1.3498e-16 8.66836e-17 4.02012e-17 7.87861e-18 ) ; } side2 { type cyclic; value nonuniform List<scalar> 1660 ( -1.93939e-14 -2.56183e-14 -1.94188e-14 -2.25701e-14 -2.03751e-14 -1.79194e-14 -1.44986e-14 -1.69704e-14 -1.22226e-14 -1.18074e-15 -7.29189e-15 -1.26247e-14 -7.08646e-15 -8.80181e-15 -6.68615e-15 -3.91346e-15 -9.64929e-16 -5.23859e-15 -2.16195e-15 -2.39237e-15 3.24379e-15 8.88607e-16 3.43773e-15 3.76517e-15 3.94177e-15 6.88785e-15 8.53434e-15 5.00487e-15 7.02421e-15 1.04819e-15 1.47956e-15 -2.5697e-15 -2.29377e-15 -6.47306e-15 -7.60681e-15 -5.40311e-15 -4.59722e-15 2.24839e-16 -1.42793e-15 1.46498e-15 8.33311e-16 2.01617e-15 6.72181e-16 9.00306e-16 1.10773e-16 6.80682e-16 5.54549e-16 -1.74939e-15 -2.05328e-15 -6.2931e-15 -6.82482e-15 -3.56369e-15 -2.95569e-15 5.09088e-15 5.16575e-15 1.30869e-15 4.1896e-16 -1.07191e-14 -1.11823e-14 4.86652e-15 9.64319e-15 1.05796e-14 1.20705e-14 1.49283e-14 1.44314e-14 1.80769e-14 1.88858e-14 1.70842e-14 1.79205e-14 1.08726e-14 1.04464e-14 4.14621e-15 4.2942e-15 7.00742e-17 -3.20836e-16 -6.16711e-17 4.31248e-16 2.72202e-15 2.01645e-15 3.43786e-15 2.65236e-15 3.42175e-15 2.55919e-15 3.09846e-15 2.1756e-15 2.43961e-15 2.26729e-15 4.63766e-16 3.25927e-16 -2.79012e-15 -3.09657e-15 -1.92104e-15 -1.71499e-15 2.65058e-15 2.82555e-15 8.05031e-16 4.33756e-16 -6.03153e-15 -6.32487e-15 3.45421e-15 6.91572e-15 7.35705e-15 7.05015e-15 1.03841e-14 9.23817e-15 1.3248e-14 1.33549e-14 1.27672e-14 1.30723e-14 7.28012e-15 7.06183e-15 1.35041e-15 1.75122e-15 -1.26066e-15 -9.74045e-16 -1.0217e-15 -2.91242e-16 7.62262e-16 9.33969e-16 1.61375e-15 1.35835e-15 2.03042e-15 1.90088e-15 2.6565e-15 1.99254e-15 2.33415e-15 2.20539e-15 9.81957e-16 8.81073e-16 -1.31006e-15 -1.45447e-15 -1.3161e-15 -1.16073e-15 9.57978e-16 1.06834e-15 1.52694e-17 -3.66314e-16 -3.66647e-15 -3.8363e-15 1.74321e-15 3.69593e-15 5.58696e-15 6.21583e-15 1.06287e-14 1.02635e-14 1.48097e-14 1.51656e-14 1.60893e-14 1.59351e-14 1.22407e-14 1.16056e-14 7.35968e-15 7.32031e-15 4.78959e-15 4.87538e-15 4.16191e-15 4.49651e-15 4.40693e-15 4.41241e-15 4.29436e-15 4.00816e-15 4.25834e-15 4.17249e-15 4.68683e-15 4.16194e-15 4.26861e-15 4.08927e-15 3.09852e-15 2.89875e-15 1.20714e-15 9.79325e-16 4.53547e-16 4.62371e-16 1.13196e-15 1.16905e-15 5.46487e-16 2.6586e-16 -1.24584e-15 -1.40968e-15 1.3953e-15 -9.92744e-16 3.74496e-16 1.04869e-15 5.16178e-15 5.43823e-15 9.8297e-15 1.04879e-14 1.22938e-14 1.20373e-14 1.01998e-14 9.39239e-15 6.66232e-15 6.22977e-15 4.58081e-15 4.43213e-15 3.69356e-15 3.82643e-15 3.38003e-15 3.3704e-15 3.07711e-15 2.98058e-15 3.1499e-15 3.26184e-15 3.68093e-15 3.48321e-15 3.57114e-15 3.46295e-15 2.7868e-15 2.56467e-15 1.32522e-15 1.07148e-15 3.7534e-16 3.2721e-16 3.5118e-16 3.46476e-16 -3.64683e-17 -2.06754e-16 -7.75821e-16 -7.7799e-16 6.3491e-16 -6.35583e-15 -5.48972e-15 -4.55597e-15 -8.29529e-16 1.24675e-16 4.29581e-15 5.42287e-15 7.84891e-15 7.9879e-15 7.74006e-15 7.28663e-15 6.05893e-15 5.69241e-15 4.79252e-15 4.58674e-15 4.04547e-15 4.00355e-15 3.52994e-15 3.43634e-15 3.10238e-15 3.04688e-15 3.11893e-15 3.24205e-15 3.51692e-15 3.46185e-15 3.50424e-15 3.42295e-15 2.94709e-15 2.71567e-15 1.79882e-15 1.50451e-15 8.05801e-16 6.64774e-16 4.00013e-16 3.2258e-16 3.79027e-17 -9.61777e-17 -3.06058e-16 -3.18641e-16 3.19093e-16 -9.89665e-15 -9.43997e-15 -8.29627e-15 -5.04178e-15 -3.58121e-15 1.87863e-16 1.68325e-15 4.28657e-15 4.82847e-15 5.51674e-15 5.41659e-15 5.15179e-15 4.90848e-15 4.53242e-15 4.33114e-15 4.0003e-15 3.86332e-15 3.4925e-15 3.34815e-15 3.08332e-15 3.03056e-15 3.06799e-15 3.16097e-15 3.33631e-15 3.33057e-15 3.33807e-15 3.24943e-15 2.89601e-15 2.64566e-15 1.95616e-15 1.62861e-15 1.00857e-15 7.90823e-16 4.4172e-16 3.04435e-16 7.39315e-17 -4.08474e-17 -1.06445e-16 -1.21334e-16 1.88222e-16 -1.34584e-14 -1.42038e-14 -1.36574e-14 -1.14493e-14 -1.02079e-14 -7.22604e-15 -5.74403e-15 -3.31876e-15 -2.45682e-15 -1.20958e-15 -8.41118e-16 -4.04563e-16 -2.97631e-16 -1.16934e-16 -6.27967e-17 7.20024e-18 4.66619e-17 3.15516e-17 7.71996e-17 1.15032e-16 2.37399e-16 4.6037e-16 6.77449e-16 9.59452e-16 1.09223e-15 1.23529e-15 1.26089e-15 1.13341e-15 9.92109e-16 5.97454e-16 3.63099e-16 -4.59257e-17 -2.28066e-16 -4.78614e-16 -5.89494e-16 -7.04429e-16 -7.67838e-16 -7.30455e-16 -7.22819e-16 -5.40818e-16 -1.42704e-14 -1.43284e-14 -1.29583e-14 -1.04883e-14 -8.56331e-15 -5.68284e-15 -3.76282e-15 -1.36638e-15 -9.80992e-17 1.34466e-15 2.00425e-15 2.71863e-15 2.95826e-15 3.24534e-15 3.28896e-15 3.37871e-15 3.30623e-15 3.21983e-15 3.1067e-15 3.01648e-15 2.95127e-15 2.95911e-15 2.9549e-15 2.99055e-15 2.94671e-15 2.88374e-15 2.75302e-15 2.51532e-15 2.263e-15 1.85642e-15 1.53917e-15 1.12628e-15 8.62915e-16 5.7937e-16 4.12014e-16 2.80971e-16 2.18695e-16 2.52121e-16 2.68803e-16 4.28259e-16 -1.43235e-14 -1.46907e-14 -1.35642e-14 -1.17104e-14 -9.99129e-15 -7.7109e-15 -5.96459e-15 -3.97536e-15 -2.67448e-15 -1.30496e-15 -4.97132e-16 3.09367e-16 7.26472e-16 1.15796e-15 1.34932e-15 1.53828e-15 1.58879e-15 1.64852e-15 1.64703e-15 1.67405e-15 1.68493e-15 1.74051e-15 1.77207e-15 1.82234e-15 1.81527e-15 1.78618e-15 1.69996e-15 1.54611e-15 1.36057e-15 1.08986e-15 8.52834e-16 5.72454e-16 3.77427e-16 1.88621e-16 8.14745e-17 2.78999e-17 3.00854e-17 1.2281e-16 1.96921e-16 3.84723e-16 -1.30039e-14 -1.34268e-14 -1.24193e-14 -1.09359e-14 -9.58065e-15 -7.86849e-15 -6.35214e-15 -4.73255e-15 -3.51991e-15 -2.33836e-15 -1.5437e-15 -8.01124e-16 -3.37327e-16 8.5327e-17 3.28211e-16 5.41384e-16 6.48175e-16 7.51393e-16 8.05268e-16 8.74285e-16 9.19362e-16 9.8902e-16 1.03386e-15 1.08492e-15 1.09001e-15 1.07743e-15 1.01392e-15 9.10527e-16 7.69008e-16 5.88145e-16 4.10737e-16 2.28138e-16 8.62528e-17 -2.13213e-17 -7.874e-17 -6.69604e-17 -1.38846e-17 1.21787e-16 2.50941e-16 4.44227e-16 -1.11157e-14 -1.2515e-14 -1.26689e-14 -1.24132e-14 -1.19915e-14 -1.13266e-14 -1.06327e-14 -9.83118e-15 -9.1821e-15 -8.51953e-15 -8.0028e-15 -7.49953e-15 -7.10929e-15 -6.72795e-15 -6.42747e-15 -6.12446e-15 -5.84576e-15 -5.55507e-15 -5.27125e-15 -4.9626e-15 -4.67454e-15 -4.36446e-15 -4.07671e-15 -3.78854e-15 -3.54323e-15 -3.31434e-15 -3.13273e-15 -2.97859e-15 -2.86918e-15 -2.78628e-15 -2.7207e-15 -2.65728e-15 -2.58438e-15 -2.48402e-15 -2.36025e-15 -2.18598e-15 -1.99019e-15 -1.74413e-15 -1.51429e-15 -1.26286e-15 -8.26476e-15 -9.14627e-15 -9.13246e-15 -8.88215e-15 -8.49871e-15 -7.9803e-15 -7.47088e-15 -6.94288e-15 -6.48005e-15 -6.04573e-15 -5.69356e-15 -5.36952e-15 -5.11636e-15 -4.91405e-15 -4.72788e-15 -4.53779e-15 -4.35989e-15 -4.17305e-15 -3.98768e-15 -3.7895e-15 -3.5816e-15 -3.36475e-15 -3.16536e-15 -2.97442e-15 -2.80932e-15 -2.65693e-15 -2.52938e-15 -2.41955e-15 -2.33699e-15 -2.26681e-15 -2.2061e-15 -2.1381e-15 -2.05844e-15 -1.94874e-15 -1.81179e-15 -1.62668e-15 -1.4129e-15 -1.15905e-15 -9.07218e-16 -6.45139e-16 -5.00956e-15 -5.36026e-15 -5.18728e-15 -4.91236e-15 -4.60245e-15 -4.27172e-15 -3.95782e-15 -3.66692e-15 -3.42402e-15 -3.22164e-15 -3.07009e-15 -2.95382e-15 -2.87173e-15 -2.8091e-15 -2.75936e-15 -2.70963e-15 -2.65683e-15 -2.59506e-15 -2.52441e-15 -2.44201e-15 -2.35217e-15 -2.25435e-15 -2.1562e-15 -2.0582e-15 -1.96836e-15 -1.88519e-15 -1.81502e-15 -1.75252e-15 -1.69943e-15 -1.64686e-15 -1.59207e-15 -1.52432e-15 -1.43999e-15 -1.32677e-15 -1.18304e-15 -9.95098e-16 -7.74893e-16 -5.22916e-16 -2.60265e-16 2.80386e-18 -2.31125e-15 -2.50779e-15 -2.48073e-15 -2.42789e-15 -2.37625e-15 -2.33383e-15 -2.31052e-15 -2.30909e-15 -2.33378e-15 -2.38229e-15 -2.4497e-15 -2.53043e-15 -2.61254e-15 -2.68972e-15 -2.75505e-15 -2.80474e-15 -2.83336e-15 -2.84049e-15 -2.82543e-15 -2.79068e-15 -2.73841e-15 -2.67224e-15 -2.59636e-15 -2.51464e-15 -2.43128e-15 -2.34743e-15 -2.26638e-15 -2.18496e-15 -2.10336e-15 -2.01729e-15 -1.92385e-15 -1.81671e-15 -1.69274e-15 -1.54357e-15 -1.36555e-15 -1.151e-15 -9.0758e-16 -6.41765e-16 -3.65069e-16 -9.96549e-17 4.33065e-16 8.66742e-16 1.212e-15 1.43833e-15 1.57431e-15 1.65265e-15 1.67133e-15 1.59631e-15 1.4624e-15 1.3154e-15 1.15487e-15 9.82544e-16 8.03628e-16 6.0563e-16 4.00287e-16 2.05866e-16 3.27743e-17 -1.1865e-16 -2.46133e-16 -3.54238e-16 -4.43693e-16 -5.13376e-16 -5.6607e-16 -6.05775e-16 -6.34732e-16 -6.54196e-16 -6.64869e-16 -6.66655e-16 -6.5744e-16 -6.3483e-16 -5.96047e-16 -5.37398e-16 -4.55645e-16 -3.45407e-16 -2.0197e-16 -2.14262e-17 1.91113e-16 4.28507e-16 6.84599e-16 9.31477e-16 2.12201e-15 2.22135e-15 2.05672e-15 1.8126e-15 1.51676e-15 1.18263e-15 8.19121e-16 4.36442e-16 4.76316e-17 -3.34489e-16 -7.37052e-16 -1.12955e-15 -1.48074e-15 -1.80624e-15 -2.09974e-15 -2.35247e-15 -2.55949e-15 -2.72659e-15 -2.85141e-15 -2.93805e-15 -2.9903e-15 -3.01121e-15 -3.00275e-15 -2.97144e-15 -2.9209e-15 -2.85425e-15 -2.77285e-15 -2.67951e-15 -2.57373e-15 -2.455e-15 -2.32303e-15 -2.17678e-15 -2.01395e-15 -1.83064e-15 -1.62392e-15 -1.39275e-15 -1.1424e-15 -8.82319e-16 -6.16586e-16 -3.72329e-16 3.43463e-15 3.24961e-15 2.63573e-15 2.19032e-15 1.65579e-15 1.02865e-15 3.61688e-16 -3.05925e-16 -9.51956e-16 -1.5891e-15 -2.19905e-15 -2.75657e-15 -3.24896e-15 -3.68571e-15 -4.0671e-15 -4.38691e-15 -4.6431e-15 -4.83591e-15 -4.97036e-15 -5.05384e-15 -5.07414e-15 -5.05457e-15 -5.00703e-15 -4.9322e-15 -4.83233e-15 -4.71075e-15 -4.56996e-15 -4.41303e-15 -4.24134e-15 -4.05723e-15 -3.86183e-15 -3.65606e-15 -3.43935e-15 -3.20984e-15 -2.96511e-15 -2.7067e-15 -2.44057e-15 -2.17575e-15 -1.91597e-15 -1.68642e-15 4.48454e-15 4.99605e-15 4.98979e-15 4.84432e-15 4.61104e-15 4.30987e-15 3.95341e-15 3.55373e-15 3.12184e-15 2.66854e-15 2.21411e-15 1.76516e-15 1.31804e-15 8.8674e-16 5.12658e-16 1.75507e-16 -1.17753e-16 -3.85718e-16 -6.19936e-16 -8.18207e-16 -9.8288e-16 -1.11565e-15 -1.21897e-15 -1.2949e-15 -1.34566e-15 -1.37306e-15 -1.37912e-15 -1.3647e-15 -1.33161e-15 -1.28086e-15 -1.21292e-15 -1.12801e-15 -1.02482e-15 -9.00984e-16 -7.54821e-16 -5.88517e-16 -4.10035e-16 -2.21095e-16 -2.19413e-17 1.66123e-16 4.70172e-15 4.78019e-15 4.3493e-15 3.91337e-15 3.35483e-15 2.73947e-15 2.09451e-15 1.45578e-15 8.17793e-16 1.85256e-16 -4.17985e-16 -9.78976e-16 -1.50283e-15 -1.9843e-15 -2.4174e-15 -2.79909e-15 -3.12492e-15 -3.39339e-15 -3.60775e-15 -3.76411e-15 -3.87444e-15 -3.94176e-15 -3.97035e-15 -3.96712e-15 -3.93522e-15 -3.87772e-15 -3.79736e-15 -3.69677e-15 -3.57869e-15 -3.44608e-15 -3.30112e-15 -3.14543e-15 -2.97849e-15 -2.80042e-15 -2.6109e-15 -2.41326e-15 -2.21186e-15 -2.01578e-15 -1.82484e-15 -1.65541e-15 5.0024e-15 6.01703e-15 6.46471e-15 6.72884e-15 6.88727e-15 6.87693e-15 6.80975e-15 6.71116e-15 6.5745e-15 6.4037e-15 6.19802e-15 5.95121e-15 5.66579e-15 5.3542e-15 5.02771e-15 4.69008e-15 4.35457e-15 4.03575e-15 3.73776e-15 3.46016e-15 3.20492e-15 2.96904e-15 2.75348e-15 2.5597e-15 2.38715e-15 2.23601e-15 2.10596e-15 1.9966e-15 1.90742e-15 1.83811e-15 1.78833e-15 1.75915e-15 1.75244e-15 1.76994e-15 1.81236e-15 1.87706e-15 1.96022e-15 2.05804e-15 2.17314e-15 2.2932e-15 4.28817e-15 4.34932e-15 3.92348e-15 3.42177e-15 2.90243e-15 2.36443e-15 1.8069e-15 1.23987e-15 6.71529e-16 1.12098e-16 -4.28709e-16 -9.41959e-16 -1.4213e-15 -1.86165e-15 -2.26093e-15 -2.59581e-15 -2.87728e-15 -3.12096e-15 -3.3261e-15 -3.49144e-15 -3.61727e-15 -3.70587e-15 -3.75682e-15 -3.77195e-15 -3.75918e-15 -3.72133e-15 -3.66172e-15 -3.58396e-15 -3.49094e-15 -3.38603e-15 -3.27146e-15 -3.14873e-15 -3.01814e-15 -2.88002e-15 -2.73601e-15 -2.58944e-15 -2.44496e-15 -2.30942e-15 -2.17988e-15 -2.06681e-15 3.93006e-15 4.54139e-15 4.72917e-15 4.81226e-15 4.79954e-15 4.7239e-15 4.62543e-15 4.49482e-15 4.33439e-15 4.14822e-15 3.93979e-15 3.7135e-15 3.47619e-15 3.23457e-15 2.99417e-15 2.75837e-15 2.53018e-15 2.313e-15 2.10838e-15 1.918e-15 1.74265e-15 1.58248e-15 1.43802e-15 1.30923e-15 1.1965e-15 1.09944e-15 1.0176e-15 9.50312e-16 8.96571e-16 8.56327e-16 8.29401e-16 8.16816e-16 8.19452e-16 8.38981e-16 8.73754e-16 9.20788e-16 9.76048e-16 1.03716e-15 1.10908e-15 1.1849e-15 3.0227e-15 3.1291e-15 2.90682e-15 2.61161e-15 2.27931e-15 1.93922e-15 1.59602e-15 1.24283e-15 8.85687e-16 5.31014e-16 1.84187e-16 -1.50255e-16 -4.55693e-16 -7.38293e-16 -1.00022e-15 -1.23924e-15 -1.45291e-15 -1.63989e-15 -1.7996e-15 -1.93187e-15 -2.03727e-15 -2.11729e-15 -2.17332e-15 -2.20784e-15 -2.22242e-15 -2.21963e-15 -2.20171e-15 -2.17154e-15 -2.12567e-15 -2.06571e-15 -2.00195e-15 -1.93347e-15 -1.85977e-15 -1.78096e-15 -1.69927e-15 -1.61805e-15 -1.53968e-15 -1.46546e-15 -1.39343e-15 -1.32923e-15 2.32146e-15 2.57007e-15 2.57106e-15 2.51397e-15 2.42323e-15 2.30936e-15 2.17727e-15 2.02995e-15 1.87041e-15 1.70251e-15 1.52945e-15 1.35436e-15 1.18009e-15 1.00999e-15 8.46288e-16 6.91112e-16 5.45816e-16 4.11667e-16 2.89536e-16 1.80239e-16 8.38734e-17 3.92941e-19 -6.99853e-17 -1.28156e-16 -1.74556e-16 -2.10005e-16 -2.35586e-16 -2.52046e-16 -2.61022e-16 -2.62953e-16 -2.58191e-16 -2.46098e-16 -2.26286e-16 -1.98874e-16 -1.65517e-16 -1.29521e-16 -9.28521e-17 -5.55514e-17 -1.2947e-17 3.12044e-17 1.593e-15 1.99595e-15 2.23998e-15 2.44802e-15 2.63495e-15 2.8112e-15 2.88242e-15 2.93513e-15 2.96807e-15 2.98236e-15 2.97962e-15 2.9618e-15 2.93082e-15 2.88995e-15 2.78859e-15 2.67794e-15 2.57157e-15 2.46788e-15 2.3674e-15 2.27071e-15 2.17817e-15 2.09059e-15 2.00857e-15 1.93241e-15 1.86282e-15 1.79967e-15 1.74296e-15 1.69262e-15 1.64841e-15 1.61021e-15 1.57716e-15 1.54975e-15 1.53076e-15 1.52128e-15 1.51965e-15 1.52337e-15 1.5315e-15 1.54489e-15 1.56845e-15 1.59885e-15 7.01968e-16 4.96979e-16 2.08184e-16 -9.82822e-17 -4.08369e-16 -6.97742e-16 -9.70621e-16 -1.23199e-15 -1.48126e-15 -1.71597e-15 -1.93499e-15 -2.13543e-15 -2.31572e-15 -2.4703e-15 -2.59015e-15 -2.69029e-15 -2.77366e-15 -2.83927e-15 -2.88838e-15 -2.92023e-15 -2.9367e-15 -2.9382e-15 -2.92661e-15 -2.90269e-15 -2.86876e-15 -2.82553e-15 -2.7757e-15 -2.72061e-15 -2.6624e-15 -2.60155e-15 -2.54126e-15 -2.45742e-15 -2.37958e-15 -2.305e-15 -2.23797e-15 -2.17793e-15 -2.12824e-15 -2.08672e-15 -2.05e-15 -2.01818e-15 1.78053e-16 3.04557e-16 4.19419e-16 5.30674e-16 6.37329e-16 7.40993e-16 8.38032e-16 9.30819e-16 1.01481e-15 1.09342e-15 1.16252e-15 1.2265e-15 1.25351e-15 1.27279e-15 1.2851e-15 1.29524e-15 1.29888e-15 1.30079e-15 1.29702e-15 1.29276e-15 1.28397e-15 1.27566e-15 1.26398e-15 1.25516e-15 1.19079e-15 1.13168e-15 1.07317e-15 1.03802e-15 1.00373e-15 9.84383e-16 9.68315e-16 9.61063e-16 9.58498e-16 9.59449e-16 9.64792e-16 9.70324e-16 9.80265e-16 9.91342e-16 1.01653e-15 1.04424e-15 -3.95065e-16 -5.3674e-16 -6.51522e-16 -7.6392e-16 -8.69204e-16 -9.69476e-16 -1.0631e-15 -1.15218e-15 -1.23397e-15 -1.31046e-15 -1.37805e-15 -1.43915e-15 -1.4901e-15 -1.53312e-15 -1.56511e-15 -1.58921e-15 -1.60303e-15 -1.60892e-15 -1.60566e-15 -1.59558e-15 -1.57728e-15 -1.55311e-15 -1.52271e-15 -1.48807e-15 -1.44856e-15 -1.40625e-15 -1.3612e-15 -1.31385e-15 -1.2638e-15 -1.20773e-15 -1.15209e-15 -1.09999e-15 -1.05459e-15 -1.01594e-15 -9.8619e-16 -9.59366e-16 -9.31813e-16 -8.68239e-16 -8.10222e-16 -7.77365e-16 -8.16878e-16 -9.75532e-16 -1.07008e-15 -1.15531e-15 -1.23042e-15 -1.29772e-15 -1.35776e-15 -1.41159e-15 -1.45873e-15 -1.49957e-15 -1.53328e-15 -1.5604e-15 -1.57991e-15 -1.592e-15 -1.59689e-15 -1.59469e-15 -1.58581e-15 -1.57061e-15 -1.54999e-15 -1.52392e-15 -1.49345e-15 -1.45864e-15 -1.42097e-15 -1.3799e-15 -1.33923e-15 -1.29572e-15 -1.25096e-15 -1.20445e-15 -1.15715e-15 -1.10842e-15 -1.06017e-15 -1.01404e-15 -9.73391e-16 -9.40345e-16 -9.17708e-16 -8.98784e-16 -8.77903e-16 -8.21258e-16 -7.56751e-16 -7.24173e-16 -1.05713e-15 -1.09222e-15 -1.02321e-15 -9.37148e-16 -8.37689e-16 -7.30747e-16 -6.19141e-16 -5.06026e-16 -3.93066e-16 -2.81884e-16 -1.73704e-16 -6.97414e-17 3.00249e-17 1.24117e-16 2.12889e-16 2.95086e-16 3.7166e-16 4.40964e-16 5.04388e-16 5.60558e-16 6.11093e-16 6.54508e-16 6.929e-16 7.24459e-16 7.52239e-16 7.74885e-16 7.91391e-16 7.39035e-16 7.2093e-16 7.11085e-16 7.18277e-16 7.29533e-16 7.44326e-16 7.56646e-16 7.62403e-16 7.67757e-16 7.73729e-16 7.95282e-16 8.35127e-16 8.64478e-16 -1.26856e-15 -1.47481e-15 -1.56599e-15 -1.64053e-15 -1.7006e-15 -1.74981e-15 -1.79108e-15 -1.82431e-15 -1.85113e-15 -1.87041e-15 -1.88374e-15 -1.88931e-15 -1.88891e-15 -1.88081e-15 -1.86703e-15 -1.84606e-15 -1.82016e-15 -1.78786e-15 -1.75189e-15 -1.71028e-15 -1.66653e-15 -1.61844e-15 -1.57005e-15 -1.5183e-15 -1.46755e-15 -1.4138e-15 -1.36127e-15 -1.30499e-15 -1.2492e-15 -1.18547e-15 -1.12401e-15 -1.06284e-15 -1.01354e-15 -9.70049e-16 -9.41696e-16 -9.14552e-16 -8.89819e-16 -8.35689e-16 -7.49635e-16 -7.2057e-16 -1.30407e-15 -1.42648e-15 -1.42167e-15 -1.39773e-15 -1.35746e-15 -1.30707e-15 -1.24922e-15 -1.18661e-15 -1.12055e-15 -1.05272e-15 -9.83346e-16 -9.13673e-16 -8.43744e-16 -7.74769e-16 -7.06199e-16 -6.3914e-16 -5.73176e-16 -5.09432e-16 -4.47148e-16 -3.87479e-16 -3.29994e-16 -2.75981e-16 -2.23941e-16 -1.75478e-16 -1.2889e-16 -8.50541e-17 -4.23856e-17 -9.61448e-19 4.09098e-17 8.26018e-17 1.23832e-16 1.62402e-16 1.95695e-16 2.22265e-16 2.35719e-16 2.43633e-16 2.57874e-16 2.95939e-16 3.46445e-16 3.76377e-16 -1.28475e-15 -1.41146e-15 -1.4209e-15 -1.41584e-15 -1.3967e-15 -1.368e-15 -1.33252e-15 -1.29238e-15 -1.24855e-15 -1.20247e-15 -1.15418e-15 -1.10439e-15 -1.05319e-15 -1.00132e-15 -9.48938e-16 -8.95927e-16 -8.42569e-16 -7.89975e-16 -7.37303e-16 -6.86001e-16 -6.35173e-16 -5.8596e-16 -5.38187e-16 -4.91798e-16 -4.47051e-16 -4.03133e-16 -3.60073e-16 -3.16703e-16 -2.73419e-16 -2.28964e-16 -1.86448e-16 -1.44514e-16 -1.09009e-16 -7.78263e-17 -5.60366e-17 -3.41338e-17 -1.3395e-17 2.69587e-17 7.22421e-17 1.00411e-16 -1.21575e-15 -1.36707e-15 -1.40908e-15 -1.4412e-15 -1.46227e-15 -1.47539e-15 -1.48292e-15 -1.48577e-15 -1.48511e-15 -1.4806e-15 -1.47243e-15 -1.46076e-15 -1.44535e-15 -1.42633e-15 -1.40394e-15 -1.37803e-15 -1.34915e-15 -1.31714e-15 -1.28326e-15 -1.24637e-15 -1.20837e-15 -1.16855e-15 -1.12851e-15 -1.08771e-15 -1.04681e-15 -1.00192e-15 -9.5933e-16 -9.13434e-16 -8.6847e-16 -8.20275e-16 -7.74153e-16 -7.27449e-16 -6.88415e-16 -6.49498e-16 -6.22401e-16 -5.91936e-16 -5.64201e-16 -5.09442e-16 -4.4692e-16 -4.09243e-16 -1.11022e-15 -1.22978e-15 -1.24541e-15 -1.25145e-15 -1.24597e-15 -1.23234e-15 -1.21335e-15 -1.19038e-15 -1.1642e-15 -1.13553e-15 -1.10451e-15 -1.07204e-15 -1.03729e-15 -1.0017e-15 -9.64095e-16 -9.26041e-16 -8.86504e-16 -8.46353e-16 -8.05477e-16 -7.64852e-16 -7.23759e-16 -6.82871e-16 -6.4227e-16 -6.01748e-16 -5.61581e-16 -5.21251e-16 -4.80806e-16 -4.39256e-16 -3.97535e-16 -3.54492e-16 -3.13517e-16 -2.73225e-16 -2.38675e-16 -2.0686e-16 -1.82898e-16 -1.56984e-16 -1.30843e-16 -8.32541e-17 -3.1568e-17 -1.52561e-18 -9.96857e-16 -1.10569e-15 -1.12072e-15 -1.1281e-15 -1.12572e-15 -1.11605e-15 -1.10114e-15 -1.08289e-15 -1.06164e-15 -1.03841e-15 -1.01331e-15 -9.86574e-16 -9.57962e-16 -9.28237e-16 -8.96711e-16 -8.64538e-16 -8.31134e-16 -7.97073e-16 -7.61907e-16 -7.2656e-16 -6.90791e-16 -6.55072e-16 -6.19014e-16 -5.83105e-16 -5.46748e-16 -5.09991e-16 -4.72714e-16 -4.34283e-16 -3.95331e-16 -3.55406e-16 -3.17259e-16 -2.79762e-16 -2.47683e-16 -2.17834e-16 -1.94818e-16 -1.69425e-16 -1.42843e-16 -9.49934e-17 -4.39394e-17 -1.32916e-17 -8.94691e-16 -9.9385e-16 -1.00809e-15 -1.01454e-15 -1.0109e-15 -9.99552e-16 -9.82609e-16 -9.6249e-16 -9.39542e-16 -9.14956e-16 -8.8819e-16 -8.60428e-16 -8.31202e-16 -8.00938e-16 -7.69672e-16 -7.38272e-16 -7.05277e-16 -6.72636e-16 -6.38758e-16 -6.05064e-16 -5.71043e-16 -5.37255e-16 -5.0281e-16 -4.68624e-16 -4.33672e-16 -3.98667e-16 -3.62532e-16 -3.25778e-16 -2.87813e-16 -2.49624e-16 -2.12627e-16 -1.77007e-16 -1.4585e-16 -1.17003e-16 -9.34557e-17 -6.77612e-17 -4.01854e-17 5.73113e-18 5.54431e-17 8.60944e-17 -8.28875e-16 -9.21905e-16 -9.31015e-16 -9.34424e-16 -9.29091e-16 -9.1872e-16 -9.02998e-16 -8.8348e-16 -8.61256e-16 -8.37513e-16 -8.11664e-16 -7.84993e-16 -7.56924e-16 -7.286e-16 -6.9899e-16 -6.69385e-16 -6.38383e-16 -6.07834e-16 -5.76142e-16 -5.45348e-16 -5.13532e-16 -4.8186e-16 -4.49658e-16 -4.17496e-16 -3.84385e-16 -3.50675e-16 -3.15934e-16 -2.80351e-16 -2.43747e-16 -2.07025e-16 -1.70972e-16 -1.36422e-16 -1.06006e-16 -7.74104e-17 -5.33808e-17 -2.72566e-17 1.4322e-18 4.6707e-17 9.50802e-17 1.25598e-16 -7.86785e-16 -8.71357e-16 -8.78217e-16 -8.8412e-16 -8.85947e-16 -8.82962e-16 -8.76638e-16 -8.69418e-16 -8.61168e-16 -8.52506e-16 -8.41795e-16 -8.30234e-16 -8.16886e-16 -8.02543e-16 -7.86618e-16 -7.69929e-16 -7.51056e-16 -7.31777e-16 -7.11042e-16 -6.89508e-16 -6.6674e-16 -6.43587e-16 -6.19282e-16 -5.94584e-16 -5.68467e-16 -5.41917e-16 -5.14041e-16 -4.85621e-16 -4.56587e-16 -4.27449e-16 -3.99813e-16 -3.73804e-16 -3.51967e-16 -3.32154e-16 -3.16464e-16 -2.97851e-16 -2.74757e-16 -2.32808e-16 -1.83878e-16 -1.49522e-16 -8.11969e-16 -8.98683e-16 -9.04928e-16 -9.09787e-16 -9.09162e-16 -9.04383e-16 -8.95559e-16 -8.84128e-16 -8.68923e-16 -8.525e-16 -8.34422e-16 -8.15611e-16 -7.9524e-16 -7.74441e-16 -7.52208e-16 -7.29468e-16 -7.05302e-16 -6.8098e-16 -6.55368e-16 -6.29681e-16 -6.02371e-16 -5.75487e-16 -5.46848e-16 -5.18338e-16 -4.87736e-16 -4.56976e-16 -4.24647e-16 -3.91535e-16 -3.57373e-16 -3.23191e-16 -2.90292e-16 -2.58389e-16 -2.29947e-16 -2.02648e-16 -1.78864e-16 -1.51003e-16 -1.19021e-16 -6.8808e-17 -2.02154e-17 1.42208e-17 ) ; } procBoundary2to1 { type processor; value nonuniform List<scalar> 84 ( 3.95076e-10 9.53944e-10 1.27859e-09 1.44898e-09 1.48555e-09 1.46472e-09 1.39108e-09 1.30536e-09 1.20363e-09 1.10508e-09 -5.76168e-10 -5.58366e-10 1.07326e-09 9.93672e-10 9.13862e-10 8.36978e-10 7.62691e-10 6.9265e-10 6.26393e-10 5.64739e-10 5.07251e-10 4.54303e-10 4.05527e-10 3.61063e-10 3.20586e-10 2.84076e-10 2.51235e-10 2.21989e-10 1.9607e-10 1.73355e-10 1.53598e-10 1.36642e-10 1.22267e-10 1.10225e-10 1.00379e-10 9.23343e-11 8.6128e-11 8.10778e-11 7.76483e-11 7.44836e-11 7.32439e-11 7.09225e-11 3.95079e-10 9.53947e-10 1.2786e-09 1.44898e-09 1.48556e-09 1.46472e-09 1.39109e-09 1.30536e-09 1.20363e-09 1.10508e-09 -5.76168e-10 -5.58366e-10 1.07326e-09 9.93673e-10 9.13862e-10 8.36978e-10 7.62691e-10 6.9265e-10 6.26393e-10 5.64739e-10 5.07251e-10 4.54304e-10 4.05527e-10 3.61064e-10 3.20586e-10 2.84077e-10 2.51235e-10 2.2199e-10 1.9607e-10 1.73355e-10 1.53598e-10 1.36642e-10 1.22267e-10 1.10225e-10 1.0038e-10 9.23347e-11 8.61284e-11 8.10781e-11 7.76486e-11 7.44838e-11 7.3244e-11 7.09227e-11 ) ; } } // ************************************************************************* //
[ "39316550+lucpaoli@users.noreply.github.com" ]
39316550+lucpaoli@users.noreply.github.com
31669d3f3dbca7d17637289b28936412d59ea731
40a6a5f07a8b7c2f30b8b125a1cd7d4adc8c8009
/testList/tst_listtest.cpp
a21aac85ba385cb4ffb0229e432eb2cd3e865ff8
[]
no_license
DurianPizza/MyAddressBook
895529f84bb02aa77ed2a0203ba4de162f208b1b
c3dba0d8d8d69011938ee3e9229384aa5f3b704f
refs/heads/master
2021-08-16T23:43:46.103252
2017-11-20T13:46:45
2017-11-20T13:46:45
108,278,262
2
0
null
null
null
null
UTF-8
C++
false
false
3,078
cpp
#include <QString> #include <QtTest> #include <list> #include <fstream> #include <vector> using namespace std; struct BiNode { char data; int priority; BiNode *lchild, *rchild; }; class ListTest : public QObject { Q_OBJECT public: ListTest(); bool IsSameList(std::list<BiNode *> list1,std::list<BiNode *> list2); std::list<BiNode*> Creatlist(int probability[]); private Q_SLOTS: void testCase1(); }; std::list<BiNode *> ListTest::Creatlist(int probability[]) { list<BiNode*> Huffarray; for (int i = 0; i < 256; i++) { if (probability[i] != 0) { BiNode* aux = (BiNode*)malloc(sizeof(BiNode)); aux->priority = probability[i]; aux->data = (char)i; aux->lchild = NULL; aux->rchild = NULL; if (Huffarray.empty()) Huffarray.push_back(aux); else { list<BiNode*>::iterator it; for (it = Huffarray.begin(); it != Huffarray.end(); it++) { if ( ((*it)->priority) >= (aux->priority) ) { Huffarray.insert(it,aux); break; } } if (it==Huffarray.end()) { Huffarray.push_back(aux); } } } } return Huffarray; } bool ListTest::IsSameList(std::list<BiNode *> list1,std::list<BiNode *> list2) { if(list1.size()!=list2.size()) return false; list<BiNode *>::iterator itor1,itor2; itor1 = list1.begin(); itor2 = list2.begin(); while(itor1!=list1.end()) { if((*itor1)->data!=(*itor2)->data || (*itor1)->priority!=(*itor2)->priority || (*itor1)->lchild!=(*itor2)->lchild || (*itor1)->rchild!=(*itor2)->rchild) return false; itor1++; itor2++; } return true; } ListTest::ListTest() { } void ListTest::testCase1() { ifstream infile0("D:\\word.txt"); infile0.seekg(0, ios_base::end); int FileSize = infile0.tellg(); infile0.close(); ifstream infile("D:\\word.txt", ifstream::binary); char * array = new char[FileSize]; infile.read(array, FileSize); infile.close(); int * probability = (int *)malloc(sizeof(int)* 256); for (int i = 0; i < 256; i++) probability[i] = 0; for (int i = 0; i < FileSize;i++) probability[(unsigned char)array[i]]++; list<BiNode*> list1= Creatlist(probability); list<BiNode*> list2; BiNode node1,node2; node1.data='b';node1.priority=5;node1.lchild=node1.rchild=NULL; node2.data='a';node2.priority=23;node2.lchild=node2.rchild=NULL; list2.push_back(&node1); list2.push_back(&node2); QVERIFY2(IsSameList(list1,list2), "Failure"); } QTEST_APPLESS_MAIN(ListTest) #include "tst_listtest.moc"
[ "591845302@qq.com" ]
591845302@qq.com
012003a52296ea02332126dcc190800af5280c33
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/content/browser/preloading/prefetch/prefetch_probe_result.cc
129089afeffc6a39af28e4043144b1dcbce58c58
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C++
false
false
686
cc
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/preloading/prefetch/prefetch_probe_result.h" #include "base/notreached.h" namespace content { bool PrefetchProbeResultIsSuccess(PrefetchProbeResult result) { switch (result) { case PrefetchProbeResult::kNoProbing: case PrefetchProbeResult::kDNSProbeSuccess: case PrefetchProbeResult::kTLSProbeSuccess: return true; case PrefetchProbeResult::kTLSProbeFailure: case PrefetchProbeResult::kDNSProbeFailure: return false; } NOTREACHED(); return false; } } // namespace content
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
020f625b8387fd17433a82f0866c052f7c71859a
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14154/function14154_schedule_27/function14154_schedule_27_wrapper.cpp
c427cfb6230726e50faa08466690fb090872d606
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
924
cpp
#include "Halide.h" #include "function14154_schedule_27_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(64); Halide::Buffer<int32_t> buf0(64, 128, 64, 64); init_buffer(buf0, (int32_t)0); auto t1 = std::chrono::high_resolution_clock::now(); function14154_schedule_27(buf00.raw_buffer(), buf0.raw_buffer()); auto t2 = std::chrono::high_resolution_clock::now(); std::chrono::duration<double> diff = t2 - t1; std::ofstream exec_times_file; exec_times_file.open("../data/programs/function14154/function14154_schedule_27/exec_times.txt", std::ios_base::app); if (exec_times_file.is_open()){ exec_times_file << diff.count() * 1000000 << "us" <<std::endl; exec_times_file.close(); } return 0; }
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
8825c1a8b4eecd044123f5e972bccf5b5f96eebf
7cce0635a50e8d2db92b7b1bf4ad49fc218fb0b8
/测线源程序/测线源程序0914/测线服务程序/TestSiteManage/ThreadProcSiteDataOutput.cpp
cf5f7ec1700082a9a653f83d514e02590c026c37
[]
no_license
liquanhai/cxm-hitech-matrix428
dcebcacea58123aabcd9541704b42b3491444220
d06042a3de79379a77b0e4e276de42de3c1c6d23
refs/heads/master
2021-01-20T12:06:23.622153
2013-01-24T01:05:10
2013-01-24T01:05:10
54,619,320
2
2
null
null
null
null
GB18030
C++
false
false
13,154
cpp
// ThreadProcSiteDataOutput.cpp : 实现文件 // #include "stdafx.h" #include "TestSiteManage.h" #include "ThreadProcSiteDataOutput.h" // CThreadProcSiteDataOutput IMPLEMENT_DYNCREATE(CThreadProcSiteDataOutput, CWinThread) CThreadProcSiteDataOutput::CThreadProcSiteDataOutput() { // 是否工作状态 m_bWork = false; // 是否关闭线程 m_bClose = false; } CThreadProcSiteDataOutput::~CThreadProcSiteDataOutput() { } BOOL CThreadProcSiteDataOutput::InitInstance() { // TODO: 在此执行任意逐线程初始化 return TRUE; } int CThreadProcSiteDataOutput::ExitInstance() { // TODO: 在此执行任意逐线程清理 return CWinThread::ExitInstance(); } BEGIN_MESSAGE_MAP(CThreadProcSiteDataOutput, CWinThread) END_MESSAGE_MAP() // CThreadProcSiteDataOutput 消息处理程序 /** * 线程主函数 * @param void * @return int */ int CThreadProcSiteDataOutput::Run() { // 循环,直到关闭标志为真 while(true) { // 判断关闭标志是否为真 if(true == m_bClose) { break; } // 现场数据输出 ProcSiteDataOutput(); // 判断关闭标志是否为真 if(true == m_bClose) { break; } // 休眠1000毫秒 Wait(20); } // 现场数据输出线程线程关闭标志为真 m_pSiteData->m_bProcSiteDataOutputClose = true; // 返回 return CWinThread::Run(); } /** * 初始化线程 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::OnInit() { // 是否工作状态 m_bWork = false; // 是否关闭线程 m_bClose = false; // 打开日志文件 LogFileOpen(); // 日志文件对象是否关闭 m_bLogFileClose = false; return true; } /** * 关闭线程 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::OnClose() { // 是否关闭线程 m_bClose = true; // 日志文件对象是否关闭 m_bLogFileClose = true; // 打开日志文件 LogFileClose(); return true; } /** * 线程开始工作 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::OnWork() { // 是否工作状态 m_bWork = true; return true; } /** * 线程停止工作 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::OnStop() { // 是否工作状态 m_bWork = false; return true; } /** * 线程等待 * @param int iWaitStopCount 最多等待次数;每次50毫秒 * @return void */ void CThreadProcSiteDataOutput::Wait(int iWaitStopCount) { // 等待次数 int iWaitCount = 0; while(true) { Sleep(50); // 休眠 iWaitCount++; // 等待次数 // 判断是否可以处理的条件 if(false == JudgeProcCondition()) { return; } // 等待次数 if(iWaitStopCount <= iWaitCount) { return; } } } /** * 判断是否可以处理的条件 * @param void * @return bool true:继续处理;false:停止处理 */ bool CThreadProcSiteDataOutput::JudgeProcCondition() { // 删除仪器或路由处理线程正在运行 if(true == m_pSiteData->m_bProcDeleteRunning) { m_pSiteData->m_bProcSiteDataOutputPause = true; // 线程暂停 return false; } else { m_pSiteData->m_bProcSiteDataOutputPause = false; // 线程运行 } // 非工作状态 if(false == m_bWork) { m_pSiteData->m_bProcSiteDataOutputStop = true; // 现场数据输出线程线程停止 return false; } else { m_pSiteData->m_bProcSiteDataOutputStop = false; // 现场数据输出线程线程工作 } return true; } /** * 现场数据输出 * @param void * @return void */ void CThreadProcSiteDataOutput::ProcSiteDataOutput() { // 判断是否可以处理的条件 if(false == JudgeProcCondition()) { return; } // 输出运行信息到日志文件 OutputRunTimeDataToLogFile(); // 判断现场数据是否在规定时间内无变化 if(false == m_pSiteData->JudgeSiteDataChangedTime()) { return; } // 判断锁定删除线程失败 if(false == m_pThreadProcDelete->Lock()) { return; } // 设置现场数据输出线程正在运行标志为真 m_pSiteData->m_bProcSiteDataOutputRunning = true; // 判断等待其他线程暂停成功 if(true == WaitOtherThreadProcPause()) { // 复制数组到输出数组 CopyArrayForOutput(); // 设置现场数据输出线程正在运行标志为假 m_pSiteData->m_bProcSiteDataOutputRunning = false; // 解锁删除线程 m_pThreadProcDelete->Unlock(); // 重置上次现场数据变化时刻 m_pSiteData->ResetSiteDataChangedTime(); // 输出到数据文件 if(true == OutputToFile()) { // 数据文件保存到FTP服务器 if(true == SaveDataFileToFTPServer()) { // 向客户端发送现场数据输出更新通知命令 SendSiteOutputCmdToClient(); // 设置运行状态数据 m_pSiteData->m_oRunTimeDataList.Set(1, "CThreadProcSiteDataOutput", "ProcSiteDataOutput", ""); } else { // 设置运行状态数据 m_pSiteData->m_oRunTimeDataList.Set(2, "CThreadProcSiteDataOutput", "ProcSiteDataOutput", "SaveFileToFTPServer Fail"); } } else { // 设置运行状态数据 m_pSiteData->m_oRunTimeDataList.Set(2, "CThreadProcSiteDataOutput", "ProcSiteDataOutput", "OutputToFile Fail"); } // 处理新加检波器的初始测试 ProcSensorTestOnField(); } else // 等待其他线程暂停失败 { // 设置现场数据输出线程正在运行标志为假 m_pSiteData->m_bProcSiteDataOutputRunning = false; // 解锁删除线程 m_pThreadProcDelete->Unlock(); } } /** * 等待其他线程暂停 * @note 删除线程工作时,需要暂停的线程:首包处理线程、尾包处理线程、路由监视线程、仪器IP地址分配线程 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::WaitOtherThreadProcPause() { // 等待次数 int iWaitCount = 0; while(true) { if((true == m_pSiteData->m_bProcHeadFramePause) // 首包处理线程暂停 && (true == m_pSiteData->m_bProcTailFramePause) // 尾包处理线程暂停 && (true == m_pSiteData->m_bProcMonitorRoutPause) // 路由监视线程暂停 && (true == m_pSiteData->m_bProcIPDistributePause)) // 仪器IP地址分配线程暂停 { break; } // 等待次数 iWaitCount++; // 休眠 Sleep(50); // 等待次数 if(40 == iWaitCount) { return false; } } return true; } /** * 复制现场数据数组到输出数据数组 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::CopyArrayForOutput() { // 复制仪器数组到输出数组 m_pSiteData->m_oInstrumentList.CopyInstrumentArrayForOutput(); // 复制路由数组到输出数组 m_pSiteData->m_oRoutList.CopyRoutArrayForOutput(); // 复制测道数组到输出数组 m_pLogicData->m_oSurveySetupData.m_oChannelList.CopyChannelArrayForOutput(); return true; } /** * 输出现场数据到数据文件 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::OutputToFile() { try { CString strFileInstrument, strFileRout, strFileChannel; UINT uiFileSize; strFileInstrument = "..\\data\\FileInstrument.dat"; strFileRout = "..\\data\\FileRout.dat"; strFileChannel = "..\\data\\FileChannel.dat"; uiFileSize = sizeof(CInstrument) * m_pSiteData->m_oInstrumentList.m_uiCountAll; OutputToFile(strFileInstrument, (byte*)m_pSiteData->m_oInstrumentList.m_pArrayInstrumentOutput, uiFileSize); uiFileSize = sizeof(CRout) * m_pSiteData->m_oRoutList.m_uiCountAll; OutputToFile(strFileRout, (byte*)m_pSiteData->m_oRoutList.m_pArrayRoutOutput, uiFileSize); uiFileSize = sizeof(CChannelSetupData) * m_pLogicData->m_oSurveySetupData.m_oChannelList.m_uiCountAll; OutputToFile(strFileChannel, (byte*)m_pLogicData->m_oSurveySetupData.m_oChannelList.m_pArrayChannelOutput, uiFileSize); return true; } catch (CException* e) { return false; } } /** * 数据文件保存到FTP服务器 * @param void * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::SaveDataFileToFTPServer() { bool bReturn = false; CInternetSession oSession; BOOL bData; CFtpConnection* pConnection = oSession.GetFtpConnection(m_pSiteData->m_strIPFTPServer); bData = SaveDataFileToFTPServer(pConnection, "..\\data\\FileInstrument.dat", "\\data\\FileInstrument.dat"); if(TRUE == bData) { bData = SaveDataFileToFTPServer(pConnection, "..\\data\\FileRout.dat", "\\data\\FileRout.dat"); if(TRUE == bData) { bData = SaveDataFileToFTPServer(pConnection, "..\\data\\FileChannel.dat", "\\data\\FileChannel.dat"); if(TRUE == bData) { bReturn = true; } } } pConnection->Close(); delete pConnection; return bReturn; } /** * 数据文件保存到FTP服务器 * @param CFtpConnection* pConnection FTP链接 * @param CString strFile 源文件名 * @param CString strFile 目的文件名 * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::SaveDataFileToFTPServer(CFtpConnection* pConnection, CString strFileSource, CString strFileAim) { BOOL bData; int iCount = 0; while(true) { bData = pConnection->PutFile(strFileSource, strFileAim); if(TRUE == bData) { return true; } // 判断是否可以处理的条件 if(false == JudgeProcCondition()) { return false; } iCount++; if(4 <= iCount) { return false; } Sleep(50); } return false; } /** * 输出现场数据到数据文件 * @param CString strFileName 文件名 * @param byte* pData 数据指针 * @param UINT uiFileSize 数据长度 * @return bool true:成功;false:失败 */ bool CThreadProcSiteDataOutput::OutputToFile(CString strFileName, byte* pData, UINT uiFileSize) { CStdioFile oFile; oFile.Open(strFileName, CFile::modeCreate | CFile::modeWrite | CFile::typeBinary); oFile.Write(pData, uiFileSize); oFile.Close(); return true; } /** * 向客户端发送现场数据输出更新通知命令 * @param void * @return void */ void CThreadProcSiteDataOutput::SendSiteOutputCmdToClient() { // 判断:测试数据无变化 if(false == m_pSiteData->m_bTestDataChanged) { // 为服务器端命令帧发送网络接口准备的线程同步对象锁定 m_pSiteData->m_oCriticalSectionInterfaceCmdSend.Lock(); // 生成现场数据输出通知命令帧 m_pSocketInterfaceCmdSend->m_oFrameInterface.MakeSiteDataOutputCmdFrame(); // 发送命令帧 m_pSocketInterfaceCmdSend->SendCommandFrame(); // 为服务器端命令帧发送网络接口准备的线程同步对象解锁 m_pSiteData->m_oCriticalSectionInterfaceCmdSend.Unlock(); } // 判断:测试数据有变化 else { m_pSiteData->m_bTestDataChanged = false; } } /** * 输出重置后的现场数据 * @param void * @return void */ void CThreadProcSiteDataOutput::OutputToFileForReset() { // 复制数组到输出数组 CopyArrayForOutput(); // 输出到数据文件 if(true == OutputToFile()) { // 数据文件保存到FTP服务器 if(true == SaveDataFileToFTPServer()) { // 向客户端发送现场数据输出更新通知命令 SendSiteOutputCmdToClient(); // 设置运行状态数据 m_pSiteData->m_oRunTimeDataList.Set(1, "CThreadProcSiteDataOutput", "OutputToFileForReset", ""); return; } } // 设置运行状态数据 m_pSiteData->m_oRunTimeDataList.Set(2, "CThreadProcSiteDataOutput", "OutputToFileForReset", "Reset Fail"); } /** * 打开日志文件 * @param void * @return void */ void CThreadProcSiteDataOutput::LogFileOpen() { SYSTEMTIME oSystemTime; GetLocalTime(&oSystemTime); CString strDate; // 日期 CString strTime; // 时间 CString strFileName; // 时间 strDate.Format("%d-%d-%d", oSystemTime.wYear, oSystemTime.wMonth, oSystemTime.wDay); // 日期 strTime.Format("%d %d %d", oSystemTime.wHour, oSystemTime.wMinute, oSystemTime.wSecond); // 时间 strFileName.Format("..\\LogFileLine\\LogFileLine%s %s.xml", strDate, strTime); m_oLogFile.Open(strFileName, CFile::modeCreate | CFile::modeWrite | CFile::typeText); } /** * 关闭日志文件 * @param void * @return void */ void CThreadProcSiteDataOutput::LogFileClose() { m_oLogFile.Close(); } /** * 输出运行信息到日志文件 * @param void * @return void */ void CThreadProcSiteDataOutput::OutputRunTimeDataToLogFile() { // 日志文件对象是否关闭 if(true == m_bLogFileClose) { return; } CString strData = ""; while(true) { strData = m_pSiteData->m_oRunTimeDataList.Get(); if(strData == "") { break; } m_oLogFile.WriteString(strData); } } /** * 处理新加检波器的初始测试 * @param void * @return void */ void CThreadProcSiteDataOutput::ProcSensorTestOnField() { m_pThreadProcTestBase->ProcSensorTestOnField(); }
[ "chengxianming1981@gmail.com" ]
chengxianming1981@gmail.com
c3bd3d1f07f8df8089cab65fe8cace2615675780
e5614c36fd324f2e214ff05aaf2bf7230443e0b5
/LightOJ/1383 - Underwater Snipers.cpp
598496c80927e90413d5a8a97ff79fdbbcaa87c1
[]
no_license
njrafi/Competitive-Programming-Solutions
a9cd3ceae430e6b672c02076f80ecb94065ff6d8
86d167c355813157b0a0a8382b6f8538f29d4599
refs/heads/master
2020-07-30T22:18:46.473308
2019-10-06T18:12:36
2019-10-06T18:12:36
210,377,979
0
0
null
null
null
null
UTF-8
C++
false
false
1,695
cpp
#include <cstdio> #include <cstring> #include <string.h> #include <iostream> #include <algorithm> #include <math.h> using namespace std; typedef long long LL; const double pi = acos(-1.0); const double eqs = 1e-10; struct point { LL x, y; } a[10001], f[10001]; LL k, n, s, d; bool cmp(struct point w, struct point v) { return w.y < v.y; } bool gao(int mid) { for (int i = 0; i < n; i++) { if (mid + a[i].y > d) return false; LL t = (LL)sqrt(d * d * 1.0 - (mid + a[i].y) * (mid + a[i].y) * 1.0); f[i].x = a[i].x - t, f[i].y = a[i].x + t; } sort(f, f + n, cmp); LL ans = 0; int k = 1; for (int i = 0; i < n; i++) { ans++; if (ans > s) return false; while (f[i].y >= f[k].x) { k++; if (k >= n) break; } i = k - 1; } if (ans > s) return false; return true; } int main() { int T, cnt = 0; scanf("%d", &T); while (T--) { LL ans = 0; int flag = 0; scanf("%lld%lld%lld%lld", &k, &n, &s, &d); for (int i = 0; i < n; i++) { scanf("%lld%lld", &a[i].x, &a[i].y); a[i].y -= k; } LL l = 0, r = d; while (l <= r) { LL mid = (l + r) >> 1; if (gao(mid)) { flag = 1; ans = mid; l = mid + 1; } else r = mid - 1; } printf("Case %d: ", ++cnt); if (!flag) printf("impossible\n"); else printf("%lld\n", ans); } return 0; }
[ "njrafibd@gmail.com" ]
njrafibd@gmail.com
7b437a75adb814f08db4d53678eb9b72025a36e5
52565d9cdc66533a75cd74e06b15c436a2ea9bb5
/common/ThreadPool.h
b8492480e0ce20987c0f7cf781f4a2ed347fb212
[]
no_license
snappysystem/sdb
9169012d0ae6186e01081d23d32558a1e11eebfc
1b91cafee702401082f246e7ee2194601861317f
refs/heads/master
2021-01-25T09:53:48.701200
2014-11-16T23:58:09
2014-11-16T23:58:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,527
h
#ifndef COMMON_THREADFPOOL_H #define COMMON_THREADFPOOL_H #include <memory> #include <vector> #include <deque> #include <string> #include <mutex> #include <condition_variable> #include <functional> #include <future> namespace sdb { class ThreadPool { public: // Construct a ThreadPool object with max number of workers explicit ThreadPool(int numWorkers); ~ThreadPool(); void submit(std::function<void()>&& closure); // A typical usage is to submit a closure R(): // future<R> fut = threadPool.async([]() { return R(); }); // R ret = fut.get(); template <class Fn> auto async(Fn&& closure) -> std::future<decltype(closure())> { typedef decltype(closure()) R; auto pr = new std::promise<R>(); submit([pr, closure]() { R ret = closure(); pr->set_value(ret); delete pr; }); return pr->get_future(); } // block waiting until all tasks finish. void drain(); private: struct Worker { std::mutex mt; std::condition_variable cond; std::function<void()> cb; bool hasFunctor; ThreadPool *pool; explicit Worker(ThreadPool* p); void run(); }; int numWorkers_; std::mutex mt_; std::condition_variable cond_; std::vector<std::unique_ptr<Worker> > freed_; std::vector<std::unique_ptr<Worker> > running_; std::deque<std::function<void()>> pendings_; bool start(); // mark a worker as free state so that we can assign next task to it. void setFree(Worker* w); }; } #endif // COMMON_THREADFPOOL_H
[ "snappy.system@gmail.com" ]
snappy.system@gmail.com
c8ea00d5d92b73bb1fec6d52a11577c7f9abee0f
90b1848dd366275ebfc26ca5acd00cf82d45a080
/test/performance/client.cpp
2c45b35e1fb1606398e22e93e50c6fb22642d0cb
[ "Apache-2.0" ]
permissive
DVEfremov/CLBlast
33acd6fc4607c3b7bc2cefa4feb3cba2af3c966d
007d0c9928830189b68a4d4ef4bb3964a8791709
refs/heads/master
2021-01-12T02:21:41.988455
2017-01-13T08:05:00
2017-01-13T08:05:00
78,507,144
1
0
null
2017-01-10T07:05:09
2017-01-10T07:05:09
null
UTF-8
C++
false
false
18,181
cpp
// ================================================================================================= // This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This // project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max- // width of 100 characters per line. // // Author(s): // Cedric Nugteren <www.cedricnugteren.nl> // // This file implements the common functions for the client-test environment. // // ================================================================================================= #include "test/performance/client.hpp" #include <string> #include <vector> #include <utility> #include <algorithm> #include <chrono> namespace clblast { // ================================================================================================= // Constructor template <typename T, typename U> Client<T,U>::Client(const Routine run_routine, const Routine run_reference1, const Routine run_reference2, const std::vector<std::string> &options, const GetMetric get_flops, const GetMetric get_bytes): run_routine_(run_routine), run_reference1_(run_reference1), run_reference2_(run_reference2), options_(options), get_flops_(get_flops), get_bytes_(get_bytes) { } // ================================================================================================= // Parses all arguments available for the CLBlast client testers. Some arguments might not be // applicable, but are searched for anyway to be able to create one common argument parser. All // arguments have a default value in case they are not found. template <typename T, typename U> Arguments<U> Client<T,U>::ParseArguments(int argc, char *argv[], const size_t level, const GetMetric default_a_ld, const GetMetric default_b_ld, const GetMetric default_c_ld) { const auto command_line_args = RetrieveCommandLineArguments(argc, argv); auto args = Arguments<U>{}; auto help = std::string{"\n* Options given/available:\n"}; // These are the options which are not for every client: they are optional for (auto &o: options_) { // Data-sizes if (o == kArgM) { args.m = GetArgument(command_line_args, help, kArgM, size_t{512}); } if (o == kArgN) { args.n = GetArgument(command_line_args, help, kArgN, size_t{512}); } if (o == kArgK) { args.k = GetArgument(command_line_args, help, kArgK, size_t{512}); } if (o == kArgKU) { args.ku = GetArgument(command_line_args, help, kArgKU, size_t{128}); } if (o == kArgKL) { args.kl = GetArgument(command_line_args, help, kArgKL, size_t{128}); } // Data-layouts if (o == kArgLayout) { args.layout = GetArgument(command_line_args, help, kArgLayout, Layout::kRowMajor); } if (o == kArgATransp) { args.a_transpose = GetArgument(command_line_args, help, kArgATransp, Transpose::kNo); } if (o == kArgBTransp) { args.b_transpose = GetArgument(command_line_args, help, kArgBTransp, Transpose::kNo); } if (o == kArgSide) { args.side = GetArgument(command_line_args, help, kArgSide, Side::kLeft); } if (o == kArgTriangle) { args.triangle = GetArgument(command_line_args, help, kArgTriangle, Triangle::kUpper); } if (o == kArgDiagonal) { args.diagonal = GetArgument(command_line_args, help, kArgDiagonal, Diagonal::kUnit); } // Vector arguments if (o == kArgXInc) { args.x_inc = GetArgument(command_line_args, help, kArgXInc, size_t{1}); } if (o == kArgYInc) { args.y_inc = GetArgument(command_line_args, help, kArgYInc, size_t{1}); } if (o == kArgXOffset) { args.x_offset = GetArgument(command_line_args, help, kArgXOffset, size_t{0}); } if (o == kArgYOffset) { args.y_offset = GetArgument(command_line_args, help, kArgYOffset, size_t{0}); } // Matrix arguments if (o == kArgALeadDim) { args.a_ld = GetArgument(command_line_args, help, kArgALeadDim, default_a_ld(args)); } if (o == kArgBLeadDim) { args.b_ld = GetArgument(command_line_args, help, kArgBLeadDim, default_b_ld(args)); } if (o == kArgCLeadDim) { args.c_ld = GetArgument(command_line_args, help, kArgCLeadDim, default_c_ld(args)); } if (o == kArgAOffset) { args.a_offset = GetArgument(command_line_args, help, kArgAOffset, size_t{0}); } if (o == kArgBOffset) { args.b_offset = GetArgument(command_line_args, help, kArgBOffset, size_t{0}); } if (o == kArgCOffset) { args.c_offset = GetArgument(command_line_args, help, kArgCOffset, size_t{0}); } if (o == kArgAPOffset) { args.ap_offset= GetArgument(command_line_args, help, kArgAPOffset, size_t{0}); } // Scalar result arguments if (o == kArgDotOffset) { args.dot_offset = GetArgument(command_line_args, help, kArgDotOffset, size_t{0}); } if (o == kArgNrm2Offset) { args.nrm2_offset = GetArgument(command_line_args, help, kArgNrm2Offset, size_t{0}); } if (o == kArgAsumOffset) { args.asum_offset = GetArgument(command_line_args, help, kArgAsumOffset, size_t{0}); } if (o == kArgImaxOffset) { args.imax_offset = GetArgument(command_line_args, help, kArgImaxOffset, size_t{0}); } // Scalar values if (o == kArgAlpha) { args.alpha = GetArgument(command_line_args, help, kArgAlpha, GetScalar<U>()); } if (o == kArgBeta) { args.beta = GetArgument(command_line_args, help, kArgBeta, GetScalar<U>()); } } // These are the options common to all routines args.platform_id = GetArgument(command_line_args, help, kArgPlatform, ConvertArgument(std::getenv("CLBLAST_PLATFORM"), size_t{0})); args.device_id = GetArgument(command_line_args, help, kArgDevice, ConvertArgument(std::getenv("CLBLAST_DEVICE"), size_t{0})); args.precision = GetArgument(command_line_args, help, kArgPrecision, Precision::kSingle); #ifdef CLBLAST_REF_CLBLAS args.compare_clblas = GetArgument(command_line_args, help, kArgCompareclblas, 1); #else args.compare_clblas = 0; #endif #ifdef CLBLAST_REF_CBLAS args.compare_cblas = GetArgument(command_line_args, help, kArgComparecblas, 1); #else args.compare_cblas = 0; #endif args.step = GetArgument(command_line_args, help, kArgStepSize, size_t{1}); args.num_steps = GetArgument(command_line_args, help, kArgNumSteps, size_t{0}); args.num_runs = GetArgument(command_line_args, help, kArgNumRuns, size_t{10}); args.print_help = CheckArgument(command_line_args, help, kArgHelp); args.silent = CheckArgument(command_line_args, help, kArgQuiet); args.no_abbrv = CheckArgument(command_line_args, help, kArgNoAbbreviations); warm_up_ = CheckArgument(command_line_args, help, kArgWarmUp); // Prints the chosen (or defaulted) arguments to screen. This also serves as the help message, // which is thus always displayed (unless silence is specified). if (!args.silent) { fprintf(stdout, "%s\n", help.c_str()); } // Comparison against a non-BLAS routine is not supported if (level == 4) { // level-4 == level-X if (args.compare_clblas != 0 || args.compare_cblas != 0) { if (!args.silent) { fprintf(stdout, "* Disabling clBLAS and CPU BLAS comparisons for this non-BLAS routine\n\n"); } } args.compare_clblas = 0; args.compare_cblas = 0; } // Comparison against clBLAS or a CPU BLAS library is not supported in case of half-precision if (args.precision == Precision::kHalf) { if (args.compare_clblas != 0 || args.compare_cblas != 0) { if (!args.silent) { fprintf(stdout, "* Disabling clBLAS and CPU BLAS comparisons for half-precision\n\n"); } } args.compare_clblas = 0; args.compare_cblas = 0; } // Returns the arguments return args; } // ================================================================================================= // This is main performance tester template <typename T, typename U> void Client<T,U>::PerformanceTest(Arguments<U> &args, const SetMetric set_sizes) { // Prints the header of the output table PrintTableHeader(args); // Initializes OpenCL and the libraries auto platform = Platform(args.platform_id); auto device = Device(platform, args.device_id); auto context = Context(device); auto queue = Queue(context, device); #ifdef CLBLAST_REF_CLBLAS if (args.compare_clblas) { clblasSetup(); } #endif // Iterates over all "num_step" values jumping by "step" each time auto s = size_t{0}; while(true) { // Sets the buffer sizes (routine-specific) set_sizes(args); // Populates input host matrices with random data std::vector<T> x_source(args.x_size); std::vector<T> y_source(args.y_size); std::vector<T> a_source(args.a_size); std::vector<T> b_source(args.b_size); std::vector<T> c_source(args.c_size); std::vector<T> ap_source(args.ap_size); std::vector<T> scalar_source(args.scalar_size); PopulateVector(x_source, kSeed); PopulateVector(y_source, kSeed); PopulateVector(a_source, kSeed); PopulateVector(b_source, kSeed); PopulateVector(c_source, kSeed); PopulateVector(ap_source, kSeed); PopulateVector(scalar_source, kSeed); // Creates the matrices on the device auto x_vec = Buffer<T>(context, args.x_size); auto y_vec = Buffer<T>(context, args.y_size); auto a_mat = Buffer<T>(context, args.a_size); auto b_mat = Buffer<T>(context, args.b_size); auto c_mat = Buffer<T>(context, args.c_size); auto ap_mat = Buffer<T>(context, args.ap_size); auto scalar = Buffer<T>(context, args.scalar_size); x_vec.Write(queue, args.x_size, x_source); y_vec.Write(queue, args.y_size, y_source); a_mat.Write(queue, args.a_size, a_source); b_mat.Write(queue, args.b_size, b_source); c_mat.Write(queue, args.c_size, c_source); ap_mat.Write(queue, args.ap_size, ap_source); scalar.Write(queue, args.scalar_size, scalar_source); auto buffers = Buffers<T>{x_vec, y_vec, a_mat, b_mat, c_mat, ap_mat, scalar}; // Runs the routines and collects the timings auto timings = std::vector<std::pair<std::string, double>>(); auto ms_clblast = TimedExecution(args.num_runs, args, buffers, queue, run_routine_, "CLBlast"); timings.push_back(std::pair<std::string, double>("CLBlast", ms_clblast)); if (args.compare_clblas) { auto ms_clblas = TimedExecution(args.num_runs, args, buffers, queue, run_reference1_, "clBLAS"); timings.push_back(std::pair<std::string, double>("clBLAS", ms_clblas)); } if (args.compare_cblas) { auto ms_cblas = TimedExecution(args.num_runs, args, buffers, queue, run_reference2_, "CPU BLAS"); timings.push_back(std::pair<std::string, double>("CPU BLAS", ms_cblas)); } // Prints the performance of the tested libraries PrintTableRow(args, timings); // Makes the jump to the next step ++s; if (s >= args.num_steps) { break; } args.m += args.step; args.n += args.step; args.k += args.step; args.a_ld += args.step; args.b_ld += args.step; args.c_ld += args.step; } // Cleans-up and returns #ifdef CLBLAST_REF_CLBLAS if (args.compare_clblas) { clblasTeardown(); } #endif } // ================================================================================================= // Creates a vector of timing results, filled with execution times of the 'main computation'. The // timing is performed using the milliseconds chrono functions. The function returns the minimum // value found in the vector of timing results. The return value is in milliseconds. template <typename T, typename U> double Client<T,U>::TimedExecution(const size_t num_runs, const Arguments<U> &args, Buffers<T> &buffers, Queue &queue, Routine run_blas, const std::string &library_name) { auto status = StatusCode::kSuccess; // Do an optional warm-up to omit compilation times and initialisations from the measurements if (warm_up_) { try { status = run_blas(args, buffers, queue); } catch (...) { status = static_cast<StatusCode>(kUnknownError); } if (status != StatusCode::kSuccess) { throw std::runtime_error(library_name+" error: "+ToString(static_cast<int>(status))); } } // Start the timed part auto timings = std::vector<double>(num_runs); for (auto &timing: timings) { auto start_time = std::chrono::steady_clock::now(); // Executes the main computation try { status = run_blas(args, buffers, queue); } catch (...) { status = static_cast<StatusCode>(kUnknownError); } if (status != StatusCode::kSuccess) { throw std::runtime_error(library_name+" error: "+ToString(static_cast<int>(status))); } // Records and stores the end-time auto elapsed_time = std::chrono::steady_clock::now() - start_time; timing = std::chrono::duration<double,std::milli>(elapsed_time).count(); } return *std::min_element(timings.begin(), timings.end()); } // ================================================================================================= // Prints the header of the performance table template <typename T, typename U> void Client<T,U>::PrintTableHeader(const Arguments<U>& args) { // First line (optional) if (!args.silent) { for (auto i=size_t{0}; i<options_.size(); ++i) { fprintf(stdout, "%9s ", ""); } fprintf(stdout, " | <-- CLBlast -->"); if (args.compare_clblas) { fprintf(stdout, " | <-- clBLAS -->"); } if (args.compare_cblas) { fprintf(stdout, " | <-- CPU BLAS -->"); } fprintf(stdout, " |\n"); } // Second line for (auto &option: options_) { fprintf(stdout, "%9s;", option.c_str()); } fprintf(stdout, "%9s;%9s;%9s", "ms_1", "GFLOPS_1", "GBs_1"); if (args.compare_clblas) { fprintf(stdout, ";%9s;%9s;%9s", "ms_2", "GFLOPS_2", "GBs_2"); } if (args.compare_cblas) { fprintf(stdout, ";%9s;%9s;%9s", "ms_3", "GFLOPS_3", "GBs_3"); } fprintf(stdout, "\n"); } // Print a performance-result row template <typename T, typename U> void Client<T,U>::PrintTableRow(const Arguments<U>& args, const std::vector<std::pair<std::string, double>>& timings) { // Creates a vector of relevant variables auto integers = std::vector<size_t>{}; for (auto &o: options_) { if (o == kArgM) { integers.push_back(args.m); } else if (o == kArgN) { integers.push_back(args.n); } else if (o == kArgK) { integers.push_back(args.k); } else if (o == kArgKU) { integers.push_back(args.ku); } else if (o == kArgKL) { integers.push_back(args.kl); } else if (o == kArgLayout) { integers.push_back(static_cast<size_t>(args.layout)); } else if (o == kArgSide) { integers.push_back(static_cast<size_t>(args.side)); } else if (o == kArgTriangle) { integers.push_back(static_cast<size_t>(args.triangle)); } else if (o == kArgATransp) { integers.push_back(static_cast<size_t>(args.a_transpose)); } else if (o == kArgBTransp) { integers.push_back(static_cast<size_t>(args.b_transpose)); } else if (o == kArgDiagonal) { integers.push_back(static_cast<size_t>(args.diagonal)); } else if (o == kArgXInc) { integers.push_back(args.x_inc); } else if (o == kArgYInc) { integers.push_back(args.y_inc); } else if (o == kArgXOffset) { integers.push_back(args.x_offset); } else if (o == kArgYOffset) { integers.push_back(args.y_offset); } else if (o == kArgALeadDim) { integers.push_back(args.a_ld); } else if (o == kArgBLeadDim) { integers.push_back(args.b_ld); } else if (o == kArgCLeadDim) { integers.push_back(args.c_ld); } else if (o == kArgAOffset) { integers.push_back(args.a_offset); } else if (o == kArgBOffset) { integers.push_back(args.b_offset); } else if (o == kArgCOffset) { integers.push_back(args.c_offset); } else if (o == kArgAPOffset) { integers.push_back(args.ap_offset); } else if (o == kArgDotOffset) {integers.push_back(args.dot_offset); } else if (o == kArgNrm2Offset){integers.push_back(args.nrm2_offset); } else if (o == kArgAsumOffset){integers.push_back(args.asum_offset); } else if (o == kArgImaxOffset){integers.push_back(args.imax_offset); } } auto strings = std::vector<std::string>{}; for (auto &o: options_) { if (o == kArgAlpha) { strings.push_back(ToString(args.alpha)); } else if (o == kArgBeta) { strings.push_back(ToString(args.beta)); } } // Outputs the argument values for (auto &argument: integers) { if (!args.no_abbrv && argument >= 1024*1024 && IsMultiple(argument, 1024*1024)) { fprintf(stdout, "%8zuM;", argument/(1024*1024)); } else if (!args.no_abbrv && argument >= 1024 && IsMultiple(argument, 1024)) { fprintf(stdout, "%8zuK;", argument/1024); } else { fprintf(stdout, "%9zu;", argument); } } for (auto &argument: strings) { fprintf(stdout, "%9s;", argument.c_str()); } // Loops over all tested libraries for (const auto& timing : timings) { // Computes the GFLOPS and GB/s metrics auto flops = get_flops_(args); auto bytes = get_bytes_(args); auto gflops = (timing.second != 0.0) ? (flops*1e-6)/timing.second : 0; auto gbs = (timing.second != 0.0) ? (bytes*1e-6)/timing.second : 0; // Outputs the performance numbers if (timing.first != "CLBlast") { fprintf(stdout, ";"); } fprintf(stdout, "%9.2lf;%9.1lf;%9.1lf", timing.second, gflops, gbs); } fprintf(stdout, "\n"); } // ================================================================================================= // Compiles the templated class template class Client<half,half>; template class Client<float,float>; template class Client<double,double>; template class Client<float2,float2>; template class Client<double2,double2>; template class Client<float2,float>; template class Client<double2,double>; // ================================================================================================= } // namespace clblast
[ "web@cedricnugteren.nl" ]
web@cedricnugteren.nl
dc7a1e9df5db826fa25cf52289053d72920f46e4
4ffedcc1ee8e37865daf4f37d65bf070d161b4b8
/L1015/main.cpp
6496bab46c020a8e6dc0cbc8cf96f4a40cc30a18
[]
no_license
congmingyige/cccc_code
e8bbb62af383097e28616445776c99bb36b61835
8478ea65ee6421946164df09a6fb08a0ee02e3d4
refs/heads/master
2021-06-19T01:39:41.452364
2021-02-04T07:30:16
2021-02-04T07:30:16
173,562,237
2
0
null
null
null
null
UTF-8
C++
false
false
414
cpp
#include <cstdio> #include <cstdlib> #include <cmath> #include <cstring> #include <algorithm> using namespace std; const int maxn=1e3+10; int main() { int n,i,j,ans=0; char c; scanf("%d %c",&n,&c); ///blank is needed, since %c can read blank ///if 3:c then %d:c for (i=1;i<=(n+1)/2;i++) { for (j=1;j<=n;j++) printf("%c",c); printf("\n"); } return 0; }
[ "1249591860@qq.com" ]
1249591860@qq.com
2c3017c00738755e2facbba96aa5face0ec35552
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/Server/GameServerOck/unittest/FBasePlayer.h
253530de9dc62e683626af3d10e4e42ca3b15f29
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
952
h
#pragma once #include "GTestWrapper.h" #include "GPlayerObjectManager.h" #include "STypes.h" class MockPlayerObject; class GField; class GEntityPlayer; class GEntityActor; struct FBasePlayer { FBasePlayer() { } virtual ~FBasePlayer() { } MockPlayerObject* NewMockPlayerObject(MUID uidPlayerObject); // 플레이어 엔티티를 생성한다. uidNew가 무효할경우 새로운 UID를 발급해준다. GEntityPlayer* NewEntityPlayer( GField* pField, vec3 pos=vec3::ZERO, MUID uidNew=MUID::Invalid()); // 플레이어 엔티티를 삭제한다. void DeleteEntityPlayer(GEntityPlayer* pPlayer); // 플레이어의 상태값을 설정 void SetStatus( GEntityPlayer* pEntityPlayer, int nHP, int nEN, int nSTA ); // 해당 액터와 전투상태로 만듬 void MakeCombat( GEntityPlayer* pEntityPlayer, GEntityNPC* pOpponent ); GTestMgrWrapper<GPlayerObjectManager> m_PlayerObjectManagerWrapper; };
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
adb1b6fd634eef3a4fddb2b17e4fbf7f3cf8c9d8
5fda2cad0be39ba90248d633d58ec36e83c08299
/lzma/CPP/7zip/Compress/BranchRegister.cpp
b83c6bcbd3a8d17eb4405fcdb2cbcacd6e85cbbd
[ "MIT" ]
permissive
OlehKulykov/LzmaSDKObjC
82843b4dfaad7a4bbad8a1cdc8d36976075405eb
f029d5ca8190a605080ac82c2892ea5749d89c48
refs/heads/master
2023-08-25T16:53:44.851830
2022-11-02T07:26:50
2022-11-02T07:26:50
41,939,300
178
57
MIT
2020-08-28T07:58:13
2015-09-04T21:50:34
C++
UTF-8
C++
false
false
892
cpp
// BranchRegister.cpp #include "StdAfx.h" #include "../../../C/Bra.h" #include "../Common/RegisterCodec.h" #include "BranchMisc.h" namespace NCompress { namespace NBranch { #define CREATE_BRA(n) \ REGISTER_FILTER_CREATE(CreateBra_Decoder_ ## n, CCoder(n ## _Convert, false)) \ REGISTER_FILTER_CREATE(CreateBra_Encoder_ ## n, CCoder(n ## _Convert, true)) \ CREATE_BRA(PPC) CREATE_BRA(IA64) CREATE_BRA(ARM) CREATE_BRA(ARMT) CREATE_BRA(SPARC) #define METHOD_ITEM(n, id, name) \ REGISTER_FILTER_ITEM( \ CreateBra_Decoder_ ## n, \ CreateBra_Encoder_ ## n, \ 0x3030000 + id, name) REGISTER_CODECS_VAR { METHOD_ITEM(PPC, 0x205, "PPC"), METHOD_ITEM(IA64, 0x401, "IA64"), METHOD_ITEM(ARM, 0x501, "ARM"), METHOD_ITEM(ARMT, 0x701, "ARMT"), METHOD_ITEM(SPARC, 0x805, "SPARC") }; REGISTER_CODECS(Branch) }}
[ "nonamedemail@gmail.com" ]
nonamedemail@gmail.com
c09df415d782ed8f5ac84ddd1fda2d796c454099
b77349e25b6154dae08820d92ac01601d4e761ee
/Bar/Scrollbar/Scrollbar ActiveX/XPBtn_Scroll/_xpcmdbutton.cpp
b05e602897a6670a38e9809f5b72265012166161
[]
no_license
ShiverZm/MFC
e084c3460fe78f820ff1fec46fe1fc575c3e3538
3d05380d2e02b67269d2f0eb136a3ac3de0dbbab
refs/heads/master
2023-02-21T08:57:39.316634
2021-01-26T10:18:38
2021-01-26T10:18:38
332,725,087
0
0
null
2021-01-25T11:35:20
2021-01-25T11:29:59
null
UTF-8
C++
false
false
2,052
cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. #include "stdafx.h" #include "_xpcmdbutton.h" // Dispatch interfaces referenced by this interface #include "font.h" ///////////////////////////////////////////////////////////////////////////// // C_xpcmdbutton IMPLEMENT_DYNCREATE(C_xpcmdbutton, CWnd) ///////////////////////////////////////////////////////////////////////////// // C_xpcmdbutton properties ///////////////////////////////////////////////////////////////////////////// // C_xpcmdbutton operations BOOL C_xpcmdbutton::GetEnabled() { BOOL result; InvokeHelper(DISPID_ENABLED, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; } void C_xpcmdbutton::SetEnabled(BOOL bNewValue) { static BYTE parms[] = VTS_BOOL; InvokeHelper(DISPID_ENABLED, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, bNewValue); } long C_xpcmdbutton::GetState() { long result; InvokeHelper(0x68030000, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void C_xpcmdbutton::SetState(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x68030000, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } CString C_xpcmdbutton::GetCaption() { CString result; InvokeHelper(DISPID_CAPTION, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL); return result; } void C_xpcmdbutton::SetCaption(LPCTSTR lpszNewValue) { static BYTE parms[] = VTS_BSTR; InvokeHelper(DISPID_CAPTION, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, lpszNewValue); } COleFont C_xpcmdbutton::GetFont() { LPDISPATCH pDispatch; InvokeHelper(DISPID_FONT, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL); return COleFont(pDispatch); } void C_xpcmdbutton::SetRefFont(LPDISPATCH newValue) { static BYTE parms[] = VTS_DISPATCH; InvokeHelper(DISPID_FONT, DISPATCH_PROPERTYPUTREF, VT_EMPTY, NULL, parms, newValue); }
[ "w.z.y2006@163.com" ]
w.z.y2006@163.com
5bc23115a500e1c12e332f94420ce88848f0c73e
46197b4dda60f992455361049e0ea1d7d95466cd
/build/compiler/nds32le-elf-newlib-v3/nds32le-elf/include/c++/4.9.4/bits/regex_error.h
58dbeb1d4ef76f44dac4de1a312c142a6ba01ba1
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
EatonYao/alios_aligenie
51d45a0b70a34ae790920721ac9539c7270d2e5f
cbecbfe1fd510d3d6039b185aa080fbb7fa1b6b4
refs/heads/master
2020-07-23T04:35:20.890428
2019-09-10T03:12:52
2019-09-10T03:12:52
207,446,051
1
1
Apache-2.0
2020-03-06T22:46:56
2019-09-10T02:18:37
C
UTF-8
C++
false
false
4,590
h
// class template regex -*- C++ -*- // Copyright (C) 2010-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. /** * @file bits/regex_error.h * @brief Error and exception objects for the std regex library. * * This is an internal header file, included by other library headers. * Do not attempt to use it directly. @headername{regex} */ namespace std _GLIBCXX_VISIBILITY(default) { /** * @addtogroup regex * @{ */ namespace regex_constants { _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @name 5.3 Error Types */ //@{ enum error_type { _S_error_collate, _S_error_ctype, _S_error_escape, _S_error_backref, _S_error_brack, _S_error_paren, _S_error_brace, _S_error_badbrace, _S_error_range, _S_error_space, _S_error_badrepeat, _S_error_complexity, _S_error_stack, }; /** The expression contained an invalid collating element name. */ constexpr error_type error_collate(_S_error_collate); /** The expression contained an invalid character class name. */ constexpr error_type error_ctype(_S_error_ctype); /** * The expression contained an invalid escaped character, or a trailing * escape. */ constexpr error_type error_escape(_S_error_escape); /** The expression contained an invalid back reference. */ constexpr error_type error_backref(_S_error_backref); /** The expression contained mismatched [ and ]. */ constexpr error_type error_brack(_S_error_brack); /** The expression contained mismatched ( and ). */ constexpr error_type error_paren(_S_error_paren); /** The expression contained mismatched { and } */ constexpr error_type error_brace(_S_error_brace); /** The expression contained an invalid range in a {} expression. */ constexpr error_type error_badbrace(_S_error_badbrace); /** * The expression contained an invalid character range, * such as [b-a] in most encodings. */ constexpr error_type error_range(_S_error_range); /** * There was insufficient memory to convert the expression into a * finite state machine. */ constexpr error_type error_space(_S_error_space); /** * One of <em>*?+{</em> was not preceded by a valid regular expression. */ constexpr error_type error_badrepeat(_S_error_badrepeat); /** * The complexity of an attempted match against a regular expression * exceeded a pre-set level. */ constexpr error_type error_complexity(_S_error_complexity); /** * There was insufficient memory to determine whether the * regular expression could match the specified character sequence. */ constexpr error_type error_stack(_S_error_stack); //@} _GLIBCXX_END_NAMESPACE_VERSION } // namespace regex_constants _GLIBCXX_BEGIN_NAMESPACE_VERSION // [7.8] Class regex_error /** * @brief A regular expression exception class. * @ingroup exceptions * * The regular expression library throws objects of this class on error. */ class regex_error : public std::runtime_error { regex_constants::error_type _M_code; public: /** * @brief Constructs a regex_error object. * * @param __ecode the regex error code. */ explicit regex_error(regex_constants::error_type __ecode); virtual ~regex_error() throw(); /** * @brief Gets the regex error code. * * @returns the regex error code. */ regex_constants::error_type code() const { return _M_code; } }; //@} // group regex void __throw_regex_error(regex_constants::error_type __ecode); _GLIBCXX_END_NAMESPACE_VERSION } // namespace std
[ "1154031976@qq.com" ]
1154031976@qq.com
35b40bf060ef3c8d90695bdbd1eb8a0591ae2ae3
21a8693d5827ffe7017f07432cf8a33abce9ad32
/rosplan_planning_system/include/rosplan_planning_system/PlannerInterface/LPGPlannerInterface.h
946b79ebbeda575e2279794e1ea42fb495814ea4
[ "BSD-2-Clause" ]
permissive
KCL-Planning/ROSPlan
c0f4bd63a05857c511d4ad3708a50fee50877502
639037230073997d3ed3fea7391f1e1b3c6b1ffa
refs/heads/master
2023-06-22T08:42:48.827676
2022-09-07T14:19:41
2022-09-07T14:19:41
21,421,114
337
169
BSD-2-Clause
2023-06-13T20:37:31
2014-07-02T11:04:22
C++
UTF-8
C++
false
false
594
h
#include "PlannerInterface.h" #include <fstream> #include <sstream> #include <string> #include <ctime> #include <string> #include <streambuf> #ifndef KCL_LPG_planner_interface #define KCL_LPG_planner_interface /** * This file contains an interface to the planner. */ namespace KCL_rosplan { class LPGPlannerInterface: public PlannerInterface { private: /* runs external commands */ std::string runCommand(std::string cmd); protected: bool runPlanner(); public: LPGPlannerInterface(ros::NodeHandle& nh); virtual ~LPGPlannerInterface(); }; } // close namespace #endif
[ "rxrbxb@gmail.com" ]
rxrbxb@gmail.com
e0b9dcabd5adb6e5f8ae4b46568b9f52a641670f
c0caed81b5b3e1498cbca4c1627513c456908e38
/src/protocols/antibody/grafting/scs_multi_template.cc
855f423421abdc8a34dd542a2ac2dcc85be62e68
[]
no_license
malaifa/source
5b34ac0a4e7777265b291fc824da8837ecc3ee84
fc0af245885de0fb82e0a1144422796a6674aeae
refs/heads/master
2021-01-19T22:10:22.942155
2017-04-19T14:13:07
2017-04-19T14:13:07
88,761,668
0
2
null
null
null
null
UTF-8
C++
false
false
2,886
cc
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons. // (c) For more information, see http://www.rosettacommons.org. Questions about this can be // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu. /// @file src/protocols/antibody/grafting/scs_multi_template.hh /// @brief Structural Component Selector (SCS) implementation of Multi-template selection /// @author Sergey Lyskov #include <protocols/antibody/grafting/scs_multi_template.hh> #ifdef __ANTIBODY_GRAFTING__ #include <basic/Tracer.hh> namespace protocols { namespace antibody { namespace grafting { //static THREAD_LOCAL basic::Tracer TR("protocols.antibody.grafting"); /// @brief Select CDR's template without filtering or sorting. In general you probably need to call select(...) instead /// @throw _AE_scs_failed_ on failure SCS_ResultsOP SCS_MultiTemplate::raw_select(AntibodySequence const &A) { return source_->raw_select(A); } /// @brief Pad results vectors for each region (if possible) by adding arbitraty but compatible templates so at least n templates for each region is avalible // void SCS_MultiTemplate::pad_results(uint n, AntibodySequence const &, SCS_Results &) // { // } /// @brief Select CDR's template, filter it and sort. Try to provide at least 'n' templates if possible /// @throw _AE_scs_failed_ on failure SCS_ResultsOP SCS_MultiTemplate::select(uint n, AntibodySequence const &A) { //TR << "SCS_MultiTemplate::select regions: " << TR.bgGreen << TR.Black; for(auto & s : regions_) TR << s; TR << std::endl; SCS_ResultsOP S = source_->select(n, A); SCS_ResultsOP R = std::make_shared<SCS_Results>(); struct { string name; SCS_ResultVector SCS_Results::*region; } J[] { {"h1", &SCS_Results::h1}, {"h2", &SCS_Results::h2}, {"h3", &SCS_Results::h3}, {"l1", &SCS_Results::l1}, {"l2", &SCS_Results::l2}, {"l3", &SCS_Results::l3}, {"frh", &SCS_Results::frh}, {"frl", &SCS_Results::frl}, {"orientation", &SCS_Results::orientation}, }; for(auto &j : J) { for(uint i=0; i<n; ++i) { SCS_ResultVector &r = (*S).*j.region; SCS_ResultOP item; if( std::find(regions_.begin(), regions_.end(), j.name) != regions_.end() ) { if( r.size() > i ) item = r[i]; } else if( r.size() > 1 ) item = r[0]; (*R.*j.region).push_back(item); } } *this << "SCS_MultiTemplate( multi_template_regions = ["; for(auto & s : regions_) *this << s << ", "; *this << "] ) resutls:\n"; report(R, n); return R; } } // namespace grafting } // namespace antibody } // namespace protocols #endif // __ANTIBODY_GRAFTING__
[ "malaifa@yahoo.com" ]
malaifa@yahoo.com
3d66d28569f46c14db7ed999e80826c9ba7b65b5
75900305a3d4f715181bdfbb4e65ea0ed0433cef
/test/test_pair/test_pair.cpp
a821e341c9c099dd007eeb2417d54212866eb955
[]
no_license
aspirantll/GraphFusion
9f8e59286fb64d90ad4297ddbaeb86eb1a852554
e194979c754673db33a7f08cdc63c09c192679c3
refs/heads/master
2023-03-15T10:51:29.952239
2021-03-24T09:02:35
2021-03-24T09:02:35
308,028,511
0
0
null
null
null
null
UTF-8
C++
false
false
4,811
cpp
// // Created by liulei on 2020/6/5. // #include <string> #include <pcl/registration/transforms.h> #include <opencv2/core/eigen.hpp> #include "../../module/feature/feature2d.h" #include "../../module/inputsource/file_inputsource.h" #include "../../module/feature/feature_matcher.h" #include "../../module/core/registration/registrations.h" using namespace std; using namespace rtf; using namespace pcl; string workspace = "/media/liulei/Data/dataset/TUM/rgbd_dataset_freiburg0_living_room_traj0"; double minDepth = 0.1; double maxDepth = 4; GlobalConfig globalConfig(workspace); PnPRegistration *pnpRegistration; void registrationPnPBA(FeatureMatches *featureMatches, ConnectionCandidate *edge, cudaStream_t curStream) { stream = curStream; RANSAC2DReport pnp = pnpRegistration->registrationFunction(*featureMatches); RegReport ba; if (pnp.success) { { vector<FeatureKeypoint> kxs, kys; BARegistration baRegistration(globalConfig); if(pnp.inliers.size()<100) { FeatureMatches matches = SIFTFeatureMatcher().matchKeyPointsWithProjection(featureMatches->getFp1(), featureMatches->getFp2(), pnp.T); featureMatchesToPoints(matches, kxs, kys); ba = baRegistration.bundleAdjustment(pnp.T, matches.getCx(), matches.getCy(), kxs, kys, true); }else { featureIndexesToPoints(featureMatches->getKx(), pnp.kps1, kxs); featureIndexesToPoints(featureMatches->getKy(), pnp.kps2, kys); ba = baRegistration.bundleAdjustment(pnp.T, featureMatches->getCx(), featureMatches->getCy(), kxs, kys); } if (ba.success) { double cost = ba.avgCost(); if (!isnan(cost) && cost < globalConfig.maxAvgCost) { edge->setKxs(kxs); edge->setKys(kys); edge->setTransform(ba.T); edge->setCost(cost); } } } } cout << "-------------------" << featureMatches->getFIndexX() << "-" << featureMatches->getFIndexY() << "-global-pnp+ba---------------------------------" << endl; pnp.printReport(); ba.printReport(); } void registrationPairEdge(FeatureMatches featureMatches, ConnectionCandidate *edge, cudaStream_t curStream, bool near) { stream = curStream; clock_t start = clock(); registrationPnPBA(&featureMatches, edge, curStream); cout << "time:" << double(clock()-start)/CLOCKS_PER_SEC << endl; } int refIndex = 1140; int curIndex = 1142; int main() { globalConfig.loadFromFile("test/test_online/online_pnp.yaml"); BaseConfig::initInstance(globalConfig); FileInputSource * fileInputSource = new TUMInputSource(); cout << "device_num: " << fileInputSource->getDevicesNum() << endl; cout << "frame_num: " << fileInputSource->getFrameNum() << endl; SIFTFeatureExtractor extractor; auto ref = allocate_shared<Frame>(Eigen::aligned_allocator<Frame>(), fileInputSource->waitFrame(0, refIndex)); ref->setDepthBounds(minDepth, maxDepth); extractor.extractFeatures(ref, ref->getKps()); auto cur = allocate_shared<Frame>(Eigen::aligned_allocator<Frame>(), fileInputSource->waitFrame(0, curIndex)); cur->setDepthBounds(minDepth, maxDepth); extractor.extractFeatures(cur, cur->getKps()); ImageUtil::drawKeypoints(cur->getKps(), cur, workspace+"/kp1.png"); SIFTFeatureMatcher matcher; FeatureMatches featureMatches = matcher.matchKeyPointsPair(ref->getKps(), cur->getKps()); ImageUtil::drawMatches(featureMatches, ref, cur, workspace+"/matches.png"); pnpRegistration = new PnPRegistration(globalConfig); ConnectionCandidate edge; Timer timer = Timer::startTimer("registration"); registrationPairEdge(featureMatches, &edge, 0, true); timer.stopTimer(); if(!edge.isUnreachable()) { ImageUtil::drawMatches(edge.getKxs(), edge.getKys(), ref, cur, workspace+"/projection_matches.png"); auto pc = ref->calculatePointCloud(); auto curPc = cur->calculatePointCloud(); pcl::transformPointCloud(*curPc, *curPc, edge.getTransform()); *pc += *curPc; PointUtil::savePLYPointCloud("/home/liulei/桌面/pnp01.ply", *pc); } ofstream estimate(workspace+"/online_estimate_pair.txt", ios::out | ios::binary); estimate << refIndex << " " << setprecision(9) << 0 << " " << 0 << " " << 0 << " " << 0 << " " << 0 << " " << 0 << " " << 1 << endl; Rotation R; Translation t; GeoUtil::T2Rt(edge.getTransform(), R, t); Eigen::Quaternion<Scalar> q(R); estimate << curIndex << " " << setprecision(9) << t.x() << " " << t.y() << " " << t.z() << " " << q.x() << " " << q.y() << " " << q.z() << " " << q.w() << endl; return 0; }
[ "aspirantll@foxmail.com" ]
aspirantll@foxmail.com
9527811b08c35d8da3e5964b813b9677fc5e7871
8e251e452449d2aa219d72ed9871bb6030f6eea8
/test_inlet4/1800/k
a15df0b088865dcf3b79ee88c3011be33a589d19
[]
no_license
glaciercoder/sky_cooling
e1a1482ecd900fe7df9bc8f71fb59fbf9c39428f
0af1390bb7aaca9e828d980ed4aa92299071b37d
refs/heads/master
2023-03-29T20:02:11.619786
2021-04-09T01:15:33
2021-04-09T01:15:33
349,085,961
0
0
null
null
null
null
UTF-8
C++
false
false
400,192
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "1800"; object k; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField nonuniform List<scalar> 48000 ( 0.0222998 0.0340195 0.0528143 0.0694047 0.0845068 0.0982257 0.111042 0.123378 0.135087 0.146377 0.157313 0.167946 0.178315 0.18845 0.198372 0.208097 0.217635 0.226993 0.236174 0.24518 0.254011 0.262665 0.271139 0.279431 0.287536 0.29545 0.303169 0.31069 0.318008 0.32512 0.332023 0.338714 0.345191 0.351451 0.357495 0.363319 0.368925 0.374313 0.379482 0.384434 0.38917 0.393693 0.398003 0.402104 0.405998 0.409689 0.41318 0.416473 0.419572 0.42248 0.4252 0.427765 0.430162 0.432388 0.434445 0.436338 0.438072 0.43965 0.441078 0.44236 0.443501 0.444504 0.445374 0.446116 0.446733 0.447229 0.447609 0.447876 0.448033 0.448085 0.448035 0.447885 0.44764 0.447302 0.446875 0.446361 0.445763 0.445084 0.444325 0.443491 0.442582 0.441601 0.44055 0.439432 0.438248 0.436999 0.435688 0.434317 0.432886 0.431398 0.429853 0.428253 0.4266 0.424894 0.423136 0.421327 0.41947 0.417563 0.415609 0.413607 0.411559 0.409466 0.407327 0.405144 0.402917 0.400646 0.398332 0.395976 0.393577 0.391136 0.388653 0.386129 0.383563 0.380957 0.378309 0.37562 0.37289 0.37012 0.367309 0.364457 0.361564 0.358631 0.355657 0.352643 0.349588 0.346492 0.343356 0.340179 0.336961 0.333703 0.330403 0.327064 0.323683 0.320262 0.316801 0.313299 0.309757 0.306175 0.302553 0.298891 0.29519 0.29145 0.287671 0.283854 0.279998 0.276106 0.272176 0.26821 0.264208 0.260171 0.2561 0.251995 0.247857 0.243687 0.239486 0.235255 0.230994 0.226706 0.222391 0.218049 0.213683 0.209293 0.20488 0.200447 0.195993 0.19152 0.187029 0.182521 0.177998 0.17346 0.168908 0.164343 0.159766 0.155177 0.150577 0.145966 0.141342 0.136707 0.13206 0.127398 0.12272 0.118025 0.11331 0.108577 0.103827 0.0990909 0.0943113 0.0894612 0.0845293 0.079492 0.074322 0.0689825 0.063426 0.0576465 0.0515552 0.0449755 0.0377326 0.0299884 0.0284031 0.0192045 0.0222972 0.0340197 0.0528161 0.0694065 0.0845087 0.0982276 0.111044 0.12338 0.135089 0.146379 0.157315 0.167948 0.178317 0.188452 0.198374 0.208099 0.217637 0.226994 0.236176 0.245182 0.254013 0.262666 0.271141 0.279432 0.287537 0.295451 0.30317 0.310691 0.318009 0.325121 0.332024 0.338715 0.345191 0.351452 0.357495 0.36332 0.368926 0.374313 0.379482 0.384434 0.389171 0.393693 0.398003 0.402104 0.405999 0.409689 0.41318 0.416473 0.419572 0.42248 0.4252 0.427765 0.430162 0.432388 0.434445 0.436338 0.438072 0.43965 0.441078 0.44236 0.4435 0.444504 0.445374 0.446115 0.446733 0.447229 0.447609 0.447875 0.448033 0.448085 0.448034 0.447885 0.44764 0.447302 0.446875 0.446361 0.445763 0.445083 0.444325 0.44349 0.442581 0.441601 0.44055 0.439432 0.438247 0.436999 0.435688 0.434317 0.432886 0.431397 0.429853 0.428253 0.426599 0.424893 0.423135 0.421327 0.419469 0.417563 0.415608 0.413607 0.411559 0.409465 0.407327 0.405144 0.402917 0.400646 0.398332 0.395976 0.393577 0.391136 0.388653 0.386129 0.383563 0.380956 0.378308 0.375619 0.37289 0.370119 0.367308 0.364456 0.361564 0.358631 0.355657 0.352643 0.349588 0.346492 0.343356 0.340178 0.336961 0.333702 0.330403 0.327063 0.323683 0.320262 0.3168 0.313299 0.309757 0.306174 0.302552 0.298891 0.29519 0.29145 0.287671 0.283853 0.279998 0.276105 0.272176 0.26821 0.264208 0.260171 0.256099 0.251994 0.247856 0.243687 0.239486 0.235254 0.230994 0.226706 0.22239 0.218049 0.213683 0.209293 0.20488 0.200446 0.195993 0.19152 0.187029 0.182521 0.177998 0.17346 0.168908 0.164343 0.159766 0.155177 0.150577 0.145966 0.141342 0.136707 0.13206 0.127398 0.12272 0.118025 0.11331 0.108577 0.103827 0.0990909 0.0943113 0.0894612 0.0845294 0.079492 0.074322 0.0689825 0.0634261 0.0576466 0.0515553 0.0449758 0.0377326 0.0299874 0.0284064 0.0192159 0.0346331 0.0875822 0.12538 0.1586 0.189094 0.217473 0.244325 0.270013 0.29475 0.31871 0.34202 0.364774 0.387042 0.408874 0.430308 0.451366 0.472064 0.492411 0.512408 0.532056 0.551348 0.570277 0.588834 0.607009 0.624791 0.642169 0.659132 0.67567 0.691773 0.707431 0.722637 0.737384 0.751664 0.765474 0.778809 0.791666 0.804045 0.815944 0.827365 0.838308 0.848777 0.858775 0.868306 0.877375 0.885988 0.894152 0.901872 0.909157 0.916013 0.922449 0.928469 0.934081 0.939309 0.94416 0.948642 0.952764 0.956535 0.959967 0.963067 0.965847 0.968316 0.970483 0.972359 0.973951 0.975269 0.976321 0.977118 0.977665 0.977973 0.978049 0.977899 0.977533 0.976956 0.976176 0.975199 0.974031 0.972679 0.971149 0.969446 0.967575 0.965542 0.963352 0.961008 0.958517 0.955881 0.953105 0.950192 0.947147 0.943973 0.940673 0.93725 0.933707 0.930047 0.926272 0.922385 0.918388 0.914284 0.910073 0.905759 0.901342 0.896825 0.892209 0.887495 0.882685 0.877779 0.872779 0.867686 0.862501 0.857224 0.851856 0.846398 0.84085 0.835213 0.829488 0.823673 0.817771 0.811781 0.805703 0.799537 0.793285 0.786944 0.780517 0.774003 0.767401 0.760712 0.753936 0.747073 0.740123 0.733086 0.725961 0.71875 0.711452 0.704068 0.696597 0.68904 0.681397 0.673668 0.665854 0.657955 0.649973 0.641907 0.633758 0.625527 0.617215 0.608823 0.600352 0.591804 0.583179 0.574479 0.565706 0.556861 0.547945 0.538962 0.529912 0.520798 0.511622 0.502386 0.493093 0.483745 0.474344 0.464893 0.455395 0.445851 0.436266 0.426641 0.416979 0.407283 0.397555 0.387797 0.378012 0.368201 0.358367 0.34851 0.338632 0.328734 0.318816 0.308877 0.298916 0.288931 0.278919 0.268877 0.258798 0.248677 0.238504 0.228271 0.217962 0.207548 0.196999 0.186307 0.175423 0.164298 0.152866 0.141039 0.128689 0.115699 0.101856 0.0868743 0.0703658 0.0516728 0.0318761 0.0346334 0.0875847 0.125382 0.158601 0.189095 0.217475 0.244327 0.270014 0.294751 0.318711 0.342021 0.364775 0.387043 0.408875 0.430308 0.451366 0.472065 0.492411 0.512409 0.532056 0.551348 0.570277 0.588834 0.607009 0.624791 0.642169 0.659132 0.67567 0.691773 0.707431 0.722637 0.737383 0.751663 0.765473 0.778808 0.791665 0.804044 0.815943 0.827364 0.838307 0.848776 0.858774 0.868305 0.877374 0.885987 0.89415 0.901871 0.909156 0.916012 0.922447 0.928467 0.934079 0.939307 0.944158 0.94864 0.952762 0.956533 0.959965 0.963066 0.965846 0.968314 0.970482 0.972357 0.973949 0.975267 0.976319 0.977116 0.977663 0.977971 0.978047 0.977897 0.977531 0.976954 0.976174 0.975197 0.974029 0.972677 0.971147 0.969444 0.967573 0.96554 0.96335 0.961006 0.958515 0.955879 0.953103 0.95019 0.947145 0.943971 0.940671 0.937248 0.933705 0.930045 0.92627 0.922383 0.918386 0.914282 0.910071 0.905757 0.90134 0.896823 0.892207 0.887493 0.882683 0.877777 0.872778 0.867684 0.862499 0.857222 0.851854 0.846396 0.840849 0.835212 0.829486 0.823672 0.817769 0.811779 0.805701 0.799536 0.793283 0.786943 0.780516 0.774001 0.767399 0.76071 0.753934 0.747071 0.740121 0.733084 0.72596 0.718749 0.711451 0.704066 0.696595 0.689038 0.681395 0.673666 0.665853 0.657954 0.649971 0.641905 0.633756 0.625526 0.617214 0.608822 0.600351 0.591803 0.583178 0.574478 0.565704 0.556859 0.547944 0.538961 0.529911 0.520797 0.511621 0.502385 0.493092 0.483744 0.474343 0.464892 0.455393 0.44585 0.436265 0.42664 0.416978 0.407282 0.397554 0.387796 0.378011 0.3682 0.358366 0.348509 0.338632 0.328733 0.318815 0.308876 0.298915 0.28893 0.278919 0.268876 0.258798 0.248676 0.238504 0.22827 0.217961 0.207548 0.196999 0.186307 0.175423 0.164297 0.152866 0.141039 0.128688 0.115698 0.101855 0.0868731 0.0703646 0.0516748 0.0318788 0.0521607 0.125162 0.172441 0.212603 0.249552 0.284396 0.317663 0.349676 0.38065 0.410748 0.440094 0.468784 0.496891 0.524468 0.551555 0.578179 0.604356 0.630095 0.655399 0.680263 0.704683 0.728648 0.752146 0.775165 0.79769 0.819707 0.841204 0.862165 0.882578 0.902432 0.921716 0.940421 0.958538 0.976062 0.992986 1.00931 1.02502 1.04013 1.05464 1.06854 1.08184 1.09454 1.10666 1.11818 1.12913 1.13951 1.14933 1.15859 1.16731 1.1755 1.18316 1.19031 1.19696 1.20314 1.20884 1.21408 1.21888 1.22324 1.22718 1.23072 1.23385 1.2366 1.23898 1.24099 1.24265 1.24398 1.24497 1.24565 1.24602 1.2461 1.24588 1.24539 1.24463 1.24361 1.24234 1.24082 1.23907 1.23709 1.23489 1.23248 1.22985 1.22703 1.22401 1.2208 1.21741 1.21384 1.21009 1.20618 1.2021 1.19786 1.19346 1.18891 1.18422 1.17937 1.17438 1.16926 1.16399 1.15859 1.15306 1.1474 1.14162 1.1357 1.12966 1.1235 1.11722 1.11082 1.1043 1.09767 1.09092 1.08405 1.07707 1.06998 1.06277 1.05545 1.04802 1.04048 1.03283 1.02507 1.0172 1.00921 1.00112 0.992918 0.984606 0.976184 0.967653 0.959012 0.950262 0.941402 0.932433 0.923355 0.914168 0.904872 0.895468 0.885955 0.876335 0.866607 0.856772 0.84683 0.836783 0.826631 0.816374 0.806015 0.795553 0.78499 0.774328 0.763567 0.75271 0.741758 0.730713 0.719577 0.708352 0.69704 0.685643 0.674165 0.662608 0.650974 0.639267 0.627489 0.615644 0.603734 0.591763 0.579735 0.567652 0.555517 0.543335 0.531108 0.51884 0.506534 0.494192 0.481817 0.469412 0.45698 0.444521 0.432037 0.419529 0.406998 0.394443 0.381861 0.369252 0.356612 0.343935 0.331215 0.318445 0.305612 0.292705 0.279705 0.266588 0.253324 0.239882 0.226213 0.212272 0.197992 0.183277 0.168006 0.152011 0.135077 0.116814 0.0964336 0.0715249 0.031094 0.0521624 0.125164 0.172442 0.212604 0.249553 0.284397 0.317664 0.349676 0.38065 0.410748 0.440094 0.468784 0.496891 0.524468 0.551555 0.578179 0.604356 0.630095 0.655398 0.680263 0.704682 0.728647 0.752145 0.775164 0.797689 0.819706 0.841202 0.862164 0.882577 0.902431 0.921715 0.94042 0.958537 0.97606 0.992984 1.00931 1.02502 1.04013 1.05464 1.06854 1.08184 1.09454 1.10666 1.11818 1.12913 1.13951 1.14932 1.15859 1.16731 1.17549 1.18316 1.1903 1.19696 1.20313 1.20884 1.21408 1.21888 1.22324 1.22718 1.23071 1.23385 1.2366 1.23897 1.24099 1.24265 1.24397 1.24497 1.24565 1.24602 1.24609 1.24588 1.24539 1.24463 1.24361 1.24234 1.24082 1.23907 1.23709 1.23489 1.23247 1.22985 1.22703 1.22401 1.2208 1.21741 1.21384 1.21009 1.20618 1.2021 1.19786 1.19346 1.18891 1.18421 1.17937 1.17438 1.16925 1.16399 1.15859 1.15306 1.1474 1.14161 1.1357 1.12966 1.1235 1.11722 1.11082 1.1043 1.09767 1.09092 1.08405 1.07707 1.06998 1.06277 1.05545 1.04802 1.04048 1.03283 1.02507 1.01719 1.00921 1.00112 0.992916 0.984604 0.976182 0.967651 0.95901 0.95026 0.9414 0.932431 0.923353 0.914166 0.90487 0.895466 0.885954 0.876333 0.866605 0.85677 0.846829 0.836781 0.826629 0.816373 0.806013 0.795551 0.784988 0.774326 0.763566 0.752708 0.741756 0.730711 0.719575 0.70835 0.697038 0.685642 0.674164 0.662607 0.650973 0.639266 0.627488 0.615643 0.603733 0.591762 0.579733 0.56765 0.555516 0.543334 0.531107 0.518839 0.506532 0.494191 0.481816 0.469411 0.456979 0.44452 0.432036 0.419528 0.406997 0.394442 0.381861 0.369251 0.356611 0.343934 0.331214 0.318444 0.305612 0.292705 0.279705 0.266587 0.253324 0.239881 0.226212 0.212272 0.197991 0.183277 0.168005 0.152011 0.135076 0.116812 0.0964328 0.0715261 0.0310897 0.0673418 0.156862 0.211866 0.257352 0.298887 0.338099 0.375654 0.411902 0.44706 0.481284 0.51469 0.547372 0.579398 0.610823 0.641688 0.672021 0.70184 0.731155 0.759969 0.78828 0.816083 0.843365 0.870117 0.896323 0.921969 0.947039 0.971518 0.995391 1.01864 1.04127 1.06324 1.08456 1.10522 1.1252 1.1445 1.16312 1.18106 1.19831 1.21487 1.23075 1.24595 1.26047 1.27432 1.2875 1.30003 1.3119 1.32314 1.33375 1.34374 1.35312 1.36191 1.37011 1.37775 1.38484 1.39138 1.39741 1.40292 1.40793 1.41247 1.41653 1.42013 1.4233 1.42603 1.42835 1.43027 1.4318 1.43295 1.43373 1.43416 1.43425 1.43401 1.43344 1.43257 1.4314 1.42993 1.42819 1.42617 1.42389 1.42136 1.41858 1.41556 1.41231 1.40883 1.40513 1.40122 1.3971 1.39279 1.38828 1.38357 1.37869 1.37362 1.36837 1.36296 1.35737 1.35162 1.34571 1.33964 1.33342 1.32705 1.32052 1.31385 1.30703 1.30007 1.29297 1.28573 1.27836 1.27084 1.2632 1.25542 1.24751 1.23946 1.23129 1.22299 1.21456 1.206 1.19732 1.1885 1.17956 1.1705 1.16131 1.15199 1.14255 1.13298 1.12329 1.11347 1.10353 1.09346 1.08327 1.07295 1.06251 1.05194 1.04125 1.03044 1.01951 1.00845 0.997267 0.985965 0.974542 0.962999 0.951337 0.939557 0.92766 0.915648 0.903521 0.891282 0.878931 0.866472 0.853905 0.841234 0.82846 0.815585 0.802613 0.789547 0.776388 0.76314 0.749806 0.73639 0.722895 0.709325 0.695682 0.681971 0.668196 0.65436 0.640467 0.62652 0.612524 0.598483 0.584398 0.570275 0.556115 0.541922 0.527699 0.513446 0.499167 0.484861 0.470529 0.456171 0.441786 0.427371 0.412922 0.398434 0.383901 0.369314 0.354663 0.339932 0.325104 0.310157 0.295061 0.279783 0.264282 0.248503 0.232379 0.215815 0.198697 0.180839 0.161983 0.141638 0.118699 0.0897385 0.0396972 0.0673437 0.156864 0.211867 0.257353 0.298888 0.3381 0.375654 0.411902 0.44706 0.481283 0.51469 0.547371 0.579397 0.610823 0.641688 0.67202 0.701839 0.731154 0.759968 0.788279 0.816081 0.843364 0.870116 0.896322 0.921967 0.947037 0.971516 0.99539 1.01864 1.04126 1.06324 1.08456 1.10521 1.1252 1.1445 1.16312 1.18106 1.19831 1.21487 1.23075 1.24595 1.26047 1.27432 1.2875 1.30002 1.3119 1.32314 1.33375 1.34374 1.35312 1.36191 1.37011 1.37775 1.38483 1.39138 1.3974 1.40292 1.40793 1.41246 1.41653 1.42013 1.4233 1.42603 1.42835 1.43027 1.4318 1.43294 1.43373 1.43416 1.43425 1.434 1.43344 1.43257 1.43139 1.42993 1.42819 1.42617 1.42389 1.42136 1.41858 1.41556 1.4123 1.40882 1.40513 1.40122 1.3971 1.39279 1.38827 1.38357 1.37868 1.37362 1.36837 1.36296 1.35737 1.35162 1.34571 1.33964 1.33342 1.32704 1.32052 1.31385 1.30703 1.30007 1.29297 1.28573 1.27835 1.27084 1.2632 1.25542 1.24751 1.23946 1.23129 1.22299 1.21456 1.206 1.19731 1.1885 1.17956 1.1705 1.16131 1.15199 1.14255 1.13298 1.12329 1.11347 1.10352 1.09346 1.08326 1.07295 1.06251 1.05194 1.04125 1.03044 1.0195 1.00845 0.997265 0.985963 0.97454 0.962997 0.951335 0.939555 0.927659 0.915646 0.903519 0.89128 0.87893 0.866471 0.853904 0.841233 0.828458 0.815584 0.802612 0.789545 0.776386 0.763139 0.749805 0.736389 0.722894 0.709323 0.695681 0.68197 0.668195 0.654359 0.640466 0.626519 0.612523 0.598481 0.584397 0.570274 0.556114 0.541921 0.527698 0.513445 0.499166 0.48486 0.470528 0.456171 0.441785 0.42737 0.412921 0.398433 0.383901 0.369314 0.354662 0.339931 0.325104 0.310156 0.29506 0.279783 0.264281 0.248503 0.232379 0.215815 0.198697 0.180838 0.161983 0.141638 0.1187 0.0897406 0.0396974 0.0808264 0.185826 0.248063 0.298464 0.344022 0.386881 0.427906 0.467522 0.505971 0.543415 0.579972 0.615731 0.650763 0.685123 0.718853 0.751982 0.784533 0.816519 0.847943 0.878808 0.909108 0.938834 0.967976 0.996519 1.02445 1.05175 1.07842 1.10442 1.12975 1.15439 1.17834 1.20158 1.22409 1.24588 1.26694 1.28726 1.30684 1.32567 1.34376 1.36111 1.37772 1.3936 1.40874 1.42317 1.43688 1.44989 1.46221 1.47384 1.4848 1.4951 1.50475 1.51377 1.52217 1.52997 1.53718 1.54381 1.54989 1.55543 1.56043 1.56492 1.56891 1.57242 1.57546 1.57803 1.58017 1.58188 1.58317 1.58406 1.58456 1.58469 1.58445 1.58385 1.58292 1.58165 1.58006 1.57817 1.57597 1.57348 1.57071 1.56766 1.56436 1.56079 1.55697 1.55291 1.54862 1.5441 1.53935 1.53439 1.52922 1.52385 1.51827 1.5125 1.50653 1.50038 1.49405 1.48754 1.48085 1.47399 1.46697 1.45977 1.45242 1.4449 1.43723 1.4294 1.42141 1.41328 1.40499 1.39656 1.38797 1.37925 1.37037 1.36136 1.3522 1.3429 1.33345 1.32387 1.31415 1.30428 1.29428 1.28414 1.27386 1.26344 1.25288 1.24219 1.23136 1.22039 1.20929 1.19804 1.18666 1.17515 1.1635 1.15171 1.13978 1.12773 1.11553 1.10321 1.09075 1.07816 1.06543 1.05258 1.0396 1.02649 1.01326 0.999896 0.986413 0.97281 0.959087 0.945248 0.931294 0.917229 0.903055 0.888775 0.874391 0.859908 0.845328 0.830655 0.815893 0.801044 0.786114 0.771106 0.756024 0.740871 0.725653 0.710373 0.695035 0.679643 0.664201 0.648713 0.633182 0.617612 0.602005 0.586364 0.570692 0.55499 0.53926 0.523501 0.507714 0.491898 0.476049 0.460165 0.444241 0.428271 0.412245 0.396154 0.379983 0.363716 0.347331 0.330801 0.314095 0.297171 0.279977 0.262445 0.244483 0.225959 0.206673 0.186298 0.164243 0.139099 0.106556 0.0478597 0.0808286 0.185829 0.248064 0.298464 0.344022 0.386881 0.427906 0.467521 0.50597 0.543415 0.579971 0.61573 0.650762 0.685122 0.718852 0.751981 0.784532 0.816518 0.847942 0.878807 0.909107 0.938833 0.967974 0.996518 1.02445 1.05175 1.07841 1.10442 1.12975 1.15439 1.17834 1.20158 1.22409 1.24588 1.26694 1.28726 1.30683 1.32567 1.34376 1.36111 1.37772 1.39359 1.40874 1.42317 1.43688 1.44989 1.46221 1.47384 1.4848 1.4951 1.50475 1.51377 1.52217 1.52997 1.53718 1.54381 1.54989 1.55542 1.56043 1.56492 1.56891 1.57242 1.57545 1.57803 1.58017 1.58188 1.58317 1.58406 1.58456 1.58469 1.58445 1.58385 1.58292 1.58165 1.58006 1.57816 1.57597 1.57348 1.57071 1.56766 1.56435 1.56079 1.55697 1.55291 1.54862 1.5441 1.53935 1.53439 1.52922 1.52384 1.51827 1.51249 1.50653 1.50038 1.49405 1.48754 1.48085 1.47399 1.46696 1.45977 1.45241 1.4449 1.43722 1.42939 1.42141 1.41327 1.40499 1.39655 1.38797 1.37924 1.37037 1.36135 1.3522 1.34289 1.33345 1.32387 1.31414 1.30428 1.29428 1.28414 1.27386 1.26344 1.25288 1.24219 1.23136 1.22039 1.20928 1.19804 1.18666 1.17515 1.16349 1.15171 1.13978 1.12773 1.11553 1.10321 1.09075 1.07816 1.06543 1.05258 1.0396 1.02649 1.01325 0.999895 0.986412 0.972808 0.959086 0.945247 0.931293 0.917228 0.903054 0.888774 0.87439 0.859907 0.845327 0.830654 0.815892 0.801043 0.786113 0.771105 0.756023 0.74087 0.725652 0.710372 0.695034 0.679642 0.6642 0.648712 0.633181 0.617611 0.602004 0.586363 0.570691 0.55499 0.539259 0.523501 0.507714 0.491897 0.476048 0.460165 0.444241 0.42827 0.412245 0.396153 0.379982 0.363715 0.34733 0.330801 0.314094 0.29717 0.279977 0.262445 0.244482 0.225959 0.206673 0.186298 0.164244 0.1391 0.106557 0.0478598 0.0933171 0.21295 0.282382 0.337619 0.387023 0.433244 0.477366 0.519914 0.561176 0.601334 0.640515 0.678813 0.716302 0.753039 0.789071 0.824431 0.859145 0.893229 0.926693 0.95954 0.991769 1.02337 1.05435 1.08468 1.11435 1.14335 1.17167 1.19929 1.22619 1.25237 1.27781 1.3025 1.32643 1.34959 1.37198 1.39359 1.41442 1.43447 1.45373 1.47221 1.48991 1.50684 1.52299 1.53839 1.55303 1.56693 1.5801 1.59254 1.60427 1.6153 1.62565 1.63532 1.64434 1.65272 1.66047 1.66761 1.67416 1.68013 1.68553 1.69039 1.69471 1.69852 1.70182 1.70463 1.70697 1.70885 1.71029 1.71129 1.71188 1.71206 1.71185 1.71126 1.7103 1.70899 1.70733 1.70533 1.70301 1.70038 1.69744 1.69421 1.69069 1.6869 1.68283 1.6785 1.67392 1.66909 1.66402 1.65871 1.65317 1.64742 1.64144 1.63526 1.62886 1.62227 1.61547 1.60849 1.60131 1.59394 1.5864 1.57867 1.57076 1.56269 1.55444 1.54602 1.53743 1.52868 1.51977 1.51069 1.50146 1.49206 1.48251 1.47281 1.46295 1.45293 1.44276 1.43244 1.42197 1.41135 1.40058 1.38966 1.37858 1.36736 1.35599 1.34447 1.3328 1.32099 1.30902 1.29691 1.28465 1.27225 1.2597 1.247 1.23415 1.22117 1.20803 1.19476 1.18134 1.16777 1.15407 1.14023 1.12625 1.11214 1.09788 1.0835 1.06898 1.05434 1.03956 1.02467 1.00965 0.994506 0.97925 0.963881 0.948401 0.932815 0.917125 0.901336 0.885451 0.869474 0.853409 0.837261 0.821034 0.804731 0.788357 0.771916 0.755413 0.738851 0.722235 0.705569 0.688856 0.672099 0.655302 0.638468 0.621598 0.604695 0.58776 0.570794 0.553796 0.536766 0.519701 0.502599 0.485454 0.468261 0.451012 0.433698 0.416304 0.398815 0.381212 0.363468 0.345554 0.327428 0.309039 0.290316 0.271161 0.251429 0.230893 0.209162 0.185515 0.158256 0.122276 0.0554041 0.0933194 0.212952 0.282384 0.33762 0.387023 0.433244 0.477366 0.519913 0.561175 0.601333 0.640514 0.678812 0.716301 0.753038 0.78907 0.82443 0.859144 0.893228 0.926691 0.959539 0.991768 1.02337 1.05435 1.08468 1.11435 1.14335 1.17167 1.19928 1.22619 1.25237 1.27781 1.3025 1.32643 1.34959 1.37198 1.39359 1.41442 1.43446 1.45373 1.47221 1.48991 1.50683 1.52299 1.53839 1.55303 1.56693 1.5801 1.59254 1.60427 1.6153 1.62565 1.63532 1.64434 1.65272 1.66047 1.66761 1.67416 1.68013 1.68553 1.69039 1.69471 1.69852 1.70182 1.70463 1.70697 1.70885 1.71029 1.71129 1.71188 1.71206 1.71185 1.71126 1.7103 1.70899 1.70733 1.70533 1.70301 1.70038 1.69744 1.69421 1.69069 1.68689 1.68283 1.6785 1.67392 1.66909 1.66401 1.65871 1.65317 1.64742 1.64144 1.63526 1.62886 1.62227 1.61547 1.60848 1.60131 1.59394 1.58639 1.57867 1.57076 1.56268 1.55443 1.54601 1.53743 1.52868 1.51976 1.51069 1.50145 1.49206 1.48251 1.47281 1.46294 1.45293 1.44276 1.43244 1.42197 1.41135 1.40058 1.38965 1.37858 1.36736 1.35599 1.34447 1.3328 1.32099 1.30902 1.29691 1.28465 1.27225 1.25969 1.247 1.23415 1.22116 1.20803 1.19475 1.18133 1.16777 1.15407 1.14023 1.12625 1.11213 1.09788 1.0835 1.06898 1.05434 1.03956 1.02466 1.00964 0.994505 0.979249 0.96388 0.9484 0.932814 0.917124 0.901335 0.88545 0.869473 0.853409 0.83726 0.821033 0.80473 0.788356 0.771915 0.755412 0.738851 0.722235 0.705568 0.688855 0.672098 0.655301 0.638467 0.621597 0.604695 0.58776 0.570793 0.553796 0.536765 0.519701 0.502598 0.485454 0.468261 0.451012 0.433697 0.416303 0.398815 0.381211 0.363468 0.345554 0.327428 0.309039 0.290316 0.271161 0.251429 0.230893 0.209163 0.185515 0.158256 0.122276 0.0554042 0.105587 0.23907 0.315537 0.375562 0.428743 0.478196 0.525223 0.570456 0.614243 0.656797 0.698261 0.738739 0.778313 0.817048 0.854992 0.892188 0.928664 0.964443 0.99954 1.03396 1.06771 1.10079 1.13319 1.16491 1.19592 1.22623 1.25582 1.28467 1.31278 1.34012 1.3667 1.3925 1.41751 1.44172 1.46513 1.48773 1.50952 1.5305 1.55067 1.57002 1.58857 1.60631 1.62326 1.63942 1.6548 1.6694 1.68324 1.69633 1.70868 1.7203 1.73121 1.74142 1.75094 1.7598 1.76801 1.77557 1.78252 1.78886 1.79461 1.79978 1.80439 1.80846 1.81201 1.81504 1.81757 1.81962 1.82119 1.82232 1.823 1.82326 1.8231 1.82254 1.82159 1.82026 1.81857 1.81652 1.81413 1.81141 1.80836 1.805 1.80133 1.79737 1.79312 1.78859 1.78379 1.77873 1.77341 1.76784 1.76202 1.75597 1.74969 1.74317 1.73644 1.72949 1.72233 1.71496 1.70739 1.69962 1.69165 1.68349 1.67514 1.66661 1.65789 1.64899 1.63991 1.63065 1.62122 1.61162 1.60184 1.5919 1.58179 1.57151 1.56107 1.55046 1.53969 1.52875 1.51765 1.5064 1.49498 1.4834 1.47166 1.45976 1.44771 1.43549 1.42312 1.41059 1.3979 1.38505 1.37205 1.35889 1.34558 1.33211 1.31849 1.30471 1.29078 1.27669 1.26246 1.24807 1.23354 1.21885 1.20403 1.18905 1.17393 1.15868 1.14328 1.12774 1.11207 1.09627 1.08034 1.06428 1.0481 1.0318 1.01538 0.998853 0.982212 0.965466 0.948618 0.931672 0.914633 0.897504 0.880291 0.862997 0.845626 0.828184 0.810673 0.7931 0.775467 0.757778 0.740038 0.722249 0.704415 0.686539 0.668622 0.650668 0.632677 0.61465 0.596588 0.578488 0.56035 0.542172 0.523947 0.505672 0.487339 0.468939 0.45046 0.431886 0.4132 0.394376 0.375384 0.356183 0.336721 0.316921 0.296675 0.275823 0.254102 0.231064 0.205843 0.176499 0.137174 0.0625264 0.105589 0.239072 0.315538 0.375563 0.428743 0.478196 0.525222 0.570455 0.614242 0.656796 0.69826 0.738738 0.778312 0.817046 0.854991 0.892187 0.928663 0.964442 0.999539 1.03396 1.06771 1.10079 1.13319 1.1649 1.19592 1.22623 1.25582 1.28467 1.31278 1.34012 1.3667 1.3925 1.41751 1.44172 1.46513 1.48773 1.50952 1.5305 1.55067 1.57002 1.58857 1.60631 1.62326 1.63942 1.65479 1.6694 1.68324 1.69633 1.70867 1.7203 1.73121 1.74142 1.75094 1.7598 1.768 1.77557 1.78252 1.78886 1.7946 1.79978 1.80439 1.80846 1.81201 1.81503 1.81757 1.81961 1.82119 1.82232 1.823 1.82326 1.8231 1.82254 1.82159 1.82026 1.81857 1.81652 1.81413 1.81141 1.80836 1.805 1.80133 1.79737 1.79312 1.78859 1.78379 1.77873 1.77341 1.76784 1.76202 1.75597 1.74968 1.74317 1.73644 1.72949 1.72233 1.71496 1.70739 1.69962 1.69165 1.68349 1.67514 1.6666 1.65789 1.64898 1.63991 1.63065 1.62122 1.61162 1.60184 1.5919 1.58179 1.57151 1.56106 1.55046 1.53968 1.52875 1.51765 1.5064 1.49498 1.4834 1.47166 1.45976 1.44771 1.43549 1.42312 1.41059 1.3979 1.38505 1.37205 1.35889 1.34558 1.33211 1.31849 1.30471 1.29078 1.27669 1.26246 1.24807 1.23354 1.21885 1.20402 1.18905 1.17393 1.15867 1.14328 1.12774 1.11207 1.09627 1.08034 1.06428 1.0481 1.0318 1.01538 0.998852 0.982211 0.965465 0.948617 0.931671 0.914632 0.897504 0.88029 0.862996 0.845625 0.828183 0.810673 0.793099 0.775466 0.757778 0.740037 0.722248 0.704414 0.686538 0.668622 0.650668 0.632677 0.61465 0.596587 0.578488 0.56035 0.542171 0.523947 0.505672 0.487339 0.468939 0.450459 0.431886 0.413199 0.394375 0.375384 0.356183 0.336721 0.316921 0.296675 0.275823 0.254103 0.231064 0.205843 0.176499 0.137175 0.0625265 0.117468 0.264529 0.347914 0.412695 0.46962 0.522237 0.572055 0.619819 0.665942 0.710673 0.75418 0.796582 0.837973 0.878423 0.917993 0.956729 0.994669 1.03184 1.06826 1.10395 1.13892 1.17316 1.20667 1.23946 1.27152 1.30283 1.33338 1.36318 1.39219 1.42043 1.44787 1.4745 1.50032 1.52533 1.5495 1.57285 1.59537 1.61706 1.63791 1.65794 1.67714 1.69551 1.71307 1.72982 1.74576 1.76092 1.77529 1.78889 1.80174 1.81383 1.8252 1.83584 1.84579 1.85504 1.86362 1.87154 1.87882 1.88548 1.89152 1.89697 1.90184 1.90615 1.90991 1.91314 1.91585 1.91806 1.91978 1.92103 1.92182 1.92216 1.92207 1.92156 1.92065 1.91934 1.91765 1.91558 1.91316 1.91038 1.90727 1.90383 1.90006 1.89599 1.89161 1.88694 1.88198 1.87675 1.87124 1.86547 1.85944 1.85316 1.84664 1.83988 1.83288 1.82565 1.8182 1.81053 1.80264 1.79454 1.78624 1.77773 1.76902 1.76011 1.75101 1.74171 1.73223 1.72256 1.7127 1.70266 1.69244 1.68204 1.67146 1.66071 1.64977 1.63867 1.62739 1.61594 1.60432 1.59252 1.58056 1.56843 1.55613 1.54366 1.53102 1.51821 1.50524 1.4921 1.4788 1.46533 1.45169 1.43789 1.42392 1.40979 1.3955 1.38105 1.36643 1.35165 1.33672 1.32162 1.30637 1.29096 1.2754 1.25969 1.24383 1.22781 1.21165 1.19535 1.17891 1.16232 1.1456 1.12875 1.11177 1.09466 1.07743 1.06007 1.04261 1.02503 1.00734 0.989548 0.971657 0.953671 0.935594 0.91743 0.899185 0.880861 0.862464 0.843997 0.825465 0.806872 0.788221 0.769515 0.750758 0.731952 0.7131 0.694204 0.675266 0.656285 0.637263 0.618198 0.599089 0.579935 0.56073 0.54147 0.522149 0.502758 0.483285 0.463717 0.444034 0.424214 0.404226 0.384026 0.363557 0.342739 0.321452 0.299512 0.276625 0.252276 0.225479 0.194042 0.151412 0.0693358 0.117471 0.264531 0.347915 0.412695 0.46962 0.522237 0.572054 0.619819 0.665941 0.710672 0.754179 0.796581 0.837972 0.878422 0.917992 0.956728 0.994668 1.03184 1.06826 1.10395 1.13892 1.17316 1.20667 1.23946 1.27151 1.30283 1.33338 1.36317 1.39219 1.42043 1.44786 1.4745 1.50032 1.52532 1.5495 1.57285 1.59537 1.61706 1.63791 1.65794 1.67713 1.69551 1.71307 1.72981 1.74576 1.76092 1.77529 1.78889 1.80173 1.81383 1.8252 1.83584 1.84578 1.85504 1.86362 1.87154 1.87882 1.88548 1.89152 1.89697 1.90184 1.90615 1.90991 1.91314 1.91585 1.91806 1.91978 1.92103 1.92182 1.92216 1.92207 1.92156 1.92065 1.91934 1.91764 1.91558 1.91316 1.91038 1.90727 1.90382 1.90006 1.89599 1.89161 1.88694 1.88198 1.87675 1.87124 1.86547 1.85944 1.85316 1.84664 1.83988 1.83288 1.82565 1.8182 1.81053 1.80264 1.79454 1.78624 1.77773 1.76902 1.76011 1.75101 1.74171 1.73223 1.72256 1.7127 1.70266 1.69244 1.68204 1.67146 1.6607 1.64977 1.63867 1.62739 1.61594 1.60432 1.59252 1.58056 1.56843 1.55613 1.54366 1.53102 1.51821 1.50524 1.4921 1.4788 1.46532 1.45169 1.43789 1.42392 1.40979 1.3955 1.38104 1.36643 1.35165 1.33672 1.32162 1.30637 1.29096 1.2754 1.25969 1.24383 1.22781 1.21165 1.19535 1.17891 1.16232 1.1456 1.12875 1.11177 1.09466 1.07743 1.06007 1.04261 1.02503 1.00734 0.989547 0.971656 0.95367 0.935593 0.91743 0.899184 0.880861 0.862464 0.843997 0.825465 0.806871 0.78822 0.769514 0.750757 0.731952 0.7131 0.694204 0.675265 0.656285 0.637262 0.618198 0.599089 0.579934 0.56073 0.54147 0.522149 0.502757 0.483285 0.463716 0.444034 0.424214 0.404225 0.384026 0.363557 0.342739 0.321452 0.299513 0.276625 0.252277 0.22548 0.194042 0.151413 0.0693359 0.129123 0.289527 0.379754 0.449271 0.509921 0.565659 0.618194 0.668383 0.716705 0.763454 0.808824 0.852955 0.895954 0.937905 0.978876 1.01892 1.05809 1.09642 1.13392 1.17064 1.20657 1.24172 1.27611 1.30973 1.34258 1.37465 1.40593 1.43643 1.46612 1.49501 1.52308 1.55033 1.57675 1.60233 1.62707 1.65097 1.67403 1.69623 1.7176 1.73812 1.7578 1.77664 1.79466 1.81186 1.82824 1.84382 1.8586 1.8726 1.88583 1.8983 1.91003 1.92102 1.9313 1.94087 1.94976 1.95798 1.96554 1.97246 1.97876 1.98445 1.98955 1.99406 1.99802 2.00143 2.00431 2.00667 2.00853 2.0099 2.0108 2.01124 2.01123 2.01079 2.00993 2.00866 2.00699 2.00493 2.00251 1.99972 1.99657 1.99309 1.98927 1.98512 1.98066 1.9759 1.97083 1.96548 1.95984 1.95392 1.94774 1.94129 1.93459 1.92763 1.92043 1.91299 1.90531 1.89741 1.88927 1.88092 1.87234 1.86355 1.85455 1.84534 1.83593 1.82632 1.8165 1.80649 1.79628 1.78589 1.7753 1.76452 1.75355 1.7424 1.73106 1.71954 1.70784 1.69596 1.68389 1.67165 1.65923 1.64663 1.63385 1.6209 1.60776 1.59446 1.58098 1.56732 1.55349 1.53948 1.5253 1.51095 1.49643 1.48173 1.46687 1.45183 1.43662 1.42125 1.40571 1.39001 1.37414 1.3581 1.34191 1.32556 1.30905 1.29238 1.27556 1.25859 1.24147 1.22421 1.2068 1.18925 1.17157 1.15375 1.13581 1.11773 1.09954 1.08123 1.0628 1.04427 1.02562 1.00688 0.988039 0.969104 0.950081 0.930974 0.911786 0.892521 0.873184 0.853779 0.834308 0.814776 0.795185 0.775537 0.755836 0.736084 0.71628 0.696428 0.676526 0.656574 0.636571 0.616515 0.596403 0.576229 0.555989 0.535673 0.515271 0.49477 0.47415 0.453389 0.432452 0.411296 0.389859 0.368051 0.345739 0.32272 0.298661 0.272989 0.244605 0.211062 0.165162 0.0758608 0.129126 0.289529 0.379755 0.449271 0.50992 0.565659 0.618193 0.668382 0.716704 0.763453 0.808823 0.852954 0.895953 0.937904 0.978875 1.01892 1.05809 1.09641 1.13392 1.17064 1.20657 1.24172 1.27611 1.30973 1.34257 1.37464 1.40593 1.43642 1.46612 1.49501 1.52308 1.55033 1.57675 1.60233 1.62707 1.65097 1.67402 1.69623 1.7176 1.73812 1.7578 1.77664 1.79466 1.81186 1.82824 1.84381 1.8586 1.8726 1.88583 1.8983 1.91003 1.92102 1.9313 1.94087 1.94976 1.95798 1.96554 1.97246 1.97876 1.98445 1.98954 1.99406 1.99802 2.00143 2.00431 2.00667 2.00853 2.0099 2.0108 2.01124 2.01123 2.01079 2.00993 2.00865 2.00699 2.00493 2.00251 1.99972 1.99657 1.99309 1.98927 1.98512 1.98066 1.9759 1.97083 1.96548 1.95984 1.95392 1.94774 1.94129 1.93459 1.92763 1.92043 1.91299 1.90531 1.8974 1.88927 1.88091 1.87234 1.86355 1.85455 1.84534 1.83593 1.82632 1.8165 1.80649 1.79628 1.78589 1.7753 1.76452 1.75355 1.7424 1.73106 1.71954 1.70784 1.69596 1.68389 1.67165 1.65923 1.64663 1.63385 1.62089 1.60776 1.59446 1.58097 1.56732 1.55349 1.53948 1.5253 1.51095 1.49643 1.48173 1.46686 1.45183 1.43662 1.42125 1.40571 1.39001 1.37414 1.3581 1.34191 1.32556 1.30904 1.29238 1.27556 1.25859 1.24147 1.2242 1.2068 1.18925 1.17157 1.15375 1.13581 1.11773 1.09954 1.08123 1.0628 1.04427 1.02562 1.00688 0.988038 0.969104 0.950081 0.930973 0.911785 0.892521 0.873184 0.853778 0.834308 0.814775 0.795184 0.775537 0.755836 0.736083 0.71628 0.696427 0.676525 0.656574 0.636571 0.616515 0.596403 0.576229 0.555989 0.535673 0.515271 0.49477 0.47415 0.453388 0.432452 0.411296 0.389859 0.368051 0.34574 0.32272 0.298661 0.272989 0.244606 0.211062 0.165162 0.0758609 0.140591 0.314194 0.411221 0.485466 0.549832 0.608664 0.663861 0.716394 0.766811 0.815451 0.862541 0.908245 0.952686 0.995962 1.03815 1.07932 1.11953 1.15882 1.19721 1.23475 1.27145 1.30732 1.34238 1.37663 1.41006 1.44269 1.47451 1.50551 1.53569 1.56504 1.59356 1.62123 1.64807 1.67405 1.69919 1.72347 1.74689 1.76947 1.79118 1.81205 1.83208 1.85126 1.8696 1.88712 1.90382 1.91971 1.93479 1.94909 1.96261 1.97537 1.98737 1.99864 2.00918 2.01901 2.02814 2.0366 2.04439 2.05153 2.05804 2.06393 2.06922 2.07393 2.07806 2.08163 2.08466 2.08716 2.08916 2.09065 2.09166 2.0922 2.09228 2.09191 2.09112 2.0899 2.08828 2.08625 2.08385 2.08107 2.07792 2.07443 2.07058 2.06641 2.0619 2.05708 2.05195 2.04652 2.04079 2.03478 2.02848 2.02192 2.01508 2.00799 2.00064 1.99303 1.98519 1.9771 1.96878 1.96022 1.95144 1.94243 1.9332 1.92376 1.9141 1.90423 1.89415 1.88386 1.87337 1.86268 1.85179 1.84071 1.82942 1.81794 1.80627 1.79441 1.78236 1.77011 1.75768 1.74506 1.73225 1.71926 1.70608 1.69272 1.67917 1.66544 1.65153 1.63743 1.62315 1.60869 1.59405 1.57923 1.56423 1.54905 1.5337 1.51816 1.50245 1.48656 1.47051 1.45427 1.43787 1.4213 1.40456 1.38765 1.37058 1.35334 1.33595 1.3184 1.30069 1.28283 1.26482 1.24667 1.22837 1.20994 1.19137 1.17266 1.15383 1.13487 1.11579 1.09659 1.07729 1.05787 1.03835 1.01872 0.999004 0.979193 0.959294 0.93931 0.919246 0.899105 0.87889 0.858605 0.838252 0.817834 0.797354 0.776812 0.75621 0.73555 0.714831 0.694053 0.673216 0.652316 0.631351 0.610318 0.589209 0.568017 0.546732 0.52534 0.503821 0.482152 0.460298 0.43821 0.415821 0.393033 0.3697 0.345593 0.320348 0.293331 0.263337 0.227684 0.178543 0.0821696 0.140594 0.314196 0.411223 0.485467 0.549832 0.608663 0.663861 0.716393 0.76681 0.81545 0.86254 0.908244 0.952685 0.995961 1.03815 1.07932 1.11953 1.15881 1.19721 1.23475 1.27145 1.30732 1.34238 1.37662 1.41006 1.44269 1.47451 1.50551 1.53569 1.56504 1.59355 1.62123 1.64807 1.67405 1.69919 1.72347 1.74689 1.76946 1.79118 1.81205 1.83207 1.85126 1.8696 1.88712 1.90382 1.91971 1.93479 1.94909 1.96261 1.97537 1.98737 1.99864 2.00918 2.01901 2.02814 2.0366 2.04439 2.05153 2.05804 2.06393 2.06922 2.07392 2.07805 2.08163 2.08466 2.08716 2.08916 2.09065 2.09166 2.0922 2.09228 2.09191 2.09111 2.0899 2.08827 2.08625 2.08385 2.08107 2.07792 2.07443 2.07058 2.0664 2.0619 2.05708 2.05195 2.04652 2.04079 2.03478 2.02848 2.02192 2.01508 2.00799 2.00063 1.99303 1.98519 1.9771 1.96877 1.96022 1.95144 1.94243 1.9332 1.92375 1.9141 1.90422 1.89415 1.88386 1.87337 1.86268 1.85179 1.8407 1.82942 1.81794 1.80627 1.79441 1.78235 1.77011 1.75768 1.74506 1.73225 1.71926 1.70608 1.69272 1.67917 1.66544 1.65153 1.63743 1.62315 1.60869 1.59405 1.57923 1.56423 1.54905 1.53369 1.51816 1.50245 1.48656 1.4705 1.45427 1.43787 1.4213 1.40455 1.38765 1.37058 1.35334 1.33595 1.3184 1.30069 1.28283 1.26482 1.24667 1.22837 1.20994 1.19137 1.17266 1.15383 1.13487 1.11579 1.09659 1.07728 1.05787 1.03834 1.01872 0.999003 0.979192 0.959293 0.93931 0.919246 0.899105 0.87889 0.858605 0.838252 0.817834 0.797353 0.776812 0.75621 0.73555 0.714831 0.694053 0.673216 0.652316 0.631351 0.610317 0.589209 0.568017 0.546732 0.525339 0.503821 0.482152 0.460298 0.43821 0.415822 0.393034 0.3697 0.345593 0.320348 0.293331 0.263337 0.227685 0.178543 0.0821697 0.151905 0.338617 0.442434 0.521415 0.589496 0.651402 0.709221 0.764032 0.816456 0.866883 0.915575 0.962721 1.00846 1.05292 1.09618 1.13832 1.1794 1.21948 1.25861 1.2968 1.3341 1.37053 1.40609 1.4408 1.47466 1.50769 1.53987 1.57121 1.60171 1.63136 1.66016 1.68811 1.71521 1.74145 1.76683 1.79134 1.815 1.8378 1.85975 1.88084 1.90108 1.92047 1.93903 1.95677 1.97368 1.98977 2.00507 2.01958 2.0333 2.04626 2.05847 2.06993 2.08067 2.09069 2.10002 2.10866 2.11663 2.12395 2.13064 2.13669 2.14215 2.147 2.15128 2.155 2.15817 2.1608 2.16292 2.16453 2.16564 2.16628 2.16645 2.16617 2.16545 2.1643 2.16273 2.16076 2.1584 2.15565 2.15253 2.14904 2.1452 2.14102 2.1365 2.13166 2.1265 2.12102 2.11525 2.10917 2.10281 2.09617 2.08925 2.08205 2.0746 2.06688 2.05891 2.0507 2.04223 2.03353 2.02459 2.01542 2.00601 1.99639 1.98654 1.97647 1.96618 1.95568 1.94497 1.93404 1.92291 1.91158 1.90004 1.8883 1.87635 1.86421 1.85187 1.83933 1.8266 1.81367 1.80055 1.78723 1.77372 1.76001 1.74612 1.73203 1.71776 1.70329 1.68864 1.6738 1.65877 1.64355 1.62814 1.61255 1.59678 1.58082 1.56468 1.54835 1.53185 1.51516 1.4983 1.48126 1.46405 1.44667 1.42911 1.41139 1.39349 1.37544 1.35722 1.33885 1.32032 1.30163 1.2828 1.26382 1.2447 1.22543 1.20604 1.18651 1.16685 1.14707 1.12716 1.10715 1.08701 1.06677 1.04643 1.02598 1.00544 0.984806 0.964081 0.943269 0.922373 0.901397 0.880343 0.859214 0.838011 0.816736 0.79539 0.773975 0.75249 0.730935 0.709309 0.687611 0.665837 0.643983 0.622044 0.600012 0.577876 0.555622 0.533232 0.510677 0.487921 0.464913 0.441579 0.417811 0.393447 0.36824 0.341789 0.313404 0.281779 0.24402 0.19165 0.0883151 0.151908 0.33862 0.442435 0.521415 0.589496 0.651402 0.70922 0.764031 0.816455 0.866882 0.915574 0.96272 1.00846 1.05292 1.09618 1.13832 1.1794 1.21948 1.25861 1.2968 1.3341 1.37053 1.40609 1.4408 1.47466 1.50768 1.53987 1.57121 1.60171 1.63136 1.66016 1.68811 1.71521 1.74145 1.76682 1.79134 1.815 1.8378 1.85974 1.88083 1.90108 1.92047 1.93903 1.95676 1.97367 1.98977 2.00507 2.01957 2.0333 2.04626 2.05847 2.06993 2.08067 2.09069 2.10002 2.10866 2.11663 2.12395 2.13063 2.13669 2.14214 2.147 2.15128 2.155 2.15817 2.1608 2.16292 2.16453 2.16564 2.16628 2.16645 2.16617 2.16545 2.1643 2.16273 2.16076 2.1584 2.15565 2.15253 2.14904 2.1452 2.14102 2.1365 2.13166 2.1265 2.12102 2.11525 2.10917 2.10281 2.09617 2.08925 2.08205 2.0746 2.06688 2.05891 2.0507 2.04223 2.03353 2.02459 2.01542 2.00601 1.99639 1.98654 1.97647 1.96618 1.95568 1.94497 1.93404 1.92291 1.91158 1.90004 1.8883 1.87635 1.86421 1.85187 1.83933 1.8266 1.81367 1.80054 1.78723 1.77372 1.76001 1.74612 1.73203 1.71776 1.70329 1.68864 1.6738 1.65876 1.64355 1.62814 1.61255 1.59678 1.58082 1.56468 1.54835 1.53185 1.51516 1.4983 1.48126 1.46405 1.44667 1.42911 1.41139 1.39349 1.37544 1.35722 1.33885 1.32032 1.30163 1.2828 1.26382 1.2447 1.22543 1.20604 1.18651 1.16685 1.14707 1.12716 1.10714 1.08701 1.06677 1.04643 1.02598 1.00544 0.984806 0.964081 0.943269 0.922373 0.901397 0.880343 0.859214 0.838011 0.816736 0.79539 0.773975 0.75249 0.730935 0.709309 0.687611 0.665837 0.643983 0.622044 0.600012 0.577876 0.555622 0.533232 0.510677 0.487921 0.464914 0.441579 0.417811 0.393447 0.36824 0.341789 0.313404 0.28178 0.24402 0.191651 0.0883152 0.163088 0.36286 0.47348 0.557219 0.629026 0.693996 0.754403 0.811438 0.865797 0.917921 0.968111 1.01658 1.06351 1.10901 1.15321 1.19618 1.238 1.27875 1.31845 1.35717 1.39493 1.43176 1.46769 1.50272 1.53687 1.57014 1.60255 1.6341 1.66478 1.69459 1.72355 1.75164 1.77887 1.80523 1.83072 1.85536 1.87913 1.90204 1.92409 1.94529 1.96564 1.98515 2.00382 2.02167 2.0387 2.05492 2.07034 2.08497 2.09883 2.11192 2.12426 2.13585 2.14673 2.15689 2.16635 2.17513 2.18324 2.1907 2.19751 2.2037 2.20929 2.21427 2.21868 2.22252 2.22581 2.22856 2.23078 2.2325 2.23372 2.23445 2.23472 2.23452 2.23388 2.2328 2.23131 2.2294 2.22708 2.22438 2.2213 2.21785 2.21404 2.20988 2.20537 2.20053 2.19536 2.18988 2.18408 2.17798 2.17159 2.1649 2.15793 2.15068 2.14316 2.13538 2.12733 2.11902 2.11046 2.10165 2.0926 2.08331 2.07378 2.06402 2.05403 2.04381 2.03337 2.0227 2.01182 2.00072 1.9894 1.97787 1.96613 1.95418 1.94202 1.92966 1.91709 1.90432 1.89134 1.87816 1.86478 1.85119 1.83741 1.82343 1.80925 1.79488 1.7803 1.76553 1.75056 1.7354 1.72005 1.7045 1.68875 1.67282 1.65669 1.64038 1.62387 1.60718 1.59029 1.57323 1.55598 1.53854 1.52093 1.50313 1.48516 1.46701 1.44869 1.4302 1.41155 1.39272 1.37374 1.35459 1.33529 1.31583 1.29623 1.27648 1.25658 1.23655 1.21638 1.19607 1.17564 1.15509 1.13441 1.11361 1.0927 1.07169 1.05056 1.02933 1.008 0.986572 0.96505 0.943437 0.921733 0.899942 0.878065 0.856104 0.834059 0.811932 0.789723 0.767431 0.745055 0.722593 0.700044 0.677402 0.654662 0.631815 0.608853 0.585758 0.562511 0.539084 0.515436 0.491511 0.46723 0.442474 0.417069 0.390745 0.363066 0.333291 0.300012 0.260125 0.204552 0.094335 0.163092 0.362863 0.473482 0.557219 0.629026 0.693995 0.754402 0.811437 0.865796 0.91792 0.96811 1.01658 1.06351 1.10901 1.1532 1.19618 1.238 1.27874 1.31845 1.35717 1.39493 1.43176 1.46769 1.50272 1.53686 1.57014 1.60255 1.63409 1.66478 1.69459 1.72355 1.75164 1.77887 1.80523 1.83072 1.85536 1.87913 1.90204 1.92409 1.94529 1.96564 1.98515 2.00382 2.02167 2.0387 2.05492 2.07034 2.08497 2.09883 2.11192 2.12425 2.13585 2.14673 2.15689 2.16635 2.17513 2.18324 2.19069 2.19751 2.2037 2.20929 2.21427 2.21868 2.22252 2.22581 2.22856 2.23078 2.2325 2.23372 2.23445 2.23472 2.23452 2.23388 2.2328 2.2313 2.22939 2.22708 2.22438 2.2213 2.21785 2.21404 2.20987 2.20537 2.20053 2.19536 2.18988 2.18408 2.17798 2.17159 2.1649 2.15793 2.15068 2.14316 2.13537 2.12732 2.11902 2.11046 2.10165 2.0926 2.08331 2.07378 2.06402 2.05403 2.04381 2.03337 2.0227 2.01182 2.00072 1.9894 1.97787 1.96613 1.95418 1.94202 1.92966 1.91709 1.90431 1.89134 1.87816 1.86478 1.85119 1.83741 1.82343 1.80925 1.79487 1.7803 1.76553 1.75056 1.7354 1.72005 1.7045 1.68875 1.67282 1.65669 1.64038 1.62387 1.60717 1.59029 1.57323 1.55597 1.53854 1.52093 1.50313 1.48516 1.46701 1.44869 1.4302 1.41155 1.39272 1.37374 1.35459 1.33529 1.31583 1.29623 1.27648 1.25658 1.23655 1.21638 1.19607 1.17564 1.15509 1.13441 1.11361 1.0927 1.07169 1.05056 1.02933 1.008 0.986572 0.96505 0.943436 0.921733 0.899942 0.878065 0.856103 0.834059 0.811932 0.789723 0.76743 0.745055 0.722593 0.700044 0.677402 0.654661 0.631815 0.608853 0.585758 0.562511 0.539084 0.515436 0.491512 0.46723 0.442475 0.417069 0.390745 0.363067 0.333291 0.300012 0.260125 0.204552 0.0943351 0.17416 0.386969 0.504429 0.592962 0.668515 0.736547 0.799517 0.858731 0.91496 0.968701 1.0203 1.06999 1.11799 1.16443 1.20944 1.25312 1.29557 1.33685 1.37702 1.41613 1.45423 1.49135 1.52751 1.56274 1.59705 1.63046 1.66298 1.69461 1.72535 1.75522 1.78421 1.81232 1.83957 1.86594 1.89145 1.91609 1.93986 1.96278 1.98484 2.00605 2.02642 2.04595 2.06465 2.08253 2.09959 2.11585 2.13132 2.14601 2.15992 2.17307 2.18548 2.19716 2.20811 2.21835 2.2279 2.23677 2.24498 2.25253 2.25944 2.26574 2.27142 2.27651 2.28101 2.28496 2.28835 2.2912 2.29352 2.29533 2.29664 2.29747 2.29782 2.29771 2.29715 2.29616 2.29473 2.29289 2.29064 2.288 2.28498 2.28157 2.27781 2.27368 2.26921 2.26439 2.25925 2.25378 2.24799 2.24189 2.23549 2.2288 2.22181 2.21454 2.20698 2.19916 2.19107 2.18271 2.17409 2.16522 2.1561 2.14673 2.13712 2.12727 2.11718 2.10686 2.0963 2.08552 2.07451 2.06328 2.05183 2.04016 2.02826 2.01616 2.00384 1.9913 1.97855 1.9656 1.95243 1.93905 1.92547 1.91168 1.89768 1.88348 1.86907 1.85446 1.83964 1.82463 1.80941 1.79399 1.77837 1.76254 1.74652 1.7303 1.71389 1.69727 1.68047 1.66346 1.64627 1.62888 1.6113 1.59353 1.57558 1.55744 1.53911 1.52061 1.50192 1.48306 1.46402 1.44482 1.42544 1.40589 1.38618 1.36632 1.34629 1.32611 1.30578 1.2853 1.26467 1.24391 1.22301 1.20197 1.1808 1.15951 1.13809 1.11655 1.09489 1.07312 1.05124 1.02924 1.00714 0.984935 0.962626 0.940217 0.917707 0.8951 0.872395 0.849593 0.826694 0.803698 0.780603 0.757408 0.73411 0.710704 0.687185 0.663545 0.639772 0.61585 0.591758 0.567464 0.542927 0.518085 0.492851 0.467098 0.440637 0.413176 0.384249 0.35306 0.318105 0.276077 0.217317 0.100265 0.174164 0.386973 0.50443 0.592962 0.668515 0.736546 0.799517 0.85873 0.914959 0.9687 1.02029 1.06999 1.11799 1.16443 1.20944 1.25312 1.29557 1.33685 1.37702 1.41613 1.45423 1.49135 1.52751 1.56274 1.59705 1.63046 1.66298 1.6946 1.72535 1.75522 1.78421 1.81232 1.83957 1.86594 1.89145 1.91609 1.93986 1.96278 1.98484 2.00605 2.02642 2.04595 2.06465 2.08253 2.09959 2.11585 2.13132 2.146 2.15992 2.17307 2.18548 2.19715 2.20811 2.21835 2.2279 2.23677 2.24497 2.25253 2.25944 2.26573 2.27142 2.27651 2.28101 2.28496 2.28834 2.29119 2.29352 2.29533 2.29664 2.29747 2.29782 2.29771 2.29715 2.29616 2.29473 2.29289 2.29064 2.288 2.28497 2.28157 2.2778 2.27368 2.26921 2.26439 2.25925 2.25378 2.24799 2.24189 2.23549 2.22879 2.22181 2.21453 2.20698 2.19916 2.19107 2.18271 2.17409 2.16522 2.1561 2.14673 2.13712 2.12727 2.11718 2.10686 2.0963 2.08552 2.07451 2.06328 2.05183 2.04015 2.02826 2.01616 2.00384 1.9913 1.97855 1.9656 1.95243 1.93905 1.92547 1.91168 1.89768 1.88348 1.86907 1.85446 1.83964 1.82463 1.80941 1.79399 1.77836 1.76254 1.74652 1.7303 1.71389 1.69727 1.68047 1.66346 1.64627 1.62888 1.6113 1.59353 1.57558 1.55744 1.53911 1.52061 1.50192 1.48306 1.46402 1.44482 1.42544 1.40589 1.38618 1.36632 1.34629 1.32611 1.30578 1.2853 1.26467 1.24391 1.22301 1.20197 1.1808 1.15951 1.13809 1.11655 1.09489 1.07312 1.05124 1.02924 1.00714 0.984935 0.962626 0.940216 0.917707 0.8951 0.872395 0.849593 0.826694 0.803698 0.780603 0.757408 0.73411 0.710704 0.687185 0.663545 0.639772 0.61585 0.591758 0.567464 0.542927 0.518085 0.492851 0.467098 0.440637 0.413176 0.38425 0.35306 0.318106 0.276077 0.217318 0.100265 0.185134 0.410982 0.535334 0.628712 0.708042 0.779142 0.844659 0.906012 0.964053 1.01934 1.07225 1.12308 1.17204 1.21931 1.26503 1.30932 1.35227 1.39398 1.4345 1.4739 1.51223 1.54952 1.58582 1.62114 1.65551 1.68895 1.72147 1.75308 1.78378 1.8136 1.84252 1.87057 1.89773 1.92402 1.94944 1.97399 1.99768 2.02052 2.0425 2.06364 2.08394 2.1034 2.12205 2.13988 2.15691 2.17314 2.18858 2.20326 2.21717 2.23032 2.24274 2.25444 2.26542 2.27569 2.28529 2.2942 2.30246 2.31007 2.31705 2.32341 2.32916 2.33433 2.33891 2.34293 2.3464 2.34934 2.35175 2.35364 2.35504 2.35595 2.35639 2.35636 2.35588 2.35496 2.35361 2.35185 2.34967 2.3471 2.34414 2.3408 2.33709 2.33301 2.32859 2.32382 2.31871 2.31328 2.30752 2.30145 2.29507 2.28839 2.28141 2.27415 2.2666 2.25877 2.25066 2.24229 2.23365 2.22475 2.21559 2.20618 2.19652 2.18662 2.17647 2.16609 2.15546 2.14461 2.13352 2.1222 2.11065 2.09888 2.08689 2.07467 2.06223 2.04957 2.0367 2.0236 2.0103 1.99677 1.98304 1.96909 1.95493 1.94055 1.92597 1.91118 1.89618 1.88097 1.86555 1.84992 1.83409 1.81805 1.80181 1.78536 1.76871 1.75186 1.73481 1.71755 1.7001 1.68245 1.6646 1.64656 1.62832 1.60989 1.59127 1.57247 1.55348 1.5343 1.51494 1.49541 1.4757 1.45581 1.43575 1.41553 1.39514 1.37458 1.35387 1.333 1.31198 1.2908 1.26948 1.24802 1.22641 1.20467 1.18279 1.16078 1.13863 1.11636 1.09397 1.07145 1.04881 1.02606 1.00318 0.980192 0.957087 0.933867 0.910535 0.887089 0.86353 0.839858 0.81607 0.792165 0.76814 0.74399 0.71971 0.69529 0.670719 0.645979 0.621048 0.595891 0.570464 0.544699 0.518505 0.491742 0.464209 0.435593 0.405397 0.372771 0.33612 0.29193 0.229966 0.106131 0.185139 0.410985 0.535336 0.628712 0.708042 0.779142 0.844658 0.906011 0.964052 1.01934 1.07225 1.12308 1.17204 1.21931 1.26503 1.30932 1.35227 1.39398 1.4345 1.4739 1.51223 1.54952 1.58582 1.62114 1.65551 1.68895 1.72147 1.75308 1.78378 1.8136 1.84252 1.87057 1.89773 1.92402 1.94944 1.97399 1.99768 2.02052 2.0425 2.06364 2.08393 2.1034 2.12205 2.13988 2.15691 2.17314 2.18858 2.20326 2.21716 2.23032 2.24274 2.25444 2.26542 2.27569 2.28529 2.2942 2.30246 2.31007 2.31705 2.32341 2.32916 2.33433 2.33891 2.34293 2.3464 2.34934 2.35175 2.35364 2.35504 2.35595 2.35639 2.35636 2.35588 2.35496 2.35361 2.35185 2.34967 2.3471 2.34414 2.3408 2.33708 2.33301 2.32859 2.32382 2.31871 2.31328 2.30752 2.30145 2.29507 2.28839 2.28141 2.27415 2.2666 2.25877 2.25066 2.24229 2.23365 2.22475 2.21559 2.20618 2.19652 2.18662 2.17647 2.16609 2.15546 2.14461 2.13352 2.1222 2.11065 2.09888 2.08688 2.07467 2.06223 2.04957 2.0367 2.0236 2.0103 1.99677 1.98304 1.96909 1.95493 1.94055 1.92597 1.91118 1.89618 1.88097 1.86555 1.84992 1.83409 1.81805 1.80181 1.78536 1.76871 1.75186 1.73481 1.71755 1.7001 1.68245 1.6646 1.64656 1.62832 1.60989 1.59127 1.57247 1.55348 1.5343 1.51494 1.49541 1.4757 1.45581 1.43575 1.41553 1.39513 1.37458 1.35387 1.333 1.31198 1.2908 1.26948 1.24802 1.22641 1.20467 1.18279 1.16078 1.13863 1.11636 1.09397 1.07145 1.04881 1.02606 1.00318 0.980192 0.957086 0.933867 0.910535 0.887089 0.86353 0.839858 0.81607 0.792165 0.76814 0.74399 0.71971 0.69529 0.670719 0.645979 0.621048 0.595891 0.570464 0.5447 0.518505 0.491742 0.464209 0.435594 0.405398 0.372772 0.33612 0.291931 0.229966 0.106131 0.196023 0.434929 0.566244 0.664528 0.747675 0.821858 0.88991 0.953369 1.01317 1.06993 1.12408 1.17595 1.22579 1.27379 1.32011 1.3649 1.40826 1.45028 1.49106 1.53065 1.56911 1.60648 1.64281 1.67813 1.71247 1.74584 1.77827 1.80977 1.84035 1.87002 1.8988 1.92668 1.95368 1.9798 2.00505 2.02943 2.05296 2.07563 2.09745 2.11844 2.1386 2.15793 2.17645 2.19417 2.21109 2.22723 2.24259 2.25719 2.27104 2.28415 2.29653 2.30819 2.31915 2.32941 2.339 2.34793 2.3562 2.36383 2.37084 2.37724 2.38303 2.38825 2.39289 2.39696 2.4005 2.4035 2.40597 2.40794 2.40941 2.4104 2.41091 2.41096 2.41056 2.40972 2.40845 2.40676 2.40466 2.40216 2.39927 2.396 2.39236 2.38835 2.38399 2.37928 2.37423 2.36885 2.36315 2.35712 2.35078 2.34414 2.3372 2.32996 2.32244 2.31463 2.30654 2.29818 2.28954 2.28065 2.27149 2.26207 2.2524 2.24248 2.23231 2.2219 2.21124 2.20035 2.18922 2.17785 2.16625 2.15442 2.14236 2.13008 2.11756 2.10483 2.09187 2.07869 2.06528 2.05166 2.03782 2.02376 2.00948 1.99499 1.98028 1.96535 1.95022 1.93486 1.9193 1.90352 1.88753 1.87132 1.85491 1.83829 1.82146 1.80442 1.78717 1.76972 1.75206 1.7342 1.71614 1.69787 1.67941 1.66075 1.64189 1.62284 1.60359 1.58416 1.56454 1.54473 1.52473 1.50456 1.4842 1.46367 1.44297 1.4221 1.40105 1.37984 1.35847 1.33694 1.31525 1.2934 1.2714 1.24926 1.22696 1.20452 1.18193 1.15921 1.13635 1.11334 1.09021 1.06693 1.04353 1.01999 0.99632 0.972519 0.948588 0.924526 0.900333 0.876007 0.851548 0.826953 0.802219 0.777342 0.752313 0.727125 0.701764 0.676213 0.650444 0.624425 0.598104 0.571411 0.544245 0.51646 0.487838 0.458049 0.426562 0.392478 0.354108 0.30774 0.242565 0.112023 0.196028 0.434933 0.566246 0.664529 0.747675 0.821857 0.889909 0.953368 1.01317 1.06993 1.12408 1.17595 1.22579 1.27379 1.32011 1.3649 1.40826 1.45028 1.49106 1.53065 1.5691 1.60648 1.64281 1.67813 1.71247 1.74584 1.77827 1.80977 1.84035 1.87002 1.8988 1.92668 1.95368 1.9798 2.00505 2.02943 2.05296 2.07563 2.09745 2.11844 2.1386 2.15793 2.17645 2.19417 2.21109 2.22723 2.24259 2.25719 2.27104 2.28415 2.29653 2.30819 2.31915 2.32941 2.339 2.34793 2.3562 2.36383 2.37084 2.37724 2.38303 2.38825 2.39288 2.39696 2.4005 2.4035 2.40597 2.40794 2.40941 2.4104 2.41091 2.41096 2.41056 2.40972 2.40845 2.40676 2.40466 2.40216 2.39927 2.396 2.39236 2.38835 2.38399 2.37928 2.37423 2.36885 2.36315 2.35712 2.35078 2.34414 2.3372 2.32996 2.32243 2.31463 2.30654 2.29818 2.28954 2.28065 2.27149 2.26207 2.2524 2.24248 2.23231 2.2219 2.21124 2.20035 2.18922 2.17785 2.16625 2.15442 2.14236 2.13008 2.11756 2.10483 2.09187 2.07869 2.06528 2.05166 2.03782 2.02376 2.00948 1.99499 1.98028 1.96535 1.95021 1.93486 1.9193 1.90352 1.88753 1.87132 1.85491 1.83829 1.82146 1.80442 1.78717 1.76972 1.75206 1.7342 1.71614 1.69787 1.67941 1.66075 1.64189 1.62284 1.60359 1.58416 1.56454 1.54473 1.52473 1.50456 1.4842 1.46367 1.44297 1.4221 1.40105 1.37984 1.35847 1.33694 1.31525 1.2934 1.2714 1.24926 1.22696 1.20452 1.18193 1.15921 1.13635 1.11334 1.09021 1.06693 1.04353 1.01999 0.99632 0.972519 0.948588 0.924526 0.900332 0.876007 0.851548 0.826953 0.802219 0.777342 0.752313 0.727125 0.701764 0.676213 0.650445 0.624425 0.598104 0.571411 0.544245 0.51646 0.487839 0.45805 0.426563 0.392479 0.354109 0.307741 0.242565 0.112024 0.206837 0.458838 0.597201 0.700465 0.787476 0.864763 0.935344 1.00088 1.06239 1.12056 1.17587 1.2287 1.27931 1.32795 1.37478 1.41997 1.46363 1.50589 1.54682 1.5865 1.625 1.66236 1.69865 1.73388 1.7681 1.80132 1.83358 1.86489 1.89526 1.92472 1.95326 1.98091 2.00767 2.03355 2.05855 2.08269 2.10598 2.12842 2.15002 2.17079 2.19074 2.20988 2.22821 2.24576 2.26251 2.2785 2.29372 2.3082 2.32193 2.33494 2.34723 2.35881 2.36971 2.37992 2.38947 2.39836 2.40661 2.41423 2.42124 2.42764 2.43346 2.43869 2.44336 2.44748 2.45105 2.4541 2.45663 2.45866 2.46019 2.46124 2.46182 2.46194 2.46161 2.46085 2.45965 2.45804 2.45602 2.4536 2.45079 2.44759 2.44403 2.4401 2.43581 2.43117 2.42619 2.42088 2.41524 2.40928 2.403 2.39642 2.38953 2.38234 2.37487 2.3671 2.35906 2.35073 2.34214 2.33327 2.32414 2.31474 2.30509 2.29519 2.28503 2.27462 2.26397 2.25307 2.24193 2.23055 2.21894 2.20709 2.195 2.18269 2.17014 2.15737 2.14436 2.13113 2.11768 2.104 2.0901 2.07597 2.06162 2.04705 2.03226 2.01725 2.00202 1.98657 1.9709 1.95502 1.93891 1.9226 1.90606 1.88931 1.87235 1.85518 1.83779 1.82019 1.80238 1.78436 1.76613 1.7477 1.72906 1.71021 1.69116 1.67192 1.65247 1.63283 1.61299 1.59295 1.57273 1.55232 1.53172 1.51093 1.48996 1.46881 1.44749 1.42599 1.40431 1.38246 1.36045 1.33827 1.31592 1.29341 1.27074 1.24791 1.22492 1.20178 1.17848 1.15503 1.13143 1.10767 1.08377 1.05971 1.0355 1.01115 0.986645 0.96199 0.937184 0.912226 0.887115 0.861847 0.836419 0.810825 0.78506 0.759111 0.732967 0.706606 0.680002 0.653117 0.625897 0.598267 0.570119 0.541298 0.511572 0.48059 0.447792 0.412228 0.372117 0.323551 0.25515 0.117921 0.206842 0.458842 0.597203 0.700466 0.787476 0.864762 0.935343 1.00088 1.06239 1.12056 1.17587 1.2287 1.27931 1.32794 1.37478 1.41997 1.46363 1.50589 1.54682 1.5865 1.625 1.66236 1.69864 1.73388 1.7681 1.80132 1.83358 1.86489 1.89526 1.92472 1.95326 1.98091 2.00767 2.03355 2.05855 2.08269 2.10598 2.12842 2.15002 2.17079 2.19074 2.20988 2.22821 2.24575 2.26251 2.2785 2.29372 2.30819 2.32193 2.33493 2.34722 2.35881 2.3697 2.37992 2.38947 2.39836 2.40661 2.41423 2.42124 2.42764 2.43346 2.43869 2.44336 2.44748 2.45105 2.4541 2.45663 2.45866 2.46019 2.46124 2.46182 2.46194 2.46161 2.46085 2.45965 2.45804 2.45602 2.4536 2.45079 2.44759 2.44403 2.4401 2.43581 2.43117 2.42619 2.42088 2.41524 2.40928 2.403 2.39642 2.38953 2.38234 2.37487 2.3671 2.35906 2.35073 2.34214 2.33327 2.32414 2.31474 2.30509 2.29519 2.28503 2.27462 2.26397 2.25307 2.24193 2.23055 2.21894 2.20709 2.195 2.18269 2.17014 2.15737 2.14436 2.13113 2.11768 2.104 2.09009 2.07597 2.06162 2.04705 2.03226 2.01725 2.00202 1.98657 1.9709 1.95502 1.93891 1.9226 1.90606 1.88931 1.87235 1.85518 1.83779 1.82019 1.80238 1.78436 1.76613 1.74769 1.72905 1.71021 1.69116 1.67192 1.65247 1.63283 1.61299 1.59295 1.57273 1.55232 1.53172 1.51093 1.48996 1.46881 1.44749 1.42599 1.40431 1.38246 1.36045 1.33827 1.31592 1.29341 1.27074 1.24791 1.22492 1.20178 1.17848 1.15503 1.13143 1.10767 1.08376 1.05971 1.0355 1.01115 0.986644 0.96199 0.937184 0.912226 0.887115 0.861847 0.836419 0.810825 0.78506 0.759111 0.732967 0.706606 0.680002 0.653117 0.625897 0.598267 0.57012 0.541298 0.511572 0.48059 0.447792 0.412228 0.372118 0.323552 0.255151 0.117921 0.217588 0.482737 0.628245 0.736573 0.827504 0.907919 0.981027 1.04861 1.11178 1.1713 1.2277 1.28139 1.3327 1.38187 1.42912 1.47461 1.51849 1.56087 1.60187 1.64156 1.68001 1.71728 1.75343 1.7885 1.82252 1.85553 1.88754 1.91859 1.94869 1.97785 2.0061 2.03344 2.0599 2.08547 2.11016 2.134 2.15699 2.17914 2.20045 2.22095 2.24063 2.25952 2.27761 2.29492 2.31146 2.32724 2.34228 2.35658 2.37015 2.38301 2.39517 2.40663 2.41742 2.42755 2.43702 2.44584 2.45404 2.46162 2.4686 2.47498 2.48078 2.48601 2.49069 2.49482 2.49842 2.5015 2.50407 2.50614 2.50772 2.50883 2.50947 2.50966 2.5094 2.5087 2.50758 2.50604 2.5041 2.50176 2.49902 2.49591 2.49243 2.48858 2.48438 2.47982 2.47492 2.46969 2.46413 2.45825 2.45205 2.44554 2.43872 2.43161 2.4242 2.4165 2.40852 2.40026 2.39172 2.38291 2.37383 2.36449 2.35488 2.34502 2.3349 2.32453 2.31391 2.30304 2.29193 2.28057 2.26898 2.25714 2.24507 2.23276 2.22021 2.20744 2.19443 2.18119 2.16772 2.15403 2.1401 2.12595 2.11157 2.09696 2.08214 2.06708 2.0518 2.0363 2.02058 2.00463 1.98847 1.97208 1.95547 1.93864 1.92159 1.90433 1.88685 1.86915 1.85123 1.8331 1.81475 1.7962 1.77743 1.75845 1.73926 1.71987 1.70027 1.68046 1.66046 1.64025 1.61984 1.59923 1.57843 1.55744 1.53625 1.51488 1.49331 1.47156 1.44962 1.42751 1.40521 1.38273 1.36007 1.33724 1.31423 1.29105 1.2677 1.24417 1.22047 1.1966 1.17257 1.14836 1.12398 1.09944 1.07472 1.04984 1.02478 0.999554 0.974156 0.948584 0.922835 0.896908 0.870798 0.8445 0.818005 0.791303 0.764378 0.73721 0.709769 0.682014 0.653889 0.625313 0.596172 0.566299 0.535452 0.503258 0.469127 0.432061 0.390187 0.339399 0.267752 0.123826 0.217593 0.482741 0.628247 0.736574 0.827504 0.907919 0.981026 1.04861 1.11178 1.1713 1.2277 1.28139 1.33269 1.38187 1.42911 1.47461 1.51849 1.56087 1.60187 1.64156 1.68001 1.71728 1.75343 1.7885 1.82252 1.85553 1.88754 1.91859 1.94869 1.97785 2.0061 2.03344 2.05989 2.08546 2.11016 2.134 2.15699 2.17914 2.20045 2.22095 2.24063 2.25951 2.27761 2.29492 2.31146 2.32724 2.34228 2.35658 2.37015 2.38301 2.39517 2.40663 2.41742 2.42755 2.43702 2.44584 2.45404 2.46162 2.4686 2.47498 2.48078 2.48601 2.49069 2.49482 2.49842 2.5015 2.50407 2.50614 2.50772 2.50883 2.50947 2.50966 2.50939 2.5087 2.50758 2.50604 2.5041 2.50176 2.49902 2.49591 2.49243 2.48858 2.48438 2.47982 2.47492 2.46969 2.46413 2.45825 2.45205 2.44554 2.43872 2.43161 2.4242 2.4165 2.40852 2.40026 2.39172 2.38291 2.37383 2.36449 2.35488 2.34502 2.3349 2.32453 2.31391 2.30304 2.29193 2.28057 2.26898 2.25714 2.24507 2.23276 2.22021 2.20744 2.19443 2.18119 2.16772 2.15402 2.1401 2.12595 2.11157 2.09696 2.08214 2.06708 2.0518 2.0363 2.02058 2.00463 1.98847 1.97208 1.95547 1.93864 1.92159 1.90433 1.88684 1.86914 1.85123 1.8331 1.81475 1.7962 1.77743 1.75845 1.73926 1.71987 1.70027 1.68046 1.66046 1.64025 1.61984 1.59923 1.57843 1.55744 1.53625 1.51488 1.49331 1.47156 1.44962 1.42751 1.40521 1.38273 1.36007 1.33724 1.31423 1.29105 1.2677 1.24417 1.22047 1.1966 1.17257 1.14836 1.12398 1.09944 1.07472 1.04984 1.02478 0.999554 0.974156 0.948584 0.922835 0.896908 0.870798 0.8445 0.818005 0.791303 0.764378 0.73721 0.709769 0.682015 0.65389 0.625314 0.596172 0.5663 0.535452 0.503258 0.469128 0.432061 0.390188 0.3394 0.267753 0.123826 0.228285 0.506655 0.659419 0.772903 0.867816 0.951389 1.02702 1.09663 1.16141 1.22221 1.27962 1.33409 1.386 1.43562 1.48318 1.52888 1.57288 1.61531 1.65628 1.69589 1.73422 1.77132 1.80726 1.84209 1.87585 1.90856 1.94027 1.97099 2.00074 2.02956 2.05745 2.08443 2.11051 2.13572 2.16005 2.18353 2.20617 2.22797 2.24894 2.26911 2.28848 2.30706 2.32486 2.34189 2.35817 2.3737 2.38851 2.40259 2.41596 2.42863 2.44062 2.45193 2.46258 2.47258 2.48193 2.49066 2.49878 2.50629 2.5132 2.51954 2.5253 2.53051 2.53518 2.53931 2.54291 2.54601 2.5486 2.5507 2.55232 2.55347 2.55416 2.5544 2.5542 2.55357 2.55252 2.55106 2.54919 2.54693 2.54428 2.54125 2.53786 2.5341 2.52998 2.52552 2.52071 2.51557 2.5101 2.50431 2.4982 2.49178 2.48505 2.47802 2.4707 2.46309 2.45519 2.44701 2.43855 2.42982 2.42082 2.41155 2.40202 2.39222 2.38217 2.37186 2.3613 2.3505 2.33944 2.32814 2.31659 2.3048 2.29277 2.2805 2.268 2.25525 2.24228 2.22907 2.21562 2.20194 2.18803 2.1739 2.15953 2.14493 2.1301 2.11504 2.09976 2.08425 2.06851 2.05255 2.03636 2.01994 2.0033 1.98644 1.96935 1.95204 1.93451 1.91675 1.89878 1.88058 1.86217 1.84353 1.82468 1.80561 1.78633 1.76684 1.74713 1.72721 1.70708 1.68674 1.66619 1.64544 1.62448 1.60332 1.58196 1.5604 1.53863 1.51668 1.49452 1.47217 1.44963 1.42689 1.40397 1.38085 1.35754 1.33404 1.31035 1.28647 1.26241 1.23815 1.21371 1.18908 1.16426 1.13924 1.11404 1.08865 1.06306 1.03728 1.01131 0.985139 0.958768 0.932195 0.905413 0.878418 0.8512 0.823748 0.796045 0.76807 0.739789 0.71116 0.682123 0.652591 0.622443 0.591504 0.559517 0.526092 0.490608 0.452015 0.408353 0.355318 0.280398 0.129744 0.22829 0.50666 0.659421 0.772904 0.867816 0.951389 1.02702 1.09663 1.16141 1.22221 1.27962 1.33409 1.386 1.43561 1.48318 1.52888 1.57288 1.61531 1.65628 1.69589 1.73422 1.77132 1.80726 1.84209 1.87585 1.90856 1.94027 1.97099 2.00074 2.02956 2.05745 2.08443 2.11051 2.13572 2.16005 2.18353 2.20617 2.22797 2.24894 2.26911 2.28848 2.30706 2.32486 2.34189 2.35817 2.3737 2.38851 2.40259 2.41596 2.42863 2.44062 2.45193 2.46258 2.47258 2.48193 2.49066 2.49878 2.50628 2.5132 2.51954 2.5253 2.53051 2.53518 2.53931 2.54291 2.54601 2.5486 2.5507 2.55232 2.55347 2.55416 2.5544 2.5542 2.55357 2.55252 2.55106 2.54919 2.54693 2.54428 2.54125 2.53786 2.5341 2.52998 2.52552 2.52071 2.51557 2.5101 2.50431 2.4982 2.49178 2.48505 2.47802 2.4707 2.46309 2.45519 2.44701 2.43855 2.42982 2.42082 2.41155 2.40202 2.39222 2.38217 2.37186 2.3613 2.3505 2.33944 2.32814 2.31659 2.3048 2.29277 2.2805 2.268 2.25525 2.24228 2.22906 2.21562 2.20194 2.18803 2.17389 2.15953 2.14493 2.1301 2.11504 2.09976 2.08425 2.06851 2.05255 2.03636 2.01994 2.0033 1.98644 1.96935 1.95204 1.93451 1.91675 1.89878 1.88058 1.86217 1.84353 1.82468 1.80561 1.78633 1.76684 1.74713 1.72721 1.70707 1.68674 1.66619 1.64544 1.62448 1.60332 1.58196 1.5604 1.53863 1.51668 1.49452 1.47217 1.44963 1.42689 1.40397 1.38085 1.35754 1.33404 1.31035 1.28647 1.26241 1.23815 1.21371 1.18908 1.16426 1.13924 1.11404 1.08865 1.06306 1.03728 1.01131 0.985139 0.958768 0.932195 0.905413 0.878418 0.8512 0.823748 0.796046 0.76807 0.739789 0.711161 0.682123 0.652591 0.622443 0.591505 0.559518 0.526092 0.490608 0.452016 0.408354 0.355319 0.280398 0.129744 0.238942 0.530625 0.690769 0.809511 0.908472 0.995234 1.07339 1.14499 1.21134 1.27335 1.33168 1.38686 1.43926 1.48923 1.53701 1.58283 1.62686 1.66924 1.71011 1.74955 1.78767 1.82453 1.86019 1.89471 1.92813 1.96049 1.99183 2.02216 2.05152 2.07993 2.10741 2.13397 2.15964 2.18442 2.20834 2.23141 2.25365 2.27505 2.29564 2.31544 2.33444 2.35267 2.37014 2.38685 2.40283 2.41808 2.43261 2.44643 2.45956 2.47201 2.48379 2.49492 2.50539 2.51523 2.52445 2.53305 2.54105 2.54847 2.5553 2.56157 2.56728 2.57244 2.57707 2.58118 2.58477 2.58786 2.59046 2.59258 2.59423 2.59541 2.59615 2.59644 2.59629 2.59572 2.59474 2.59334 2.59155 2.58937 2.5868 2.58386 2.58056 2.57689 2.57287 2.5685 2.56379 2.55875 2.55338 2.54769 2.54168 2.53536 2.52874 2.52182 2.5146 2.50709 2.49929 2.49121 2.48286 2.47422 2.46532 2.45614 2.4467 2.437 2.42704 2.41683 2.40636 2.39563 2.38466 2.37344 2.36197 2.35026 2.33831 2.32611 2.31367 2.301 2.28808 2.27493 2.26155 2.24793 2.23407 2.21998 2.20566 2.1911 2.17632 2.1613 2.14605 2.13056 2.11485 2.09891 2.08274 2.06634 2.04971 2.03285 2.01577 1.99845 1.98091 1.96315 1.94515 1.92694 1.90849 1.88983 1.87094 1.85182 1.83249 1.81294 1.79316 1.77317 1.75296 1.73253 1.71189 1.69103 1.66996 1.64868 1.62718 1.60547 1.58356 1.56143 1.5391 1.51655 1.4938 1.47085 1.44768 1.42431 1.40074 1.37695 1.35296 1.32877 1.30436 1.27975 1.25493 1.2299 1.20465 1.1792 1.15353 1.12765 1.10155 1.07524 1.0487 1.02195 0.994967 0.967757 0.940313 0.912628 0.884692 0.856493 0.828013 0.799228 0.770104 0.740595 0.710637 0.680138 0.64897 0.61695 0.583807 0.549129 0.512269 0.472126 0.426649 0.371338 0.293111 0.135687 0.238948 0.53063 0.690771 0.809512 0.908472 0.995234 1.07339 1.14499 1.21134 1.27335 1.33168 1.38685 1.43926 1.48923 1.53701 1.58283 1.62686 1.66924 1.7101 1.74955 1.78767 1.82453 1.86019 1.89471 1.92813 1.96049 1.99183 2.02216 2.05152 2.07993 2.1074 2.13397 2.15964 2.18442 2.20834 2.23141 2.25364 2.27505 2.29564 2.31544 2.33444 2.35267 2.37014 2.38685 2.40283 2.41807 2.4326 2.44643 2.45956 2.47201 2.48379 2.49492 2.50539 2.51523 2.52445 2.53305 2.54105 2.54847 2.5553 2.56156 2.56727 2.57244 2.57707 2.58118 2.58477 2.58786 2.59046 2.59258 2.59423 2.59541 2.59615 2.59643 2.59629 2.59572 2.59474 2.59334 2.59155 2.58937 2.5868 2.58386 2.58056 2.57689 2.57287 2.5685 2.56379 2.55875 2.55338 2.54769 2.54168 2.53536 2.52874 2.52182 2.5146 2.50709 2.49929 2.49121 2.48285 2.47422 2.46532 2.45614 2.4467 2.437 2.42704 2.41683 2.40636 2.39563 2.38466 2.37344 2.36197 2.35026 2.33831 2.32611 2.31367 2.301 2.28808 2.27493 2.26155 2.24793 2.23407 2.21998 2.20566 2.1911 2.17632 2.1613 2.14605 2.13056 2.11485 2.09891 2.08274 2.06634 2.04971 2.03285 2.01577 1.99845 1.98091 1.96315 1.94515 1.92694 1.90849 1.88983 1.87094 1.85182 1.83249 1.81294 1.79316 1.77317 1.75296 1.73253 1.71189 1.69103 1.66996 1.64868 1.62718 1.60547 1.58356 1.56143 1.5391 1.51655 1.4938 1.47085 1.44768 1.42431 1.40074 1.37695 1.35296 1.32877 1.30436 1.27975 1.25493 1.2299 1.20465 1.1792 1.15353 1.12765 1.10155 1.07524 1.0487 1.02195 0.994967 0.967757 0.940313 0.912628 0.884692 0.856493 0.828013 0.799228 0.770105 0.740596 0.710637 0.680138 0.648971 0.616951 0.583807 0.54913 0.512269 0.472127 0.42665 0.37134 0.293112 0.135687 0.249576 0.554686 0.722347 0.846456 0.949537 1.03952 1.1202 1.19376 1.26162 1.32477 1.38394 1.43972 1.49253 1.54275 1.59065 1.63649 1.68044 1.72269 1.76336 1.80256 1.8404 1.87694 1.91225 1.9464 1.97942 2.01137 2.04227 2.07216 2.10107 2.12902 2.15604 2.18214 2.20734 2.23167 2.25513 2.27775 2.29953 2.3205 2.34067 2.36005 2.37865 2.3965 2.41359 2.42995 2.44559 2.46051 2.47473 2.48827 2.50113 2.51333 2.52487 2.53578 2.54605 2.55571 2.56475 2.57321 2.58107 2.58836 2.59509 2.60126 2.6069 2.612 2.61658 2.62065 2.62421 2.62729 2.62989 2.63201 2.63367 2.63488 2.63564 2.63597 2.63588 2.63536 2.63444 2.63311 2.63139 2.62929 2.62681 2.62396 2.62074 2.61717 2.61324 2.60898 2.60437 2.59944 2.59418 2.5886 2.58271 2.5765 2.57 2.56319 2.55609 2.54869 2.54102 2.53305 2.52481 2.5163 2.50751 2.49845 2.48913 2.47955 2.4697 2.4596 2.44924 2.43863 2.42777 2.41665 2.40529 2.39369 2.38184 2.36974 2.3574 2.34483 2.33201 2.31895 2.30566 2.29213 2.27836 2.26435 2.25011 2.23564 2.22092 2.20598 2.1908 2.17539 2.15974 2.14386 2.12774 2.1114 2.09482 2.07801 2.06096 2.04369 2.02618 2.00844 1.99048 1.97228 1.95385 1.93519 1.91631 1.89719 1.87785 1.85828 1.83848 1.81846 1.79821 1.77774 1.75704 1.73612 1.71497 1.6936 1.67201 1.6502 1.62817 1.60591 1.58343 1.56073 1.53781 1.51467 1.4913 1.46772 1.4439 1.41987 1.3956 1.37112 1.3464 1.32146 1.29628 1.27087 1.24523 1.21936 1.19325 1.1669 1.1403 1.11347 1.08639 1.05906 1.03148 1.00364 0.975544 0.947175 0.918525 0.889581 0.860323 0.830726 0.800755 0.770358 0.73947 0.707992 0.675791 0.642673 0.608354 0.572404 0.534144 0.492426 0.445106 0.387487 0.305917 0.141666 0.249582 0.554692 0.72235 0.846457 0.949537 1.03952 1.1202 1.19376 1.26161 1.32476 1.38394 1.43972 1.49253 1.54274 1.59065 1.63648 1.68044 1.72269 1.76336 1.80256 1.84039 1.87693 1.91225 1.9464 1.97942 2.01137 2.04227 2.07216 2.10107 2.12902 2.15604 2.18214 2.20734 2.23166 2.25513 2.27774 2.29953 2.3205 2.34067 2.36005 2.37865 2.3965 2.41359 2.42995 2.44558 2.46051 2.47473 2.48827 2.50113 2.51333 2.52487 2.53578 2.54605 2.55571 2.56475 2.5732 2.58107 2.58836 2.59509 2.60126 2.6069 2.612 2.61658 2.62065 2.62421 2.62729 2.62989 2.63201 2.63367 2.63488 2.63564 2.63597 2.63588 2.63536 2.63444 2.63311 2.63139 2.62929 2.62681 2.62396 2.62074 2.61717 2.61324 2.60898 2.60437 2.59944 2.59418 2.5886 2.58271 2.5765 2.57 2.56319 2.55609 2.54869 2.54102 2.53305 2.52481 2.5163 2.50751 2.49845 2.48913 2.47955 2.4697 2.4596 2.44924 2.43863 2.42777 2.41665 2.40529 2.39369 2.38184 2.36974 2.3574 2.34483 2.33201 2.31895 2.30566 2.29213 2.27836 2.26435 2.25011 2.23564 2.22092 2.20598 2.1908 2.17538 2.15974 2.14386 2.12774 2.1114 2.09482 2.07801 2.06096 2.04369 2.02618 2.00844 1.99048 1.97228 1.95385 1.93519 1.91631 1.89719 1.87785 1.85828 1.83848 1.81846 1.79821 1.77774 1.75704 1.73612 1.71497 1.6936 1.67201 1.6502 1.62817 1.60591 1.58343 1.56073 1.53781 1.51467 1.4913 1.46771 1.4439 1.41987 1.3956 1.37112 1.3464 1.32146 1.29628 1.27087 1.24523 1.21936 1.19325 1.1669 1.1403 1.11347 1.08639 1.05906 1.03148 1.00364 0.975544 0.947175 0.918525 0.889581 0.860323 0.830727 0.800755 0.770359 0.73947 0.707992 0.675792 0.642674 0.608354 0.572405 0.534145 0.492426 0.445107 0.387488 0.305917 0.141666 0.260204 0.578885 0.754215 0.883809 0.991082 1.08432 1.16751 1.24299 1.3123 1.3765 1.43643 1.49271 1.54582 1.59618 1.6441 1.68985 1.73365 1.77566 1.81605 1.85493 1.8924 1.92855 1.96345 1.99716 2.02973 2.0612 2.09162 2.12102 2.14943 2.17688 2.20339 2.22898 2.25368 2.2775 2.30046 2.32259 2.34389 2.36439 2.3841 2.40303 2.4212 2.43862 2.45532 2.47129 2.48655 2.50112 2.51501 2.52823 2.54079 2.55271 2.56399 2.57465 2.5847 2.59414 2.603 2.61128 2.61899 2.62614 2.63274 2.6388 2.64434 2.64936 2.65387 2.65789 2.66142 2.66446 2.66704 2.66916 2.67083 2.67205 2.67284 2.6732 2.67314 2.67268 2.67181 2.67055 2.6689 2.66688 2.66448 2.66171 2.65859 2.65512 2.6513 2.64714 2.64264 2.63782 2.63268 2.62722 2.62145 2.61537 2.60899 2.60231 2.59534 2.58808 2.58053 2.5727 2.56459 2.55621 2.54756 2.53864 2.52946 2.52001 2.5103 2.50033 2.49011 2.47963 2.4689 2.45792 2.4467 2.43522 2.4235 2.41154 2.39933 2.38688 2.37419 2.36126 2.34809 2.33468 2.32103 2.30714 2.29301 2.27865 2.26405 2.24921 2.23414 2.21883 2.20328 2.1875 2.17148 2.15523 2.13874 2.12201 2.10505 2.08785 2.07042 2.05275 2.03485 2.01671 1.99834 1.97973 1.96089 1.94181 1.9225 1.90295 1.88317 1.86316 1.84291 1.82243 1.80172 1.78077 1.75959 1.73818 1.71653 1.69465 1.67254 1.65019 1.6276 1.60478 1.58172 1.55843 1.53489 1.51112 1.4871 1.46284 1.43834 1.41359 1.38859 1.36333 1.33783 1.31207 1.28606 1.25978 1.23324 1.20644 1.17937 1.15203 1.12442 1.09653 1.06836 1.0399 1.01115 0.982103 0.952741 0.923052 0.893015 0.862604 0.831778 0.800487 0.768658 0.736189 0.70294 0.668707 0.633193 0.595948 0.556265 0.512943 0.463751 0.40379 0.318834 0.14769 0.260211 0.578892 0.754219 0.88381 0.991082 1.08432 1.16751 1.24299 1.31229 1.3765 1.43643 1.4927 1.54582 1.59618 1.6441 1.68985 1.73365 1.77566 1.81605 1.85493 1.8924 1.92855 1.96345 1.99715 2.02973 2.0612 2.09162 2.12102 2.14943 2.17688 2.20339 2.22898 2.25368 2.2775 2.30046 2.32259 2.34389 2.36439 2.3841 2.40303 2.4212 2.43862 2.45531 2.47129 2.48655 2.50112 2.51501 2.52823 2.54079 2.55271 2.56399 2.57465 2.5847 2.59414 2.603 2.61128 2.61899 2.62614 2.63274 2.6388 2.64434 2.64936 2.65387 2.65789 2.66142 2.66446 2.66704 2.66916 2.67082 2.67205 2.67284 2.6732 2.67314 2.67268 2.67181 2.67055 2.6689 2.66688 2.66448 2.66171 2.65859 2.65512 2.6513 2.64714 2.64264 2.63782 2.63268 2.62722 2.62145 2.61537 2.60899 2.60231 2.59534 2.58808 2.58053 2.5727 2.56459 2.55621 2.54756 2.53864 2.52946 2.52001 2.5103 2.50033 2.49011 2.47963 2.4689 2.45792 2.4467 2.43522 2.4235 2.41154 2.39933 2.38688 2.37419 2.36126 2.34809 2.33468 2.32103 2.30714 2.29301 2.27865 2.26405 2.24921 2.23414 2.21883 2.20328 2.1875 2.17148 2.15523 2.13874 2.12201 2.10505 2.08785 2.07042 2.05275 2.03485 2.01671 1.99834 1.97973 1.96089 1.94181 1.9225 1.90295 1.88317 1.86316 1.84291 1.82243 1.80172 1.78077 1.75959 1.73818 1.71653 1.69465 1.67254 1.65019 1.6276 1.60478 1.58172 1.55843 1.53489 1.51112 1.4871 1.46284 1.43834 1.41359 1.38859 1.36333 1.33783 1.31207 1.28606 1.25978 1.23324 1.20644 1.17937 1.15203 1.12442 1.09653 1.06836 1.0399 1.01115 0.982103 0.952741 0.923052 0.893016 0.862604 0.831778 0.800487 0.768658 0.73619 0.702941 0.668708 0.633193 0.595949 0.556265 0.512944 0.463752 0.403792 0.318835 0.14769 0.270852 0.603281 0.786449 0.921653 1.03319 1.1297 1.2154 1.29276 1.36343 1.42861 1.48918 1.54585 1.59915 1.64954 1.69737 1.74293 1.78646 1.82815 1.86817 1.90664 1.94367 1.97936 2.01377 2.04698 2.07904 2.10999 2.13988 2.16874 2.19661 2.2235 2.24946 2.27451 2.29866 2.32195 2.34438 2.36598 2.38677 2.40677 2.42598 2.44444 2.46214 2.47912 2.49538 2.51094 2.52581 2.54 2.55353 2.5664 2.57864 2.59026 2.60126 2.61165 2.62145 2.63067 2.63931 2.6474 2.65493 2.66192 2.66838 2.67432 2.67975 2.68467 2.6891 2.69305 2.69653 2.69953 2.70208 2.70419 2.70585 2.70708 2.70788 2.70827 2.70825 2.70783 2.70702 2.70582 2.70424 2.70229 2.69997 2.69729 2.69427 2.69089 2.68718 2.68313 2.67875 2.67405 2.66903 2.6637 2.65805 2.65211 2.64586 2.63933 2.6325 2.62538 2.61798 2.6103 2.60234 2.59411 2.58561 2.57685 2.56781 2.55852 2.54897 2.53916 2.52909 2.51877 2.5082 2.49738 2.48631 2.475 2.46343 2.45163 2.43957 2.42728 2.41474 2.40196 2.38895 2.37569 2.36219 2.34845 2.33447 2.32026 2.3058 2.29111 2.27617 2.261 2.24559 2.22994 2.21406 2.19793 2.18157 2.16496 2.14812 2.13104 2.11372 2.09616 2.07836 2.06032 2.04204 2.02352 2.00476 1.98576 1.96652 1.94704 1.92732 1.90735 1.88715 1.8667 1.84601 1.82508 1.8039 1.78248 1.76081 1.7389 1.71674 1.69433 1.67167 1.64877 1.6256 1.60219 1.57852 1.55459 1.53039 1.50594 1.48122 1.45623 1.43097 1.40544 1.37963 1.35354 1.32717 1.30051 1.27357 1.24633 1.2188 1.19096 1.16283 1.13439 1.10564 1.07657 1.04718 1.01745 0.987382 0.956948 0.92613 0.894898 0.863213 0.831017 0.798237 0.764764 0.730451 0.695085 0.658356 0.619794 0.578661 0.533708 0.482611 0.420272 0.331884 0.153769 0.27086 0.603288 0.786453 0.921654 1.03319 1.1297 1.2154 1.29276 1.36343 1.42861 1.48918 1.54585 1.59915 1.64954 1.69737 1.74293 1.78646 1.82815 1.86817 1.90664 1.94367 1.97936 2.01377 2.04698 2.07904 2.10999 2.13988 2.16874 2.1966 2.2235 2.24946 2.27451 2.29866 2.32195 2.34438 2.36598 2.38677 2.40676 2.42598 2.44444 2.46214 2.47912 2.49538 2.51094 2.5258 2.54 2.55353 2.5664 2.57864 2.59026 2.60125 2.61165 2.62145 2.63067 2.63931 2.6474 2.65493 2.66192 2.66838 2.67432 2.67975 2.68467 2.6891 2.69305 2.69653 2.69953 2.70208 2.70418 2.70585 2.70707 2.70788 2.70827 2.70825 2.70783 2.70701 2.70581 2.70424 2.70228 2.69997 2.69729 2.69427 2.69089 2.68718 2.68313 2.67875 2.67405 2.66903 2.6637 2.65805 2.65211 2.64586 2.63933 2.6325 2.62538 2.61798 2.6103 2.60234 2.59411 2.58561 2.57685 2.56781 2.55852 2.54897 2.53916 2.52909 2.51877 2.5082 2.49738 2.48631 2.475 2.46343 2.45162 2.43957 2.42728 2.41474 2.40196 2.38895 2.37569 2.36219 2.34845 2.33447 2.32026 2.3058 2.29111 2.27617 2.261 2.24559 2.22994 2.21406 2.19793 2.18157 2.16496 2.14812 2.13104 2.11372 2.09616 2.07836 2.06032 2.04204 2.02352 2.00476 1.98576 1.96652 1.94704 1.92732 1.90735 1.88715 1.8667 1.84601 1.82508 1.8039 1.78248 1.76081 1.7389 1.71674 1.69433 1.67167 1.64877 1.6256 1.60219 1.57852 1.55459 1.53039 1.50594 1.48122 1.45623 1.43097 1.40544 1.37963 1.35354 1.32717 1.30051 1.27357 1.24633 1.2188 1.19096 1.16283 1.13439 1.10564 1.07657 1.04718 1.01745 0.987382 0.956948 0.92613 0.894898 0.863213 0.831018 0.798237 0.764765 0.730452 0.695086 0.658356 0.619795 0.578661 0.533709 0.482612 0.420273 0.331885 0.153769 0.28155 0.627944 0.819137 0.960085 1.07597 1.17578 1.26395 1.34312 1.41509 1.48113 1.54223 1.59916 1.65253 1.70282 1.75044 1.7957 1.83886 1.88013 1.91968 1.95766 1.99417 2.02933 2.06319 2.09584 2.12733 2.15771 2.18702 2.21529 2.24257 2.26889 2.29426 2.31873 2.3423 2.36502 2.38689 2.40794 2.42818 2.44765 2.46635 2.4843 2.50152 2.51803 2.53383 2.54895 2.5634 2.5772 2.59035 2.60286 2.61476 2.62605 2.63675 2.64686 2.6564 2.66537 2.67379 2.68166 2.68901 2.69582 2.70213 2.70793 2.71323 2.71805 2.72239 2.72626 2.72967 2.73262 2.73514 2.73721 2.73886 2.74009 2.74091 2.74132 2.74133 2.74095 2.74018 2.73904 2.73753 2.73565 2.73342 2.73083 2.7279 2.72463 2.72102 2.71709 2.71283 2.70825 2.70336 2.69816 2.69266 2.68686 2.68076 2.67437 2.66769 2.66073 2.65349 2.64597 2.63818 2.63012 2.62179 2.61319 2.60433 2.59521 2.58583 2.5762 2.56631 2.55617 2.54578 2.53514 2.52425 2.51311 2.50173 2.49011 2.47824 2.46613 2.45377 2.44118 2.42834 2.41526 2.40194 2.38839 2.37459 2.36055 2.34627 2.33175 2.31699 2.30199 2.28675 2.27128 2.25555 2.23959 2.22339 2.20695 2.19026 2.17333 2.15616 2.13874 2.12109 2.10318 2.08504 2.06664 2.048 2.02912 2.00999 1.99061 1.97098 1.95111 1.93098 1.9106 1.88997 1.86909 1.84795 1.82656 1.80491 1.783 1.76083 1.7384 1.71571 1.69274 1.66951 1.64601 1.62223 1.59817 1.57384 1.54921 1.52431 1.49911 1.47362 1.44782 1.42173 1.39533 1.36863 1.34161 1.31427 1.28661 1.25863 1.23032 1.20168 1.1727 1.14337 1.1137 1.08367 1.05327 1.02249 0.991308 0.959705 0.927648 0.895095 0.861986 0.828242 0.793751 0.758358 0.72184 0.683873 0.64397 0.601361 0.554747 0.501711 0.436954 0.345084 0.159913 0.281558 0.627952 0.819141 0.960087 1.07597 1.17578 1.26395 1.34312 1.41509 1.48113 1.54223 1.59916 1.65253 1.70282 1.75044 1.7957 1.83885 1.88012 1.91968 1.95765 1.99417 2.02932 2.06319 2.09584 2.12733 2.15771 2.18701 2.21529 2.24257 2.26889 2.29426 2.31873 2.3423 2.36502 2.38689 2.40794 2.42818 2.44765 2.46635 2.4843 2.50152 2.51803 2.53383 2.54895 2.5634 2.5772 2.59035 2.60286 2.61476 2.62605 2.63675 2.64686 2.6564 2.66537 2.67379 2.68166 2.689 2.69582 2.70213 2.70793 2.71323 2.71805 2.72239 2.72626 2.72967 2.73262 2.73514 2.73721 2.73886 2.74009 2.74091 2.74132 2.74133 2.74095 2.74018 2.73904 2.73753 2.73565 2.73342 2.73083 2.7279 2.72463 2.72102 2.71709 2.71283 2.70825 2.70336 2.69816 2.69266 2.68686 2.68076 2.67437 2.66769 2.66073 2.65349 2.64597 2.63818 2.63012 2.62178 2.61319 2.60433 2.59521 2.58583 2.5762 2.56631 2.55617 2.54578 2.53514 2.52425 2.51311 2.50173 2.49011 2.47824 2.46613 2.45377 2.44118 2.42834 2.41526 2.40194 2.38839 2.37459 2.36055 2.34627 2.33175 2.31699 2.30199 2.28675 2.27127 2.25555 2.23959 2.22339 2.20695 2.19026 2.17333 2.15616 2.13874 2.12109 2.10318 2.08504 2.06664 2.048 2.02912 2.00999 1.99061 1.97098 1.95111 1.93098 1.9106 1.88997 1.86909 1.84795 1.82656 1.80491 1.783 1.76083 1.7384 1.71571 1.69274 1.66951 1.64601 1.62223 1.59817 1.57384 1.54921 1.52431 1.49911 1.47362 1.44782 1.42173 1.39533 1.36863 1.34161 1.31427 1.28661 1.25863 1.23032 1.20168 1.1727 1.14337 1.1137 1.08367 1.05327 1.02249 0.991308 0.959705 0.927649 0.895095 0.861986 0.828242 0.793751 0.758358 0.72184 0.683874 0.643971 0.601361 0.554748 0.501712 0.436955 0.345085 0.159913 0.292335 0.652962 0.852388 0.999224 1.11952 1.22265 1.31326 1.39418 1.46732 1.5341 1.5956 1.65266 1.70595 1.75602 1.80329 1.84813 1.8908 1.93154 1.97054 2.00793 2.04386 2.0784 2.11166 2.14369 2.17456 2.20431 2.23299 2.26064 2.2873 2.31299 2.33775 2.3616 2.38457 2.40669 2.42797 2.44844 2.46813 2.48704 2.5052 2.52263 2.53934 2.55536 2.5707 2.58536 2.59938 2.61276 2.62551 2.63765 2.6492 2.66015 2.67053 2.68034 2.6896 2.69832 2.7065 2.71415 2.72129 2.72792 2.73406 2.73971 2.74488 2.74958 2.75382 2.7576 2.76094 2.76384 2.76631 2.76835 2.76998 2.7712 2.77202 2.77245 2.77249 2.77214 2.77143 2.77034 2.76889 2.76709 2.76494 2.76244 2.75961 2.75644 2.75295 2.74913 2.745 2.74055 2.73579 2.73074 2.72538 2.71973 2.71378 2.70755 2.70104 2.69425 2.68718 2.67983 2.67222 2.66433 2.65619 2.64778 2.63911 2.63018 2.62099 2.61155 2.60186 2.59192 2.58173 2.57129 2.56061 2.54968 2.5385 2.52708 2.51542 2.50352 2.49137 2.47899 2.46636 2.45349 2.44038 2.42703 2.41344 2.39961 2.38554 2.37123 2.35668 2.34188 2.32685 2.31157 2.29605 2.28029 2.26428 2.24803 2.23154 2.2148 2.19781 2.18058 2.1631 2.14537 2.12739 2.10916 2.09068 2.07195 2.05297 2.03373 2.01423 1.99448 1.97447 1.9542 1.93367 1.91288 1.89182 1.87049 1.84889 1.82702 1.80488 1.78246 1.75976 1.73677 1.7135 1.68994 1.66608 1.64193 1.61748 1.59272 1.56765 1.54227 1.51656 1.49054 1.46418 1.4375 1.41048 1.38311 1.3554 1.32734 1.29892 1.27015 1.24101 1.21149 1.1816 1.15133 1.12066 1.08959 1.0581 1.02617 0.993779 0.960891 0.927461 0.893428 0.858708 0.823183 0.786692 0.749002 0.709776 0.668506 0.624392 0.576086 0.521075 0.453858 0.358451 0.166128 0.292344 0.652971 0.852393 0.999226 1.11953 1.22265 1.31326 1.39418 1.46732 1.5341 1.5956 1.65266 1.70595 1.75602 1.80329 1.84812 1.8908 1.93154 1.97054 2.00793 2.04386 2.0784 2.11166 2.14369 2.17455 2.20431 2.23299 2.26064 2.2873 2.31299 2.33775 2.3616 2.38457 2.40669 2.42797 2.44844 2.46812 2.48704 2.5052 2.52263 2.53934 2.55536 2.5707 2.58536 2.59938 2.61276 2.62551 2.63765 2.6492 2.66015 2.67053 2.68034 2.6896 2.69832 2.7065 2.71415 2.72129 2.72792 2.73406 2.73971 2.74488 2.74958 2.75382 2.7576 2.76094 2.76384 2.76631 2.76835 2.76998 2.7712 2.77202 2.77245 2.77249 2.77214 2.77143 2.77034 2.76889 2.76709 2.76494 2.76244 2.75961 2.75644 2.75295 2.74913 2.745 2.74055 2.73579 2.73074 2.72538 2.71973 2.71378 2.70755 2.70104 2.69425 2.68717 2.67983 2.67222 2.66433 2.65619 2.64778 2.63911 2.63018 2.62099 2.61155 2.60186 2.59192 2.58173 2.57129 2.56061 2.54968 2.5385 2.52708 2.51542 2.50352 2.49137 2.47899 2.46636 2.45349 2.44038 2.42703 2.41344 2.39961 2.38554 2.37123 2.35668 2.34188 2.32685 2.31157 2.29605 2.28029 2.26428 2.24803 2.23154 2.2148 2.19781 2.18058 2.1631 2.14537 2.12739 2.10916 2.09068 2.07195 2.05297 2.03373 2.01423 1.99448 1.97447 1.9542 1.93367 1.91288 1.89182 1.87049 1.84889 1.82702 1.80488 1.78246 1.75976 1.73677 1.7135 1.68994 1.66608 1.64193 1.61748 1.59272 1.56765 1.54227 1.51656 1.49054 1.46418 1.4375 1.41048 1.38311 1.3554 1.32734 1.29892 1.27015 1.24101 1.21149 1.1816 1.15133 1.12066 1.08959 1.0581 1.02617 0.993779 0.960891 0.927462 0.893429 0.858708 0.823184 0.786693 0.749003 0.709777 0.668507 0.624393 0.576087 0.521076 0.45386 0.358452 0.166128 0.303253 0.67844 0.886334 1.03921 1.164 1.27045 1.36345 1.44601 1.52022 1.58759 1.64933 1.70636 1.75942 1.8091 1.8559 1.90017 1.94224 1.98234 2.02068 2.05741 2.09266 2.12652 2.1591 2.19045 2.22065 2.24973 2.27774 2.30473 2.33072 2.35576 2.37987 2.40309 2.42543 2.44692 2.4676 2.48747 2.50657 2.52491 2.54252 2.55941 2.57561 2.59112 2.60597 2.62017 2.63374 2.64669 2.65904 2.6708 2.68197 2.69258 2.70263 2.71214 2.72111 2.72956 2.73749 2.74492 2.75184 2.75829 2.76425 2.76974 2.77477 2.77934 2.78347 2.78716 2.79042 2.79326 2.79568 2.79769 2.79929 2.8005 2.80132 2.80176 2.80182 2.80152 2.80084 2.79981 2.79843 2.7967 2.79463 2.79223 2.78949 2.78643 2.78305 2.77936 2.77535 2.77104 2.76642 2.76151 2.75631 2.75081 2.74504 2.73897 2.73263 2.72602 2.71913 2.71197 2.70455 2.69686 2.68891 2.6807 2.67224 2.66351 2.65454 2.64532 2.63584 2.62612 2.61615 2.60593 2.59547 2.58477 2.57382 2.56263 2.5512 2.53953 2.52762 2.51547 2.50308 2.49045 2.47757 2.46446 2.45111 2.43752 2.42369 2.40961 2.3953 2.38074 2.36595 2.3509 2.33562 2.32009 2.30431 2.28829 2.27202 2.25551 2.23874 2.22173 2.20446 2.18694 2.16917 2.15114 2.13286 2.11432 2.09552 2.07645 2.05713 2.03754 2.01768 1.99756 1.97716 1.95649 1.93554 1.91431 1.8928 1.87101 1.84892 1.82655 1.80387 1.7809 1.75762 1.73403 1.71013 1.68591 1.66137 1.6365 1.6113 1.58575 1.55987 1.53363 1.50704 1.48008 1.45276 1.42507 1.39701 1.36856 1.33972 1.31049 1.28086 1.25082 1.22037 1.1895 1.1582 1.12646 1.09426 1.06158 1.02839 0.994664 0.960348 0.92538 0.889669 0.853094 0.815486 0.776603 0.736094 0.69343 0.647782 0.59775 0.540727 0.471005 0.372003 0.172422 0.303262 0.67845 0.886339 1.03921 1.164 1.27045 1.36345 1.44601 1.52022 1.58759 1.64933 1.70636 1.75942 1.8091 1.85589 1.90017 1.94224 1.98234 2.02068 2.05741 2.09265 2.12652 2.1591 2.19045 2.22064 2.24973 2.27774 2.30473 2.33072 2.35576 2.37987 2.40309 2.42543 2.44692 2.4676 2.48747 2.50657 2.52491 2.54252 2.55941 2.57561 2.59112 2.60597 2.62017 2.63374 2.64669 2.65904 2.6708 2.68197 2.69258 2.70263 2.71214 2.72111 2.72956 2.73749 2.74492 2.75184 2.75828 2.76425 2.76974 2.77477 2.77934 2.78347 2.78716 2.79042 2.79326 2.79568 2.79769 2.79929 2.8005 2.80132 2.80176 2.80182 2.80152 2.80084 2.79981 2.79843 2.7967 2.79463 2.79223 2.78949 2.78643 2.78305 2.77936 2.77535 2.77104 2.76642 2.76151 2.75631 2.75081 2.74504 2.73897 2.73263 2.72602 2.71913 2.71197 2.70455 2.69686 2.68891 2.6807 2.67224 2.66351 2.65454 2.64532 2.63584 2.62612 2.61615 2.60593 2.59547 2.58477 2.57382 2.56263 2.5512 2.53953 2.52762 2.51547 2.50308 2.49045 2.47757 2.46446 2.45111 2.43752 2.42369 2.40961 2.3953 2.38074 2.36595 2.3509 2.33562 2.32009 2.30431 2.28829 2.27202 2.25551 2.23874 2.22173 2.20446 2.18694 2.16917 2.15114 2.13286 2.11432 2.09552 2.07645 2.05713 2.03754 2.01768 1.99756 1.97716 1.95649 1.93554 1.91431 1.8928 1.87101 1.84892 1.82655 1.80387 1.7809 1.75762 1.73403 1.71013 1.68591 1.66137 1.6365 1.6113 1.58575 1.55987 1.53363 1.50704 1.48008 1.45276 1.42507 1.39701 1.36856 1.33972 1.31049 1.28086 1.25082 1.22037 1.1895 1.1582 1.12646 1.09426 1.06158 1.02839 0.994664 0.960349 0.92538 0.889669 0.853095 0.815487 0.776604 0.736094 0.693431 0.647783 0.597751 0.540728 0.471006 0.372004 0.172422 0.314361 0.704505 0.921129 1.08021 1.20957 1.31932 1.41464 1.49874 1.57385 1.64166 1.70345 1.76027 1.81292 1.86206 1.9082 1.95178 1.99311 2.03246 2.07003 2.10599 2.14048 2.1736 2.20543 2.23605 2.26552 2.29388 2.32119 2.34747 2.37278 2.39714 2.42058 2.44313 2.46482 2.48567 2.50572 2.52498 2.54348 2.56124 2.57828 2.59462 2.61029 2.62529 2.63964 2.65337 2.66649 2.67901 2.69094 2.7023 2.7131 2.72336 2.73308 2.74227 2.75095 2.75913 2.76681 2.774 2.78071 2.78695 2.79274 2.79806 2.80295 2.80739 2.81141 2.815 2.81818 2.82095 2.82331 2.82528 2.82686 2.82806 2.82888 2.82933 2.82941 2.82914 2.82851 2.82754 2.82622 2.82456 2.82258 2.82027 2.81763 2.81468 2.81142 2.80785 2.80398 2.7998 2.79534 2.79058 2.78553 2.78021 2.7746 2.76872 2.76256 2.75613 2.74944 2.74248 2.73526 2.72778 2.72004 2.71204 2.7038 2.6953 2.68655 2.67756 2.66832 2.65883 2.6491 2.63913 2.62892 2.61846 2.60777 2.59683 2.58565 2.57424 2.56259 2.5507 2.53857 2.5262 2.51359 2.50075 2.48766 2.47434 2.46077 2.44697 2.43292 2.41864 2.4041 2.38933 2.37431 2.35905 2.34354 2.32778 2.31177 2.29551 2.279 2.26224 2.24522 2.22795 2.21042 2.19263 2.17458 2.15626 2.13768 2.11883 2.09972 2.08032 2.06066 2.04071 2.02048 1.99997 1.97917 1.95808 1.93669 1.91501 1.89302 1.87072 1.8481 1.82517 1.80192 1.77834 1.75442 1.73017 1.70556 1.68061 1.6553 1.62962 1.60357 1.57714 1.55033 1.52313 1.49554 1.46754 1.43913 1.4103 1.38105 1.35138 1.32127 1.29072 1.25972 1.22826 1.19633 1.16391 1.131 1.09756 1.06358 1.029 0.993792 0.957875 0.921158 0.883517 0.844772 0.804673 0.762855 0.71877 0.671556 0.619763 0.560687 0.488414 0.385755 0.178804 0.314371 0.704515 0.921135 1.08021 1.20957 1.31932 1.41464 1.49874 1.57385 1.64166 1.70345 1.76027 1.81292 1.86205 1.9082 1.95178 1.99311 2.03245 2.07003 2.10599 2.14048 2.1736 2.20543 2.23605 2.26552 2.29388 2.32119 2.34747 2.37278 2.39714 2.42057 2.44312 2.46481 2.48567 2.50572 2.52498 2.54348 2.56124 2.57828 2.59462 2.61029 2.62529 2.63964 2.65337 2.66649 2.67901 2.69094 2.7023 2.7131 2.72336 2.73308 2.74227 2.75095 2.75913 2.76681 2.774 2.78071 2.78695 2.79273 2.79806 2.80295 2.80739 2.81141 2.815 2.81818 2.82095 2.82331 2.82528 2.82686 2.82806 2.82888 2.82933 2.82941 2.82914 2.82851 2.82754 2.82622 2.82456 2.82258 2.82027 2.81763 2.81468 2.81142 2.80785 2.80398 2.7998 2.79534 2.79058 2.78553 2.78021 2.7746 2.76872 2.76256 2.75613 2.74944 2.74248 2.73526 2.72778 2.72004 2.71204 2.7038 2.6953 2.68655 2.67756 2.66832 2.65883 2.6491 2.63913 2.62892 2.61846 2.60777 2.59683 2.58565 2.57424 2.56259 2.5507 2.53857 2.5262 2.51359 2.50075 2.48766 2.47434 2.46077 2.44697 2.43292 2.41864 2.4041 2.38933 2.37431 2.35905 2.34354 2.32778 2.31177 2.29551 2.279 2.26224 2.24522 2.22795 2.21042 2.19263 2.17458 2.15626 2.13768 2.11883 2.09972 2.08032 2.06066 2.04071 2.02048 1.99997 1.97917 1.95808 1.93669 1.91501 1.89302 1.87072 1.8481 1.82517 1.80192 1.77834 1.75442 1.73017 1.70556 1.68061 1.6553 1.62962 1.60357 1.57714 1.55033 1.52313 1.49554 1.46754 1.43913 1.4103 1.38105 1.35138 1.32127 1.29072 1.25972 1.22826 1.19633 1.16391 1.131 1.09756 1.06358 1.029 0.993792 0.957875 0.921159 0.883517 0.844772 0.804673 0.762856 0.718771 0.671557 0.619764 0.560689 0.488416 0.385756 0.178804 0.325725 0.731306 0.956957 1.12242 1.25641 1.36946 1.46701 1.55249 1.62833 1.69636 1.75801 1.8144 1.86644 1.91484 1.96017 2.00288 2.04333 2.08179 2.11849 2.1536 2.18724 2.21953 2.25056 2.28039 2.30908 2.33668 2.36324 2.38879 2.41338 2.43703 2.45977 2.48164 2.50266 2.52286 2.54226 2.5609 2.57879 2.59596 2.61243 2.62822 2.64334 2.65783 2.67168 2.68494 2.69759 2.70967 2.72119 2.73216 2.74258 2.75249 2.76187 2.77075 2.77914 2.78704 2.79446 2.80142 2.80791 2.81396 2.81956 2.82472 2.82946 2.83378 2.83768 2.84117 2.84426 2.84696 2.84927 2.8512 2.85276 2.85394 2.85476 2.85522 2.85532 2.85508 2.8545 2.85358 2.85233 2.85075 2.84885 2.84663 2.8441 2.84126 2.83812 2.83468 2.83095 2.82692 2.82261 2.81801 2.81313 2.80798 2.80255 2.79685 2.79089 2.78466 2.77817 2.77142 2.76441 2.75715 2.74964 2.74188 2.73387 2.72561 2.7171 2.70836 2.69937 2.69014 2.68067 2.67096 2.66101 2.65082 2.6404 2.62974 2.61884 2.60771 2.59634 2.58473 2.57289 2.56081 2.5485 2.53594 2.52315 2.51012 2.49686 2.48335 2.4696 2.45561 2.44138 2.42691 2.41219 2.39722 2.38201 2.36654 2.35083 2.33486 2.31865 2.30217 2.28544 2.26845 2.25119 2.23368 2.21589 2.19784 2.17952 2.16092 2.14204 2.12288 2.10344 2.08371 2.06369 2.04338 2.02276 2.00184 1.98061 1.95906 1.9372 1.91501 1.8925 1.86964 1.84644 1.8229 1.799 1.77473 1.7501 1.72508 1.69969 1.6739 1.64772 1.62112 1.59412 1.56669 1.53884 1.51054 1.48181 1.45262 1.42298 1.39287 1.36229 1.33123 1.29968 1.26764 1.23508 1.20199 1.16836 1.13417 1.09938 1.06395 1.02783 0.990948 0.953211 0.914483 0.87458 0.833241 0.790088 0.744552 0.69574 0.642149 0.580979 0.506105 0.399721 0.185281 0.325736 0.731318 0.956964 1.12242 1.25641 1.36946 1.46701 1.55249 1.62833 1.69636 1.75801 1.8144 1.86644 1.91484 1.96017 2.00288 2.04333 2.08179 2.11849 2.1536 2.18724 2.21953 2.25056 2.28038 2.30908 2.33668 2.36324 2.38879 2.41338 2.43702 2.45977 2.48164 2.50266 2.52286 2.54226 2.5609 2.57879 2.59596 2.61243 2.62822 2.64334 2.65783 2.67168 2.68493 2.69759 2.70967 2.72119 2.73216 2.74258 2.75249 2.76187 2.77075 2.77914 2.78704 2.79446 2.80142 2.80791 2.81396 2.81956 2.82472 2.82946 2.83378 2.83768 2.84117 2.84426 2.84696 2.84927 2.8512 2.85276 2.85394 2.85476 2.85522 2.85532 2.85508 2.8545 2.85358 2.85233 2.85075 2.84885 2.84663 2.8441 2.84126 2.83812 2.83468 2.83095 2.82692 2.82261 2.81801 2.81313 2.80798 2.80255 2.79685 2.79089 2.78466 2.77817 2.77142 2.76441 2.75715 2.74964 2.74188 2.73387 2.72561 2.7171 2.70836 2.69937 2.69014 2.68067 2.67096 2.66101 2.65082 2.6404 2.62974 2.61884 2.60771 2.59634 2.58473 2.57289 2.56081 2.5485 2.53594 2.52315 2.51012 2.49686 2.48335 2.4696 2.45561 2.44138 2.42691 2.41218 2.39722 2.382 2.36654 2.35083 2.33486 2.31865 2.30217 2.28544 2.26845 2.25119 2.23368 2.21589 2.19784 2.17952 2.16092 2.14204 2.12288 2.10344 2.08371 2.06369 2.04338 2.02276 2.00184 1.98061 1.95906 1.9372 1.91501 1.8925 1.86964 1.84644 1.8229 1.799 1.77473 1.7501 1.72508 1.69969 1.6739 1.64772 1.62112 1.59412 1.56669 1.53884 1.51054 1.48181 1.45262 1.42298 1.39287 1.36229 1.33123 1.29968 1.26764 1.23508 1.20199 1.16836 1.13417 1.09938 1.06395 1.02783 0.990949 0.953211 0.914483 0.87458 0.833242 0.790089 0.744553 0.695741 0.64215 0.580981 0.506106 0.399722 0.185281 0.337425 0.759019 0.994033 1.16606 1.30475 1.42106 1.52072 1.60741 1.68377 1.75179 1.81304 1.86877 1.91996 1.96741 2.01173 2.0534 2.09281 2.13025 2.16596 2.2001 2.23281 2.2642 2.29435 2.32333 2.3512 2.378 2.40378 2.42857 2.45241 2.47533 2.49736 2.51853 2.53887 2.5584 2.57716 2.59516 2.61244 2.62901 2.6449 2.66013 2.67472 2.68869 2.70205 2.71482 2.72702 2.73867 2.74977 2.76034 2.7704 2.77995 2.789 2.79757 2.80567 2.81329 2.82046 2.82719 2.83347 2.83931 2.84473 2.84974 2.85433 2.85851 2.8623 2.8657 2.86871 2.87134 2.8736 2.87549 2.87701 2.87818 2.879 2.87947 2.8796 2.87939 2.87886 2.87799 2.87681 2.87531 2.8735 2.87138 2.86896 2.86624 2.86322 2.85991 2.85632 2.85245 2.84829 2.84386 2.83916 2.83419 2.82895 2.82344 2.81768 2.81166 2.80539 2.79886 2.79208 2.78505 2.77778 2.77026 2.7625 2.75449 2.74625 2.73776 2.72904 2.72009 2.71089 2.70146 2.6918 2.6819 2.67177 2.66141 2.65081 2.63998 2.62892 2.61762 2.60609 2.59433 2.58233 2.5701 2.55763 2.54493 2.53198 2.5188 2.50538 2.49172 2.47782 2.46367 2.44928 2.43465 2.41976 2.40463 2.38925 2.37361 2.35771 2.34156 2.32515 2.30847 2.29153 2.27432 2.25684 2.23909 2.22106 2.20274 2.18415 2.16526 2.14608 2.1266 2.10682 2.08674 2.06634 2.04563 2.02459 2.00322 1.98152 1.95948 1.93709 1.91434 1.89123 1.86775 1.84389 1.81965 1.79501 1.76997 1.74452 1.71865 1.69235 1.66562 1.63844 1.6108 1.58271 1.55414 1.5251 1.49556 1.46554 1.43501 1.40397 1.37241 1.34032 1.30768 1.2745 1.24074 1.20639 1.17143 1.13583 1.09953 1.06249 1.02464 0.985859 0.946025 0.904942 0.862339 0.817822 0.770804 0.720359 0.664931 0.601623 0.524095 0.413918 0.191859 0.337436 0.759032 0.994041 1.16607 1.30475 1.42106 1.52072 1.60741 1.68377 1.75179 1.81304 1.86877 1.91996 1.96741 2.01172 2.0534 2.09281 2.13025 2.16596 2.2001 2.23281 2.2642 2.29435 2.32333 2.3512 2.378 2.40378 2.42857 2.45241 2.47533 2.49736 2.51853 2.53887 2.5584 2.57716 2.59516 2.61244 2.62901 2.6449 2.66013 2.67472 2.68869 2.70205 2.71482 2.72702 2.73867 2.74977 2.76034 2.7704 2.77995 2.789 2.79757 2.80567 2.81329 2.82046 2.82719 2.83347 2.83931 2.84473 2.84974 2.85433 2.85851 2.8623 2.8657 2.86871 2.87134 2.8736 2.87549 2.87701 2.87818 2.879 2.87947 2.8796 2.87939 2.87886 2.87799 2.87681 2.87531 2.8735 2.87138 2.86896 2.86624 2.86322 2.85991 2.85632 2.85245 2.84829 2.84386 2.83916 2.83419 2.82895 2.82344 2.81768 2.81166 2.80539 2.79886 2.79208 2.78505 2.77778 2.77026 2.7625 2.75449 2.74625 2.73776 2.72904 2.72009 2.71089 2.70146 2.6918 2.6819 2.67177 2.66141 2.65081 2.63998 2.62892 2.61762 2.60609 2.59433 2.58233 2.5701 2.55763 2.54493 2.53198 2.5188 2.50538 2.49172 2.47782 2.46367 2.44928 2.43465 2.41976 2.40463 2.38925 2.37361 2.35771 2.34156 2.32515 2.30847 2.29153 2.27432 2.25684 2.23909 2.22106 2.20274 2.18415 2.16526 2.14608 2.1266 2.10682 2.08674 2.06634 2.04563 2.02459 2.00322 1.98152 1.95948 1.93709 1.91434 1.89123 1.86775 1.84389 1.81965 1.79501 1.76997 1.74452 1.71865 1.69235 1.66562 1.63844 1.6108 1.58271 1.55414 1.5251 1.49556 1.46554 1.43501 1.40397 1.37241 1.34032 1.30768 1.2745 1.24074 1.20639 1.17143 1.13583 1.09953 1.06249 1.02464 0.985859 0.946026 0.904943 0.862339 0.817823 0.770805 0.72036 0.664932 0.601625 0.524096 0.41392 0.191859 0.349552 0.787845 1.0326 1.21141 1.35485 1.47436 1.57598 1.66368 1.7403 1.80803 1.8686 1.92339 1.97348 2.01973 2.06281 2.10325 2.14145 2.17772 2.21231 2.24537 2.27706 2.30747 2.33668 2.36477 2.39177 2.41773 2.44269 2.46669 2.48976 2.51194 2.53324 2.5537 2.57334 2.59221 2.61031 2.62768 2.64434 2.66032 2.67563 2.6903 2.70436 2.71781 2.73068 2.74298 2.75473 2.76595 2.77664 2.78683 2.79652 2.80572 2.81445 2.82272 2.83052 2.83789 2.84481 2.8513 2.85737 2.86303 2.86827 2.87312 2.87757 2.88163 2.88531 2.88861 2.89154 2.89411 2.89631 2.89817 2.89967 2.90083 2.90165 2.90213 2.90229 2.90212 2.90163 2.90083 2.89972 2.8983 2.89658 2.89456 2.89225 2.88965 2.88677 2.8836 2.88016 2.87644 2.87245 2.86819 2.86367 2.85889 2.85384 2.84855 2.843 2.8372 2.83115 2.82485 2.81831 2.81153 2.8045 2.79724 2.78974 2.78201 2.77404 2.76584 2.7574 2.74873 2.73983 2.73071 2.72135 2.71176 2.70194 2.6919 2.68162 2.67112 2.66039 2.64942 2.63823 2.6268 2.61515 2.60326 2.59114 2.57879 2.5662 2.55337 2.54031 2.52701 2.51346 2.49968 2.48565 2.47138 2.45685 2.44208 2.42706 2.41178 2.39624 2.38045 2.36439 2.34806 2.33147 2.31461 2.29746 2.28004 2.26234 2.24435 2.22607 2.20749 2.1886 2.16942 2.14992 2.1301 2.10995 2.08948 2.06867 2.04752 2.02601 2.00415 1.98192 1.95931 1.93632 1.91294 1.88916 1.86497 1.84035 1.81531 1.78983 1.7639 1.73752 1.71066 1.68333 1.65551 1.62719 1.59837 1.56903 1.53917 1.50877 1.47783 1.44634 1.41428 1.38165 1.34844 1.31463 1.28019 1.24513 1.20939 1.17296 1.13579 1.09782 1.05897 1.01914 0.978176 0.935889 0.891994 0.846085 0.797552 0.745438 0.688133 0.622641 0.542403 0.42836 0.198545 0.349565 0.787859 1.03261 1.21141 1.35486 1.47436 1.57599 1.66368 1.74029 1.80803 1.8686 1.92339 1.97348 2.01972 2.06281 2.10325 2.14145 2.17772 2.21231 2.24537 2.27706 2.30747 2.33668 2.36476 2.39176 2.41773 2.44269 2.46669 2.48976 2.51194 2.53324 2.5537 2.57334 2.59221 2.61031 2.62768 2.64434 2.66032 2.67563 2.6903 2.70436 2.71781 2.73068 2.74298 2.75473 2.76595 2.77664 2.78683 2.79652 2.80572 2.81445 2.82272 2.83052 2.83789 2.84481 2.8513 2.85737 2.86303 2.86827 2.87312 2.87757 2.88163 2.88531 2.88861 2.89154 2.89411 2.89631 2.89817 2.89967 2.90083 2.90165 2.90213 2.90229 2.90212 2.90163 2.90083 2.89972 2.8983 2.89658 2.89456 2.89225 2.88965 2.88677 2.8836 2.88016 2.87644 2.87245 2.86819 2.86367 2.85889 2.85384 2.84855 2.843 2.8372 2.83115 2.82485 2.81831 2.81153 2.8045 2.79724 2.78974 2.78201 2.77404 2.76584 2.7574 2.74873 2.73983 2.73071 2.72135 2.71176 2.70194 2.6919 2.68162 2.67112 2.66039 2.64942 2.63823 2.6268 2.61515 2.60326 2.59114 2.57879 2.5662 2.55337 2.54031 2.52701 2.51346 2.49968 2.48565 2.47138 2.45685 2.44208 2.42706 2.41178 2.39624 2.38045 2.36439 2.34806 2.33147 2.31461 2.29746 2.28004 2.26234 2.24435 2.22607 2.20749 2.1886 2.16942 2.14992 2.1301 2.10995 2.08948 2.06867 2.04752 2.02601 2.00415 1.98192 1.95931 1.93632 1.91294 1.88916 1.86497 1.84035 1.81531 1.78983 1.7639 1.73752 1.71066 1.68333 1.65551 1.62719 1.59837 1.56903 1.53917 1.50877 1.47783 1.44634 1.41428 1.38165 1.34844 1.31463 1.2802 1.24513 1.20939 1.17296 1.13579 1.09782 1.05897 1.01914 0.978177 0.935889 0.891995 0.846086 0.797553 0.745439 0.688134 0.622642 0.542405 0.428361 0.198545 0.36221 0.818011 1.07294 1.25874 1.40701 1.52963 1.63304 1.72148 1.79806 1.86518 1.92475 1.97828 2.02696 2.07173 2.11333 2.15232 2.18912 2.22407 2.25739 2.28927 2.31984 2.3492 2.37741 2.40453 2.43062 2.45571 2.47983 2.50302 2.52531 2.54672 2.56728 2.58702 2.60597 2.62416 2.64161 2.65835 2.6744 2.68978 2.70452 2.71865 2.73218 2.74512 2.75751 2.76935 2.78066 2.79146 2.80176 2.81157 2.8209 2.82977 2.83819 2.84616 2.85369 2.86079 2.86748 2.87375 2.87962 2.88509 2.89017 2.89487 2.89919 2.90313 2.9067 2.90992 2.91278 2.91528 2.91744 2.91926 2.92075 2.9219 2.92272 2.92323 2.92342 2.92329 2.92286 2.92212 2.92108 2.91975 2.91813 2.91622 2.91402 2.91155 2.9088 2.90578 2.90249 2.89894 2.89512 2.89104 2.88671 2.88213 2.87729 2.87221 2.86688 2.8613 2.85549 2.84944 2.84315 2.83662 2.82986 2.82287 2.81565 2.8082 2.80052 2.79261 2.78448 2.77612 2.76753 2.75872 2.74969 2.74043 2.73095 2.72124 2.71131 2.70115 2.69077 2.68016 2.66933 2.65827 2.64698 2.63547 2.62372 2.61175 2.59954 2.58709 2.57442 2.5615 2.54835 2.53495 2.52132 2.50744 2.49331 2.47893 2.4643 2.44941 2.43427 2.41886 2.40319 2.38725 2.37104 2.35456 2.33779 2.32074 2.3034 2.28577 2.26783 2.2496 2.23105 2.21219 2.193 2.17349 2.15363 2.13344 2.11289 2.09198 2.07071 2.04906 2.02702 2.00459 1.98175 1.9585 1.93483 1.91071 1.88616 1.86114 1.83566 1.8097 1.78325 1.7563 1.72884 1.70085 1.67233 1.64327 1.61366 1.58348 1.55272 1.52138 1.48944 1.4569 1.42374 1.38995 1.3555 1.3204 1.2846 1.24809 1.21083 1.17277 1.13385 1.09399 1.05308 1.01097 0.967452 0.922238 0.874905 0.824823 0.771001 0.711776 0.644052 0.561048 0.443061 0.205347 0.362224 0.818026 1.07295 1.25875 1.40701 1.52963 1.63304 1.72148 1.79806 1.86518 1.92475 1.97828 2.02696 2.07173 2.11333 2.15232 2.18912 2.22407 2.25739 2.28927 2.31984 2.34919 2.37741 2.40453 2.43062 2.45571 2.47983 2.50302 2.52531 2.54672 2.56728 2.58702 2.60597 2.62416 2.64161 2.65835 2.67439 2.68978 2.70452 2.71865 2.73217 2.74512 2.75751 2.76935 2.78066 2.79146 2.80176 2.81157 2.8209 2.82977 2.83819 2.84616 2.85369 2.86079 2.86748 2.87375 2.87962 2.88509 2.89017 2.89487 2.89919 2.90313 2.9067 2.90992 2.91278 2.91528 2.91744 2.91926 2.92075 2.9219 2.92272 2.92323 2.92342 2.92329 2.92286 2.92212 2.92108 2.91975 2.91813 2.91622 2.91402 2.91155 2.9088 2.90578 2.90249 2.89894 2.89512 2.89104 2.88671 2.88213 2.87729 2.87221 2.86688 2.8613 2.85549 2.84944 2.84315 2.83662 2.82986 2.82287 2.81565 2.8082 2.80052 2.79261 2.78448 2.77612 2.76753 2.75872 2.74969 2.74043 2.73095 2.72124 2.71131 2.70115 2.69077 2.68016 2.66933 2.65827 2.64698 2.63547 2.62372 2.61175 2.59954 2.58709 2.57442 2.5615 2.54835 2.53495 2.52132 2.50744 2.49331 2.47893 2.4643 2.44941 2.43427 2.41886 2.40319 2.38725 2.37104 2.35456 2.33779 2.32074 2.3034 2.28577 2.26783 2.2496 2.23105 2.21219 2.193 2.17349 2.15363 2.13344 2.11289 2.09198 2.07071 2.04906 2.02702 2.00459 1.98175 1.9585 1.93483 1.91071 1.88616 1.86114 1.83566 1.8097 1.78325 1.7563 1.72884 1.70085 1.67233 1.64327 1.61366 1.58348 1.55272 1.52138 1.48944 1.4569 1.42374 1.38995 1.3555 1.3204 1.2846 1.24809 1.21083 1.17277 1.13385 1.09399 1.05308 1.01097 0.967452 0.922238 0.874905 0.824823 0.771002 0.711778 0.644053 0.56105 0.443063 0.205347 0.375514 0.849764 1.11535 1.3084 1.46152 1.58716 1.69214 1.78103 1.85722 1.92336 1.98154 2.03344 2.08037 2.12336 2.1632 2.2005 2.2357 2.26915 2.30107 2.33164 2.36099 2.38921 2.41636 2.44248 2.46762 2.4918 2.51506 2.53742 2.5589 2.57954 2.59936 2.61838 2.63664 2.65415 2.67095 2.68706 2.70251 2.71731 2.73149 2.74508 2.75809 2.77055 2.78246 2.79386 2.80475 2.81514 2.82506 2.83451 2.8435 2.85205 2.86017 2.86786 2.87513 2.88199 2.88846 2.89452 2.9002 2.9055 2.91043 2.91498 2.91918 2.92301 2.92649 2.92963 2.93242 2.93488 2.937 2.93879 2.94027 2.94142 2.94226 2.94279 2.94301 2.94293 2.94256 2.94189 2.94093 2.93969 2.93817 2.93638 2.93431 2.93197 2.92936 2.92649 2.92336 2.91998 2.91634 2.91245 2.90832 2.90394 2.89932 2.89446 2.88936 2.88403 2.87846 2.87266 2.86663 2.86038 2.8539 2.84719 2.84026 2.83311 2.82573 2.81813 2.81032 2.80228 2.79403 2.78555 2.77686 2.76795 2.75882 2.74947 2.73991 2.73012 2.72011 2.70988 2.69944 2.68876 2.67787 2.66675 2.6554 2.64383 2.63203 2.62 2.60773 2.59524 2.5825 2.56953 2.55631 2.54286 2.52915 2.5152 2.50099 2.48653 2.47181 2.45683 2.44159 2.42607 2.41027 2.3942 2.37785 2.3612 2.34426 2.32702 2.30948 2.29162 2.27345 2.25494 2.23611 2.21693 2.19741 2.17753 2.15728 2.13665 2.11565 2.09424 2.07243 2.05021 2.02756 2.00447 1.98093 1.95693 1.93246 1.9075 1.88205 1.85608 1.82959 1.80257 1.775 1.74687 1.71817 1.68889 1.65901 1.62853 1.59743 1.5657 1.53333 1.5003 1.46661 1.43224 1.39717 1.36139 1.32486 1.28757 1.24946 1.2105 1.17062 1.12973 1.08772 1.04443 0.999662 0.953099 0.90431 0.852642 0.797074 0.735885 0.665878 0.580048 0.458036 0.21227 0.375529 0.84978 1.11536 1.3084 1.46153 1.58717 1.69214 1.78103 1.85722 1.92336 1.98154 2.03344 2.08037 2.12336 2.1632 2.2005 2.2357 2.26915 2.30107 2.33164 2.36099 2.38921 2.41635 2.44248 2.46761 2.4918 2.51506 2.53742 2.5589 2.57954 2.59936 2.61838 2.63664 2.65415 2.67095 2.68706 2.7025 2.71731 2.73149 2.74508 2.75809 2.77055 2.78246 2.79386 2.80475 2.81514 2.82506 2.83451 2.8435 2.85205 2.86017 2.86786 2.87513 2.88199 2.88846 2.89452 2.9002 2.9055 2.91043 2.91498 2.91918 2.92301 2.92649 2.92963 2.93242 2.93488 2.937 2.93879 2.94027 2.94142 2.94226 2.94279 2.94301 2.94293 2.94256 2.94189 2.94093 2.93969 2.93817 2.93638 2.93431 2.93197 2.92936 2.92649 2.92336 2.91998 2.91634 2.91245 2.90832 2.90394 2.89932 2.89446 2.88936 2.88403 2.87846 2.87266 2.86663 2.86038 2.8539 2.84719 2.84026 2.83311 2.82573 2.81813 2.81032 2.80228 2.79403 2.78555 2.77686 2.76795 2.75882 2.74947 2.73991 2.73012 2.72011 2.70988 2.69944 2.68876 2.67787 2.66675 2.6554 2.64383 2.63203 2.62 2.60773 2.59524 2.5825 2.56953 2.55631 2.54286 2.52915 2.5152 2.50099 2.48653 2.47181 2.45683 2.44159 2.42607 2.41027 2.3942 2.37785 2.3612 2.34426 2.32702 2.30948 2.29162 2.27345 2.25494 2.23611 2.21693 2.19741 2.17753 2.15728 2.13665 2.11565 2.09424 2.07243 2.05021 2.02756 2.00447 1.98093 1.95693 1.93246 1.9075 1.88205 1.85608 1.82959 1.80257 1.775 1.74687 1.71817 1.68889 1.65901 1.62853 1.59743 1.5657 1.53333 1.5003 1.46661 1.43224 1.39717 1.36139 1.32486 1.28757 1.24946 1.2105 1.17062 1.12973 1.08772 1.04444 0.999663 0.9531 0.90431 0.852643 0.797075 0.735887 0.665879 0.580049 0.458037 0.21227 0.389588 0.883374 1.16017 1.36071 1.51874 1.64728 1.75356 1.84255 1.91795 1.98267 2.03904 2.0889 2.13369 2.17455 2.21232 2.24766 2.28104 2.31279 2.34315 2.3723 2.40033 2.42734 2.45335 2.47842 2.50257 2.52582 2.5482 2.56971 2.59039 2.61026 2.62933 2.64764 2.6652 2.68205 2.69821 2.71371 2.72856 2.74279 2.75644 2.7695 2.78202 2.794 2.80547 2.81643 2.82692 2.83693 2.84648 2.85559 2.86427 2.87252 2.88035 2.88778 2.89481 2.90145 2.90771 2.91358 2.91909 2.92423 2.92902 2.93345 2.93753 2.94127 2.94467 2.94774 2.95048 2.95289 2.95499 2.95677 2.95823 2.9594 2.96025 2.96082 2.96108 2.96106 2.96075 2.96016 2.9593 2.95816 2.95674 2.95507 2.95312 2.95092 2.94847 2.94576 2.9428 2.93959 2.93614 2.93245 2.92852 2.92436 2.91996 2.91533 2.91048 2.90539 2.90008 2.89455 2.8888 2.88282 2.87663 2.87022 2.8636 2.85676 2.8497 2.84243 2.83495 2.82725 2.81935 2.81123 2.8029 2.79435 2.7856 2.77663 2.76744 2.75805 2.74844 2.73861 2.72857 2.71831 2.70783 2.69713 2.68621 2.67507 2.66371 2.65211 2.64029 2.62824 2.61595 2.60343 2.59066 2.57766 2.56441 2.55092 2.53717 2.52317 2.50891 2.49439 2.47959 2.46453 2.44919 2.43357 2.41766 2.40146 2.38495 2.36815 2.35102 2.33358 2.31581 2.29771 2.27926 2.26046 2.2413 2.22177 2.20186 2.18155 2.16085 2.13973 2.11818 2.0962 2.07377 2.05088 2.02751 2.00366 1.9793 1.95443 1.92903 1.90309 1.87659 1.84952 1.82186 1.79361 1.76475 1.73527 1.70514 1.67437 1.64294 1.61083 1.57803 1.54453 1.51032 1.47537 1.43968 1.40321 1.36595 1.32785 1.2889 1.24902 1.20816 1.16622 1.12309 1.07861 1.03255 0.984608 0.934328 0.881038 0.823681 0.760482 0.688139 0.59942 0.473299 0.219322 0.389603 0.883392 1.16018 1.36072 1.51875 1.64728 1.75356 1.84255 1.91795 1.98267 2.03904 2.0889 2.13369 2.17454 2.21232 2.24766 2.28104 2.31279 2.34315 2.3723 2.40033 2.42733 2.45335 2.47842 2.50257 2.52582 2.5482 2.56971 2.59039 2.61026 2.62933 2.64764 2.6652 2.68205 2.69821 2.7137 2.72856 2.74279 2.75644 2.7695 2.78202 2.794 2.80547 2.81643 2.82692 2.83693 2.84648 2.85559 2.86427 2.87252 2.88035 2.88778 2.89481 2.90145 2.90771 2.91358 2.91909 2.92423 2.92902 2.93345 2.93753 2.94127 2.94467 2.94774 2.95048 2.95289 2.95499 2.95677 2.95823 2.9594 2.96025 2.96082 2.96108 2.96106 2.96075 2.96016 2.9593 2.95816 2.95674 2.95507 2.95312 2.95092 2.94847 2.94576 2.9428 2.93959 2.93614 2.93245 2.92852 2.92436 2.91996 2.91533 2.91048 2.90539 2.90008 2.89455 2.8888 2.88282 2.87663 2.87022 2.8636 2.85676 2.8497 2.84243 2.83495 2.82725 2.81935 2.81123 2.8029 2.79435 2.7856 2.77663 2.76744 2.75805 2.74844 2.73861 2.72857 2.71831 2.70783 2.69713 2.68621 2.67507 2.66371 2.65211 2.64029 2.62824 2.61595 2.60343 2.59066 2.57766 2.56441 2.55092 2.53717 2.52317 2.50891 2.49439 2.47959 2.46453 2.44919 2.43357 2.41766 2.40146 2.38495 2.36815 2.35102 2.33358 2.31581 2.29771 2.27926 2.26046 2.2413 2.22177 2.20186 2.18155 2.16085 2.13973 2.11818 2.0962 2.07377 2.05088 2.02751 2.00366 1.9793 1.95443 1.92903 1.90309 1.87659 1.84952 1.82186 1.79361 1.76475 1.73527 1.70514 1.67437 1.64294 1.61083 1.57803 1.54453 1.51032 1.47537 1.43968 1.40321 1.36595 1.32785 1.2889 1.24902 1.20816 1.16622 1.12309 1.07861 1.03255 0.984609 0.934329 0.881039 0.823682 0.760484 0.688141 0.599422 0.4733 0.219322 0.404559 0.919119 1.20772 1.41605 1.57903 1.71029 1.81759 1.90627 1.98042 2.04324 2.0973 2.14464 2.18686 2.22519 2.26056 2.29365 2.32496 2.35482 2.38346 2.41105 2.43767 2.46338 2.48821 2.51218 2.53531 2.55761 2.57908 2.59975 2.61962 2.63871 2.65704 2.67464 2.69153 2.70773 2.72326 2.73816 2.75244 2.76613 2.77925 2.79182 2.80386 2.81539 2.82643 2.83699 2.8471 2.85675 2.86597 2.87476 2.88314 2.89111 2.89869 2.90588 2.91269 2.91912 2.92519 2.9309 2.93626 2.94126 2.94592 2.95025 2.95424 2.95789 2.96123 2.96424 2.96694 2.96933 2.9714 2.97318 2.97465 2.97584 2.97673 2.97733 2.97765 2.97769 2.97746 2.97696 2.97618 2.97515 2.97385 2.9723 2.9705 2.96845 2.96615 2.96361 2.96082 2.9578 2.95455 2.95107 2.94735 2.94341 2.93925 2.93486 2.93025 2.92543 2.92039 2.91514 2.90967 2.90399 2.8981 2.892 2.88569 2.87918 2.87246 2.86553 2.8584 2.85106 2.84352 2.83577 2.82782 2.81966 2.81129 2.80272 2.79395 2.78496 2.77577 2.76637 2.75676 2.74693 2.73689 2.72664 2.71618 2.70549 2.69458 2.68345 2.6721 2.66052 2.64871 2.63667 2.62439 2.61187 2.59911 2.58611 2.57285 2.55934 2.54557 2.53154 2.51724 2.50266 2.48781 2.47267 2.45725 2.44152 2.42549 2.40915 2.39249 2.3755 2.35818 2.34051 2.32249 2.3041 2.28535 2.2662 2.24666 2.22671 2.20635 2.18555 2.1643 2.1426 2.12042 2.09776 2.0746 2.05092 2.02671 2.00195 1.97664 1.95075 1.92426 1.89717 1.86946 1.84111 1.81211 1.78244 1.75209 1.72104 1.68929 1.65681 1.6236 1.58963 1.5549 1.51938 1.48305 1.4459 1.40789 1.369 1.32917 1.28836 1.2465 1.2035 1.15923 1.11352 1.06615 1.0168 0.96499 0.910037 0.850848 0.785591 0.710857 0.619183 0.488864 0.22651 0.404575 0.919138 1.20773 1.41606 1.57903 1.7103 1.81759 1.90627 1.98042 2.04324 2.0973 2.14464 2.18686 2.22519 2.26056 2.29365 2.32496 2.35482 2.38346 2.41105 2.43767 2.46337 2.48821 2.51218 2.53531 2.55761 2.57908 2.59975 2.61962 2.63871 2.65704 2.67464 2.69153 2.70773 2.72326 2.73816 2.75244 2.76613 2.77925 2.79182 2.80386 2.81539 2.82643 2.83699 2.8471 2.85675 2.86597 2.87476 2.88314 2.89111 2.89869 2.90588 2.91269 2.91912 2.92519 2.9309 2.93626 2.94126 2.94592 2.95025 2.95424 2.95789 2.96123 2.96424 2.96694 2.96933 2.9714 2.97318 2.97465 2.97584 2.97673 2.97733 2.97765 2.97769 2.97746 2.97696 2.97618 2.97515 2.97385 2.9723 2.9705 2.96845 2.96615 2.96361 2.96082 2.9578 2.95455 2.95107 2.94735 2.94341 2.93925 2.93486 2.93025 2.92543 2.92039 2.91514 2.90967 2.90399 2.8981 2.892 2.88569 2.87918 2.87246 2.86553 2.8584 2.85106 2.84352 2.83577 2.82782 2.81966 2.81129 2.80272 2.79395 2.78496 2.77577 2.76637 2.75676 2.74693 2.73689 2.72664 2.71618 2.70549 2.69458 2.68345 2.6721 2.66052 2.64871 2.63667 2.62439 2.61187 2.59911 2.58611 2.57285 2.55934 2.54557 2.53154 2.51724 2.50266 2.48781 2.47267 2.45725 2.44152 2.42549 2.40915 2.39249 2.3755 2.35818 2.34051 2.32249 2.3041 2.28535 2.2662 2.24666 2.22671 2.20635 2.18555 2.1643 2.1426 2.12042 2.09776 2.0746 2.05092 2.02671 2.00195 1.97664 1.95075 1.92426 1.89717 1.86946 1.84111 1.81211 1.78244 1.75209 1.72104 1.68929 1.65681 1.6236 1.58963 1.5549 1.51938 1.48305 1.4459 1.40789 1.369 1.32917 1.28836 1.24651 1.2035 1.15923 1.11352 1.06615 1.0168 0.96499 0.910038 0.850849 0.785592 0.710859 0.619185 0.488865 0.22651 0.420556 0.957282 1.25836 1.47478 1.64273 1.77655 1.88451 1.97244 2.0448 2.10516 2.15636 2.20066 2.23982 2.2752 2.30778 2.33831 2.36727 2.39503 2.42179 2.44768 2.47278 2.49712 2.52071 2.54355 2.56564 2.58697 2.60753 2.62735 2.64641 2.66474 2.68235 2.69925 2.71548 2.73104 2.74597 2.76029 2.77402 2.78719 2.79981 2.81191 2.82351 2.83462 2.84526 2.85545 2.8652 2.87453 2.88343 2.89194 2.90005 2.90778 2.91512 2.9221 2.92872 2.93497 2.94088 2.94645 2.95167 2.95656 2.96112 2.96535 2.96927 2.97286 2.97615 2.97913 2.9818 2.98417 2.98625 2.98803 2.98953 2.99074 2.99167 2.99233 2.99271 2.99283 2.99268 2.99227 2.99161 2.99069 2.98952 2.9881 2.98645 2.98455 2.98242 2.98005 2.97745 2.97463 2.97158 2.96831 2.96482 2.96111 2.95719 2.95306 2.94872 2.94416 2.9394 2.93444 2.92927 2.92389 2.91832 2.91254 2.90657 2.9004 2.89402 2.88745 2.88069 2.87372 2.86656 2.8592 2.85164 2.84389 2.83594 2.82778 2.81943 2.81088 2.80213 2.79317 2.78401 2.77465 2.76507 2.75529 2.7453 2.7351 2.72468 2.71404 2.70319 2.69211 2.6808 2.66927 2.6575 2.6455 2.63326 2.62077 2.60804 2.59506 2.58181 2.5683 2.55453 2.54048 2.52615 2.51153 2.49662 2.48141 2.46589 2.45006 2.4339 2.4174 2.40056 2.38336 2.36581 2.34787 2.32955 2.31083 2.29171 2.27215 2.25216 2.23172 2.21081 2.18942 2.16754 2.14514 2.12221 2.09875 2.07472 2.05011 2.02491 1.9991 1.97266 1.94557 1.91782 1.8894 1.86028 1.83045 1.79989 1.76859 1.73653 1.70369 1.67007 1.63564 1.60039 1.5643 1.52734 1.4895 1.45074 1.41103 1.37033 1.32858 1.2857 1.24161 1.19617 1.14921 1.1005 1.04969 0.996323 0.939666 0.8786 0.811234 0.734053 0.639355 0.504746 0.23384 0.420573 0.957302 1.25838 1.47479 1.64274 1.77655 1.88451 1.97244 2.0448 2.10516 2.15636 2.20066 2.23982 2.27519 2.30778 2.3383 2.36727 2.39503 2.42179 2.44768 2.47278 2.49712 2.52071 2.54355 2.56564 2.58697 2.60753 2.62735 2.64641 2.66474 2.68235 2.69925 2.71548 2.73104 2.74597 2.76029 2.77402 2.78719 2.79981 2.81191 2.82351 2.83462 2.84526 2.85545 2.8652 2.87453 2.88343 2.89194 2.90005 2.90778 2.91512 2.9221 2.92872 2.93497 2.94088 2.94645 2.95167 2.95656 2.96112 2.96535 2.96927 2.97286 2.97615 2.97913 2.9818 2.98417 2.98625 2.98803 2.98953 2.99074 2.99167 2.99233 2.99271 2.99283 2.99268 2.99227 2.99161 2.99069 2.98952 2.9881 2.98645 2.98455 2.98242 2.98005 2.97745 2.97463 2.97158 2.96831 2.96482 2.96111 2.95719 2.95306 2.94872 2.94416 2.9394 2.93444 2.92927 2.92389 2.91832 2.91254 2.90657 2.9004 2.89402 2.88745 2.88069 2.87372 2.86656 2.8592 2.85164 2.84389 2.83594 2.82778 2.81943 2.81088 2.80213 2.79317 2.78401 2.77465 2.76507 2.75529 2.7453 2.7351 2.72468 2.71404 2.70319 2.69211 2.6808 2.66927 2.6575 2.6455 2.63326 2.62077 2.60804 2.59506 2.58181 2.5683 2.55453 2.54048 2.52615 2.51153 2.49662 2.48141 2.46589 2.45006 2.4339 2.4174 2.40056 2.38336 2.36581 2.34787 2.32955 2.31083 2.29171 2.27215 2.25216 2.23172 2.21081 2.18942 2.16754 2.14514 2.12221 2.09875 2.07472 2.05011 2.02491 1.9991 1.97266 1.94557 1.91782 1.8894 1.86028 1.83045 1.79989 1.76859 1.73653 1.70369 1.67007 1.63564 1.60039 1.5643 1.52734 1.4895 1.45074 1.41103 1.37033 1.32858 1.2857 1.24161 1.19617 1.14921 1.1005 1.04969 0.996323 0.939667 0.878601 0.811236 0.734054 0.639357 0.504747 0.23384 0.437704 0.998133 1.31243 1.53725 1.7102 1.84635 1.95459 2.04125 2.11125 2.16853 2.21625 2.25692 2.29249 2.32443 2.35382 2.38143 2.40778 2.43321 2.4579 2.48197 2.50545 2.52835 2.55065 2.57232 2.59335 2.6137 2.63336 2.65233 2.6706 2.68818 2.70507 2.72131 2.73689 2.75185 2.76621 2.77998 2.79319 2.80587 2.81802 2.82968 2.84087 2.85159 2.86187 2.87172 2.88115 2.89018 2.89881 2.90706 2.91494 2.92245 2.9296 2.93639 2.94284 2.94895 2.95473 2.96017 2.96529 2.97009 2.97457 2.97874 2.9826 2.98616 2.98941 2.99237 2.99504 2.99741 2.9995 3.00131 3.00285 3.0041 3.00509 3.00581 3.00627 3.00648 3.00642 3.00612 3.00557 3.00478 3.00375 3.00248 3.00098 2.99924 2.99729 2.9951 2.9927 2.99008 2.98725 2.9842 2.98095 2.97748 2.97382 2.96995 2.96587 2.9616 2.95713 2.95247 2.94761 2.94255 2.93731 2.93187 2.92624 2.92042 2.91441 2.90821 2.90183 2.89525 2.88849 2.88153 2.87439 2.86706 2.85954 2.85182 2.84392 2.83582 2.82753 2.81904 2.81035 2.80147 2.79239 2.7831 2.77361 2.76391 2.75401 2.74389 2.73356 2.72301 2.71224 2.70124 2.69002 2.67856 2.66687 2.65494 2.64276 2.63033 2.61764 2.6047 2.59148 2.57799 2.56422 2.55016 2.5358 2.52114 2.50617 2.49088 2.47525 2.45928 2.44297 2.42628 2.40923 2.39179 2.37395 2.35569 2.33701 2.31789 2.29831 2.27827 2.25773 2.2367 2.21514 2.19304 2.17039 2.14717 2.12335 2.09893 2.07387 2.04817 2.0218 1.99475 1.967 1.93852 1.9093 1.87933 1.84858 1.81704 1.78469 1.75151 1.71749 1.6826 1.64684 1.61017 1.57259 1.53405 1.49454 1.454 1.41241 1.3697 1.32578 1.28058 1.23394 1.18571 1.13562 1.08333 1.02836 0.969955 0.906964 0.837436 0.757747 0.659956 0.52096 0.241319 0.437721 0.998154 1.31244 1.53726 1.71021 1.84636 1.95459 2.04125 2.11125 2.16853 2.21625 2.25692 2.29249 2.32443 2.35382 2.38143 2.40778 2.4332 2.4579 2.48197 2.50545 2.52835 2.55065 2.57232 2.59335 2.6137 2.63336 2.65233 2.6706 2.68818 2.70507 2.72131 2.73689 2.75185 2.76621 2.77998 2.79319 2.80587 2.81802 2.82968 2.84087 2.85159 2.86187 2.87172 2.88115 2.89018 2.89881 2.90706 2.91494 2.92245 2.9296 2.93639 2.94284 2.94895 2.95473 2.96017 2.96529 2.97009 2.97457 2.97874 2.9826 2.98616 2.98941 2.99237 2.99504 2.99741 2.9995 3.00131 3.00285 3.0041 3.00509 3.00581 3.00627 3.00648 3.00643 3.00612 3.00557 3.00478 3.00375 3.00248 3.00098 2.99924 2.99729 2.9951 2.9927 2.99008 2.98725 2.9842 2.98095 2.97748 2.97382 2.96995 2.96587 2.9616 2.95713 2.95247 2.94761 2.94255 2.93731 2.93187 2.92624 2.92042 2.91441 2.90821 2.90183 2.89525 2.88849 2.88153 2.87439 2.86706 2.85954 2.85182 2.84392 2.83582 2.82753 2.81904 2.81035 2.80147 2.79239 2.7831 2.77361 2.76391 2.75401 2.74389 2.73356 2.72301 2.71224 2.70124 2.69002 2.67856 2.66687 2.65494 2.64276 2.63033 2.61764 2.6047 2.59148 2.57799 2.56422 2.55016 2.5358 2.52114 2.50617 2.49088 2.47525 2.45928 2.44297 2.42628 2.40923 2.39179 2.37395 2.35569 2.33701 2.31789 2.29831 2.27827 2.25773 2.2367 2.21514 2.19304 2.17039 2.14717 2.12335 2.09893 2.07387 2.04817 2.0218 1.99475 1.967 1.93852 1.9093 1.87933 1.84858 1.81704 1.78469 1.75151 1.71749 1.6826 1.64684 1.61017 1.57259 1.53405 1.49454 1.454 1.41241 1.3697 1.32579 1.28058 1.23395 1.18571 1.13562 1.08333 1.02836 0.969956 0.906965 0.837438 0.757749 0.659957 0.520961 0.241318 0.456114 1.04192 1.37021 1.60379 1.78175 1.92 2.02808 2.1129 2.17989 2.23341 2.27698 2.31337 2.34475 2.37273 2.39848 2.42281 2.44624 2.4691 2.49155 2.51366 2.53542 2.55682 2.57778 2.59827 2.61822 2.6376 2.65636 2.6745 2.692 2.70885 2.72507 2.74065 2.75563 2.77001 2.78382 2.79708 2.80981 2.82203 2.83376 2.84502 2.85583 2.8662 2.87616 2.8857 2.89486 2.90363 2.91202 2.92006 2.92773 2.93506 2.94205 2.9487 2.95502 2.96101 2.96669 2.97204 2.97709 2.98182 2.98626 2.99038 2.99422 2.99776 3.001 3.00396 3.00664 3.00904 3.01116 3.01302 3.0146 3.01592 3.01698 3.01778 3.01833 3.01863 3.01869 3.0185 3.01808 3.01743 3.01654 3.01543 3.01409 3.01253 3.01076 3.00877 3.00658 3.00417 3.00156 2.99875 2.99574 2.99253 2.98913 2.98553 2.98174 2.97776 2.9736 2.96924 2.9647 2.95998 2.95508 2.94999 2.94472 2.93927 2.93364 2.92783 2.92184 2.91567 2.90932 2.90279 2.89608 2.88918 2.88211 2.87485 2.86741 2.85979 2.85198 2.84398 2.83579 2.82741 2.81884 2.81007 2.8011 2.79194 2.78257 2.773 2.76322 2.75323 2.74302 2.73259 2.72194 2.71106 2.69995 2.6886 2.67701 2.66517 2.65307 2.64072 2.6281 2.6152 2.60203 2.58856 2.57479 2.56072 2.54633 2.53162 2.51657 2.50117 2.48541 2.46928 2.45277 2.43586 2.41853 2.40078 2.38259 2.36395 2.34482 2.32521 2.30509 2.28444 2.26325 2.24149 2.21916 2.19621 2.17265 2.14844 2.12356 2.098 2.07174 2.04475 2.01701 1.98851 1.95922 1.92912 1.8982 1.86644 1.83381 1.8003 1.76589 1.73056 1.69428 1.65705 1.61883 1.5796 1.53932 1.49795 1.45545 1.41176 1.36679 1.32045 1.2726 1.22304 1.17154 1.11774 1.06112 1.00093 0.935965 0.864222 0.781963 0.681003 0.537521 0.248954 0.456132 1.04194 1.37023 1.6038 1.78175 1.92 2.02808 2.1129 2.17989 2.23341 2.27698 2.31337 2.34475 2.37273 2.39848 2.42281 2.44624 2.4691 2.49155 2.51366 2.53542 2.55682 2.57778 2.59827 2.61822 2.6376 2.65636 2.6745 2.692 2.70885 2.72507 2.74065 2.75563 2.77001 2.78382 2.79708 2.80981 2.82203 2.83376 2.84502 2.85583 2.8662 2.87616 2.8857 2.89486 2.90363 2.91202 2.92006 2.92773 2.93506 2.94205 2.9487 2.95502 2.96101 2.96669 2.97204 2.97709 2.98182 2.98626 2.99038 2.99422 2.99776 3.001 3.00396 3.00664 3.00904 3.01116 3.01302 3.0146 3.01592 3.01698 3.01778 3.01833 3.01863 3.01869 3.0185 3.01808 3.01743 3.01654 3.01543 3.01409 3.01253 3.01076 3.00877 3.00658 3.00417 3.00156 2.99875 2.99574 2.99253 2.98913 2.98553 2.98174 2.97776 2.9736 2.96924 2.9647 2.95998 2.95508 2.94999 2.94472 2.93927 2.93364 2.92783 2.92184 2.91567 2.90932 2.90279 2.89608 2.88918 2.88211 2.87485 2.86741 2.85979 2.85198 2.84398 2.83579 2.82741 2.81884 2.81007 2.8011 2.79194 2.78257 2.773 2.76322 2.75323 2.74302 2.73259 2.72194 2.71106 2.69995 2.6886 2.67701 2.66517 2.65307 2.64072 2.6281 2.6152 2.60203 2.58856 2.57479 2.56072 2.54633 2.53162 2.51657 2.50117 2.48541 2.46928 2.45277 2.43586 2.41853 2.40078 2.38259 2.36395 2.34482 2.32521 2.30509 2.28444 2.26325 2.2415 2.21916 2.19621 2.17265 2.14844 2.12356 2.098 2.07174 2.04475 2.01701 1.98851 1.95922 1.92912 1.8982 1.86644 1.83381 1.8003 1.76589 1.73056 1.69429 1.65705 1.61883 1.5796 1.53932 1.49795 1.45545 1.41176 1.36679 1.32045 1.2726 1.22305 1.17155 1.11774 1.06112 1.00093 0.935967 0.864223 0.781965 0.681005 0.537522 0.248953 0.475879 1.08886 1.43198 1.67466 1.85763 1.9977 2.10515 2.18753 2.2508 2.29981 2.33848 2.3699 2.39645 2.41991 2.44154 2.46219 2.48239 2.50244 2.52246 2.54248 2.56245 2.58228 2.60188 2.62116 2.64004 2.65845 2.67634 2.69368 2.71043 2.72659 2.74215 2.75713 2.77154 2.78538 2.79869 2.81148 2.82376 2.83557 2.84691 2.85781 2.86829 2.87836 2.88803 2.89732 2.90624 2.91479 2.92299 2.93085 2.93837 2.94556 2.95242 2.95896 2.96519 2.97111 2.97671 2.98202 2.98702 2.99172 2.99613 3.00025 3.00408 3.00763 3.01089 3.01388 3.01659 3.01904 3.02121 3.02313 3.02478 3.02618 3.02732 3.02822 3.02888 3.02929 3.02947 3.02941 3.02913 3.02863 3.0279 3.02695 3.02579 3.02442 3.02285 3.02107 3.01909 3.01691 3.01453 3.01196 3.00921 3.00626 3.00313 2.99982 2.99633 2.99265 2.9888 2.98477 2.98056 2.97619 2.97163 2.96691 2.96201 2.95695 2.95171 2.9463 2.94072 2.93497 2.92905 2.92296 2.9167 2.91027 2.90366 2.89688 2.88992 2.88279 2.87548 2.86799 2.86032 2.85247 2.84443 2.83621 2.82779 2.81918 2.81038 2.80138 2.79218 2.78277 2.77315 2.76332 2.75327 2.743 2.7325 2.72176 2.71079 2.69957 2.68811 2.67638 2.66439 2.65212 2.63957 2.62674 2.6136 2.60015 2.58639 2.57229 2.55785 2.54306 2.5279 2.51237 2.49643 2.48009 2.46333 2.44613 2.42847 2.41033 2.3917 2.37257 2.3529 2.33268 2.31189 2.29052 2.26853 2.2459 2.22262 2.19866 2.174 2.14862 2.12249 2.09559 2.0679 2.03939 2.01006 1.97986 1.94879 1.91682 1.88393 1.8501 1.81532 1.77954 1.74277 1.70497 1.66611 1.62618 1.58512 1.54291 1.4995 1.45481 1.40876 1.36126 1.31216 1.26126 1.20832 1.15296 1.09465 1.03262 0.965632 0.891616 0.806723 0.702517 0.554443 0.256752 0.475897 1.08889 1.432 1.67467 1.85763 1.99771 2.10516 2.18753 2.2508 2.29981 2.33848 2.3699 2.39645 2.41991 2.44154 2.46219 2.48239 2.50244 2.52246 2.54248 2.56245 2.58228 2.60188 2.62116 2.64004 2.65845 2.67634 2.69368 2.71043 2.72659 2.74215 2.75713 2.77154 2.78538 2.79869 2.81148 2.82376 2.83557 2.84691 2.85781 2.86829 2.87836 2.88803 2.89732 2.90624 2.91479 2.92299 2.93085 2.93837 2.94556 2.95242 2.95896 2.96519 2.97111 2.97671 2.98202 2.98702 2.99172 2.99613 3.00025 3.00408 3.00763 3.01089 3.01388 3.01659 3.01904 3.02121 3.02313 3.02478 3.02618 3.02732 3.02822 3.02888 3.02929 3.02947 3.02941 3.02913 3.02863 3.0279 3.02695 3.02579 3.02442 3.02285 3.02107 3.01909 3.01691 3.01453 3.01196 3.00921 3.00626 3.00313 2.99982 2.99633 2.99265 2.9888 2.98477 2.98056 2.97619 2.97163 2.96691 2.96201 2.95695 2.95171 2.9463 2.94072 2.93497 2.92905 2.92296 2.9167 2.91027 2.90366 2.89688 2.88992 2.88279 2.87548 2.86799 2.86032 2.85247 2.84443 2.83621 2.82779 2.81918 2.81038 2.80138 2.79218 2.78277 2.77315 2.76332 2.75327 2.743 2.7325 2.72176 2.71079 2.69957 2.68811 2.67638 2.66439 2.65212 2.63957 2.62674 2.6136 2.60015 2.58639 2.57229 2.55785 2.54306 2.5279 2.51237 2.49643 2.48009 2.46333 2.44613 2.42847 2.41033 2.3917 2.37257 2.3529 2.33268 2.3119 2.29052 2.26853 2.2459 2.22262 2.19866 2.174 2.14862 2.12249 2.09559 2.0679 2.0394 2.01006 1.97986 1.94879 1.91682 1.88393 1.8501 1.81532 1.77954 1.74277 1.70497 1.66611 1.62618 1.58512 1.54291 1.4995 1.45481 1.40876 1.36126 1.31216 1.26126 1.20832 1.15296 1.09465 1.03262 0.965633 0.891617 0.806724 0.702518 0.554445 0.256752 0.497068 1.13912 1.49793 1.75007 1.93803 2.07963 2.18593 2.26519 2.32398 2.36769 2.40067 2.42636 2.4474 2.46575 2.48275 2.49931 2.51595 2.53294 2.55036 2.56816 2.58624 2.60446 2.62268 2.64076 2.65859 2.67606 2.6931 2.70966 2.7257 2.74121 2.75617 2.77058 2.78446 2.79781 2.81066 2.82302 2.83491 2.84635 2.85736 2.86796 2.87815 2.88796 2.8974 2.90648 2.9152 2.92359 2.93165 2.93937 2.94678 2.95387 2.96066 2.96713 2.97331 2.97918 2.98476 2.99004 2.99504 2.99974 3.00416 3.0083 3.01216 3.01575 3.01906 3.02209 3.02487 3.02738 3.02963 3.03162 3.03337 3.03486 3.03611 3.03713 3.0379 3.03844 3.03876 3.03885 3.03872 3.03838 3.03782 3.03706 3.03609 3.03491 3.03354 3.03198 3.03023 3.02828 3.02615 3.02384 3.02135 3.01868 3.01584 3.01282 3.00963 3.00627 3.00275 2.99905 2.99519 2.99117 2.98699 2.98264 2.97813 2.97346 2.96863 2.96364 2.95849 2.95317 2.9477 2.94207 2.93627 2.93031 2.92419 2.9179 2.91145 2.90483 2.89804 2.89109 2.88396 2.87665 2.86917 2.86151 2.85367 2.84565 2.83743 2.82903 2.82043 2.81163 2.80263 2.79343 2.78401 2.77437 2.76452 2.75443 2.74411 2.73355 2.72274 2.71167 2.70034 2.68874 2.67686 2.66469 2.65222 2.63943 2.62633 2.61289 2.59911 2.58496 2.57045 2.55554 2.54023 2.5245 2.50834 2.49172 2.47464 2.45706 2.43897 2.42035 2.40117 2.38143 2.36109 2.34013 2.31852 2.29626 2.2733 2.24963 2.22521 2.20004 2.17408 2.1473 2.11969 2.09122 2.06186 2.03159 2.00039 1.96823 1.9351 1.90097 1.86581 1.82961 1.79234 1.75397 1.71448 1.67383 1.632 1.58893 1.54458 1.49888 1.45174 1.40305 1.35267 1.3004 1.24597 1.18901 1.12898 1.06506 0.995993 0.919644 0.832049 0.724517 0.571744 0.264721 0.497086 1.13914 1.49795 1.75008 1.93804 2.07963 2.18594 2.26519 2.32398 2.36769 2.40067 2.42636 2.4474 2.46574 2.48275 2.49931 2.51595 2.53294 2.55036 2.56816 2.58624 2.60446 2.62268 2.64076 2.65859 2.67606 2.6931 2.70966 2.7257 2.74121 2.75617 2.77058 2.78446 2.79781 2.81066 2.82302 2.83491 2.84635 2.85736 2.86796 2.87815 2.88796 2.8974 2.90648 2.9152 2.92359 2.93165 2.93937 2.94678 2.95387 2.96066 2.96713 2.97331 2.97918 2.98476 2.99004 2.99504 2.99974 3.00416 3.0083 3.01216 3.01575 3.01906 3.02209 3.02487 3.02738 3.02963 3.03162 3.03337 3.03486 3.03611 3.03713 3.0379 3.03844 3.03876 3.03885 3.03872 3.03838 3.03782 3.03706 3.03609 3.03491 3.03354 3.03198 3.03023 3.02828 3.02615 3.02384 3.02135 3.01868 3.01584 3.01282 3.00963 3.00627 3.00275 2.99905 2.99519 2.99117 2.98699 2.98264 2.97813 2.97346 2.96863 2.96364 2.95849 2.95317 2.9477 2.94207 2.93627 2.93031 2.92419 2.9179 2.91145 2.90483 2.89804 2.89109 2.88396 2.87665 2.86917 2.86151 2.85367 2.84565 2.83743 2.82903 2.82043 2.81163 2.80263 2.79343 2.78401 2.77437 2.76452 2.75443 2.74411 2.73355 2.72274 2.71167 2.70034 2.68874 2.67686 2.66469 2.65222 2.63943 2.62633 2.61289 2.59911 2.58496 2.57045 2.55554 2.54023 2.5245 2.50834 2.49172 2.47464 2.45706 2.43897 2.42035 2.40117 2.38143 2.36109 2.34013 2.31852 2.29626 2.2733 2.24963 2.22522 2.20004 2.17408 2.1473 2.11969 2.09122 2.06186 2.03159 2.00039 1.96823 1.9351 1.90097 1.86581 1.82961 1.79234 1.75397 1.71448 1.67384 1.632 1.58894 1.54458 1.49888 1.45174 1.40305 1.35267 1.3004 1.24597 1.18901 1.12898 1.06506 0.995994 0.919645 0.832051 0.724519 0.571745 0.264721 0.519719 1.19279 1.56819 1.83013 2.02304 2.16584 2.27044 2.34586 2.39937 2.43693 2.46338 2.48254 2.49735 2.50995 2.5218 2.53384 2.5466 2.56028 2.57492 2.59039 2.60652 2.6231 2.63993 2.65682 2.67362 2.69018 2.70642 2.72226 2.73764 2.75254 2.76695 2.78085 2.79425 2.80717 2.81961 2.8316 2.84315 2.85428 2.865 2.87534 2.88531 2.89491 2.90417 2.91309 2.92168 2.92995 2.93791 2.94556 2.9529 2.95995 2.9667 2.97315 2.97932 2.98519 2.99078 2.99609 3.00111 3.00586 3.01032 3.01452 3.01843 3.02208 3.02547 3.02859 3.03145 3.03405 3.0364 3.0385 3.04035 3.04196 3.04334 3.04448 3.04539 3.04608 3.04655 3.0468 3.04684 3.04667 3.0463 3.04573 3.04496 3.044 3.04285 3.04152 3.04 3.0383 3.03643 3.03439 3.03217 3.02979 3.02724 3.02453 3.02166 3.01863 3.01544 3.0121 3.0086 3.00494 3.00114 2.99718 2.99307 2.98881 2.9844 2.97984 2.97513 2.97027 2.96526 2.9601 2.95478 2.94932 2.9437 2.93792 2.932 2.92591 2.91966 2.91326 2.90669 2.89996 2.89306 2.88598 2.87874 2.87132 2.86372 2.85594 2.84798 2.83982 2.83146 2.82291 2.81415 2.80518 2.796 2.78659 2.77695 2.76708 2.75696 2.74659 2.73596 2.72506 2.71388 2.70241 2.69064 2.67856 2.66616 2.65342 2.64033 2.62687 2.61304 2.5988 2.58416 2.56909 2.55357 2.53758 2.52111 2.50413 2.48662 2.46856 2.44992 2.43069 2.41084 2.39034 2.36916 2.34729 2.3247 2.30135 2.27723 2.2523 2.22654 2.19992 2.17242 2.144 2.11465 2.08433 2.05303 2.02071 1.98735 1.95292 1.91741 1.88079 1.84302 1.80409 1.76397 1.72261 1.67999 1.63606 1.59075 1.54402 1.49576 1.44586 1.39417 1.34049 1.28454 1.22594 1.16413 1.09828 1.02708 0.948333 0.857967 0.747025 0.589438 0.272868 0.519738 1.19282 1.5682 1.83014 2.02305 2.16584 2.27045 2.34587 2.39937 2.43693 2.46338 2.48254 2.49735 2.50995 2.5218 2.53384 2.5466 2.56028 2.57492 2.59039 2.60652 2.6231 2.63993 2.65682 2.67362 2.69018 2.70642 2.72226 2.73764 2.75254 2.76695 2.78085 2.79425 2.80717 2.81961 2.8316 2.84315 2.85428 2.865 2.87534 2.88531 2.89491 2.90417 2.91309 2.92168 2.92995 2.93791 2.94556 2.9529 2.95995 2.9667 2.97315 2.97932 2.98519 2.99078 2.99609 3.00111 3.00586 3.01032 3.01452 3.01843 3.02208 3.02547 3.02859 3.03145 3.03405 3.0364 3.0385 3.04035 3.04196 3.04334 3.04448 3.0454 3.04608 3.04655 3.0468 3.04684 3.04667 3.0463 3.04573 3.04496 3.044 3.04285 3.04152 3.04 3.0383 3.03643 3.03439 3.03217 3.02979 3.02724 3.02453 3.02166 3.01863 3.01544 3.0121 3.0086 3.00494 3.00114 2.99718 2.99307 2.98881 2.9844 2.97984 2.97513 2.97027 2.96526 2.9601 2.95478 2.94932 2.9437 2.93792 2.932 2.92591 2.91966 2.91326 2.90669 2.89996 2.89306 2.88598 2.87874 2.87132 2.86372 2.85594 2.84798 2.83982 2.83146 2.82291 2.81415 2.80518 2.796 2.78659 2.77695 2.76708 2.75696 2.74659 2.73596 2.72506 2.71388 2.70241 2.69064 2.67856 2.66616 2.65342 2.64033 2.62687 2.61304 2.5988 2.58416 2.56909 2.55357 2.53758 2.52111 2.50413 2.48662 2.46856 2.44992 2.43069 2.41084 2.39034 2.36916 2.34729 2.3247 2.30135 2.27723 2.2523 2.22654 2.19992 2.17242 2.144 2.11465 2.08433 2.05303 2.02071 1.98735 1.95292 1.91741 1.88079 1.84302 1.80409 1.76397 1.72261 1.67999 1.63606 1.59076 1.54402 1.49576 1.44586 1.39417 1.34049 1.28454 1.22594 1.16413 1.09828 1.02708 0.948334 0.857968 0.747027 0.58944 0.272868 0.543838 1.24992 1.64277 1.91485 2.11266 2.25628 2.35859 2.42943 2.47681 2.50733 2.52636 2.53817 2.546 2.55219 2.55835 2.56544 2.57398 2.58413 2.59582 2.60886 2.62299 2.63792 2.65337 2.6691 2.68491 2.70062 2.71611 2.73128 2.74607 2.76043 2.77434 2.78779 2.80078 2.81331 2.82541 2.83709 2.84835 2.85923 2.86973 2.87987 2.88967 2.89912 2.90826 2.91708 2.92559 2.9338 2.94172 2.94934 2.95668 2.96372 2.97049 2.97697 2.98317 2.98909 2.99474 3.00011 3.0052 3.01002 3.01457 3.01885 3.02287 3.02662 3.0301 3.03333 3.0363 3.03902 3.0415 3.04372 3.04571 3.04746 3.04898 3.05028 3.05135 3.0522 3.05284 3.05326 3.05349 3.05351 3.05334 3.05297 3.05242 3.05168 3.05076 3.04967 3.0484 3.04696 3.04536 3.04359 3.04167 3.03958 3.03735 3.03495 3.03241 3.02972 3.02688 3.02389 3.02077 3.01749 3.01408 3.01052 3.00683 3.00299 2.99902 2.99491 2.99065 2.98626 2.98173 2.97705 2.97224 2.96728 2.96218 2.95694 2.95155 2.94602 2.94033 2.9345 2.92851 2.92237 2.91607 2.90962 2.90299 2.8962 2.88925 2.88211 2.8748 2.86731 2.85963 2.85176 2.84369 2.83542 2.82693 2.81823 2.80931 2.80016 2.79077 2.78113 2.77123 2.76107 2.75063 2.7399 2.72887 2.71753 2.70587 2.69386 2.68151 2.66878 2.65567 2.64215 2.62822 2.61385 2.59901 2.5837 2.56788 2.55155 2.53466 2.51721 2.49915 2.48048 2.46116 2.44116 2.42046 2.39903 2.37684 2.35386 2.33006 2.30542 2.2799 2.25347 2.22611 2.19779 2.16847 2.13813 2.10674 2.07428 2.04071 2.00601 1.97016 1.93312 1.89487 1.85538 1.81462 1.77255 1.72913 1.68432 1.63806 1.59027 1.54086 1.48972 1.43669 1.38157 1.32407 1.26378 1.20015 1.1323 1.05891 0.97771 0.884499 0.770062 0.607544 0.2812 0.543857 1.24994 1.64279 1.91486 2.11266 2.25628 2.35859 2.42943 2.47681 2.50733 2.52636 2.53817 2.546 2.55219 2.55835 2.56544 2.57398 2.58412 2.59582 2.60886 2.62299 2.63792 2.65337 2.6691 2.68491 2.70062 2.71611 2.73128 2.74607 2.76043 2.77434 2.78779 2.80078 2.81331 2.82541 2.83709 2.84835 2.85923 2.86973 2.87987 2.88967 2.89912 2.90826 2.91708 2.92559 2.9338 2.94172 2.94934 2.95668 2.96372 2.97049 2.97697 2.98317 2.98909 2.99474 3.00011 3.0052 3.01002 3.01457 3.01885 3.02287 3.02662 3.0301 3.03333 3.0363 3.03902 3.0415 3.04372 3.04571 3.04746 3.04898 3.05028 3.05135 3.0522 3.05284 3.05326 3.05349 3.05351 3.05334 3.05297 3.05242 3.05168 3.05076 3.04967 3.0484 3.04696 3.04536 3.04359 3.04167 3.03958 3.03735 3.03495 3.03241 3.02972 3.02688 3.02389 3.02077 3.01749 3.01408 3.01052 3.00683 3.00299 2.99902 2.99491 2.99065 2.98626 2.98173 2.97705 2.97224 2.96728 2.96218 2.95694 2.95155 2.94602 2.94033 2.9345 2.92851 2.92237 2.91607 2.90962 2.90299 2.8962 2.88925 2.88211 2.8748 2.86731 2.85963 2.85176 2.84369 2.83542 2.82693 2.81823 2.80931 2.80016 2.79077 2.78113 2.77123 2.76107 2.75063 2.7399 2.72887 2.71753 2.70587 2.69386 2.68151 2.66878 2.65567 2.64215 2.62822 2.61385 2.59901 2.5837 2.56788 2.55155 2.53466 2.51721 2.49915 2.48048 2.46116 2.44116 2.42046 2.39903 2.37684 2.35386 2.33006 2.30542 2.2799 2.25347 2.22611 2.19779 2.16847 2.13813 2.10674 2.07428 2.04071 2.00601 1.97016 1.93312 1.89487 1.85539 1.81462 1.77255 1.72914 1.68432 1.63806 1.59027 1.54086 1.48972 1.43669 1.38157 1.32407 1.26378 1.20015 1.13231 1.05891 0.977711 0.884501 0.770064 0.607545 0.2812 0.569393 1.31044 1.72161 2.00412 2.20672 2.35076 2.45015 2.51563 2.556 2.57856 2.58928 2.59288 2.59296 2.5921 2.59202 2.59373 2.59773 2.6041 2.61271 2.62324 2.63534 2.64862 2.66273 2.67735 2.69224 2.70716 2.72197 2.73655 2.75081 2.7647 2.77818 2.79125 2.80389 2.81612 2.82794 2.83937 2.85042 2.8611 2.87145 2.88145 2.89114 2.90052 2.90959 2.91837 2.92687 2.93508 2.94301 2.95066 2.95804 2.96514 2.97198 2.97854 2.98483 2.99084 2.99659 3.00207 3.00727 3.01221 3.01688 3.02129 3.02543 3.02931 3.03293 3.0363 3.03942 3.04228 3.04491 3.04729 3.04943 3.05135 3.05303 3.0545 3.05574 3.05677 3.0576 3.05822 3.05864 3.05887 3.05891 3.05877 3.05844 3.05794 3.05727 3.05643 3.05542 3.05426 3.05294 3.05146 3.04983 3.04806 3.04614 3.04408 3.04188 3.03953 3.03706 3.03445 3.0317 3.02882 3.02581 3.02267 3.01941 3.01601 3.01248 3.00883 3.00505 3.00113 2.9971 2.99293 2.98863 2.9842 2.97964 2.97494 2.97012 2.96515 2.96005 2.95481 2.94942 2.94389 2.93822 2.93239 2.92642 2.92028 2.91399 2.90753 2.9009 2.8941 2.88712 2.87996 2.87261 2.86506 2.85731 2.84935 2.84118 2.83278 2.82414 2.81527 2.80614 2.79675 2.78709 2.77714 2.76689 2.75633 2.74544 2.73422 2.72264 2.71068 2.69834 2.68558 2.6724 2.65877 2.64467 2.63007 2.61496 2.59931 2.5831 2.56629 2.54887 2.5308 2.51206 2.49261 2.47243 2.45148 2.42974 2.40717 2.38374 2.35942 2.33417 2.30798 2.28079 2.25259 2.22334 2.19301 2.16156 2.12898 2.09523 2.06027 2.02409 1.98666 1.94793 1.90789 1.86649 1.8237 1.77948 1.73377 1.68653 1.63767 1.58709 1.53469 1.48029 1.42368 1.36458 1.30257 1.23706 1.16717 1.09153 1.0078 0.911673 0.793649 0.626077 0.289727 0.569411 1.31047 1.72162 2.00413 2.20673 2.35077 2.45016 2.51563 2.556 2.57856 2.58928 2.59288 2.59296 2.5921 2.59202 2.59373 2.59773 2.6041 2.61271 2.62324 2.63534 2.64862 2.66273 2.67735 2.69224 2.70716 2.72197 2.73655 2.75081 2.7647 2.77818 2.79125 2.80389 2.81612 2.82794 2.83937 2.85042 2.8611 2.87145 2.88145 2.89114 2.90052 2.90959 2.91837 2.92687 2.93508 2.94301 2.95066 2.95804 2.96514 2.97198 2.97854 2.98483 2.99084 2.99659 3.00207 3.00727 3.01221 3.01688 3.02129 3.02543 3.02931 3.03293 3.0363 3.03942 3.04228 3.04491 3.04729 3.04943 3.05135 3.05303 3.0545 3.05574 3.05677 3.0576 3.05822 3.05864 3.05887 3.05891 3.05877 3.05844 3.05794 3.05727 3.05643 3.05542 3.05426 3.05294 3.05146 3.04983 3.04806 3.04614 3.04408 3.04188 3.03953 3.03706 3.03445 3.0317 3.02882 3.02581 3.02267 3.01941 3.01601 3.01248 3.00883 3.00505 3.00113 2.9971 2.99293 2.98863 2.9842 2.97964 2.97494 2.97012 2.96515 2.96005 2.95481 2.94942 2.94389 2.93822 2.93239 2.92642 2.92028 2.91399 2.90753 2.9009 2.8941 2.88712 2.87996 2.87261 2.86506 2.85731 2.84935 2.84118 2.83278 2.82414 2.81527 2.80614 2.79675 2.78709 2.77714 2.76689 2.75633 2.74544 2.73422 2.72264 2.71068 2.69834 2.68558 2.6724 2.65877 2.64467 2.63007 2.61496 2.59931 2.5831 2.56629 2.54887 2.5308 2.51206 2.49261 2.47243 2.45148 2.42974 2.40717 2.38374 2.35942 2.33418 2.30798 2.28079 2.25259 2.22334 2.19301 2.16156 2.12898 2.09523 2.06027 2.02409 1.98666 1.94793 1.90789 1.86649 1.8237 1.77948 1.73377 1.68653 1.63767 1.58709 1.53469 1.48029 1.42368 1.36458 1.30257 1.23706 1.16717 1.09153 1.0078 0.911675 0.793651 0.626078 0.289727 0.596312 1.37424 1.80452 2.09772 2.30496 2.44898 2.54479 2.60408 2.63655 2.65022 2.65171 2.64625 2.63781 2.62922 2.62236 2.61828 2.61744 2.61984 2.62524 2.63321 2.64327 2.65493 2.66775 2.68134 2.69538 2.7096 2.72382 2.73789 2.75171 2.7652 2.77834 2.7911 2.80348 2.81547 2.82708 2.83834 2.84924 2.85981 2.87006 2.88001 2.88966 2.89902 2.9081 2.9169 2.92544 2.93371 2.94172 2.94946 2.95695 2.96416 2.97112 2.97781 2.98424 2.9904 2.99629 3.00192 3.00729 3.01238 3.01722 3.02179 3.0261 3.03015 3.03394 3.03748 3.04077 3.04381 3.04661 3.04917 3.0515 3.05359 3.05547 3.05712 3.05857 3.0598 3.06083 3.06166 3.0623 3.06275 3.06302 3.06311 3.06303 3.06278 3.06236 3.06179 3.06106 3.06018 3.05915 3.05797 3.05666 3.05521 3.05362 3.0519 3.05005 3.04807 3.04597 3.04374 3.04139 3.03892 3.03633 3.03362 3.03079 3.02784 3.02478 3.0216 3.0183 3.01489 3.01136 3.00771 3.00394 3.00006 2.99605 2.99192 2.98767 2.9833 2.97879 2.97416 2.9694 2.96451 2.95948 2.95431 2.949 2.94354 2.93793 2.93217 2.92625 2.92017 2.91392 2.90749 2.90089 2.89409 2.88711 2.87992 2.87253 2.86491 2.85707 2.849 2.84067 2.83209 2.82324 2.81411 2.80468 2.79493 2.78487 2.77446 2.7637 2.75256 2.74102 2.72907 2.71669 2.70384 2.69052 2.67669 2.66233 2.64742 2.63192 2.61582 2.59907 2.58165 2.56353 2.54468 2.52506 2.50465 2.4834 2.46128 2.43826 2.41431 2.38939 2.36346 2.33649 2.30844 2.27929 2.24899 2.21753 2.18485 2.15093 2.11574 2.07925 2.04143 2.00223 1.96164 1.9196 1.87609 1.83106 1.78446 1.73622 1.68626 1.6345 1.5808 1.52499 1.46687 1.40613 1.34234 1.27491 1.20292 1.12496 1.03864 0.939515 0.81781 0.645056 0.298455 0.596331 1.37426 1.80454 2.09773 2.30497 2.44898 2.54479 2.60409 2.63655 2.65022 2.65171 2.64625 2.6378 2.62922 2.62236 2.61828 2.61744 2.61984 2.62524 2.63321 2.64327 2.65493 2.66775 2.68134 2.69538 2.7096 2.72382 2.73789 2.75171 2.7652 2.77834 2.7911 2.80348 2.81547 2.82708 2.83834 2.84924 2.85981 2.87006 2.88001 2.88966 2.89902 2.9081 2.9169 2.92544 2.93371 2.94172 2.94946 2.95695 2.96416 2.97112 2.97781 2.98424 2.9904 2.99629 3.00192 3.00729 3.01238 3.01722 3.02179 3.0261 3.03015 3.03394 3.03748 3.04077 3.04381 3.04661 3.04917 3.0515 3.05359 3.05547 3.05712 3.05857 3.0598 3.06083 3.06166 3.0623 3.06275 3.06302 3.06311 3.06303 3.06278 3.06236 3.06179 3.06106 3.06018 3.05915 3.05797 3.05666 3.05521 3.05362 3.0519 3.05005 3.04807 3.04597 3.04374 3.04139 3.03892 3.03633 3.03362 3.03079 3.02784 3.02478 3.0216 3.0183 3.01489 3.01136 3.00771 3.00394 3.00006 2.99605 2.99192 2.98767 2.9833 2.97879 2.97416 2.9694 2.96451 2.95948 2.95431 2.949 2.94354 2.93793 2.93217 2.92625 2.92017 2.91392 2.90749 2.90089 2.89409 2.88711 2.87992 2.87253 2.86491 2.85707 2.849 2.84067 2.83209 2.82324 2.81411 2.80468 2.79493 2.78487 2.77446 2.7637 2.75256 2.74102 2.72907 2.71669 2.70384 2.69052 2.67669 2.66233 2.64742 2.63192 2.61582 2.59907 2.58165 2.56353 2.54468 2.52506 2.50465 2.4834 2.46128 2.43826 2.41431 2.38939 2.36346 2.33649 2.30844 2.27929 2.249 2.21753 2.18485 2.15093 2.11574 2.07925 2.04143 2.00223 1.96164 1.9196 1.87609 1.83106 1.78446 1.73622 1.68626 1.6345 1.5808 1.525 1.46687 1.40613 1.34234 1.27491 1.20292 1.12496 1.03864 0.939516 0.817811 0.645057 0.298455 0.62449 1.4411 1.89122 2.19529 2.40696 2.55046 2.64199 2.69427 2.71791 2.72176 2.7131 2.69773 2.68001 2.66307 2.64892 2.63865 2.63269 2.63095 2.63305 2.63844 2.64648 2.65659 2.6682 2.68084 2.69413 2.70776 2.72148 2.73514 2.74861 2.76181 2.7747 2.78724 2.79942 2.81126 2.82275 2.83391 2.84474 2.85527 2.86551 2.87546 2.88514 2.89456 2.90371 2.91261 2.92126 2.92966 2.93781 2.94571 2.95335 2.96074 2.96787 2.97475 2.98137 2.98773 2.99382 2.99965 3.00522 3.01052 3.01555 3.02033 3.02484 3.0291 3.03309 3.03684 3.04033 3.04358 3.04658 3.04935 3.05188 3.05419 3.05628 3.05815 3.0598 3.06126 3.06251 3.06357 3.06444 3.06513 3.06565 3.06599 3.06616 3.06617 3.06603 3.06574 3.0653 3.06471 3.06399 3.06313 3.06214 3.06102 3.05978 3.05841 3.05692 3.05532 3.0536 3.05177 3.04983 3.04778 3.04562 3.04335 3.04097 3.03849 3.0359 3.03321 3.03041 3.02751 3.0245 3.02139 3.01817 3.01484 3.01141 3.00786 3.00421 3.00044 2.99655 2.99255 2.98843 2.98419 2.97983 2.97534 2.97071 2.96596 2.96106 2.95602 2.95084 2.9455 2.94 2.93434 2.92851 2.9225 2.91631 2.90992 2.90334 2.89654 2.88953 2.88229 2.8748 2.86707 2.85906 2.85078 2.84221 2.83333 2.82413 2.81458 2.80467 2.79439 2.78371 2.77261 2.76107 2.74906 2.73656 2.72355 2.70999 2.69586 2.68113 2.66577 2.64975 2.63303 2.61559 2.59738 2.57837 2.55854 2.53783 2.51621 2.49365 2.47011 2.44555 2.41993 2.39321 2.36536 2.33635 2.30612 2.27466 2.24191 2.20786 2.17246 2.13567 2.09747 2.05782 2.01668 1.97402 1.92978 1.88394 1.83642 1.78717 1.7361 1.68312 1.62809 1.57086 1.51118 1.44875 1.38314 1.31373 1.23958 1.15924 1.07026 0.968051 0.842568 0.664499 0.307395 0.624508 1.44112 1.89124 2.1953 2.40697 2.55047 2.64199 2.69427 2.71791 2.72176 2.7131 2.69773 2.68001 2.66307 2.64891 2.63865 2.63269 2.63095 2.63305 2.63844 2.64648 2.65659 2.6682 2.68084 2.69413 2.70776 2.72148 2.73514 2.74861 2.76181 2.7747 2.78724 2.79942 2.81126 2.82275 2.83391 2.84474 2.85527 2.86551 2.87546 2.88514 2.89456 2.90371 2.91261 2.92126 2.92966 2.93781 2.94571 2.95335 2.96074 2.96787 2.97475 2.98137 2.98773 2.99382 2.99965 3.00522 3.01052 3.01555 3.02033 3.02484 3.0291 3.03309 3.03684 3.04033 3.04358 3.04658 3.04935 3.05188 3.05419 3.05628 3.05815 3.0598 3.06126 3.06251 3.06357 3.06444 3.06513 3.06565 3.06599 3.06616 3.06617 3.06603 3.06574 3.0653 3.06471 3.06399 3.06313 3.06214 3.06102 3.05978 3.05841 3.05692 3.05532 3.0536 3.05177 3.04983 3.04778 3.04562 3.04335 3.04097 3.03849 3.0359 3.03321 3.03041 3.02751 3.0245 3.02139 3.01817 3.01484 3.01141 3.00786 3.00421 3.00044 2.99655 2.99255 2.98843 2.98419 2.97983 2.97534 2.97071 2.96596 2.96106 2.95602 2.95084 2.9455 2.94 2.93434 2.92851 2.9225 2.91631 2.90992 2.90334 2.89654 2.88953 2.88229 2.8748 2.86707 2.85906 2.85078 2.84221 2.83333 2.82413 2.81458 2.80467 2.79439 2.78371 2.77261 2.76107 2.74906 2.73656 2.72355 2.70999 2.69586 2.68113 2.66577 2.64975 2.63303 2.61559 2.59738 2.57837 2.55854 2.53783 2.51621 2.49365 2.47011 2.44555 2.41993 2.39321 2.36536 2.33635 2.30612 2.27466 2.24191 2.20786 2.17246 2.13567 2.09747 2.05782 2.01668 1.97402 1.92978 1.88394 1.83642 1.78717 1.7361 1.68312 1.6281 1.57086 1.51118 1.44875 1.38314 1.31373 1.23958 1.15925 1.07026 0.968053 0.84257 0.664501 0.307394 0.653783 1.51073 1.98133 2.29635 2.51218 2.65462 2.74111 2.78552 2.79942 2.79252 2.77283 2.74671 2.719 2.69309 2.67116 2.65436 2.64305 2.63703 2.63579 2.6386 2.64469 2.65333 2.66384 2.67565 2.68831 2.70146 2.71481 2.72817 2.7414 2.7544 2.76713 2.77955 2.79164 2.80341 2.81486 2.826 2.83685 2.84742 2.85772 2.86776 2.87755 2.88709 2.89639 2.90546 2.91429 2.92288 2.93123 2.93934 2.94721 2.95484 2.96221 2.96933 2.97619 2.9828 2.98914 2.99522 3.00103 3.00658 3.01187 3.01689 3.02164 3.02614 3.03038 3.03436 3.03809 3.04157 3.04481 3.04781 3.05058 3.05312 3.05544 3.05755 3.05944 3.06113 3.06263 3.06394 3.06506 3.06601 3.06678 3.06739 3.06783 3.06813 3.06827 3.06827 3.06813 3.06785 3.06744 3.06691 3.06626 3.06549 3.0646 3.0636 3.06249 3.06127 3.05995 3.05853 3.057 3.05538 3.05366 3.05185 3.04994 3.04793 3.04584 3.04364 3.04136 3.03898 3.03651 3.03395 3.03129 3.02854 3.02569 3.02275 3.0197 3.01656 3.01331 3.00996 3.0065 3.00293 2.99926 2.99546 2.99155 2.98751 2.98335 2.97906 2.97463 2.97006 2.96535 2.96048 2.95545 2.95025 2.94488 2.93933 2.93359 2.92765 2.92149 2.91511 2.9085 2.90165 2.89453 2.88715 2.87947 2.87149 2.86318 2.85454 2.84554 2.83616 2.82638 2.81617 2.80552 2.79439 2.78277 2.77062 2.75791 2.74461 2.7307 2.71614 2.7009 2.68493 2.66821 2.6507 2.63236 2.61315 2.59303 2.57197 2.54991 2.52683 2.50267 2.47741 2.45099 2.42338 2.39453 2.36442 2.33299 2.30021 2.26604 2.23045 2.19339 2.15483 2.11473 2.07306 2.02977 1.98481 1.93814 1.8897 1.83943 1.78723 1.73301 1.67663 1.61792 1.55664 1.49249 1.425 1.35356 1.27719 1.19441 1.10269 0.997312 0.867948 0.684427 0.316553 0.6538 1.51075 1.98134 2.29637 2.51219 2.65462 2.74112 2.78553 2.79942 2.79252 2.77283 2.74671 2.719 2.69309 2.67116 2.65436 2.64304 2.63703 2.63579 2.6386 2.64469 2.65333 2.66384 2.67565 2.68831 2.70146 2.71481 2.72817 2.7414 2.7544 2.76713 2.77955 2.79164 2.80341 2.81486 2.826 2.83685 2.84742 2.85772 2.86776 2.87755 2.88709 2.89639 2.90546 2.91429 2.92288 2.93123 2.93934 2.94721 2.95484 2.96221 2.96933 2.97619 2.9828 2.98914 2.99522 3.00103 3.00658 3.01187 3.01689 3.02164 3.02614 3.03038 3.03436 3.03809 3.04157 3.04481 3.04781 3.05058 3.05312 3.05544 3.05755 3.05944 3.06114 3.06263 3.06394 3.06506 3.06601 3.06678 3.06739 3.06783 3.06813 3.06827 3.06827 3.06813 3.06785 3.06745 3.06691 3.06626 3.06549 3.0646 3.0636 3.06249 3.06127 3.05995 3.05853 3.057 3.05538 3.05366 3.05185 3.04994 3.04793 3.04584 3.04364 3.04136 3.03898 3.03651 3.03395 3.03129 3.02854 3.02569 3.02275 3.0197 3.01656 3.01331 3.00996 3.0065 3.00293 2.99926 2.99546 2.99155 2.98751 2.98335 2.97906 2.97463 2.97006 2.96535 2.96048 2.95545 2.95025 2.94488 2.93933 2.93359 2.92765 2.92149 2.91511 2.9085 2.90165 2.89453 2.88715 2.87947 2.87149 2.86318 2.85454 2.84554 2.83616 2.82638 2.81617 2.80552 2.79439 2.78277 2.77062 2.75791 2.74461 2.7307 2.71614 2.7009 2.68493 2.66821 2.6507 2.63236 2.61315 2.59303 2.57197 2.54991 2.52683 2.50267 2.47741 2.45099 2.42338 2.39453 2.36442 2.33299 2.30021 2.26604 2.23045 2.19339 2.15483 2.11473 2.07306 2.02977 1.98481 1.93814 1.8897 1.83943 1.78723 1.73301 1.67663 1.61792 1.55664 1.49249 1.425 1.35356 1.27719 1.19441 1.10269 0.997314 0.86795 0.684428 0.316553 0.684012 1.58276 2.07433 2.40032 2.61994 2.76069 2.84139 2.87705 2.8803 2.86174 2.83015 2.79252 2.75413 2.7187 2.68857 2.66493 2.64808 2.6377 2.63311 2.63339 2.63763 2.64492 2.65446 2.66559 2.67776 2.69056 2.70366 2.71685 2.72996 2.74288 2.75556 2.76796 2.78005 2.79185 2.80335 2.81457 2.82552 2.83621 2.84665 2.85685 2.86682 2.87657 2.88609 2.8954 2.90447 2.91333 2.92196 2.93035 2.93851 2.94642 2.95409 2.96151 2.96868 2.97558 2.98223 2.98861 2.99472 3.00056 3.00614 3.01144 3.01648 3.02126 3.02577 3.03003 3.03402 3.03777 3.04127 3.04454 3.04757 3.05037 3.05294 3.05531 3.05746 3.05942 3.06118 3.06275 3.06414 3.06536 3.06641 3.06729 3.06803 3.06861 3.06906 3.06936 3.06953 3.06958 3.06951 3.06931 3.06901 3.06859 3.06807 3.06745 3.06672 3.06591 3.06499 3.06399 3.0629 3.06172 3.06045 3.05911 3.05767 3.05616 3.05456 3.05289 3.05113 3.04929 3.04737 3.04537 3.04329 3.04113 3.03888 3.03655 3.03414 3.03163 3.02904 3.02636 3.02358 3.02071 3.01773 3.01466 3.01148 3.00818 3.00478 3.00126 2.99761 2.99383 2.98992 2.98587 2.98167 2.97732 2.9728 2.96811 2.96324 2.95818 2.95292 2.94745 2.94175 2.93581 2.92962 2.92316 2.91642 2.90938 2.90202 2.89432 2.88627 2.87783 2.86899 2.85973 2.85001 2.83982 2.82912 2.81788 2.80607 2.79366 2.78062 2.76691 2.7525 2.73734 2.7214 2.70464 2.68702 2.66849 2.64901 2.62855 2.60705 2.58447 2.56077 2.53591 2.50983 2.4825 2.45387 2.4239 2.39254 2.35976 2.32551 2.28975 2.25244 2.21354 2.17301 2.13081 2.0869 2.04122 1.99373 1.94436 1.89304 1.83969 1.78421 1.72644 1.66622 1.60331 1.53738 1.46798 1.39444 1.31579 1.2305 1.13596 1.02733 0.893976 0.704858 0.32594 0.684028 1.58279 2.07435 2.40033 2.61995 2.7607 2.84139 2.87706 2.8803 2.86174 2.83015 2.79251 2.75412 2.7187 2.68857 2.66493 2.64808 2.6377 2.6331 2.63339 2.63763 2.64492 2.65446 2.66559 2.67776 2.69056 2.70366 2.71685 2.72996 2.74288 2.75556 2.76796 2.78005 2.79185 2.80335 2.81457 2.82552 2.83621 2.84665 2.85685 2.86682 2.87657 2.88609 2.8954 2.90447 2.91333 2.92196 2.93035 2.93851 2.94642 2.95409 2.96151 2.96868 2.97558 2.98223 2.98861 2.99472 3.00056 3.00614 3.01144 3.01648 3.02126 3.02577 3.03003 3.03402 3.03777 3.04127 3.04454 3.04757 3.05037 3.05294 3.05531 3.05746 3.05942 3.06118 3.06275 3.06414 3.06536 3.06641 3.06729 3.06803 3.06861 3.06906 3.06936 3.06953 3.06958 3.06951 3.06931 3.06901 3.06859 3.06807 3.06745 3.06672 3.06591 3.06499 3.06399 3.0629 3.06172 3.06045 3.05911 3.05767 3.05616 3.05456 3.05289 3.05113 3.04929 3.04737 3.04537 3.04329 3.04113 3.03888 3.03655 3.03414 3.03163 3.02904 3.02636 3.02358 3.02071 3.01773 3.01466 3.01148 3.00818 3.00478 3.00126 2.99761 2.99383 2.98992 2.98587 2.98167 2.97732 2.9728 2.96811 2.96324 2.95818 2.95292 2.94745 2.94175 2.93581 2.92962 2.92316 2.91642 2.90938 2.90202 2.89432 2.88627 2.87783 2.86899 2.85973 2.85001 2.83982 2.82912 2.81788 2.80607 2.79366 2.78062 2.76691 2.7525 2.73734 2.7214 2.70464 2.68702 2.66849 2.64901 2.62855 2.60705 2.58447 2.56078 2.53591 2.50983 2.4825 2.45387 2.4239 2.39254 2.35976 2.32551 2.28975 2.25244 2.21354 2.17302 2.13082 2.0869 2.04122 1.99373 1.94436 1.89304 1.83969 1.78421 1.72644 1.66623 1.60331 1.53738 1.46798 1.39444 1.3158 1.2305 1.13596 1.02733 0.893978 0.704859 0.32594 0.714971 1.65676 2.16965 2.50647 2.72944 2.86783 2.94191 2.96794 2.95963 2.92854 2.88425 2.83437 2.7847 2.73927 2.70058 2.66987 2.64736 2.63259 2.62469 2.62256 2.62507 2.63116 2.6399 2.6505 2.66234 2.67495 2.68795 2.7011 2.71422 2.72719 2.73994 2.75242 2.76462 2.77655 2.78819 2.79958 2.81071 2.8216 2.83227 2.84272 2.85295 2.86298 2.8728 2.88241 2.89181 2.901 2.90996 2.9187 2.92721 2.93549 2.94351 2.95129 2.95881 2.96607 2.97307 2.9798 2.98625 2.99244 2.99834 3.00398 3.00934 3.01443 3.01926 3.02382 3.02812 3.03217 3.03596 3.03951 3.04283 3.04591 3.04877 3.05142 3.05385 3.05609 3.05813 3.05999 3.06166 3.06317 3.06451 3.0657 3.06673 3.06763 3.06838 3.06901 3.06951 3.06989 3.07015 3.07031 3.07037 3.07032 3.07018 3.06994 3.06962 3.06921 3.06872 3.06815 3.0675 3.06677 3.06598 3.0651 3.06416 3.06315 3.06207 3.06092 3.0597 3.05841 3.05706 3.05564 3.05415 3.05259 3.05096 3.04926 3.04749 3.04564 3.04372 3.04172 3.03964 3.03748 3.03523 3.03289 3.03047 3.02794 3.02531 3.02258 3.01974 3.01678 3.0137 3.0105 3.00715 3.00367 3.00003 2.99624 2.99227 2.98812 2.98379 2.97925 2.97449 2.96951 2.96428 2.95879 2.95302 2.94696 2.94059 2.93388 2.92681 2.91937 2.91153 2.90325 2.89452 2.88531 2.87558 2.86531 2.85445 2.84298 2.83087 2.81806 2.80453 2.79024 2.77513 2.75918 2.74233 2.72454 2.70576 2.68595 2.66506 2.64305 2.61986 2.59544 2.56976 2.54275 2.51438 2.48459 2.45335 2.4206 2.38629 2.3504 2.31286 2.27365 2.2327 2.18999 2.14546 2.09906 2.05074 2.00043 1.94806 1.89354 1.83676 1.77759 1.71583 1.65124 1.58349 1.51211 1.43642 1.35543 1.26754 1.1701 1.05813 0.920679 0.725813 0.335566 0.714986 1.65678 2.16967 2.50649 2.72945 2.86784 2.94191 2.96794 2.95963 2.92854 2.88425 2.83437 2.7847 2.73927 2.70058 2.66987 2.64736 2.63259 2.62469 2.62256 2.62507 2.63116 2.6399 2.6505 2.66234 2.67495 2.68795 2.7011 2.71422 2.72719 2.73994 2.75242 2.76462 2.77655 2.78819 2.79958 2.81071 2.8216 2.83227 2.84272 2.85295 2.86298 2.8728 2.88241 2.89181 2.901 2.90996 2.9187 2.92721 2.93549 2.94351 2.95129 2.95881 2.96607 2.97307 2.9798 2.98625 2.99244 2.99834 3.00398 3.00934 3.01444 3.01926 3.02382 3.02812 3.03217 3.03596 3.03951 3.04283 3.04591 3.04877 3.05142 3.05385 3.05609 3.05813 3.05999 3.06166 3.06317 3.06451 3.0657 3.06673 3.06763 3.06838 3.06901 3.06951 3.06989 3.07015 3.07031 3.07037 3.07032 3.07018 3.06994 3.06962 3.06921 3.06872 3.06815 3.0675 3.06677 3.06598 3.0651 3.06416 3.06315 3.06207 3.06092 3.0597 3.05841 3.05706 3.05564 3.05415 3.05259 3.05096 3.04926 3.04749 3.04564 3.04372 3.04172 3.03964 3.03748 3.03523 3.03289 3.03047 3.02794 3.02531 3.02258 3.01974 3.01678 3.0137 3.0105 3.00715 3.00367 3.00003 2.99624 2.99227 2.98812 2.98379 2.97925 2.97449 2.96951 2.96428 2.95879 2.95302 2.94696 2.94059 2.93388 2.92681 2.91937 2.91153 2.90325 2.89452 2.88531 2.87558 2.86531 2.85445 2.84298 2.83087 2.81806 2.80453 2.79024 2.77513 2.75918 2.74233 2.72454 2.70576 2.68595 2.66506 2.64305 2.61986 2.59544 2.56976 2.54275 2.51438 2.48459 2.45335 2.4206 2.38629 2.3504 2.31286 2.27365 2.2327 2.18999 2.14546 2.09906 2.05074 2.00043 1.94806 1.89354 1.83676 1.77759 1.71583 1.65124 1.58349 1.51211 1.43642 1.35543 1.26754 1.1701 1.05813 0.92068 0.725814 0.335566 0.746426 1.73222 2.26662 2.61402 2.83977 2.97505 3.04165 3.05716 3.03642 2.99197 2.93423 2.87148 2.80999 2.75416 2.70664 2.6687 2.64048 2.62137 2.61026 2.60586 2.60682 2.6119 2.62002 2.63029 2.64198 2.65456 2.66762 2.68089 2.69416 2.7073 2.72023 2.73291 2.74533 2.75747 2.76936 2.781 2.79241 2.80359 2.81457 2.82534 2.83592 2.8463 2.85649 2.86648 2.87628 2.88587 2.89524 2.9044 2.91332 2.92201 2.93046 2.93865 2.94658 2.95425 2.96165 2.96878 2.97563 2.98219 2.98848 2.99448 3.00021 3.00566 3.01083 3.01573 3.02037 3.02474 3.02886 3.03273 3.03635 3.03975 3.04291 3.04586 3.0486 3.05114 3.05348 3.05564 3.05762 3.05943 3.06108 3.06258 3.06393 3.06515 3.06623 3.06719 3.06803 3.06876 3.06938 3.0699 3.07032 3.07066 3.07091 3.07107 3.07116 3.07117 3.07111 3.07098 3.07079 3.07053 3.0702 3.06982 3.06938 3.06888 3.06833 3.06772 3.06705 3.06633 3.06555 3.06472 3.06384 3.0629 3.0619 3.06085 3.05973 3.05856 3.05733 3.05603 3.05466 3.05323 3.05172 3.05014 3.04849 3.04675 3.04492 3.043 3.04099 3.03887 3.03665 3.03431 3.03185 3.02926 3.02653 3.02366 3.02063 3.01743 3.01405 3.01047 3.0067 3.0027 2.99847 2.99399 2.98924 2.9842 2.97885 2.97318 2.96715 2.96074 2.95394 2.9467 2.939 2.93082 2.92212 2.91286 2.90302 2.89254 2.88141 2.86956 2.85698 2.8436 2.82939 2.8143 2.79828 2.78128 2.76326 2.74417 2.72395 2.70255 2.67992 2.65601 2.63076 2.60413 2.57607 2.54651 2.51542 2.48274 2.44842 2.41242 2.37469 2.33518 2.29384 2.25062 2.20549 2.15837 2.10922 2.05796 2.00453 1.94882 1.89073 1.83011 1.76678 1.70047 1.63085 1.55743 1.47954 1.39613 1.30558 1.20516 1.08974 0.948084 0.747316 0.34544 0.746439 1.73224 2.26663 2.61403 2.83978 2.97506 3.04166 3.05716 3.03642 2.99197 2.93423 2.87148 2.80999 2.75415 2.70664 2.6687 2.64048 2.62137 2.61026 2.60586 2.60682 2.6119 2.62002 2.63029 2.64198 2.65456 2.66762 2.68089 2.69416 2.7073 2.72023 2.73291 2.74533 2.75747 2.76936 2.781 2.79241 2.80359 2.81457 2.82534 2.83592 2.8463 2.85649 2.86648 2.87628 2.88587 2.89524 2.9044 2.91332 2.92201 2.93046 2.93865 2.94658 2.95425 2.96165 2.96878 2.97563 2.98219 2.98848 2.99448 3.00021 3.00566 3.01083 3.01573 3.02037 3.02474 3.02886 3.03273 3.03635 3.03975 3.04291 3.04586 3.0486 3.05114 3.05348 3.05564 3.05762 3.05943 3.06108 3.06258 3.06393 3.06515 3.06623 3.06719 3.06803 3.06876 3.06938 3.0699 3.07032 3.07066 3.07091 3.07107 3.07116 3.07117 3.07111 3.07098 3.07079 3.07053 3.0702 3.06982 3.06938 3.06888 3.06833 3.06772 3.06705 3.06633 3.06555 3.06472 3.06384 3.0629 3.0619 3.06085 3.05973 3.05856 3.05733 3.05603 3.05466 3.05323 3.05172 3.05014 3.04849 3.04675 3.04492 3.043 3.04099 3.03887 3.03665 3.03431 3.03185 3.02926 3.02653 3.02366 3.02063 3.01743 3.01405 3.01047 3.0067 3.0027 2.99847 2.99399 2.98924 2.9842 2.97885 2.97318 2.96715 2.96074 2.95394 2.9467 2.93901 2.93082 2.92212 2.91286 2.90302 2.89254 2.88141 2.86956 2.85698 2.8436 2.82939 2.8143 2.79828 2.78128 2.76326 2.74417 2.72395 2.70255 2.67992 2.65601 2.63076 2.60413 2.57607 2.54651 2.51542 2.48274 2.44842 2.41242 2.37469 2.33518 2.29384 2.25062 2.20549 2.15837 2.10922 2.05796 2.00453 1.94882 1.89073 1.83011 1.76678 1.70047 1.63085 1.55744 1.47954 1.39613 1.30559 1.20516 1.08975 0.948086 0.747317 0.34544 0.778121 1.80858 2.36449 2.72207 2.94994 3.08128 3.13951 3.1436 3.10958 3.05102 2.97916 2.90298 2.82927 2.76273 2.70621 2.66099 2.6271 2.60374 2.5896 2.58312 2.58275 2.58704 2.59476 2.60489 2.61663 2.62937 2.64268 2.65621 2.66977 2.68321 2.69644 2.70944 2.72217 2.73464 2.74687 2.75885 2.77062 2.78218 2.79355 2.80473 2.81573 2.82655 2.83718 2.84763 2.85789 2.86795 2.8778 2.88743 2.89683 2.906 2.91492 2.92359 2.93199 2.94012 2.94797 2.95555 2.96283 2.96983 2.97653 2.98295 2.98908 2.99492 3.00047 3.00575 3.01075 3.01548 3.01995 3.02416 3.02813 3.03186 3.03535 3.03863 3.04169 3.04455 3.04721 3.04969 3.05199 3.05412 3.0561 3.05793 3.05961 3.06116 3.06258 3.06389 3.06508 3.06617 3.06716 3.06805 3.06886 3.06959 3.07024 3.07081 3.07132 3.07177 3.07215 3.07247 3.07274 3.07296 3.07312 3.07324 3.07331 3.07334 3.07332 3.07326 3.07316 3.07301 3.07283 3.0726 3.07234 3.07203 3.07167 3.07128 3.07084 3.07035 3.06982 3.06924 3.06861 3.06792 3.06717 3.06637 3.0655 3.06457 3.06356 3.06248 3.06131 3.06006 3.05872 3.05727 3.05572 3.05405 3.05226 3.05034 3.04827 3.04604 3.04365 3.04108 3.03832 3.03535 3.03215 3.02872 3.02502 3.02104 3.01677 3.01217 3.00722 3.0019 2.99618 2.99003 2.98342 2.97632 2.96869 2.96051 2.95172 2.9423 2.9322 2.92138 2.9098 2.8974 2.88414 2.86997 2.85485 2.83871 2.82151 2.80319 2.78369 2.76297 2.74096 2.71761 2.69286 2.66666 2.63895 2.60968 2.57878 2.54621 2.51192 2.47585 2.43795 2.39817 2.35646 2.31276 2.26703 2.2192 2.16922 2.11701 2.0625 2.00559 1.94617 1.88407 1.81912 1.75105 1.67951 1.60401 1.52385 1.43795 1.34467 1.24117 1.12221 0.976223 0.769388 0.355573 0.778133 1.80861 2.3645 2.72208 2.94995 3.08129 3.13952 3.1436 3.10958 3.05102 2.97916 2.90298 2.82927 2.76273 2.70621 2.66098 2.6271 2.60374 2.5896 2.58312 2.58275 2.58704 2.59476 2.60489 2.61663 2.62937 2.64268 2.65621 2.66977 2.68321 2.69644 2.70944 2.72217 2.73464 2.74687 2.75885 2.77062 2.78218 2.79355 2.80473 2.81573 2.82655 2.83718 2.84763 2.85789 2.86795 2.8778 2.88743 2.89683 2.906 2.91492 2.92359 2.93199 2.94012 2.94798 2.95555 2.96283 2.96983 2.97653 2.98295 2.98908 2.99492 3.00047 3.00575 3.01075 3.01548 3.01995 3.02416 3.02813 3.03186 3.03535 3.03863 3.04169 3.04455 3.04721 3.04969 3.05199 3.05412 3.0561 3.05793 3.05961 3.06116 3.06258 3.06389 3.06508 3.06617 3.06716 3.06805 3.06886 3.06959 3.07024 3.07081 3.07132 3.07177 3.07215 3.07247 3.07274 3.07296 3.07312 3.07324 3.07331 3.07334 3.07332 3.07326 3.07316 3.07301 3.07283 3.0726 3.07234 3.07203 3.07167 3.07128 3.07084 3.07035 3.06982 3.06924 3.06861 3.06792 3.06717 3.06637 3.0655 3.06457 3.06356 3.06248 3.06131 3.06006 3.05872 3.05727 3.05572 3.05405 3.05226 3.05034 3.04827 3.04604 3.04365 3.04108 3.03832 3.03535 3.03215 3.02872 3.02502 3.02104 3.01677 3.01217 3.00722 3.0019 2.99618 2.99003 2.98342 2.97632 2.96869 2.96051 2.95173 2.9423 2.9322 2.92138 2.9098 2.8974 2.88414 2.86997 2.85485 2.83871 2.82151 2.80319 2.78369 2.76297 2.74096 2.71761 2.69286 2.66666 2.63895 2.60968 2.57878 2.54621 2.51192 2.47585 2.43795 2.39817 2.35646 2.31276 2.26703 2.2192 2.16922 2.11701 2.0625 2.00559 1.94617 1.88407 1.81912 1.75105 1.67951 1.60401 1.52385 1.43796 1.34467 1.24117 1.12222 0.976225 0.769389 0.355573 0.809785 1.88526 2.46246 2.82967 3.05887 3.18537 3.2343 3.22608 3.17798 3.10461 3.01808 2.92805 2.8418 2.76439 2.6988 2.64633 2.6069 2.5795 2.56255 2.55425 2.5528 2.55655 2.56411 2.57433 2.58633 2.59943 2.61314 2.6271 2.64109 2.65496 2.66862 2.68204 2.69519 2.70809 2.72074 2.73317 2.74539 2.75741 2.76925 2.78091 2.79241 2.80374 2.81489 2.82587 2.83666 2.84725 2.85764 2.86782 2.87776 2.88747 2.89692 2.90611 2.91504 2.92368 2.93204 2.9401 2.94787 2.95534 2.96251 2.96937 2.97594 2.98221 2.98818 2.99386 2.99926 3.00438 3.00923 3.01381 3.01814 3.02223 3.02608 3.0297 3.03311 3.03631 3.03931 3.04212 3.04476 3.04724 3.04955 3.05172 3.05375 3.05565 3.05743 3.05909 3.06065 3.06211 3.06348 3.06476 3.06596 3.06709 3.06815 3.06915 3.07009 3.07098 3.07181 3.0726 3.07334 3.07404 3.07471 3.07534 3.07593 3.07649 3.07702 3.07752 3.078 3.07844 3.07886 3.07925 3.07961 3.07994 3.08025 3.08053 3.08078 3.08099 3.08118 3.08133 3.08144 3.08151 3.08155 3.08154 3.08148 3.08137 3.0812 3.08097 3.08068 3.08031 3.07987 3.07934 3.07872 3.078 3.07717 3.07623 3.07515 3.07393 3.07256 3.07103 3.06931 3.0674 3.06528 3.06292 3.06032 3.05744 3.05428 3.0508 3.04697 3.04278 3.0382 3.03319 3.02771 3.02175 3.01526 3.0082 3.00053 2.99222 2.98322 2.97348 2.96296 2.9516 2.93936 2.92618 2.91201 2.89679 2.88047 2.86299 2.84428 2.8243 2.80297 2.78024 2.75605 2.73034 2.70304 2.67409 2.64345 2.61104 2.57681 2.54071 2.50268 2.46266 2.4206 2.37644 2.33013 2.2816 2.23079 2.17763 2.12203 2.0639 2.00312 1.93952 1.87292 1.80304 1.72954 1.65189 1.56939 1.48094 1.38483 1.27818 1.15557 1.00513 0.792054 0.365976 0.809795 1.88528 2.46247 2.82968 3.05888 3.18538 3.23431 3.22608 3.17798 3.10461 3.01808 2.92805 2.8418 2.76438 2.6988 2.64633 2.6069 2.5795 2.56255 2.55425 2.5528 2.55655 2.56411 2.57433 2.58633 2.59943 2.61314 2.6271 2.64109 2.65496 2.66862 2.68204 2.69519 2.70809 2.72074 2.73317 2.74539 2.75741 2.76925 2.78091 2.79241 2.80374 2.81489 2.82587 2.83666 2.84725 2.85764 2.86782 2.87776 2.88747 2.89692 2.90612 2.91504 2.92368 2.93204 2.9401 2.94787 2.95534 2.96251 2.96937 2.97594 2.98221 2.98818 2.99386 2.99926 3.00438 3.00923 3.01381 3.01814 3.02223 3.02608 3.0297 3.03311 3.03631 3.03931 3.04212 3.04476 3.04724 3.04955 3.05172 3.05375 3.05565 3.05743 3.05909 3.06065 3.06211 3.06348 3.06476 3.06596 3.06709 3.06815 3.06915 3.07009 3.07098 3.07181 3.0726 3.07334 3.07404 3.07471 3.07534 3.07593 3.07649 3.07702 3.07752 3.078 3.07844 3.07886 3.07925 3.07961 3.07994 3.08025 3.08053 3.08078 3.08099 3.08118 3.08133 3.08144 3.08151 3.08155 3.08154 3.08148 3.08137 3.0812 3.08097 3.08068 3.08031 3.07987 3.07934 3.07872 3.078 3.07717 3.07623 3.07515 3.07393 3.07256 3.07103 3.06931 3.0674 3.06528 3.06292 3.06032 3.05744 3.05428 3.0508 3.04697 3.04278 3.0382 3.03319 3.02771 3.02175 3.01526 3.0082 3.00053 2.99222 2.98322 2.97348 2.96296 2.9516 2.93936 2.92618 2.91201 2.89679 2.88047 2.86299 2.84428 2.8243 2.80297 2.78024 2.75605 2.73034 2.70304 2.67409 2.64345 2.61104 2.57681 2.54071 2.50268 2.46266 2.4206 2.37644 2.33013 2.2816 2.23079 2.17763 2.12204 2.0639 2.00312 1.93952 1.87292 1.80304 1.72954 1.65189 1.56939 1.48094 1.38483 1.27818 1.15558 1.00513 0.792055 0.365976 0.841134 1.96162 2.55968 2.9358 3.16543 3.28613 3.3248 3.3034 3.24047 3.15169 3.05003 2.94584 2.84689 2.75856 2.68398 2.62443 2.57969 2.5485 2.52904 2.51922 2.51699 2.52047 2.52812 2.53869 2.55117 2.56482 2.57911 2.59365 2.60821 2.62264 2.63684 2.65078 2.66446 2.67788 2.69105 2.704 2.71675 2.72932 2.74171 2.75394 2.76601 2.77791 2.78966 2.80123 2.81262 2.82382 2.83481 2.84559 2.85613 2.86643 2.87647 2.88625 2.89574 2.90495 2.91385 2.92246 2.93075 2.93874 2.94641 2.95376 2.9608 2.96753 2.97395 2.98007 2.9859 2.99144 2.99669 3.00167 3.00639 3.01086 3.01508 3.01907 3.02284 3.0264 3.02976 3.03293 3.03593 3.03875 3.04143 3.04395 3.04634 3.0486 3.05074 3.05278 3.05472 3.05656 3.05832 3.06 3.0616 3.06315 3.06463 3.06606 3.06744 3.06878 3.07008 3.07134 3.07257 3.07376 3.07494 3.07609 3.07721 3.07832 3.07941 3.08048 3.08154 3.08258 3.08361 3.08463 3.08563 3.08662 3.0876 3.08856 3.08951 3.09044 3.09135 3.09225 3.09312 3.09397 3.0948 3.0956 3.09636 3.0971 3.09779 3.09843 3.09903 3.09957 3.10005 3.10046 3.1008 3.10105 3.10121 3.10127 3.10121 3.10103 3.10072 3.10025 3.09961 3.09879 3.09778 3.09654 3.09507 3.09334 3.09133 3.08901 3.08636 3.08335 3.07994 3.07612 3.07183 3.06706 3.06175 3.05588 3.04939 3.04225 3.0344 3.02581 3.01641 3.00616 2.995 2.98287 2.96973 2.9555 2.94012 2.92355 2.9057 2.88652 2.86594 2.8439 2.82033 2.79516 2.76833 2.73978 2.70943 2.67723 2.64312 2.60703 2.5689 2.52868 2.4863 2.4417 2.39483 2.34561 2.29398 2.23986 2.18318 2.12381 2.06164 1.99651 1.92822 1.8565 1.78097 1.70113 1.61622 1.52514 1.42613 1.31622 1.18986 1.03482 0.815338 0.376661 0.841143 1.96164 2.5597 2.93582 3.16544 3.28613 3.32481 3.3034 3.24047 3.15169 3.05003 2.94583 2.84689 2.75856 2.68398 2.62443 2.57968 2.5485 2.52904 2.51922 2.51699 2.52047 2.52812 2.53869 2.55117 2.56482 2.57911 2.59365 2.60821 2.62264 2.63684 2.65078 2.66446 2.67788 2.69105 2.704 2.71675 2.72932 2.74171 2.75394 2.76601 2.77792 2.78966 2.80123 2.81262 2.82382 2.83481 2.84559 2.85613 2.86643 2.87647 2.88625 2.89574 2.90495 2.91385 2.92246 2.93075 2.93874 2.94641 2.95376 2.9608 2.96753 2.97395 2.98008 2.9859 2.99144 2.99669 3.00167 3.00639 3.01086 3.01508 3.01907 3.02284 3.0264 3.02976 3.03293 3.03593 3.03875 3.04143 3.04395 3.04634 3.0486 3.05075 3.05278 3.05472 3.05656 3.05832 3.06 3.0616 3.06315 3.06463 3.06606 3.06744 3.06878 3.07008 3.07134 3.07257 3.07376 3.07494 3.07609 3.07721 3.07832 3.07941 3.08048 3.08154 3.08258 3.08361 3.08463 3.08563 3.08662 3.0876 3.08856 3.08951 3.09044 3.09135 3.09225 3.09312 3.09397 3.0948 3.0956 3.09637 3.0971 3.09779 3.09843 3.09903 3.09957 3.10005 3.10046 3.1008 3.10105 3.10121 3.10127 3.10121 3.10103 3.10072 3.10025 3.09961 3.09879 3.09778 3.09654 3.09507 3.09334 3.09133 3.08901 3.08636 3.08335 3.07994 3.07612 3.07183 3.06706 3.06175 3.05588 3.04939 3.04225 3.0344 3.02581 3.01641 3.00616 2.995 2.98287 2.96973 2.9555 2.94012 2.92355 2.9057 2.88652 2.86594 2.8439 2.82033 2.79516 2.76833 2.73978 2.70943 2.67723 2.64312 2.60703 2.56891 2.52868 2.4863 2.4417 2.39483 2.34561 2.29398 2.23987 2.18318 2.12381 2.06164 1.99651 1.92822 1.8565 1.78097 1.70113 1.61622 1.52514 1.42613 1.31622 1.18986 1.03483 0.81534 0.37666 0.871883 2.03702 2.6553 3.03944 3.26847 3.38231 3.40975 3.37432 3.29588 3.19119 3.07408 2.95557 2.84392 2.74477 2.66141 2.59505 2.54532 2.51072 2.48911 2.47812 2.47542 2.47894 2.48698 2.49813 2.5113 2.52569 2.54072 2.55599 2.57125 2.58635 2.60121 2.61578 2.63008 2.6441 2.65789 2.67145 2.68481 2.69799 2.71101 2.72388 2.73659 2.74914 2.76154 2.77377 2.78583 2.79769 2.80934 2.82078 2.83198 2.84292 2.85361 2.86401 2.87412 2.88394 2.89344 2.90263 2.91149 2.92003 2.92824 2.93611 2.94366 2.95089 2.95779 2.96438 2.97066 2.97664 2.98233 2.98773 2.99286 2.99773 3.00235 3.00673 3.01088 3.01482 3.01856 3.0221 3.02547 3.02866 3.0317 3.0346 3.03736 3.04 3.04252 3.04494 3.04726 3.0495 3.05166 3.05375 3.05577 3.05774 3.05965 3.06152 3.06336 3.06515 3.06692 3.06867 3.07039 3.07209 3.07378 3.07546 3.07713 3.07879 3.08045 3.0821 3.08375 3.08541 3.08706 3.08871 3.09037 3.09202 3.09368 3.09534 3.097 3.09866 3.10031 3.10197 3.10362 3.10526 3.10689 3.10852 3.11012 3.11171 3.11328 3.11482 3.11632 3.11779 3.11922 3.12059 3.12191 3.12315 3.12433 3.12542 3.12641 3.12729 3.12805 3.12868 3.12916 3.12947 3.1296 3.12952 3.12922 3.12867 3.12786 3.12674 3.12531 3.12352 3.12135 3.11876 3.11572 3.11219 3.10812 3.10349 3.09824 3.09233 3.0857 3.07831 3.0701 3.06102 3.05101 3.04001 3.02796 3.01479 3.00044 2.98483 2.96792 2.94961 2.92985 2.90856 2.88568 2.86112 2.83483 2.80672 2.77674 2.74481 2.71086 2.67483 2.63665 2.59626 2.5536 2.50859 2.46117 2.41128 2.35884 2.30377 2.24598 2.18536 2.1218 2.05511 1.9851 1.91148 1.83388 1.75177 1.6644 1.57061 1.4686 1.35534 1.22511 1.06535 0.839269 0.387639 0.87189 2.03704 2.65531 3.03945 3.26848 3.38232 3.40976 3.37433 3.29589 3.19119 3.07408 2.95557 2.84391 2.74477 2.66141 2.59505 2.54532 2.51072 2.48911 2.47812 2.47542 2.47894 2.48698 2.49813 2.5113 2.52569 2.54072 2.55599 2.57125 2.58635 2.60121 2.61578 2.63008 2.6441 2.65789 2.67145 2.68481 2.69799 2.71101 2.72388 2.73659 2.74914 2.76154 2.77377 2.78583 2.79769 2.80934 2.82078 2.83198 2.84292 2.85361 2.86401 2.87413 2.88394 2.89344 2.90263 2.91149 2.92003 2.92824 2.93611 2.94367 2.95089 2.9578 2.96438 2.97066 2.97664 2.98233 2.98773 2.99286 2.99773 3.00235 3.00673 3.01089 3.01482 3.01856 3.0221 3.02547 3.02866 3.0317 3.0346 3.03736 3.04 3.04252 3.04494 3.04726 3.0495 3.05166 3.05375 3.05577 3.05774 3.05965 3.06152 3.06336 3.06515 3.06692 3.06867 3.07039 3.07209 3.07378 3.07546 3.07713 3.07879 3.08045 3.0821 3.08375 3.08541 3.08706 3.08871 3.09037 3.09202 3.09368 3.09534 3.097 3.09866 3.10031 3.10197 3.10362 3.10526 3.1069 3.10852 3.11012 3.11171 3.11328 3.11482 3.11632 3.11779 3.11922 3.12059 3.12191 3.12315 3.12433 3.12542 3.12641 3.12729 3.12805 3.12868 3.12916 3.12947 3.1296 3.12952 3.12922 3.12867 3.12786 3.12674 3.12531 3.12352 3.12135 3.11876 3.11572 3.11219 3.10812 3.10349 3.09824 3.09233 3.0857 3.07831 3.0701 3.06102 3.05101 3.04001 3.02796 3.01479 3.00044 2.98483 2.96792 2.94961 2.92985 2.90856 2.88568 2.86112 2.83483 2.80672 2.77674 2.74481 2.71086 2.67483 2.63665 2.59626 2.5536 2.50859 2.46117 2.41128 2.35884 2.30377 2.24598 2.18537 2.1218 2.05511 1.9851 1.91148 1.83388 1.75177 1.6644 1.57061 1.4686 1.35534 1.22511 1.06536 0.83927 0.387639 0.901743 2.1108 2.74842 3.13951 3.36681 3.47268 3.48791 3.43765 3.34311 3.22213 3.08939 2.95655 2.83233 2.72264 2.63084 2.55809 2.50382 2.46624 2.4429 2.43112 2.42831 2.4322 2.4409 2.45288 2.46695 2.48225 2.49817 2.5143 2.53039 2.54627 2.56188 2.57718 2.59218 2.6069 2.62137 2.63561 2.64966 2.66353 2.67725 2.69081 2.70423 2.7175 2.73062 2.74357 2.75634 2.76892 2.7813 2.79344 2.80535 2.81699 2.82836 2.83945 2.85022 2.86069 2.87083 2.88064 2.8901 2.89923 2.90801 2.91645 2.92454 2.93229 2.93971 2.94679 2.95356 2.96 2.96615 2.97199 2.97756 2.98285 2.98789 2.99267 2.99723 3.00156 3.00569 3.00962 3.01337 3.01695 3.02037 3.02365 3.0268 3.02982 3.03274 3.03555 3.03827 3.04092 3.04348 3.04599 3.04844 3.05084 3.0532 3.05552 3.05781 3.06008 3.06233 3.06456 3.06679 3.069 3.07122 3.07344 3.07565 3.07788 3.08011 3.08236 3.08461 3.08688 3.08917 3.09146 3.09378 3.09611 3.09846 3.10083 3.10321 3.10561 3.10802 3.11044 3.11288 3.11533 3.11778 3.12024 3.12271 3.12517 3.12763 3.13007 3.13251 3.13492 3.13731 3.13966 3.14198 3.14425 3.14646 3.1486 3.15067 3.15264 3.15451 3.15627 3.15789 3.15936 3.16067 3.16178 3.16269 3.16337 3.16379 3.16393 3.16375 3.16323 3.16234 3.16104 3.15929 3.15706 3.1543 3.15096 3.14701 3.14239 3.13705 3.13093 3.12398 3.11615 3.10735 3.09755 3.08666 3.07462 3.06136 3.04681 3.0309 3.01354 2.99467 2.97421 2.95209 2.92821 2.90252 2.87494 2.84538 2.81377 2.78005 2.74413 2.70595 2.66544 2.62252 2.57713 2.5292 2.47865 2.42541 2.36939 2.3105 2.24863 2.18364 2.11537 2.04359 1.96804 1.88832 1.80389 1.71397 1.61739 1.5123 1.39558 1.26137 1.09675 0.863873 0.398924 0.901748 2.11082 2.74843 3.13952 3.36682 3.47269 3.48792 3.43766 3.34311 3.22213 3.08939 2.95655 2.83233 2.72264 2.63084 2.55809 2.50382 2.46624 2.4429 2.43112 2.42831 2.4322 2.4409 2.45288 2.46695 2.48225 2.49817 2.5143 2.53039 2.54627 2.56188 2.57718 2.59218 2.6069 2.62137 2.63561 2.64966 2.66353 2.67725 2.69081 2.70423 2.7175 2.73062 2.74357 2.75634 2.76892 2.7813 2.79344 2.80535 2.81699 2.82836 2.83945 2.85022 2.86069 2.87083 2.88064 2.8901 2.89923 2.90801 2.91645 2.92454 2.93229 2.93971 2.94679 2.95356 2.96 2.96615 2.97199 2.97756 2.98285 2.98789 2.99267 2.99723 3.00156 3.00569 3.00962 3.01337 3.01695 3.02037 3.02365 3.0268 3.02982 3.03274 3.03555 3.03827 3.04092 3.04348 3.04599 3.04844 3.05084 3.0532 3.05552 3.05781 3.06008 3.06233 3.06456 3.06679 3.069 3.07122 3.07344 3.07565 3.07788 3.08011 3.08236 3.08461 3.08688 3.08917 3.09147 3.09378 3.09611 3.09846 3.10083 3.10321 3.10561 3.10802 3.11044 3.11288 3.11533 3.11778 3.12024 3.12271 3.12517 3.12763 3.13007 3.13251 3.13492 3.13731 3.13966 3.14198 3.14425 3.14646 3.1486 3.15067 3.15264 3.15451 3.15627 3.15789 3.15936 3.16067 3.16178 3.16269 3.16337 3.16379 3.16393 3.16375 3.16323 3.16234 3.16104 3.1593 3.15706 3.1543 3.15097 3.14701 3.14239 3.13705 3.13093 3.12398 3.11615 3.10736 3.09755 3.08666 3.07462 3.06136 3.04681 3.0309 3.01354 2.99467 2.97421 2.95209 2.92822 2.90252 2.87494 2.84538 2.81377 2.78005 2.74413 2.70595 2.66544 2.62252 2.57713 2.5292 2.47865 2.42541 2.36939 2.3105 2.24863 2.18364 2.11537 2.04359 1.96804 1.88832 1.80389 1.71397 1.61739 1.5123 1.39559 1.26137 1.09675 0.863874 0.398924 0.930435 2.18232 2.83815 3.23498 3.45928 3.55603 3.55807 3.49223 3.38109 3.24357 3.09518 2.94819 2.81172 2.69192 2.59219 2.51358 2.4553 2.41526 2.39067 2.37854 2.37598 2.38057 2.3902 2.40323 2.41838 2.43475 2.45171 2.46882 2.48583 2.50259 2.51904 2.53514 2.55093 2.56641 2.58164 2.59663 2.61143 2.62606 2.64053 2.65486 2.66905 2.68309 2.69698 2.7107 2.72425 2.7376 2.75074 2.76365 2.77631 2.78869 2.8008 2.8126 2.82408 2.83523 2.84605 2.85651 2.86662 2.87637 2.88576 2.89479 2.90345 2.91176 2.91971 2.92731 2.93458 2.94152 2.94814 2.95446 2.96048 2.96621 2.97168 2.97689 2.98186 2.98661 2.99114 2.99547 2.99962 3.0036 3.00742 3.0111 3.01464 3.01806 3.02138 3.0246 3.02773 3.03079 3.03378 3.03671 3.03959 3.04243 3.04524 3.04802 3.05078 3.05353 3.05626 3.059 3.06173 3.06447 3.06722 3.06998 3.07276 3.07556 3.07837 3.08121 3.08408 3.08698 3.0899 3.09285 3.09584 3.09886 3.1019 3.10499 3.1081 3.11124 3.11442 3.11763 3.12086 3.12413 3.12742 3.13073 3.13406 3.13741 3.14077 3.14415 3.14752 3.1509 3.15427 3.15762 3.16096 3.16427 3.16754 3.17076 3.17392 3.17702 3.18002 3.18293 3.18573 3.1884 3.19091 3.19326 3.19541 3.19735 3.19905 3.20048 3.20161 3.20241 3.20285 3.20289 3.20249 3.20161 3.2002 3.19823 3.19563 3.19237 3.18838 3.1836 3.17798 3.17145 3.16396 3.15542 3.14577 3.13494 3.12286 3.10943 3.0946 3.07828 3.06038 3.04082 3.01953 2.99642 2.97141 2.94441 2.91534 2.88413 2.85069 2.81494 2.77681 2.73623 2.69311 2.64737 2.59896 2.54778 2.49375 2.43679 2.3768 2.31366 2.24723 2.17735 2.10378 2.02625 1.94435 1.85753 1.765 1.66555 1.55729 1.43701 1.29869 1.12905 0.88918 0.410529 0.930439 2.18235 2.83817 3.23499 3.45929 3.55604 3.55807 3.49223 3.38109 3.24357 3.09518 2.94819 2.81172 2.69192 2.59218 2.51358 2.4553 2.41526 2.39067 2.37854 2.37598 2.38057 2.3902 2.40323 2.41838 2.43475 2.45171 2.46882 2.48583 2.50259 2.51904 2.53514 2.55093 2.56641 2.58164 2.59663 2.61144 2.62606 2.64053 2.65486 2.66905 2.68309 2.69698 2.7107 2.72425 2.7376 2.75074 2.76365 2.77631 2.78869 2.8008 2.8126 2.82408 2.83524 2.84605 2.85651 2.86662 2.87637 2.88576 2.89479 2.90345 2.91176 2.91971 2.92731 2.93458 2.94152 2.94814 2.95446 2.96048 2.96621 2.97168 2.97689 2.98186 2.98661 2.99114 2.99547 2.99962 3.0036 3.00742 3.0111 3.01464 3.01806 3.02138 3.0246 3.02773 3.03079 3.03378 3.03671 3.03959 3.04243 3.04524 3.04802 3.05078 3.05353 3.05626 3.059 3.06173 3.06447 3.06722 3.06998 3.07276 3.07556 3.07837 3.08121 3.08408 3.08698 3.0899 3.09285 3.09584 3.09886 3.1019 3.10499 3.1081 3.11124 3.11442 3.11763 3.12086 3.12413 3.12742 3.13073 3.13406 3.13741 3.14077 3.14415 3.14752 3.1509 3.15427 3.15762 3.16096 3.16427 3.16754 3.17076 3.17392 3.17702 3.18002 3.18293 3.18573 3.1884 3.19091 3.19326 3.19541 3.19735 3.19905 3.20048 3.20161 3.20241 3.20285 3.20289 3.20249 3.20161 3.2002 3.19823 3.19563 3.19237 3.18838 3.1836 3.17798 3.17145 3.16396 3.15542 3.14577 3.13494 3.12286 3.10944 3.0946 3.07828 3.06038 3.04082 3.01953 2.99642 2.97141 2.94441 2.91534 2.88413 2.85069 2.81494 2.77682 2.73623 2.69311 2.64737 2.59896 2.54778 2.49375 2.43679 2.3768 2.31366 2.24723 2.17735 2.10378 2.02625 1.94435 1.85753 1.765 1.66555 1.55729 1.43701 1.29869 1.12905 0.889181 0.410528 0.957693 2.25096 2.92366 3.32481 3.54476 3.63118 3.61906 3.53697 3.40886 3.25471 3.09083 2.93004 2.78182 2.6525 2.54549 2.4617 2.40005 2.35814 2.33282 2.32076 2.31887 2.32446 2.33528 2.34955 2.36596 2.38353 2.40163 2.41982 2.43785 2.45557 2.47292 2.4899 2.50653 2.52284 2.53888 2.55469 2.57029 2.58573 2.60101 2.61616 2.63116 2.64602 2.66073 2.67528 2.68964 2.70381 2.71776 2.73147 2.74492 2.7581 2.77097 2.78352 2.79575 2.80763 2.81915 2.8303 2.84108 2.85149 2.86151 2.87115 2.88041 2.88929 2.89781 2.90596 2.91375 2.92121 2.92832 2.93512 2.94161 2.94781 2.95373 2.95938 2.96479 2.96996 2.97491 2.97966 2.98422 2.98861 2.99284 2.99692 3.00087 3.0047 3.00843 3.01206 3.01562 3.0191 3.02251 3.02588 3.02921 3.0325 3.03576 3.03901 3.04225 3.04548 3.04871 3.05195 3.0552 3.05847 3.06176 3.06507 3.06841 3.07179 3.0752 3.07864 3.08213 3.08565 3.08922 3.09284 3.0965 3.10021 3.10397 3.10777 3.11163 3.11553 3.11948 3.12348 3.12752 3.13161 3.13575 3.13992 3.14413 3.14838 3.15266 3.15698 3.16131 3.16567 3.17003 3.17441 3.17878 3.18315 3.1875 3.19182 3.19611 3.20034 3.20451 3.20861 3.21261 3.2165 3.22026 3.22387 3.2273 3.23054 3.23356 3.23632 3.2388 3.24097 3.24279 3.24422 3.24522 3.24574 3.24575 3.2452 3.24402 3.24218 3.2396 3.23624 3.23202 3.22688 3.22075 3.21356 3.20523 3.19569 3.18486 3.17265 3.15898 3.14377 3.12692 3.10836 3.08799 3.06572 3.04146 3.01513 2.98663 2.95588 2.9228 2.88729 2.84927 2.80866 2.76538 2.71935 2.67049 2.6187 2.56391 2.50603 2.44494 2.38052 2.31264 2.24112 2.16573 2.08617 2.00204 1.91277 1.81755 1.71515 1.60361 1.47966 1.3371 1.1623 0.915222 0.422468 0.957695 2.25098 2.92367 3.32482 3.54477 3.63119 3.61906 3.53698 3.40887 3.25471 3.09083 2.93003 2.78182 2.6525 2.54549 2.4617 2.40005 2.35814 2.33282 2.32076 2.31887 2.32446 2.33528 2.34955 2.36596 2.38353 2.40163 2.41982 2.43785 2.45557 2.47292 2.4899 2.50653 2.52284 2.53888 2.55469 2.57029 2.58573 2.60101 2.61616 2.63116 2.64602 2.66073 2.67528 2.68964 2.70381 2.71776 2.73147 2.74492 2.7581 2.77097 2.78352 2.79575 2.80763 2.81915 2.8303 2.84108 2.85149 2.86151 2.87115 2.88041 2.88929 2.89781 2.90596 2.91375 2.92121 2.92832 2.93512 2.94161 2.94781 2.95373 2.95938 2.96479 2.96996 2.97491 2.97966 2.98422 2.98861 2.99284 2.99692 3.00087 3.0047 3.00843 3.01206 3.01562 3.0191 3.02251 3.02588 3.02921 3.0325 3.03576 3.03901 3.04225 3.04548 3.04871 3.05195 3.0552 3.05847 3.06176 3.06507 3.06841 3.07179 3.0752 3.07864 3.08213 3.08565 3.08923 3.09284 3.0965 3.10021 3.10397 3.10777 3.11163 3.11553 3.11948 3.12348 3.12752 3.13161 3.13575 3.13992 3.14413 3.14838 3.15267 3.15698 3.16131 3.16567 3.17003 3.17441 3.17878 3.18315 3.1875 3.19182 3.19611 3.20034 3.20451 3.20861 3.21261 3.2165 3.22026 3.22387 3.2273 3.23054 3.23356 3.23632 3.2388 3.24097 3.24279 3.24422 3.24522 3.24574 3.24575 3.2452 3.24402 3.24218 3.2396 3.23624 3.23202 3.22688 3.22075 3.21356 3.20523 3.19569 3.18486 3.17265 3.15898 3.14377 3.12692 3.10836 3.08799 3.06572 3.04146 3.01513 2.98663 2.95588 2.9228 2.88729 2.84927 2.80866 2.76538 2.71935 2.67049 2.6187 2.56391 2.50603 2.44494 2.38052 2.31264 2.24112 2.16573 2.08617 2.00204 1.91278 1.81755 1.71515 1.60361 1.47966 1.3371 1.1623 0.915223 0.422468 0.983269 2.31613 3.00411 3.40801 3.62216 3.69702 3.66982 3.5709 3.42559 3.25488 3.07584 2.90179 2.74252 2.60446 2.49097 2.40278 2.3385 2.29537 2.26987 2.25834 2.25749 2.26438 2.2766 2.2923 2.31008 2.32897 2.34829 2.36763 2.38673 2.40546 2.42378 2.44168 2.45921 2.47639 2.4933 2.50996 2.52642 2.54271 2.55885 2.57485 2.59071 2.60643 2.62201 2.63741 2.65264 2.66766 2.68246 2.69701 2.71129 2.72527 2.73895 2.75229 2.76529 2.77792 2.79018 2.80205 2.81353 2.82461 2.83528 2.84556 2.85544 2.86493 2.87402 2.88274 2.89108 2.89906 2.9067 2.914 2.92098 2.92765 2.93403 2.94014 2.94599 2.9516 2.95699 2.96217 2.96715 2.97196 2.9766 2.98111 2.98547 2.98973 2.99388 2.99793 3.00191 3.00582 3.00968 3.01349 3.01726 3.02101 3.02474 3.02846 3.03218 3.0359 3.03964 3.04339 3.04716 3.05097 3.0548 3.05867 3.06259 3.06654 3.07055 3.07461 3.07871 3.08288 3.0871 3.09139 3.09573 3.10014 3.10461 3.10915 3.11375 3.11842 3.12315 3.12794 3.13281 3.13773 3.14272 3.14776 3.15287 3.15803 3.16324 3.16851 3.17381 3.17916 3.18454 3.18995 3.19538 3.20082 3.20627 3.21172 3.21715 3.22255 3.22791 3.23321 3.23844 3.24358 3.24862 3.25352 3.25828 3.26285 3.26723 3.27137 3.27524 3.27882 3.28206 3.28493 3.28738 3.28938 3.29086 3.29178 3.29209 3.29174 3.29064 3.28876 3.28601 3.28234 3.27765 3.27189 3.26497 3.2568 3.2473 3.23639 3.22398 3.20997 3.19426 3.17678 3.15741 3.13607 3.11266 3.08708 3.05923 3.02903 2.99637 2.96116 2.92332 2.88276 2.83938 2.79309 2.74382 2.69147 2.63594 2.57714 2.51496 2.44927 2.37993 2.30675 2.2295 2.14788 2.06146 1.96968 1.87169 1.76624 1.65133 1.52359 1.37667 1.19653 0.94203 0.434756 0.983268 2.31615 3.00412 3.40802 3.62217 3.69702 3.66982 3.57091 3.42559 3.25488 3.07584 2.90179 2.74252 2.60446 2.49097 2.40278 2.3385 2.29537 2.26987 2.25834 2.25749 2.26438 2.2766 2.2923 2.31008 2.32897 2.34829 2.36763 2.38673 2.40546 2.42378 2.44168 2.45921 2.47639 2.4933 2.50996 2.52642 2.54271 2.55885 2.57485 2.59071 2.60643 2.62201 2.63742 2.65264 2.66766 2.68246 2.69701 2.71129 2.72528 2.73895 2.75229 2.76529 2.77792 2.79018 2.80205 2.81353 2.82461 2.83528 2.84556 2.85544 2.86493 2.87402 2.88274 2.89108 2.89906 2.9067 2.914 2.92098 2.92765 2.93403 2.94014 2.94599 2.9516 2.95699 2.96217 2.96715 2.97196 2.9766 2.98111 2.98548 2.98973 2.99388 2.99793 3.00191 3.00582 3.00968 3.01349 3.01726 3.02101 3.02474 3.02846 3.03218 3.0359 3.03964 3.04339 3.04716 3.05097 3.0548 3.05867 3.06259 3.06654 3.07055 3.07461 3.07871 3.08288 3.0871 3.09139 3.09573 3.10014 3.10461 3.10915 3.11375 3.11842 3.12315 3.12794 3.13281 3.13773 3.14272 3.14776 3.15287 3.15803 3.16324 3.16851 3.17381 3.17916 3.18454 3.18995 3.19538 3.20082 3.20627 3.21172 3.21715 3.22255 3.22791 3.23321 3.23844 3.24358 3.24862 3.25352 3.25828 3.26285 3.26723 3.27137 3.27524 3.27882 3.28206 3.28493 3.28738 3.28938 3.29086 3.29178 3.29209 3.29174 3.29065 3.28876 3.28601 3.28234 3.27765 3.27189 3.26497 3.2568 3.2473 3.23639 3.22398 3.20997 3.19426 3.17678 3.15741 3.13607 3.11266 3.08708 3.05923 3.02903 2.99637 2.96116 2.92332 2.88276 2.83938 2.7931 2.74382 2.69147 2.63594 2.57714 2.51496 2.44927 2.37993 2.30675 2.2295 2.14788 2.06146 1.96968 1.87169 1.76624 1.65134 1.52359 1.37667 1.19653 0.942031 0.434756 1.00694 2.37727 3.07873 3.48367 3.69046 3.75252 3.70939 3.59318 3.43057 3.24357 3.04991 2.86335 2.69391 2.54805 2.42904 2.33734 2.27124 2.22757 2.20247 2.19194 2.19247 2.2009 2.21471 2.23196 2.25121 2.27148 2.29208 2.31261 2.33283 2.3526 2.37192 2.39077 2.40922 2.42732 2.44511 2.46266 2.48001 2.49719 2.51422 2.53111 2.54787 2.56448 2.58095 2.59725 2.61337 2.62927 2.64494 2.66036 2.67549 2.69032 2.70482 2.71898 2.73277 2.74618 2.75919 2.7718 2.784 2.79578 2.80713 2.81807 2.82859 2.83869 2.84838 2.85768 2.86659 2.87511 2.88328 2.89109 2.89858 2.90574 2.9126 2.91918 2.92549 2.93155 2.93737 2.94299 2.94841 2.95365 2.95872 2.96365 2.96844 2.97312 2.9777 2.98219 2.9866 2.99095 2.99525 2.99951 3.00374 3.00796 3.01216 3.01636 3.02056 3.02478 3.02902 3.03329 3.0376 3.04194 3.04632 3.05076 3.05525 3.05979 3.0644 3.06907 3.07381 3.07862 3.0835 3.08846 3.09349 3.0986 3.10379 3.10906 3.11442 3.11985 3.12537 3.13098 3.13666 3.14243 3.14828 3.1542 3.16021 3.16629 3.17245 3.17867 3.18496 3.19131 3.19772 3.20418 3.21068 3.21722 3.22378 3.23037 3.23696 3.24354 3.25011 3.25665 3.26314 3.26957 3.27591 3.28214 3.28824 3.29419 3.29996 3.30552 3.31083 3.31586 3.32058 3.32493 3.32889 3.33241 3.33542 3.33789 3.33975 3.34094 3.3414 3.34107 3.33987 3.33774 3.33458 3.33033 3.32489 3.31818 3.31011 3.30059 3.28952 3.27681 3.26234 3.24603 3.22777 3.20745 3.18497 3.16023 3.13312 3.10355 3.0714 3.03658 2.99899 2.95854 2.91512 2.86864 2.819 2.76612 2.70989 2.6502 2.58694 2.51998 2.44917 2.37431 2.29517 2.21144 2.12268 2.02832 1.92749 1.81891 1.70052 1.56887 1.41743 1.2318 0.96964 0.44741 1.00693 2.37729 3.07874 3.48368 3.69047 3.75253 3.70939 3.59318 3.43058 3.24357 3.04991 2.86335 2.6939 2.54805 2.42904 2.33734 2.27124 2.22757 2.20247 2.19194 2.19247 2.2009 2.21471 2.23196 2.25121 2.27148 2.29208 2.31261 2.33283 2.3526 2.37192 2.39077 2.40922 2.42732 2.44511 2.46266 2.48001 2.49719 2.51422 2.53111 2.54787 2.56448 2.58095 2.59725 2.61337 2.62927 2.64494 2.66036 2.67549 2.69032 2.70483 2.71898 2.73277 2.74618 2.75919 2.7718 2.784 2.79578 2.80713 2.81807 2.82859 2.83869 2.84838 2.85768 2.86659 2.87511 2.88328 2.89109 2.89858 2.90574 2.9126 2.91918 2.92549 2.93155 2.93737 2.94299 2.94841 2.95365 2.95872 2.96365 2.96844 2.97312 2.9777 2.98219 2.9866 2.99095 2.99525 2.99951 3.00374 3.00796 3.01216 3.01636 3.02056 3.02478 3.02902 3.03329 3.0376 3.04194 3.04632 3.05076 3.05525 3.05979 3.0644 3.06907 3.07381 3.07862 3.0835 3.08846 3.09349 3.0986 3.10379 3.10906 3.11442 3.11985 3.12537 3.13098 3.13666 3.14243 3.14828 3.1542 3.16021 3.16629 3.17245 3.17867 3.18496 3.19131 3.19772 3.20418 3.21068 3.21722 3.22378 3.23037 3.23696 3.24354 3.25011 3.25665 3.26314 3.26957 3.27591 3.28214 3.28824 3.29419 3.29996 3.30552 3.31083 3.31586 3.32058 3.32493 3.32889 3.33241 3.33542 3.33789 3.33975 3.34094 3.3414 3.34107 3.33987 3.33774 3.33458 3.33033 3.32489 3.31818 3.31011 3.30059 3.28952 3.27681 3.26234 3.24603 3.22777 3.20745 3.18497 3.16023 3.13312 3.10355 3.0714 3.03658 2.99899 2.95854 2.91512 2.86864 2.81901 2.76612 2.70989 2.6502 2.58694 2.51998 2.44917 2.37431 2.29517 2.21144 2.12268 2.02832 1.92749 1.81891 1.70052 1.56887 1.41743 1.2318 0.969641 0.447409 1.02849 2.43388 3.14681 3.55092 3.74876 3.79679 3.73693 3.6031 3.42331 3.22047 3.01294 2.81482 2.63627 2.48373 2.36027 2.26606 2.19899 2.15551 2.13134 2.12228 2.12449 2.13468 2.1502 2.16908 2.18985 2.21153 2.23343 2.25516 2.2765 2.29733 2.31764 2.33747 2.35686 2.37588 2.39459 2.41304 2.4313 2.44939 2.46732 2.48513 2.5028 2.52034 2.53772 2.55494 2.57196 2.58877 2.60534 2.62164 2.63765 2.65334 2.66869 2.68367 2.69827 2.71247 2.72626 2.73963 2.75256 2.76505 2.7771 2.7887 2.79987 2.81061 2.82091 2.8308 2.84028 2.84937 2.85808 2.86642 2.87442 2.88208 2.88943 2.89648 2.90326 2.90978 2.91606 2.92212 2.92798 2.93366 2.93917 2.94453 2.94976 2.95488 2.95989 2.96482 2.96967 2.97447 2.97922 2.98393 2.98863 2.99331 2.99799 3.00267 3.00737 3.01209 3.01684 3.02163 3.02647 3.03135 3.03629 3.0413 3.04636 3.0515 3.05671 3.062 3.06737 3.07283 3.07837 3.084 3.08973 3.09555 3.10146 3.10747 3.11359 3.1198 3.12611 3.13252 3.13904 3.14565 3.15237 3.15918 3.16609 3.1731 3.18021 3.1874 3.19468 3.20205 3.2095 3.21701 3.2246 3.23225 3.23994 3.24769 3.25546 3.26325 3.27105 3.27885 3.28662 3.29435 3.30202 3.30961 3.3171 3.32446 3.33166 3.33867 3.34545 3.35199 3.35822 3.36412 3.36964 3.37473 3.37933 3.3834 3.38687 3.38968 3.39177 3.39307 3.3935 3.39298 3.39143 3.38877 3.38491 3.37975 3.37321 3.36517 3.35554 3.34422 3.33109 3.31605 3.29899 3.27979 3.25835 3.23455 3.20828 3.17943 3.14788 3.11354 3.07628 3.03601 2.99262 2.94601 2.89607 2.84271 2.7858 2.72525 2.66094 2.59271 2.52042 2.44387 2.36281 2.27693 2.18578 2.08878 1.98502 1.87321 1.75124 1.61555 1.45946 1.26814 0.998089 0.460445 1.02849 2.4339 3.14682 3.55093 3.74877 3.7968 3.73694 3.60311 3.42331 3.22047 3.01294 2.81482 2.63627 2.48372 2.36027 2.26605 2.19899 2.15551 2.13134 2.12228 2.12449 2.13468 2.1502 2.16908 2.18985 2.21153 2.23343 2.25516 2.2765 2.29733 2.31764 2.33747 2.35686 2.37588 2.39459 2.41305 2.4313 2.44939 2.46732 2.48513 2.5028 2.52034 2.53772 2.55494 2.57196 2.58877 2.60534 2.62164 2.63765 2.65334 2.66869 2.68367 2.69827 2.71248 2.72626 2.73963 2.75256 2.76505 2.7771 2.7887 2.79987 2.81061 2.82091 2.8308 2.84029 2.84937 2.85808 2.86642 2.87442 2.88208 2.88943 2.89648 2.90326 2.90978 2.91606 2.92212 2.92798 2.93366 2.93917 2.94453 2.94976 2.95488 2.95989 2.96482 2.96967 2.97447 2.97922 2.98393 2.98863 2.99331 2.99799 3.00267 3.00737 3.01209 3.01684 3.02163 3.02647 3.03135 3.0363 3.0413 3.04636 3.0515 3.05671 3.062 3.06737 3.07283 3.07837 3.084 3.08973 3.09555 3.10146 3.10748 3.11359 3.1198 3.12611 3.13252 3.13904 3.14565 3.15237 3.15918 3.1661 3.1731 3.18021 3.1874 3.19468 3.20205 3.2095 3.21701 3.2246 3.23225 3.23994 3.24769 3.25546 3.26325 3.27105 3.27885 3.28662 3.29435 3.30202 3.30961 3.3171 3.32446 3.33166 3.33867 3.34545 3.35199 3.35822 3.36412 3.36964 3.37473 3.37933 3.3834 3.38687 3.38968 3.39177 3.39307 3.3935 3.39298 3.39143 3.38877 3.38491 3.37975 3.37321 3.36517 3.35554 3.34422 3.33109 3.31605 3.29899 3.2798 3.25835 3.23455 3.20828 3.17943 3.14788 3.11354 3.07628 3.03601 2.99262 2.94601 2.89607 2.84271 2.7858 2.72525 2.66094 2.59271 2.52042 2.44387 2.36281 2.27693 2.18579 2.08878 1.98502 1.87321 1.75124 1.61555 1.45946 1.26815 0.99809 0.460444 1.04777 2.48554 3.20771 3.60899 3.79622 3.82904 3.75178 3.60017 3.40348 3.18548 2.96504 2.75652 2.57011 2.41214 2.28543 2.18977 2.12265 2.08006 2.05738 2.05016 2.05431 2.06639 2.08371 2.10425 2.12655 2.14961 2.17279 2.1957 2.21813 2.24001 2.26131 2.28209 2.30242 2.32236 2.34198 2.36136 2.38053 2.39953 2.41839 2.43712 2.45572 2.47418 2.49249 2.51063 2.52858 2.5463 2.56378 2.58098 2.59787 2.61443 2.63064 2.64646 2.66188 2.67689 2.69146 2.70559 2.71926 2.73248 2.74523 2.75752 2.76935 2.78072 2.79165 2.80214 2.81221 2.82186 2.83112 2.84 2.84851 2.85668 2.86453 2.87207 2.87932 2.88631 2.89305 2.89957 2.90588 2.912 2.91795 2.92376 2.92943 2.93498 2.94044 2.94581 2.95111 2.95636 2.96156 2.96674 2.9719 2.97705 2.98221 2.98738 2.99257 2.9978 3.00307 3.00839 3.01376 3.01919 3.02469 3.03026 3.03591 3.04164 3.04746 3.05337 3.05937 3.06548 3.07168 3.07799 3.08441 3.09094 3.09758 3.10434 3.11121 3.1182 3.1253 3.13253 3.13988 3.14734 3.15493 3.16264 3.17046 3.17841 3.18646 3.19464 3.20292 3.21131 3.2198 3.22839 3.23707 3.24584 3.25468 3.26359 3.27256 3.28158 3.29063 3.2997 3.30878 3.31784 3.32687 3.33585 3.34475 3.35354 3.36221 3.37071 3.37902 3.38709 3.39489 3.40238 3.4095 3.41622 3.42247 3.4282 3.43335 3.43785 3.44164 3.44464 3.44677 3.44795 3.4481 3.44712 3.44492 3.44141 3.43648 3.43003 3.42195 3.41212 3.40044 3.38678 3.37102 3.35306 3.33276 3.31 3.28467 3.25665 3.2258 3.19202 3.15519 3.11519 3.07191 3.02523 2.97506 2.92126 2.86374 2.80236 2.73701 2.66753 2.59376 2.5155 2.4325 2.34443 2.25084 2.15112 2.04436 1.92922 1.80355 1.6637 1.5028 1.30562 1.02742 0.47388 1.04776 2.48556 3.20773 3.60901 3.79623 3.82905 3.75179 3.60017 3.40348 3.18548 2.96504 2.75651 2.5701 2.41214 2.28543 2.18977 2.12265 2.08006 2.05738 2.05016 2.05431 2.06639 2.08371 2.10425 2.12655 2.14961 2.17279 2.1957 2.21813 2.24001 2.26131 2.28209 2.30242 2.32236 2.34198 2.36136 2.38053 2.39953 2.41839 2.43712 2.45572 2.47418 2.49249 2.51063 2.52858 2.5463 2.56378 2.58098 2.59787 2.61443 2.63064 2.64646 2.66189 2.67689 2.69146 2.70559 2.71926 2.73248 2.74523 2.75752 2.76935 2.78072 2.79165 2.80214 2.81221 2.82186 2.83112 2.84 2.84851 2.85668 2.86453 2.87207 2.87932 2.88631 2.89305 2.89957 2.90588 2.912 2.91795 2.92376 2.92943 2.93498 2.94044 2.94581 2.95111 2.95636 2.96156 2.96674 2.9719 2.97705 2.98221 2.98738 2.99257 2.9978 3.00307 3.00839 3.01376 3.01919 3.02469 3.03026 3.03591 3.04164 3.04746 3.05337 3.05937 3.06548 3.07168 3.07799 3.08441 3.09094 3.09758 3.10434 3.11121 3.1182 3.1253 3.13253 3.13988 3.14734 3.15493 3.16264 3.17046 3.17841 3.18647 3.19464 3.20292 3.21131 3.2198 3.22839 3.23707 3.24584 3.25468 3.26359 3.27256 3.28158 3.29063 3.2997 3.30878 3.31784 3.32687 3.33585 3.34475 3.35354 3.36221 3.37071 3.37902 3.38709 3.39489 3.40238 3.4095 3.41622 3.42247 3.4282 3.43335 3.43785 3.44164 3.44464 3.44677 3.44795 3.4481 3.44712 3.44492 3.44141 3.43648 3.43003 3.42195 3.41212 3.40044 3.38678 3.37102 3.35306 3.33276 3.31 3.28467 3.25665 3.2258 3.19202 3.15519 3.11519 3.07191 3.02523 2.97506 2.92126 2.86374 2.80236 2.73701 2.66753 2.59376 2.5155 2.4325 2.34443 2.25084 2.15112 2.04437 1.92922 1.80355 1.66371 1.5028 1.30563 1.02742 0.473879 1.06461 2.53186 3.26087 3.65722 3.83216 3.84863 3.75342 3.58404 3.37096 3.13871 2.90655 2.68897 2.49613 2.33413 2.20546 2.10948 2.04321 2.00223 1.98154 1.97647 1.98272 1.99678 2.01591 2.03808 2.06185 2.08624 2.11064 2.13467 2.15815 2.18102 2.20328 2.22499 2.24623 2.26707 2.2876 2.30787 2.32795 2.34786 2.36764 2.38729 2.40682 2.42621 2.44545 2.46451 2.48338 2.50203 2.52041 2.53851 2.55629 2.57372 2.59079 2.60745 2.6237 2.63951 2.65487 2.66976 2.68418 2.69812 2.71158 2.72455 2.73705 2.74907 2.76062 2.77172 2.78238 2.7926 2.80242 2.81184 2.82088 2.82956 2.83791 2.84594 2.85368 2.86114 2.86835 2.87532 2.88209 2.88866 2.89506 2.90131 2.90742 2.91342 2.91932 2.92514 2.9309 2.9366 2.94226 2.9479 2.95353 2.95916 2.9648 2.97047 2.97616 2.9819 2.98768 2.99352 2.99943 3.00541 3.01147 3.01761 3.02384 3.03017 3.0366 3.04313 3.04977 3.05652 3.06339 3.07038 3.0775 3.08474 3.0921 3.0996 3.10723 3.115 3.1229 3.13095 3.13913 3.14745 3.15591 3.16451 3.17325 3.18213 3.19115 3.2003 3.20959 3.21901 3.22856 3.23822 3.24801 3.25791 3.2679 3.278 3.28818 3.29844 3.30875 3.31912 3.32952 3.33993 3.35035 3.36073 3.37107 3.38134 3.3915 3.40153 3.41139 3.42105 3.43046 3.43958 3.44837 3.45676 3.46472 3.47217 3.47906 3.48532 3.49088 3.49565 3.49956 3.50253 3.50445 3.50525 3.50482 3.50305 3.49984 3.49507 3.48864 3.48042 3.47029 3.45812 3.44379 3.42717 3.40813 3.38653 3.36225 3.33516 3.30513 3.27202 3.23571 3.19607 3.15299 3.10633 3.05599 3.00183 2.94373 2.88157 2.81521 2.7445 2.66926 2.58929 2.50433 2.41403 2.31795 2.21544 2.1056 1.98703 1.85755 1.7134 1.54752 1.34429 1.05766 0.487733 1.0646 2.53188 3.26089 3.65723 3.83217 3.84864 3.75343 3.58405 3.37097 3.13871 2.90655 2.68897 2.49613 2.33413 2.20545 2.10947 2.04321 2.00222 1.98154 1.97646 1.98272 1.99678 2.01591 2.03808 2.06185 2.08624 2.11064 2.13467 2.15815 2.18102 2.20328 2.22499 2.24623 2.26707 2.2876 2.30787 2.32795 2.34786 2.36764 2.38729 2.40682 2.42621 2.44545 2.46451 2.48338 2.50203 2.52041 2.53851 2.55629 2.57372 2.59079 2.60745 2.6237 2.63951 2.65487 2.66976 2.68418 2.69812 2.71158 2.72455 2.73705 2.74907 2.76062 2.77172 2.78238 2.7926 2.80242 2.81184 2.82088 2.82957 2.83791 2.84594 2.85368 2.86114 2.86835 2.87532 2.88209 2.88866 2.89506 2.90131 2.90742 2.91342 2.91933 2.92514 2.9309 2.9366 2.94226 2.9479 2.95353 2.95916 2.9648 2.97047 2.97616 2.9819 2.98768 2.99352 2.99943 3.00541 3.01147 3.01761 3.02384 3.03017 3.0366 3.04313 3.04977 3.05652 3.06339 3.07038 3.0775 3.08474 3.0921 3.0996 3.10723 3.115 3.1229 3.13095 3.13913 3.14745 3.15591 3.16451 3.17325 3.18213 3.19115 3.2003 3.20959 3.21901 3.22856 3.23822 3.24801 3.25791 3.2679 3.278 3.28818 3.29844 3.30875 3.31912 3.32952 3.33993 3.35035 3.36073 3.37107 3.38134 3.3915 3.40153 3.41139 3.42105 3.43046 3.43958 3.44837 3.45676 3.46472 3.47217 3.47906 3.48532 3.49088 3.49565 3.49956 3.50253 3.50445 3.50525 3.50482 3.50305 3.49984 3.49507 3.48864 3.48042 3.47029 3.45812 3.44379 3.42717 3.40813 3.38653 3.36225 3.33516 3.30513 3.27202 3.23571 3.19607 3.15299 3.10634 3.05599 3.00183 2.94373 2.88158 2.81521 2.7445 2.66927 2.58929 2.50433 2.41403 2.31795 2.21544 2.1056 1.98703 1.85755 1.7134 1.54753 1.34429 1.05766 0.487733 1.0789 2.57253 3.30581 3.69502 3.85599 3.85507 3.74154 3.55462 3.32589 3.08051 2.83803 2.61295 2.41525 2.25073 2.12145 2.02628 1.96176 1.92303 1.90477 1.90208 1.91053 1.92657 1.94746 1.97118 1.99632 2.02195 2.04747 2.07253 2.09698 2.12077 2.14393 2.16652 2.18862 2.21033 2.23173 2.25288 2.27384 2.29465 2.31533 2.33588 2.35632 2.37663 2.39679 2.41677 2.43655 2.4561 2.47539 2.49437 2.51303 2.53133 2.54925 2.56675 2.58382 2.60043 2.61657 2.63223 2.64739 2.66205 2.67622 2.68987 2.70303 2.7157 2.72788 2.73958 2.75083 2.76163 2.772 2.78197 2.79154 2.80074 2.80959 2.81812 2.82634 2.83427 2.84195 2.84939 2.85661 2.86364 2.87049 2.87719 2.88375 2.8902 2.89655 2.90282 2.90903 2.91519 2.92131 2.92742 2.93352 2.93963 2.94575 2.95191 2.95811 2.96435 2.97065 2.97703 2.98347 2.99 2.99662 3.00333 3.01014 3.01707 3.0241 3.03125 3.03853 3.04593 3.05347 3.06113 3.06894 3.07689 3.08498 3.09322 3.10161 3.11016 3.11886 3.12771 3.13673 3.1459 3.15524 3.16473 3.17439 3.18421 3.19419 3.20433 3.21463 3.22508 3.23568 3.24643 3.25733 3.26836 3.27953 3.29081 3.30222 3.31372 3.32532 3.337 3.34874 3.36052 3.37234 3.38416 3.39596 3.40773 3.41942 3.43101 3.44246 3.45374 3.4648 3.4756 3.48609 3.49623 3.50594 3.51518 3.52387 3.53195 3.53935 3.54597 3.55175 3.55658 3.56038 3.56304 3.56446 3.56454 3.56315 3.56018 3.55551 3.54901 3.54054 3.52999 3.5172 3.50205 3.48439 3.46408 3.44097 3.41494 3.38583 3.3535 3.31783 3.27866 3.23587 3.18933 3.1389 3.08445 3.02584 2.96295 2.89562 2.8237 2.74701 2.66532 2.57837 2.48581 2.38718 2.28183 2.16882 2.04672 1.9133 1.76471 1.5937 1.3842 1.08887 0.502026 1.07889 2.57255 3.30583 3.69503 3.856 3.85508 3.74155 3.55462 3.32589 3.08051 2.83803 2.61295 2.41525 2.25073 2.12145 2.02628 1.96176 1.92303 1.90477 1.90208 1.91053 1.92657 1.94746 1.97118 1.99632 2.02195 2.04747 2.07253 2.09698 2.12077 2.14393 2.16652 2.18862 2.21033 2.23173 2.25288 2.27384 2.29465 2.31533 2.33588 2.35632 2.37663 2.39679 2.41677 2.43655 2.4561 2.47539 2.49437 2.51303 2.53133 2.54925 2.56675 2.58382 2.60043 2.61657 2.63223 2.64739 2.66206 2.67622 2.68987 2.70303 2.7157 2.72788 2.73958 2.75083 2.76163 2.772 2.78197 2.79154 2.80074 2.80959 2.81812 2.82634 2.83427 2.84195 2.84939 2.85661 2.86364 2.87049 2.87719 2.88375 2.8902 2.89655 2.90282 2.90903 2.91519 2.92131 2.92742 2.93352 2.93963 2.94575 2.95191 2.95811 2.96435 2.97065 2.97703 2.98347 2.99 2.99662 3.00333 3.01014 3.01707 3.0241 3.03125 3.03853 3.04593 3.05347 3.06113 3.06894 3.07689 3.08498 3.09322 3.10161 3.11016 3.11886 3.12771 3.13673 3.1459 3.15524 3.16473 3.17439 3.18421 3.19419 3.20433 3.21463 3.22508 3.23568 3.24643 3.25733 3.26836 3.27953 3.29081 3.30222 3.31372 3.32532 3.337 3.34874 3.36052 3.37234 3.38416 3.39596 3.40773 3.41942 3.43101 3.44246 3.45374 3.4648 3.4756 3.48609 3.49623 3.50594 3.51518 3.52387 3.53195 3.53935 3.54597 3.55175 3.55658 3.56038 3.56304 3.56446 3.56454 3.56315 3.56018 3.55551 3.54901 3.54054 3.52999 3.5172 3.50205 3.48439 3.46408 3.44097 3.41494 3.38583 3.3535 3.31783 3.27866 3.23587 3.18933 3.1389 3.08445 3.02584 2.96295 2.89563 2.82371 2.74701 2.66532 2.57837 2.48581 2.38718 2.28183 2.16882 2.04672 1.9133 1.76471 1.5937 1.3842 1.08888 0.502025 1.09054 2.60729 3.34212 3.72191 3.86727 3.84805 3.716 3.51199 3.2686 3.01148 2.76029 2.52943 2.32859 2.16315 2.03464 1.94141 1.87947 1.84353 1.82805 1.82788 1.83856 1.85651 1.87903 1.90416 1.93053 1.95725 1.98375 2.00973 2.03505 2.05967 2.08364 2.10703 2.12995 2.15247 2.17469 2.19668 2.21849 2.24015 2.2617 2.28314 2.30446 2.32566 2.34671 2.36759 2.38826 2.4087 2.42887 2.44873 2.46825 2.4874 2.50615 2.52447 2.54235 2.55975 2.57666 2.59307 2.60896 2.62434 2.6392 2.65353 2.66735 2.68066 2.69346 2.70577 2.7176 2.72897 2.7399 2.75041 2.76051 2.77022 2.77958 2.7886 2.79731 2.80572 2.81387 2.82177 2.82945 2.83694 2.84424 2.85139 2.8584 2.8653 2.8721 2.87883 2.88549 2.89211 2.8987 2.90527 2.91184 2.91843 2.92504 2.93169 2.93839 2.94514 2.95197 2.95887 2.96585 2.97292 2.9801 2.98738 2.99478 3.0023 3.00994 3.01771 3.02562 3.03367 3.04186 3.0502 3.0587 3.06736 3.07617 3.08515 3.0943 3.10362 3.11311 3.12278 3.13263 3.14265 3.15286 3.16325 3.17382 3.18458 3.19552 3.20664 3.21795 3.22943 3.2411 3.25294 3.26495 3.27712 3.28945 3.30194 3.31457 3.32734 3.34023 3.35323 3.36632 3.3795 3.39273 3.40601 3.4193 3.43258 3.44583 3.45901 3.47209 3.48502 3.49777 3.5103 3.52255 3.53446 3.54599 3.55707 3.56763 3.5776 3.58691 3.59546 3.60318 3.60996 3.61572 3.62034 3.62372 3.62574 3.62628 3.62522 3.62243 3.61776 3.61109 3.60228 3.59116 3.57761 3.56146 3.54256 3.52076 3.49591 3.46786 3.43644 3.40152 3.36294 3.32056 3.27423 3.2238 3.16915 3.11011 3.04655 2.9783 2.90521 2.82707 2.74367 2.65472 2.55987 2.45865 2.35038 2.23411 2.10838 1.9709 1.81771 1.64139 1.42541 1.1211 0.516779 1.09053 2.60731 3.34213 3.72193 3.86729 3.84806 3.716 3.512 3.2686 3.01148 2.76029 2.52943 2.32859 2.16314 2.03464 1.94141 1.87946 1.84353 1.82805 1.82788 1.83856 1.85651 1.87903 1.90416 1.93053 1.95725 1.98375 2.00973 2.03505 2.05967 2.08364 2.10703 2.12995 2.15247 2.17469 2.19668 2.21849 2.24015 2.2617 2.28314 2.30446 2.32566 2.34671 2.36759 2.38826 2.4087 2.42887 2.44873 2.46825 2.4874 2.50615 2.52447 2.54235 2.55975 2.57666 2.59307 2.60896 2.62434 2.6392 2.65353 2.66735 2.68066 2.69346 2.70577 2.7176 2.72898 2.7399 2.75041 2.76051 2.77023 2.77958 2.7886 2.79731 2.80572 2.81387 2.82177 2.82945 2.83694 2.84424 2.85139 2.8584 2.8653 2.8721 2.87883 2.88549 2.89211 2.8987 2.90527 2.91185 2.91843 2.92504 2.93169 2.93839 2.94515 2.95197 2.95887 2.96585 2.97292 2.9801 2.98738 2.99478 3.0023 3.00994 3.01771 3.02562 3.03367 3.04186 3.0502 3.0587 3.06736 3.07617 3.08515 3.0943 3.10362 3.11311 3.12278 3.13263 3.14265 3.15286 3.16325 3.17382 3.18458 3.19552 3.20664 3.21795 3.22943 3.2411 3.25294 3.26495 3.27712 3.28946 3.30194 3.31457 3.32734 3.34023 3.35323 3.36632 3.3795 3.39273 3.40601 3.4193 3.43258 3.44583 3.45901 3.47209 3.48502 3.49777 3.5103 3.52255 3.53446 3.54599 3.55707 3.56763 3.5776 3.58691 3.59546 3.60318 3.60996 3.61572 3.62034 3.62372 3.62574 3.62628 3.62522 3.62243 3.61776 3.6111 3.60228 3.59116 3.57761 3.56146 3.54256 3.52076 3.49591 3.46786 3.43644 3.40152 3.36294 3.32056 3.27423 3.2238 3.16915 3.11011 3.04655 2.9783 2.90521 2.82707 2.74367 2.65472 2.55987 2.45865 2.35038 2.23411 2.10838 1.9709 1.81771 1.64139 1.42541 1.1211 0.516778 1.09942 2.63593 3.36945 3.73752 3.86569 3.8274 3.67686 3.45648 3.19967 2.93241 2.67434 2.4396 2.23743 2.0727 1.94635 1.85612 1.79751 1.76482 1.75234 1.75475 1.76758 1.78729 1.81127 1.83762 1.86503 1.89266 1.91999 1.94673 1.97278 1.99812 2.0228 2.04692 2.07056 2.09383 2.11681 2.13958 2.16218 2.18466 2.20703 2.22931 2.25148 2.27353 2.29544 2.31718 2.33871 2.36001 2.38102 2.40173 2.42208 2.44206 2.46162 2.48074 2.4994 2.51756 2.53523 2.55237 2.56898 2.58506 2.6006 2.6156 2.63006 2.644 2.65741 2.67032 2.68273 2.69467 2.70615 2.71719 2.72781 2.73804 2.7479 2.75742 2.76661 2.7755 2.78411 2.79248 2.80062 2.80856 2.81632 2.82392 2.83138 2.83873 2.84598 2.85316 2.86028 2.86735 2.87441 2.88145 2.8885 2.89556 2.90266 2.9098 2.917 2.92426 2.9316 2.93902 2.94654 2.95416 2.9619 2.96975 2.97772 2.98583 2.99407 3.00246 3.011 3.01969 3.02854 3.03755 3.04674 3.0561 3.06563 3.07535 3.08525 3.09534 3.10562 3.11609 3.12676 3.13764 3.14871 3.15999 3.17147 3.18317 3.19506 3.20717 3.21948 3.232 3.24472 3.25765 3.27077 3.28409 3.2976 3.31129 3.32515 3.33918 3.35337 3.3677 3.38216 3.39674 3.41141 3.42616 3.44096 3.45578 3.47061 3.48541 3.50014 3.51476 3.52924 3.54353 3.55758 3.57133 3.58472 3.5977 3.61019 3.62211 3.6334 3.64395 3.65369 3.66251 3.67032 3.677 3.68243 3.68651 3.68909 3.69005 3.68926 3.68656 3.68181 3.67486 3.66556 3.65374 3.63924 3.6219 3.60155 3.57803 3.55116 3.5208 3.48676 3.4489 3.40704 3.36104 3.31073 3.25596 3.19657 3.13241 3.0633 2.98908 2.90953 2.82442 2.73347 2.6363 2.53244 2.42119 2.30157 2.17211 2.03043 1.8725 1.69068 1.468 1.15438 0.532015 1.09941 2.63595 3.36947 3.73754 3.8657 3.82741 3.67686 3.45648 3.19967 2.93241 2.67434 2.4396 2.23743 2.0727 1.94635 1.85612 1.7975 1.76481 1.75234 1.75475 1.76758 1.78729 1.81127 1.83762 1.86503 1.89266 1.91999 1.94673 1.97278 1.99812 2.0228 2.04692 2.07056 2.09383 2.11681 2.13958 2.16218 2.18466 2.20703 2.22931 2.25148 2.27353 2.29544 2.31718 2.33871 2.36001 2.38102 2.40173 2.42208 2.44206 2.46162 2.48074 2.4994 2.51756 2.53523 2.55237 2.56898 2.58506 2.6006 2.6156 2.63006 2.644 2.65741 2.67032 2.68273 2.69467 2.70615 2.71719 2.72781 2.73805 2.7479 2.75742 2.76661 2.7755 2.78411 2.79248 2.80062 2.80856 2.81632 2.82392 2.83138 2.83873 2.84598 2.85316 2.86028 2.86735 2.87441 2.88145 2.8885 2.89556 2.90266 2.9098 2.917 2.92426 2.9316 2.93902 2.94654 2.95416 2.9619 2.96975 2.97772 2.98583 2.99407 3.00246 3.011 3.01969 3.02854 3.03755 3.04674 3.0561 3.06563 3.07535 3.08525 3.09534 3.10562 3.11609 3.12676 3.13764 3.14871 3.15999 3.17147 3.18317 3.19506 3.20717 3.21948 3.232 3.24472 3.25765 3.27077 3.28409 3.2976 3.31129 3.32515 3.33918 3.35337 3.3677 3.38216 3.39674 3.41141 3.42616 3.44096 3.45578 3.47061 3.48541 3.50014 3.51476 3.52924 3.54353 3.55758 3.57133 3.58472 3.5977 3.61019 3.62211 3.6334 3.64395 3.65369 3.66251 3.67032 3.677 3.68243 3.68651 3.68909 3.69005 3.68926 3.68656 3.68181 3.67486 3.66556 3.65374 3.63924 3.6219 3.60155 3.57803 3.55116 3.5208 3.48677 3.4489 3.40704 3.36104 3.31073 3.25596 3.19657 3.13241 3.06331 2.98908 2.90953 2.82442 2.73347 2.6363 2.53244 2.42119 2.30157 2.17211 2.03043 1.8725 1.69068 1.468 1.15438 0.532015 1.10545 2.65829 3.38753 3.74155 3.85105 3.79312 3.62438 3.38862 3.1199 2.84436 2.58142 2.3448 2.1432 1.98083 1.85797 1.77173 1.71708 1.68799 1.6786 1.68351 1.69831 1.71958 1.74478 1.77211 1.80034 1.82867 1.85663 1.88397 1.9106 1.93652 1.9618 1.98653 2.01081 2.03474 2.0584 2.08188 2.10521 2.12844 2.15158 2.17464 2.19761 2.22047 2.24319 2.26574 2.28809 2.3102 2.33203 2.35353 2.37469 2.39545 2.41579 2.43568 2.45508 2.47399 2.49238 2.51023 2.52754 2.54429 2.56049 2.57614 2.59123 2.60578 2.61979 2.63328 2.64626 2.65876 2.67078 2.68235 2.69349 2.70422 2.71458 2.72458 2.73425 2.74361 2.75269 2.76152 2.77012 2.77851 2.78672 2.79477 2.80268 2.81048 2.81818 2.82581 2.83339 2.84092 2.84843 2.85594 2.86346 2.871 2.87859 2.88622 2.89391 2.90168 2.90953 2.91748 2.92553 2.9337 2.94198 2.95039 2.95894 2.96764 2.97648 2.98548 2.99464 3.00396 3.01347 3.02315 3.03301 3.04306 3.05331 3.06375 3.0744 3.08525 3.09632 3.10759 3.11908 3.1308 3.14273 3.15489 3.16728 3.1799 3.19275 3.20583 3.21915 3.2327 3.24647 3.26048 3.27472 3.28918 3.30386 3.31875 3.33385 3.34915 3.36464 3.38031 3.39614 3.41213 3.42825 3.44448 3.4608 3.47719 3.49362 3.51006 3.52647 3.54282 3.55906 3.57514 3.59103 3.60666 3.62197 3.6369 3.65137 3.66532 3.67865 3.69128 3.70312 3.71407 3.72401 3.73284 3.74044 3.74667 3.75141 3.75452 3.75584 3.75524 3.75255 3.74761 3.74026 3.73032 3.71762 3.70199 3.68324 3.6612 3.63568 3.60651 3.57351 3.5365 3.49531 3.44976 3.39969 3.34491 3.28527 3.2206 3.1507 3.07539 2.99447 2.90767 2.81471 2.71521 2.60866 2.49437 2.37132 2.23801 2.092 1.92916 1.74165 1.51202 1.18879 0.54776 1.10544 2.65831 3.38755 3.74157 3.85106 3.79313 3.62438 3.38862 3.11991 2.84436 2.58142 2.3448 2.14319 1.98082 1.85797 1.77173 1.71708 1.68799 1.6786 1.68351 1.69831 1.71958 1.74478 1.77211 1.80034 1.82867 1.85663 1.88397 1.9106 1.93652 1.9618 1.98653 2.01081 2.03474 2.0584 2.08188 2.10521 2.12844 2.15158 2.17464 2.19761 2.22047 2.24319 2.26574 2.28809 2.3102 2.33203 2.35353 2.37469 2.39545 2.41579 2.43568 2.45508 2.47399 2.49238 2.51023 2.52754 2.54429 2.56049 2.57614 2.59123 2.60578 2.61979 2.63328 2.64626 2.65876 2.67078 2.68235 2.69349 2.70422 2.71458 2.72458 2.73425 2.74361 2.75269 2.76152 2.77012 2.77851 2.78672 2.79477 2.80268 2.81048 2.81818 2.82581 2.83339 2.84092 2.84843 2.85594 2.86346 2.871 2.87859 2.88622 2.89391 2.90168 2.90953 2.91748 2.92553 2.9337 2.94198 2.95039 2.95894 2.96764 2.97648 2.98548 2.99464 3.00396 3.01347 3.02315 3.03301 3.04306 3.05331 3.06376 3.0744 3.08525 3.09632 3.10759 3.11908 3.1308 3.14273 3.15489 3.16728 3.1799 3.19275 3.20584 3.21915 3.2327 3.24647 3.26048 3.27472 3.28918 3.30386 3.31875 3.33385 3.34915 3.36464 3.38031 3.39615 3.41213 3.42825 3.44448 3.4608 3.47719 3.49362 3.51006 3.52647 3.54282 3.55906 3.57514 3.59103 3.60666 3.62197 3.6369 3.65137 3.66532 3.67865 3.69128 3.70312 3.71407 3.72401 3.73284 3.74044 3.74667 3.75141 3.75452 3.75584 3.75524 3.75255 3.74761 3.74026 3.73032 3.71762 3.70199 3.68324 3.6612 3.63568 3.60651 3.57351 3.5365 3.49531 3.44976 3.39969 3.34491 3.28527 3.2206 3.1507 3.07539 2.99447 2.90767 2.81472 2.71521 2.60866 2.49437 2.37132 2.23801 2.092 1.92917 1.74166 1.51203 1.18879 0.54776 1.10853 2.67422 3.39612 3.73379 3.82328 3.74539 3.55901 3.30915 3.03031 2.74855 2.48291 2.24653 2.04741 1.88902 1.77089 1.68949 1.63928 1.614 1.60765 1.61489 1.63143 1.65397 1.68011 1.70815 1.73694 1.76574 1.79413 1.82188 1.84893 1.87528 1.90102 1.92624 1.95104 1.97553 1.99979 2.02389 2.04788 2.07178 2.09562 2.1194 2.1431 2.1667 2.19017 2.21349 2.2366 2.25946 2.28205 2.30432 2.32622 2.34772 2.3688 2.38941 2.40953 2.42914 2.44821 2.46674 2.48471 2.50212 2.51895 2.53522 2.55092 2.56606 2.58065 2.59471 2.60824 2.62127 2.63382 2.64591 2.65756 2.66879 2.67964 2.69012 2.70026 2.71009 2.71963 2.72891 2.73796 2.7468 2.75546 2.76396 2.77232 2.78056 2.78871 2.79679 2.80481 2.8128 2.82078 2.82875 2.83673 2.84475 2.85281 2.86093 2.86912 2.87739 2.88575 2.89422 2.9028 2.9115 2.92033 2.9293 2.93842 2.94769 2.95713 2.96673 2.97651 2.98646 2.99661 3.00695 3.01748 3.02822 3.03917 3.05034 3.06172 3.07333 3.08516 3.09723 3.10953 3.12208 3.13486 3.1479 3.16118 3.17472 3.18852 3.20257 3.21687 3.23144 3.24627 3.26135 3.2767 3.29229 3.30814 3.32423 3.34057 3.35714 3.37393 3.39094 3.40815 3.42555 3.44312 3.46085 3.4787 3.49667 3.51472 3.53282 3.55093 3.56902 3.58705 3.60498 3.62274 3.64029 3.65756 3.67449 3.69101 3.70703 3.72248 3.73727 3.75129 3.76444 3.77662 3.7877 3.79755 3.80606 3.81307 3.81844 3.82202 3.82365 3.82315 3.82037 3.81512 3.80722 3.79648 3.78271 3.76573 3.74533 3.72133 3.69352 3.66171 3.62571 3.58534 3.54039 3.49068 3.43603 3.37625 3.31115 3.24055 3.16423 3.08197 2.99352 2.89856 2.7967 2.68743 2.57003 2.44346 2.30619 2.15571 1.9878 1.7944 1.55757 1.22437 0.56404 1.10851 2.67424 3.39614 3.7338 3.8233 3.7454 3.55902 3.30915 3.03032 2.74855 2.48291 2.24653 2.04741 1.88901 1.77089 1.68948 1.63928 1.614 1.60765 1.61489 1.63143 1.65397 1.68011 1.70815 1.73694 1.76574 1.79413 1.82188 1.84893 1.87528 1.90102 1.92624 1.95104 1.97553 1.99979 2.02389 2.04788 2.07178 2.09562 2.1194 2.1431 2.1667 2.19017 2.21349 2.2366 2.25946 2.28205 2.30432 2.32622 2.34772 2.3688 2.38941 2.40953 2.42914 2.44821 2.46674 2.48471 2.50212 2.51895 2.53522 2.55092 2.56606 2.58065 2.59471 2.60824 2.62127 2.63382 2.64591 2.65756 2.66879 2.67964 2.69012 2.70026 2.71009 2.71963 2.72891 2.73796 2.7468 2.75546 2.76396 2.77232 2.78056 2.78871 2.79679 2.80481 2.8128 2.82078 2.82875 2.83673 2.84475 2.85281 2.86093 2.86912 2.87739 2.88575 2.89422 2.9028 2.9115 2.92033 2.9293 2.93842 2.94769 2.95713 2.96673 2.97651 2.98646 2.99661 3.00695 3.01748 3.02822 3.03917 3.05034 3.06172 3.07333 3.08516 3.09723 3.10953 3.12208 3.13486 3.1479 3.16118 3.17472 3.18852 3.20257 3.21687 3.23144 3.24627 3.26135 3.2767 3.29229 3.30814 3.32423 3.34057 3.35714 3.37393 3.39094 3.40815 3.42555 3.44312 3.46085 3.4787 3.49667 3.51472 3.53282 3.55093 3.56902 3.58706 3.60498 3.62274 3.64029 3.65756 3.67449 3.69101 3.70703 3.72248 3.73727 3.75129 3.76444 3.77662 3.7877 3.79755 3.80606 3.81307 3.81844 3.82202 3.82365 3.82315 3.82037 3.81512 3.80722 3.79648 3.78271 3.76573 3.74533 3.72133 3.69352 3.66171 3.62571 3.58534 3.54039 3.49068 3.43603 3.37625 3.31115 3.24055 3.16423 3.08197 2.99352 2.89856 2.7967 2.68743 2.57003 2.44346 2.30619 2.15572 1.9878 1.7944 1.55758 1.22437 0.56404 1.1085 2.68358 3.39501 3.71408 3.78244 3.68453 3.4814 3.21902 2.93211 2.64641 2.38038 2.1464 1.95165 1.79876 1.68646 1.61057 1.56513 1.54368 1.54021 1.54953 1.56749 1.59098 1.61775 1.64621 1.67528 1.70431 1.7329 1.76087 1.78815 1.81477 1.84083 1.86641 1.89162 1.91655 1.9413 1.96593 1.99048 2.01497 2.03943 2.06384 2.0882 2.11247 2.13662 2.16062 2.18443 2.20799 2.23128 2.25424 2.27683 2.29903 2.32078 2.34207 2.36285 2.38312 2.40284 2.42201 2.4406 2.45862 2.47606 2.49292 2.50919 2.5249 2.54005 2.55465 2.56872 2.58227 2.59533 2.60792 2.62006 2.63178 2.6431 2.65405 2.66466 2.67494 2.68494 2.69467 2.70417 2.71345 2.72255 2.73149 2.74029 2.74897 2.75757 2.76609 2.77456 2.783 2.79143 2.79986 2.80831 2.8168 2.82534 2.83394 2.84261 2.85138 2.86025 2.86923 2.87833 2.88756 2.89693 2.90645 2.91613 2.92597 2.93599 2.94619 2.95657 2.96715 2.97793 2.98892 3.00012 3.01153 3.02318 3.03505 3.04716 3.05951 3.0721 3.08495 3.09805 3.11141 3.12504 3.13894 3.15311 3.16755 3.18228 3.19729 3.21258 3.22816 3.24402 3.26017 3.27661 3.29334 3.31034 3.32763 3.3452 3.36303 3.38112 3.39947 3.41805 3.43687 3.4559 3.47512 3.49452 3.51408 3.53375 3.55353 3.57337 3.59323 3.61308 3.63286 3.65254 3.67204 3.69132 3.7103 3.72891 3.74708 3.76471 3.78171 3.79799 3.81344 3.82793 3.84136 3.85358 3.86447 3.87387 3.88163 3.8876 3.89159 3.89344 3.89297 3.88998 3.88427 3.87566 3.86394 3.84889 3.83032 3.808 3.78173 3.75129 3.71648 3.67708 3.63289 3.5837 3.52931 3.46952 3.40412 3.33291 3.25566 3.17213 3.08206 2.98511 2.88089 2.76886 2.64829 2.51812 2.37677 2.22168 2.04852 1.84901 1.60472 1.26119 0.580884 1.10849 2.6836 3.39503 3.71411 3.78245 3.68455 3.48141 3.21903 2.93211 2.64641 2.38038 2.1464 1.95165 1.79876 1.68646 1.61057 1.56513 1.54368 1.54021 1.54953 1.56749 1.59098 1.61775 1.64621 1.67528 1.70431 1.7329 1.76087 1.78815 1.81477 1.84083 1.86641 1.89162 1.91655 1.9413 1.96593 1.99048 2.01497 2.03943 2.06384 2.0882 2.11247 2.13662 2.16062 2.18443 2.20799 2.23128 2.25424 2.27683 2.29903 2.32078 2.34207 2.36285 2.38312 2.40284 2.42201 2.4406 2.45862 2.47606 2.49292 2.5092 2.5249 2.54005 2.55465 2.56872 2.58227 2.59533 2.60792 2.62006 2.63178 2.6431 2.65405 2.66466 2.67494 2.68494 2.69467 2.70417 2.71345 2.72255 2.73149 2.74029 2.74897 2.75757 2.76609 2.77456 2.783 2.79143 2.79986 2.80831 2.8168 2.82534 2.83394 2.84262 2.85138 2.86025 2.86923 2.87833 2.88756 2.89693 2.90645 2.91613 2.92598 2.93599 2.94619 2.95657 2.96715 2.97793 2.98892 3.00012 3.01153 3.02318 3.03505 3.04716 3.05951 3.0721 3.08495 3.09805 3.11141 3.12504 3.13894 3.15311 3.16756 3.18228 3.19729 3.21258 3.22816 3.24402 3.26017 3.27661 3.29334 3.31034 3.32763 3.3452 3.36303 3.38112 3.39947 3.41805 3.43687 3.4559 3.47512 3.49452 3.51408 3.53376 3.55353 3.57337 3.59323 3.61308 3.63286 3.65254 3.67204 3.69132 3.7103 3.72892 3.74708 3.76471 3.78172 3.79799 3.81344 3.82793 3.84136 3.85358 3.86447 3.87387 3.88164 3.8876 3.89159 3.89344 3.89297 3.88998 3.88428 3.87566 3.86394 3.84889 3.83032 3.808 3.78173 3.75129 3.71648 3.67708 3.63289 3.5837 3.52931 3.46952 3.40412 3.33291 3.25566 3.17213 3.08206 2.98511 2.88089 2.76886 2.64829 2.51812 2.37677 2.22169 2.04852 1.84901 1.60473 1.26119 0.580883 1.1052 2.6862 3.384 3.68235 3.72866 3.61102 3.39236 3.11937 2.82668 2.5395 2.27547 2.04606 1.85751 1.71149 1.60593 1.53602 1.49547 1.47773 1.47689 1.48794 1.50697 1.53107 1.55813 1.58669 1.61578 1.64478 1.67334 1.70131 1.72863 1.75536 1.78158 1.80738 1.83286 1.85812 1.88325 1.90829 1.9333 1.95829 1.98327 2.00823 2.03315 2.05801 2.08276 2.10737 2.13179 2.15598 2.17988 2.20347 2.22669 2.24951 2.27188 2.29378 2.31518 2.33605 2.35637 2.37613 2.3953 2.4139 2.4319 2.44931 2.46613 2.48238 2.49805 2.51317 2.52775 2.5418 2.55535 2.56842 2.58104 2.59323 2.60501 2.61642 2.62747 2.63821 2.64865 2.65882 2.66875 2.67847 2.688 2.69738 2.70661 2.71573 2.72476 2.73372 2.74264 2.75152 2.7604 2.76928 2.77819 2.78714 2.79615 2.80523 2.81439 2.82364 2.83301 2.84249 2.85211 2.86186 2.87176 2.88183 2.89206 2.90246 2.91305 2.92383 2.93482 2.946 2.95741 2.96903 2.98088 2.99296 3.00528 3.01785 3.03067 3.04375 3.05709 3.0707 3.08459 3.09876 3.11321 3.12796 3.143 3.15833 3.17398 3.18993 3.20619 3.22276 3.23965 3.25686 3.27438 3.29222 3.31038 3.32885 3.34763 3.36672 3.3861 3.40578 3.42574 3.44597 3.46645 3.48718 3.50812 3.52927 3.55058 3.57204 3.59362 3.61527 3.63695 3.65863 3.68024 3.70174 3.72306 3.74414 3.76489 3.78525 3.80513 3.82442 3.84303 3.86085 3.87775 3.89362 3.90832 3.92169 3.93361 3.94389 3.95237 3.95888 3.96322 3.96521 3.96465 3.96132 3.95502 3.94551 3.9326 3.91603 3.8956 3.87106 3.84218 3.80874 3.77051 3.72725 3.67875 3.62478 3.56512 3.49955 3.42784 3.34975 3.26503 3.17338 3.07448 2.9679 2.85308 2.72928 2.59543 2.44988 2.29004 2.11143 1.90559 1.65357 1.29931 0.598322 1.10519 2.68623 3.38402 3.68237 3.72868 3.61103 3.39237 3.11937 2.82669 2.5395 2.27547 2.04606 1.8575 1.71149 1.60593 1.53602 1.49547 1.47773 1.47689 1.48794 1.50697 1.53107 1.55813 1.58669 1.61578 1.64478 1.67334 1.70131 1.72863 1.75536 1.78158 1.80738 1.83286 1.85812 1.88325 1.90829 1.9333 1.95829 1.98327 2.00823 2.03315 2.05801 2.08276 2.10737 2.13179 2.15598 2.17988 2.20347 2.22669 2.24951 2.27188 2.29378 2.31518 2.33605 2.35637 2.37613 2.3953 2.4139 2.4319 2.44931 2.46613 2.48238 2.49805 2.51317 2.52775 2.5418 2.55535 2.56842 2.58104 2.59323 2.60501 2.61642 2.62747 2.63821 2.64865 2.65882 2.66875 2.67847 2.688 2.69738 2.70661 2.71573 2.72476 2.73373 2.74264 2.75152 2.7604 2.76928 2.77819 2.78714 2.79615 2.80523 2.81439 2.82364 2.83301 2.84249 2.85211 2.86186 2.87176 2.88183 2.89206 2.90246 2.91305 2.92383 2.93482 2.946 2.95741 2.96903 2.98088 2.99296 3.00528 3.01785 3.03067 3.04375 3.05709 3.0707 3.08459 3.09876 3.11321 3.12796 3.143 3.15834 3.17398 3.18993 3.20619 3.22276 3.23965 3.25686 3.27438 3.29222 3.31038 3.32885 3.34763 3.36672 3.3861 3.40578 3.42574 3.44597 3.46645 3.48718 3.50812 3.52927 3.55058 3.57205 3.59362 3.61527 3.63695 3.65863 3.68024 3.70174 3.72306 3.74414 3.76489 3.78525 3.80513 3.82442 3.84303 3.86085 3.87775 3.89362 3.90832 3.9217 3.93361 3.94389 3.95237 3.95888 3.96323 3.96522 3.96465 3.96132 3.95502 3.94552 3.9326 3.91603 3.8956 3.87106 3.84218 3.80874 3.77051 3.72725 3.67875 3.62478 3.56512 3.49955 3.42784 3.34975 3.26503 3.17339 3.07448 2.9679 2.85308 2.72929 2.59543 2.44988 2.29004 2.11143 1.90559 1.65357 1.29932 0.598322 1.09837 2.68189 3.36287 3.63853 3.6622 3.52546 3.29286 3.01148 2.71555 2.42947 2.16988 1.94716 1.76648 1.62853 1.53039 1.46672 1.43099 1.41672 1.41815 1.43054 1.45025 1.47459 1.5016 1.52996 1.55877 1.58749 1.61579 1.64355 1.67074 1.6974 1.72361 1.74948 1.7751 1.80056 1.82593 1.85128 1.87663 1.902 1.9274 1.9528 1.97819 2.00354 2.0288 2.05392 2.07887 2.10359 2.12805 2.15218 2.17595 2.19931 2.22224 2.24469 2.26663 2.28805 2.30891 2.3292 2.34891 2.36803 2.38655 2.40447 2.4218 2.43855 2.45472 2.47032 2.48538 2.49991 2.51393 2.52746 2.54054 2.55317 2.5654 2.57725 2.58874 2.59991 2.61078 2.62138 2.63174 2.64188 2.65184 2.66164 2.6713 2.68085 2.69031 2.6997 2.70905 2.71837 2.72769 2.73702 2.74638 2.75579 2.76526 2.7748 2.78443 2.79417 2.80402 2.814 2.82412 2.83439 2.84481 2.85541 2.86618 2.87714 2.88829 2.89964 2.91121 2.92299 2.935 2.94725 2.95973 2.97247 2.98545 2.9987 3.01222 3.02601 3.04008 3.05444 3.0691 3.08406 3.09932 3.11489 3.13078 3.147 3.16354 3.18041 3.19763 3.21518 3.23308 3.25132 3.26991 3.28885 3.30814 3.32778 3.34776 3.36809 3.38876 3.40976 3.43108 3.45271 3.47465 3.49687 3.51935 3.54209 3.56505 3.5882 3.61152 3.63497 3.65851 3.68209 3.70567 3.72919 3.75259 3.77579 3.79874 3.82135 3.84352 3.86516 3.88617 3.90644 3.92584 3.94425 3.96152 3.9775 3.99204 4.00498 4.01612 4.02528 4.03228 4.0369 4.03893 4.03816 4.03435 4.02727 4.01667 4.00232 3.98398 3.96137 3.93427 3.90241 3.86554 3.82342 3.7758 3.72243 3.66307 3.59748 3.5254 3.44659 3.36076 3.26761 3.16678 3.05784 2.94023 2.81315 2.67552 2.52566 2.3609 2.17667 1.96426 1.7042 1.33883 0.61639 1.09836 2.68192 3.3629 3.63856 3.66222 3.52547 3.29287 3.01148 2.71556 2.42947 2.16988 1.94716 1.76648 1.62852 1.53039 1.46672 1.43099 1.41672 1.41815 1.43054 1.45025 1.47459 1.5016 1.52996 1.55877 1.58749 1.61579 1.64355 1.67074 1.6974 1.72361 1.74948 1.7751 1.80056 1.82593 1.85128 1.87663 1.902 1.9274 1.9528 1.97819 2.00354 2.0288 2.05392 2.07887 2.1036 2.12805 2.15218 2.17595 2.19931 2.22224 2.24469 2.26663 2.28805 2.30891 2.3292 2.34891 2.36803 2.38655 2.40447 2.4218 2.43855 2.45472 2.47032 2.48538 2.49991 2.51393 2.52746 2.54054 2.55317 2.5654 2.57725 2.58874 2.59991 2.61078 2.62138 2.63174 2.64189 2.65184 2.66164 2.6713 2.68085 2.69031 2.6997 2.70905 2.71837 2.72769 2.73702 2.74638 2.75579 2.76526 2.7748 2.78443 2.79417 2.80402 2.814 2.82412 2.83439 2.84481 2.85541 2.86618 2.87714 2.88829 2.89964 2.91121 2.92299 2.935 2.94725 2.95973 2.97247 2.98545 2.9987 3.01222 3.02601 3.04008 3.05444 3.0691 3.08406 3.09932 3.11489 3.13078 3.147 3.16354 3.18041 3.19763 3.21518 3.23308 3.25132 3.26991 3.28885 3.30814 3.32778 3.34776 3.36809 3.38876 3.40976 3.43108 3.45271 3.47465 3.49687 3.51936 3.54209 3.56505 3.5882 3.61152 3.63497 3.65851 3.68209 3.70567 3.72919 3.75259 3.7758 3.79874 3.82135 3.84352 3.86516 3.88618 3.90644 3.92584 3.94425 3.96152 3.9775 3.99205 4.00498 4.01612 4.02528 4.03228 4.0369 4.03894 4.03816 4.03435 4.02727 4.01667 4.00233 3.98398 3.96137 3.93427 3.90241 3.86554 3.82342 3.7758 3.72243 3.66307 3.59748 3.5254 3.44659 3.36076 3.26761 3.16678 3.05785 2.94023 2.81315 2.67552 2.52566 2.3609 2.17667 1.96426 1.7042 1.33883 0.616389 1.08771 2.67037 3.33138 3.58262 3.58341 3.4286 3.18404 2.89679 2.60035 2.31805 2.06531 1.85128 1.67996 1.55101 1.46073 1.40333 1.37221 1.36102 1.3643 1.37762 1.39761 1.42182 1.44846 1.47631 1.50458 1.53276 1.56059 1.58794 1.61479 1.6412 1.66725 1.69303 1.71864 1.74416 1.76965 1.79517 1.82074 1.84638 1.87207 1.89781 1.92356 1.94929 1.97495 2.00049 2.02587 2.05104 2.07594 2.10053 2.12476 2.14859 2.17199 2.19492 2.21734 2.23923 2.26056 2.28133 2.30152 2.32111 2.3401 2.35849 2.37629 2.39349 2.41012 2.42618 2.44168 2.45666 2.47112 2.48509 2.49859 2.51166 2.52431 2.53658 2.5485 2.56008 2.57137 2.58238 2.59316 2.60372 2.61409 2.6243 2.63438 2.64435 2.65422 2.66404 2.67381 2.68357 2.69332 2.70308 2.71289 2.72274 2.73266 2.74266 2.75276 2.76297 2.7733 2.78376 2.79437 2.80514 2.81608 2.82719 2.83849 2.84998 2.86168 2.8736 2.88573 2.8981 2.9107 2.92355 2.93666 2.95002 2.96366 2.97757 2.99176 3.00625 3.02104 3.03613 3.05153 3.06725 3.0833 3.09969 3.11641 3.13348 3.1509 3.16868 3.18682 3.20533 3.22421 3.24347 3.26311 3.28313 3.30353 3.32432 3.34549 3.36704 3.38897 3.41128 3.43395 3.45697 3.48035 3.50405 3.52808 3.5524 3.57699 3.60184 3.62691 3.65216 3.67756 3.70307 3.72863 3.75419 3.77969 3.80507 3.83024 3.85514 3.87966 3.90372 3.9272 3.94999 3.97197 3.99301 4.01295 4.03165 4.04894 4.06465 4.07859 4.09057 4.10037 4.1078 4.11261 4.11457 4.11345 4.10899 4.10094 4.08903 4.07299 4.05255 4.02744 3.99738 3.96211 3.92134 3.87481 3.82224 3.76337 3.69792 3.62564 3.54623 3.45941 3.36483 3.26214 3.15087 3.03044 2.90004 2.75855 2.60426 2.43443 2.24437 2.02514 1.75673 1.37981 0.635123 1.0877 2.6704 3.33141 3.58264 3.58343 3.42862 3.18405 2.89679 2.60036 2.31805 2.0653 1.85128 1.67996 1.551 1.46073 1.40333 1.3722 1.36102 1.3643 1.37761 1.39761 1.42182 1.44846 1.47631 1.50458 1.53276 1.56059 1.58794 1.61479 1.6412 1.66725 1.69303 1.71864 1.74416 1.76965 1.79517 1.82074 1.84638 1.87208 1.89781 1.92356 1.94929 1.97495 2.00049 2.02587 2.05104 2.07594 2.10053 2.12476 2.14859 2.17199 2.19492 2.21734 2.23923 2.26056 2.28133 2.30152 2.32111 2.3401 2.35849 2.37629 2.39349 2.41012 2.42618 2.44168 2.45666 2.47112 2.48509 2.49859 2.51166 2.52431 2.53658 2.5485 2.56008 2.57137 2.58238 2.59316 2.60372 2.61409 2.6243 2.63438 2.64435 2.65422 2.66404 2.67381 2.68357 2.69332 2.70308 2.71289 2.72274 2.73266 2.74266 2.75276 2.76297 2.7733 2.78376 2.79437 2.80514 2.81608 2.82719 2.83849 2.84998 2.86168 2.8736 2.88573 2.8981 2.9107 2.92355 2.93666 2.95002 2.96366 2.97757 2.99176 3.00625 3.02104 3.03613 3.05153 3.06725 3.0833 3.09969 3.11641 3.13348 3.1509 3.16868 3.18682 3.20533 3.22421 3.24347 3.26311 3.28313 3.30353 3.32432 3.34549 3.36704 3.38897 3.41128 3.43395 3.45697 3.48035 3.50405 3.52808 3.5524 3.57699 3.60184 3.62691 3.65216 3.67756 3.70307 3.72863 3.75419 3.77969 3.80507 3.83024 3.85514 3.87966 3.90372 3.9272 3.94999 3.97197 3.99301 4.01295 4.03165 4.04894 4.06465 4.07859 4.09057 4.10037 4.1078 4.11261 4.11457 4.11345 4.10899 4.10094 4.08903 4.07299 4.05255 4.02744 3.99738 3.96211 3.92134 3.87481 3.82224 3.76337 3.69792 3.62564 3.54623 3.45941 3.36484 3.26214 3.15087 3.03044 2.90004 2.75856 2.60426 2.43443 2.24437 2.02514 1.75673 1.37981 0.635122 1.07285 2.6513 3.28925 3.51461 3.4927 3.32133 3.06716 2.77683 2.48278 2.20695 1.96338 1.75986 1.59913 1.47983 1.39759 1.3463 1.3194 1.31086 1.31552 1.32934 1.34924 1.37296 1.39891 1.42598 1.45345 1.48088 1.50801 1.53474 1.56108 1.58707 1.61279 1.63833 1.66378 1.68921 1.71469 1.74024 1.76591 1.79168 1.81755 1.8435 1.86949 1.89548 1.92142 1.94727 1.97297 1.99848 2.02373 2.04868 2.07328 2.09749 2.12128 2.14459 2.16741 2.1897 2.21145 2.23263 2.25322 2.27323 2.29264 2.31145 2.32966 2.34728 2.36433 2.3808 2.39672 2.4121 2.42697 2.44135 2.45527 2.46874 2.48179 2.49447 2.50678 2.51877 2.53045 2.54187 2.55304 2.564 2.57477 2.58539 2.59587 2.60624 2.61653 2.62676 2.63695 2.64712 2.65729 2.66748 2.67771 2.688 2.69836 2.70881 2.71936 2.73003 2.74083 2.75177 2.76286 2.77411 2.78554 2.79716 2.80897 2.82099 2.83322 2.84568 2.85837 2.8713 2.88448 2.89792 2.91162 2.9256 2.93987 2.95442 2.96927 2.98443 2.99991 3.01571 3.03184 3.04831 3.06512 3.08229 3.09982 3.11772 3.136 3.15465 3.1737 3.19314 3.21299 3.23324 3.2539 3.27498 3.29647 3.31838 3.34071 3.36347 3.38664 3.41023 3.43422 3.45862 3.48342 3.50859 3.53414 3.56003 3.58626 3.61279 3.6396 3.66666 3.69393 3.72136 3.74892 3.77654 3.80417 3.83174 3.85917 3.8864 3.91332 3.93984 3.96585 3.99124 4.01588 4.03963 4.06235 4.08387 4.10403 4.12265 4.13953 4.15446 4.16725 4.17764 4.18542 4.19032 4.1921 4.19048 4.18519 4.17594 4.16245 4.14442 4.12155 4.09355 4.06011 4.02094 3.97573 3.92419 3.86602 3.80092 3.7286 3.64876 3.56107 3.46518 3.36069 3.24712 3.12387 2.99012 2.84469 2.68584 2.51078 2.31468 2.08836 1.81128 1.42234 0.654562 1.07285 2.65134 3.28929 3.51464 3.49273 3.32135 3.06717 2.77684 2.48278 2.20695 1.96338 1.75986 1.59913 1.47983 1.39759 1.34629 1.3194 1.31086 1.31552 1.32934 1.34924 1.37296 1.39891 1.42598 1.45345 1.48088 1.50801 1.53474 1.56108 1.58707 1.61279 1.63833 1.66378 1.68921 1.71469 1.74024 1.76591 1.79168 1.81755 1.8435 1.86949 1.89548 1.92142 1.94727 1.97297 1.99848 2.02373 2.04868 2.07328 2.09749 2.12128 2.14459 2.16741 2.1897 2.21145 2.23263 2.25322 2.27323 2.29264 2.31145 2.32966 2.34728 2.36433 2.3808 2.39672 2.4121 2.42697 2.44135 2.45527 2.46874 2.48179 2.49447 2.50678 2.51877 2.53045 2.54187 2.55304 2.564 2.57477 2.58539 2.59587 2.60624 2.61653 2.62676 2.63695 2.64712 2.65729 2.66748 2.67771 2.688 2.69836 2.70881 2.71936 2.73003 2.74083 2.75177 2.76286 2.77411 2.78554 2.79716 2.80897 2.82099 2.83322 2.84568 2.85837 2.8713 2.88448 2.89792 2.91162 2.9256 2.93987 2.95442 2.96927 2.98443 2.99991 3.01571 3.03184 3.04831 3.06512 3.08229 3.09982 3.11772 3.136 3.15465 3.1737 3.19314 3.21299 3.23324 3.2539 3.27498 3.29647 3.31838 3.34071 3.36347 3.38664 3.41023 3.43422 3.45862 3.48342 3.50859 3.53414 3.56003 3.58626 3.61279 3.6396 3.66666 3.69393 3.72136 3.74892 3.77654 3.80417 3.83174 3.85917 3.8864 3.91332 3.93984 3.96585 3.99124 4.01588 4.03963 4.06235 4.08387 4.10403 4.12265 4.13953 4.15447 4.16725 4.17764 4.18542 4.19032 4.1921 4.19048 4.18519 4.17594 4.16245 4.14442 4.12155 4.09355 4.06011 4.02094 3.97573 3.92419 3.86602 3.80092 3.7286 3.64876 3.56107 3.46518 3.36069 3.24712 3.12387 2.99012 2.84469 2.68585 2.51078 2.31468 2.08836 1.81128 1.42234 0.654562 1.05339 2.62425 3.23618 3.43457 3.39063 3.20465 2.94361 2.65324 2.36454 2.09783 1.86558 1.67411 1.5249 1.41565 1.34137 1.29583 1.27269 1.26629 1.27188 1.28578 1.30522 1.32815 1.35313 1.37917 1.40561 1.43206 1.45829 1.48424 1.50988 1.53528 1.56051 1.58565 1.61079 1.63599 1.6613 1.68675 1.71237 1.73814 1.76405 1.79008 1.81618 1.84231 1.86842 1.89445 1.92036 1.94609 1.97158 1.99678 2.02165 2.04615 2.07022 2.09385 2.11698 2.13959 2.16167 2.18319 2.20413 2.22449 2.24426 2.26343 2.28201 2.3 2.31741 2.33426 2.35055 2.36631 2.38156 2.39632 2.41061 2.42446 2.43789 2.45094 2.46364 2.476 2.48807 2.49987 2.51142 2.52277 2.53393 2.54493 2.5558 2.56657 2.57725 2.58788 2.59847 2.60904 2.61963 2.63023 2.64089 2.6516 2.66239 2.67327 2.68426 2.69537 2.70662 2.71802 2.72958 2.74131 2.75322 2.76532 2.77763 2.79016 2.8029 2.81589 2.82911 2.84258 2.85632 2.87033 2.88461 2.89919 2.91406 2.92923 2.94472 2.96053 2.97667 2.99315 3.00998 3.02717 3.04472 3.06265 3.08096 3.09966 3.11877 3.13828 3.1582 3.17855 3.19932 3.22054 3.24219 3.26429 3.28685 3.30986 3.33332 3.35725 3.38164 3.40648 3.43178 3.45753 3.48372 3.51035 3.5374 3.56485 3.59269 3.62089 3.64944 3.67829 3.70742 3.73678 3.76634 3.79603 3.82579 3.85558 3.8853 3.91489 3.94425 3.97328 4.00188 4.02993 4.0573 4.08385 4.10943 4.13388 4.15703 4.17868 4.19864 4.21669 4.23261 4.24616 4.25709 4.26514 4.27003 4.27147 4.26918 4.26285 4.25216 4.2368 4.21644 4.19076 4.15943 4.12212 4.07849 4.02823 3.971 3.90648 3.83433 3.75424 3.66583 3.56874 3.46255 3.34674 3.22069 3.08355 2.93411 2.77059 2.59012 2.38776 2.15408 1.86797 1.46653 0.674753 1.05339 2.6243 3.23622 3.4346 3.39066 3.20467 2.94362 2.65325 2.36454 2.09783 1.86558 1.67411 1.5249 1.41564 1.34137 1.29583 1.27269 1.26629 1.27188 1.28578 1.30522 1.32815 1.35313 1.37917 1.40561 1.43206 1.45829 1.48424 1.50988 1.53528 1.56051 1.58565 1.61079 1.63599 1.6613 1.68675 1.71237 1.73814 1.76405 1.79008 1.81618 1.84231 1.86842 1.89445 1.92036 1.94609 1.97158 1.99678 2.02166 2.04615 2.07023 2.09385 2.11698 2.13959 2.16167 2.18319 2.20413 2.22449 2.24426 2.26343 2.28201 2.3 2.31741 2.33426 2.35055 2.36631 2.38156 2.39632 2.41061 2.42446 2.43789 2.45094 2.46364 2.476 2.48807 2.49987 2.51142 2.52277 2.53393 2.54493 2.5558 2.56657 2.57725 2.58788 2.59847 2.60904 2.61963 2.63023 2.64089 2.6516 2.66239 2.67327 2.68426 2.69538 2.70662 2.71802 2.72958 2.74131 2.75322 2.76532 2.77763 2.79016 2.8029 2.81589 2.82911 2.84258 2.85632 2.87033 2.88461 2.89919 2.91406 2.92923 2.94472 2.96053 2.97667 2.99315 3.00998 3.02717 3.04472 3.06265 3.08096 3.09966 3.11877 3.13828 3.1582 3.17855 3.19932 3.22054 3.24219 3.26429 3.28685 3.30986 3.33333 3.35725 3.38164 3.40648 3.43178 3.45753 3.48372 3.51035 3.5374 3.56485 3.59269 3.62089 3.64944 3.67829 3.70742 3.73678 3.76634 3.79603 3.82579 3.85558 3.8853 3.91489 3.94425 3.97328 4.00188 4.02993 4.0573 4.08385 4.10943 4.13388 4.15703 4.17868 4.19864 4.21669 4.23261 4.24616 4.25709 4.26514 4.27003 4.27147 4.26918 4.26285 4.25216 4.2368 4.21644 4.19076 4.15943 4.12212 4.07849 4.02823 3.971 3.90648 3.83434 3.75424 3.66583 3.56874 3.46255 3.34674 3.22069 3.08355 2.93411 2.77059 2.59012 2.38776 2.15409 1.86797 1.46653 0.674752 1.02889 2.58871 3.17181 3.34259 3.27782 3.07969 2.81486 2.52766 2.24728 1.99219 1.77315 1.59499 1.45788 1.35878 1.29221 1.25194 1.23202 1.22724 1.23332 1.24693 1.26557 1.28744 1.31121 1.336 1.36122 1.3865 1.41167 1.43665 1.46143 1.48608 1.51066 1.53525 1.55993 1.58474 1.60974 1.63494 1.66036 1.68599 1.71181 1.73777 1.76385 1.78998 1.81612 1.84222 1.8682 1.89403 1.91965 1.94499 1.97003 1.9947 2.01897 2.0428 2.06615 2.08901 2.11134 2.13312 2.15434 2.17498 2.19504 2.21451 2.2334 2.25171 2.26945 2.28663 2.30325 2.31935 2.33494 2.35004 2.36468 2.37888 2.39267 2.40607 2.41912 2.43184 2.44427 2.45643 2.46835 2.48006 2.49159 2.50297 2.51421 2.52536 2.53642 2.54743 2.55841 2.56938 2.58036 2.59137 2.60242 2.61354 2.62475 2.63605 2.64747 2.65901 2.6707 2.68253 2.69454 2.70673 2.7191 2.73168 2.74447 2.75748 2.77072 2.78421 2.79794 2.81194 2.82621 2.84077 2.85561 2.87075 2.8862 2.90197 2.91807 2.9345 2.95128 2.96842 2.98592 3.0038 3.02207 3.04072 3.05978 3.07926 3.09916 3.11949 3.14026 3.16147 3.18315 3.20529 3.22791 3.251 3.27459 3.29866 3.32323 3.34829 3.37386 3.39993 3.4265 3.45357 3.48113 3.50918 3.5377 3.56668 3.59612 3.62597 3.65623 3.68687 3.71785 3.74913 3.78068 3.81244 3.84435 3.87636 3.90839 3.94036 3.97219 4.00377 4.03501 4.06577 4.09594 4.12537 4.15391 4.18139 4.20763 4.23244 4.25562 4.27694 4.29616 4.31305 4.32732 4.33872 4.34695 4.35169 4.35265 4.34949 4.34188 4.32947 4.31191 4.28885 4.25992 4.22476 4.18301 4.13431 4.07829 4.0146 3.94286 3.86272 3.77379 3.67566 3.56787 3.44989 3.32107 3.18052 3.02701 2.8587 2.67265 2.4638 2.22247 1.92694 1.51249 0.695744 1.02889 2.58876 3.17186 3.34263 3.27785 3.07971 2.81487 2.52767 2.24728 1.99219 1.77315 1.59499 1.45788 1.35878 1.2922 1.25194 1.23202 1.22724 1.23332 1.24693 1.26557 1.28744 1.31121 1.336 1.36122 1.3865 1.41167 1.43664 1.46143 1.48608 1.51066 1.53525 1.55993 1.58474 1.60974 1.63494 1.66036 1.68599 1.71181 1.73777 1.76385 1.78998 1.81612 1.84222 1.8682 1.89403 1.91965 1.94499 1.97003 1.9947 2.01897 2.0428 2.06616 2.08901 2.11134 2.13312 2.15434 2.17498 2.19504 2.21451 2.2334 2.25171 2.26945 2.28663 2.30325 2.31935 2.33494 2.35004 2.36468 2.37888 2.39267 2.40607 2.41912 2.43184 2.44427 2.45643 2.46835 2.48006 2.49159 2.50297 2.51421 2.52536 2.53642 2.54743 2.55841 2.56938 2.58036 2.59137 2.60242 2.61354 2.62475 2.63605 2.64747 2.65901 2.6707 2.68253 2.69454 2.70673 2.7191 2.73168 2.74447 2.75748 2.77072 2.78421 2.79794 2.81194 2.82621 2.84077 2.85561 2.87075 2.8862 2.90197 2.91807 2.9345 2.95128 2.96842 2.98592 3.0038 3.02207 3.04072 3.05979 3.07926 3.09916 3.11949 3.14026 3.16147 3.18315 3.20529 3.22791 3.251 3.27459 3.29866 3.32323 3.34829 3.37386 3.39993 3.4265 3.45357 3.48113 3.50918 3.5377 3.56669 3.59612 3.62597 3.65623 3.68687 3.71785 3.74913 3.78068 3.81244 3.84435 3.87636 3.90839 3.94036 3.97219 4.00377 4.03501 4.06577 4.09594 4.12537 4.15391 4.18139 4.20763 4.23244 4.25562 4.27694 4.29616 4.31305 4.32733 4.33872 4.34695 4.35169 4.35265 4.34949 4.34188 4.32947 4.31191 4.28885 4.25992 4.22476 4.18301 4.13431 4.07829 4.0146 3.94287 3.86272 3.77379 3.67566 3.56787 3.4499 3.32107 3.18052 3.02701 2.8587 2.67265 2.4638 2.22247 1.92694 1.51249 0.695743 0.998973 2.54407 3.0958 3.23884 3.15504 2.94769 2.68246 2.40173 2.13254 1.89132 1.68702 1.52313 1.39864 1.30942 1.24995 1.21433 1.19708 1.19347 1.19966 1.21267 1.23028 1.25085 1.27321 1.29657 1.3204 1.34436 1.36831 1.39217 1.41594 1.43969 1.46348 1.48736 1.51142 1.5357 1.56023 1.58504 1.61012 1.63545 1.66102 1.68677 1.71268 1.73868 1.76471 1.79073 1.81666 1.84247 1.86808 1.89345 1.91853 1.94327 1.96763 1.99157 2.01506 2.03806 2.06055 2.08252 2.10394 2.12479 2.14508 2.1648 2.18394 2.20251 2.22052 2.23798 2.2549 2.27129 2.28718 2.30259 2.31754 2.33206 2.34617 2.3599 2.37328 2.38634 2.39911 2.41161 2.42387 2.43593 2.44781 2.45954 2.47115 2.48265 2.49408 2.50546 2.51681 2.52816 2.53951 2.55091 2.56235 2.57387 2.58547 2.59717 2.609 2.62096 2.63306 2.64533 2.65776 2.67038 2.6832 2.69623 2.70948 2.72296 2.73667 2.75064 2.76487 2.77937 2.79415 2.80923 2.8246 2.84028 2.85629 2.87263 2.88931 2.90634 2.92373 2.94149 2.95963 2.97817 2.99711 3.01647 3.03624 3.05646 3.07711 3.09823 3.11981 3.14186 3.1644 3.18743 3.21097 3.23502 3.25959 3.28469 3.31032 3.33649 3.36321 3.39046 3.41827 3.44662 3.47551 3.50495 3.53491 3.56539 3.59638 3.62787 3.65982 3.69221 3.72502 3.75821 3.79174 3.82556 3.85961 3.89385 3.92819 3.96257 3.99688 4.03105 4.06496 4.09849 4.13151 4.16389 4.19546 4.22606 4.25551 4.2836 4.31013 4.33486 4.35756 4.37796 4.39579 4.41075 4.42254 4.43084 4.4353 4.43559 4.43135 4.42219 4.40773 4.3876 4.3614 4.32872 4.28917 4.24234 4.18784 4.12527 4.05421 3.97427 3.88503 3.78603 3.67679 3.55675 3.4252 3.28124 3.1236 2.95038 2.75858 2.54299 2.2937 1.98836 1.56033 0.71759 0.998963 2.54413 3.09586 3.23889 3.15508 2.94771 2.68247 2.40174 2.13254 1.89132 1.68702 1.52313 1.39864 1.30942 1.24994 1.21433 1.19708 1.19347 1.19966 1.21267 1.23028 1.25085 1.27321 1.29657 1.3204 1.34436 1.36831 1.39217 1.41594 1.43969 1.46348 1.48736 1.51142 1.5357 1.56023 1.58504 1.61012 1.63545 1.66102 1.68678 1.71268 1.73868 1.76471 1.79073 1.81666 1.84247 1.86808 1.89345 1.91853 1.94327 1.96763 1.99157 2.01506 2.03806 2.06055 2.08252 2.10394 2.12479 2.14508 2.1648 2.18394 2.20251 2.22052 2.23798 2.2549 2.27129 2.28718 2.30259 2.31755 2.33206 2.34617 2.3599 2.37329 2.38634 2.39911 2.41161 2.42387 2.43593 2.44781 2.45954 2.47115 2.48265 2.49408 2.50546 2.51681 2.52816 2.53951 2.55091 2.56235 2.57387 2.58547 2.59718 2.609 2.62096 2.63306 2.64533 2.65776 2.67039 2.6832 2.69623 2.70948 2.72296 2.73667 2.75064 2.76487 2.77937 2.79415 2.80923 2.8246 2.84029 2.85629 2.87263 2.88931 2.90634 2.92373 2.94149 2.95963 2.97817 2.99711 3.01647 3.03624 3.05646 3.07711 3.09823 3.11981 3.14186 3.1644 3.18743 3.21097 3.23502 3.25959 3.28469 3.31032 3.33649 3.36321 3.39046 3.41827 3.44662 3.47551 3.50495 3.53491 3.56539 3.59638 3.62787 3.65982 3.69221 3.72502 3.75821 3.79174 3.82556 3.85961 3.89385 3.92819 3.96257 3.99688 4.03105 4.06496 4.09849 4.13151 4.16389 4.19546 4.22606 4.25551 4.2836 4.31013 4.33486 4.35756 4.37796 4.39579 4.41075 4.42254 4.43084 4.4353 4.43559 4.43135 4.42219 4.40774 4.3876 4.3614 4.32872 4.28917 4.24234 4.18784 4.12527 4.05421 3.97428 3.88503 3.78603 3.67679 3.55675 3.4252 3.28124 3.1236 2.95038 2.75858 2.543 2.2937 1.98836 1.56033 0.717589 0.963357 2.48973 3.00783 3.12362 3.02318 2.81001 2.54798 2.27702 2.02168 1.79621 1.60828 1.45934 1.34706 1.26708 1.21406 1.18251 1.16745 1.16464 1.17066 1.18285 1.19924 1.21836 1.23917 1.26096 1.28325 1.30576 1.32836 1.35096 1.3736 1.39631 1.41915 1.44219 1.46548 1.48907 1.51299 1.53724 1.56182 1.58671 1.61187 1.63727 1.66285 1.68856 1.71435 1.74014 1.76589 1.79153 1.81702 1.84229 1.86729 1.89198 1.91632 1.94027 1.96379 1.98685 2.00942 2.03149 2.05302 2.07402 2.09447 2.11436 2.1337 2.15248 2.17071 2.1884 2.20556 2.22221 2.23836 2.25404 2.26927 2.28408 2.29848 2.31251 2.32619 2.33956 2.35264 2.36545 2.37804 2.39043 2.40264 2.4147 2.42665 2.43849 2.45027 2.462 2.47371 2.48541 2.49713 2.50889 2.52071 2.5326 2.54458 2.55667 2.56889 2.58124 2.59374 2.60641 2.61926 2.6323 2.64554 2.659 2.67268 2.6866 2.70077 2.7152 2.72989 2.74487 2.76013 2.7757 2.79158 2.80778 2.82431 2.84119 2.85841 2.87601 2.89398 2.91233 2.93108 2.95025 2.96983 2.98984 3.0103 3.03121 3.05259 3.07445 3.0968 3.11965 3.14301 3.16689 3.19131 3.21628 3.24179 3.26787 3.29452 3.32175 3.34956 3.37797 3.40696 3.43655 3.46674 3.49751 3.52888 3.56082 3.59333 3.6264 3.66001 3.69413 3.72874 3.76381 3.7993 3.83516 3.87135 3.9078 3.94445 3.98123 4.01805 4.05482 4.09143 4.12777 4.1637 4.19908 4.23376 4.26757 4.30032 4.33181 4.36182 4.39011 4.41645 4.44054 4.46211 4.48086 4.49645 4.50855 4.5168 4.52083 4.52025 4.51466 4.50365 4.4868 4.46366 4.43382 4.39682 4.35222 4.29958 4.23846 4.16839 4.08894 3.99963 3.89999 3.78947 3.66748 3.53329 3.38593 3.22411 3.04588 2.84814 2.62557 2.36799 2.0524 1.6102 0.740353 0.963334 2.4898 3.0079 3.12367 3.02321 2.81003 2.54799 2.27703 2.02168 1.79621 1.60828 1.45934 1.34706 1.26708 1.21406 1.18251 1.16745 1.16464 1.17066 1.18285 1.19924 1.21836 1.23917 1.26096 1.28325 1.30576 1.32836 1.35096 1.3736 1.39631 1.41915 1.44219 1.46548 1.48907 1.51299 1.53724 1.56182 1.58671 1.61187 1.63727 1.66285 1.68856 1.71435 1.74014 1.76589 1.79153 1.81702 1.84229 1.86729 1.89198 1.91632 1.94027 1.96379 1.98685 2.00942 2.03149 2.05302 2.07402 2.09447 2.11436 2.1337 2.15248 2.17071 2.1884 2.20556 2.22221 2.23836 2.25404 2.26927 2.28408 2.29848 2.31251 2.32619 2.33956 2.35264 2.36545 2.37804 2.39043 2.40264 2.4147 2.42665 2.43849 2.45027 2.462 2.47371 2.48541 2.49713 2.50889 2.52071 2.5326 2.54458 2.55667 2.56889 2.58124 2.59374 2.60641 2.61926 2.6323 2.64554 2.659 2.67268 2.6866 2.70077 2.7152 2.72989 2.74487 2.76013 2.7757 2.79158 2.80778 2.82431 2.84119 2.85841 2.87601 2.89398 2.91233 2.93108 2.95025 2.96983 2.98984 3.0103 3.03121 3.05259 3.07445 3.0968 3.11965 3.14301 3.16689 3.19131 3.21628 3.24179 3.26787 3.29452 3.32175 3.34957 3.37797 3.40696 3.43655 3.46674 3.49751 3.52888 3.56082 3.59333 3.6264 3.66001 3.69413 3.72874 3.76381 3.7993 3.83516 3.87135 3.9078 3.94445 3.98123 4.01805 4.05482 4.09143 4.12777 4.1637 4.19908 4.23376 4.26757 4.30032 4.33181 4.36182 4.39011 4.41645 4.44054 4.46211 4.48086 4.49645 4.50855 4.5168 4.52083 4.52025 4.51466 4.50365 4.4868 4.46366 4.43382 4.39682 4.35222 4.29959 4.23846 4.16839 4.08894 3.99963 3.89999 3.78947 3.66748 3.53329 3.38593 3.22411 3.04588 2.84814 2.62558 2.36799 2.0524 1.6102 0.740352 0.921974 2.42509 2.90767 2.99731 2.88326 2.66807 2.41299 2.15495 1.91579 1.70835 1.53755 1.40322 1.30253 1.23111 1.18391 1.15592 1.14266 1.14037 1.14601 1.15725 1.1723 1.18988 1.20906 1.22919 1.24986 1.27081 1.29193 1.31317 1.33454 1.35608 1.37785 1.3999 1.42229 1.44504 1.46819 1.49173 1.51565 1.53993 1.56454 1.58942 1.61452 1.63979 1.66517 1.6906 1.71601 1.74136 1.76658 1.79162 1.81643 1.84095 1.86516 1.88901 1.91246 1.93547 1.95804 1.98012 2.0017 2.02276 2.0433 2.0633 2.08277 2.1017 2.12009 2.13796 2.15532 2.17218 2.18855 2.20446 2.21994 2.23499 2.24965 2.26395 2.27791 2.29155 2.30492 2.31803 2.33092 2.34361 2.35612 2.3685 2.38076 2.39293 2.40504 2.4171 2.42914 2.44118 2.45325 2.46536 2.47752 2.48977 2.50212 2.51457 2.52716 2.53988 2.55277 2.56582 2.57906 2.59249 2.60613 2.62 2.63409 2.64843 2.66302 2.67788 2.69302 2.70844 2.72416 2.7402 2.75655 2.77323 2.79026 2.80764 2.82538 2.84351 2.86202 2.88093 2.90025 2.92 2.94019 2.96082 2.98192 3.00349 3.02555 3.04811 3.07118 3.09478 3.11892 3.14361 3.16886 3.19469 3.22111 3.24812 3.27574 3.30398 3.33284 3.36234 3.39247 3.42325 3.45468 3.48675 3.51946 3.55282 3.58681 3.62142 3.65664 3.69245 3.72882 3.76573 3.80315 3.84102 3.87931 3.91797 3.95692 3.9961 4.03542 4.0748 4.11413 4.15329 4.19217 4.23061 4.26846 4.30555 4.34169 4.37668 4.4103 4.4423 4.47242 4.50039 4.52591 4.54865 4.56829 4.58445 4.59677 4.60484 4.60825 4.60657 4.59936 4.58615 4.56647 4.53985 4.5058 4.46382 4.41342 4.35411 4.28539 4.20675 4.11768 4.01765 3.90607 3.78229 3.64555 3.49483 3.3288 3.14544 2.94159 2.71179 2.44555 2.11926 1.66224 0.764101 0.921927 2.42515 2.90775 2.99737 2.8833 2.6681 2.413 2.15495 1.91579 1.70835 1.53755 1.40321 1.30253 1.23111 1.18391 1.15592 1.14266 1.14037 1.14601 1.15725 1.1723 1.18988 1.20906 1.22919 1.24986 1.27081 1.29193 1.31317 1.33454 1.35608 1.37785 1.3999 1.42229 1.44504 1.46819 1.49173 1.51565 1.53993 1.56454 1.58942 1.61452 1.63979 1.66517 1.6906 1.71601 1.74136 1.76658 1.79162 1.81643 1.84096 1.86516 1.88901 1.91246 1.93547 1.95804 1.98012 2.0017 2.02276 2.0433 2.0633 2.08277 2.1017 2.12009 2.13796 2.15532 2.17218 2.18855 2.20446 2.21994 2.23499 2.24965 2.26395 2.27791 2.29155 2.30492 2.31803 2.33092 2.34361 2.35612 2.3685 2.38076 2.39293 2.40504 2.4171 2.42914 2.44118 2.45325 2.46536 2.47752 2.48977 2.50212 2.51457 2.52716 2.53988 2.55277 2.56582 2.57906 2.59249 2.60613 2.62 2.63409 2.64843 2.66302 2.67788 2.69302 2.70844 2.72416 2.7402 2.75655 2.77323 2.79026 2.80764 2.82538 2.84351 2.86202 2.88093 2.90025 2.92 2.94019 2.96082 2.98192 3.00349 3.02555 3.04811 3.07119 3.09478 3.11892 3.14361 3.16886 3.19469 3.22111 3.24812 3.27574 3.30398 3.33284 3.36234 3.39247 3.42325 3.45468 3.48675 3.51946 3.55282 3.58681 3.62142 3.65664 3.69245 3.72882 3.76573 3.80315 3.84102 3.87932 3.91797 3.95692 3.9961 4.03542 4.0748 4.11413 4.1533 4.19217 4.23061 4.26846 4.30555 4.34169 4.37668 4.4103 4.4423 4.47242 4.50039 4.52591 4.54866 4.56829 4.58445 4.59677 4.60484 4.60825 4.60657 4.59936 4.58615 4.56647 4.53985 4.5058 4.46382 4.41342 4.35411 4.28539 4.20675 4.11769 4.01765 3.90607 3.78229 3.64555 3.49484 3.3288 3.14545 2.94159 2.71179 2.44555 2.11926 1.66224 0.7641 0.875047 2.34965 2.79522 2.8605 2.73646 2.52338 2.27898 2.03672 1.81651 1.62824 1.4744 1.3541 1.26429 1.20074 1.15879 1.13394 1.12219 1.12024 1.1254 1.13561 1.1493 1.16531 1.18281 1.20124 1.22024 1.23957 1.25914 1.27891 1.29891 1.31916 1.33973 1.36066 1.38199 1.40376 1.42599 1.44866 1.47177 1.49528 1.51916 1.54336 1.56782 1.59249 1.61731 1.64222 1.66716 1.69206 1.71688 1.74156 1.76604 1.79029 1.81425 1.83788 1.86116 1.88404 1.9065 1.92851 1.95005 1.9711 1.99166 2.0117 2.03123 2.05025 2.06876 2.08676 2.10426 2.12128 2.13783 2.15394 2.16961 2.18488 2.19977 2.2143 2.2285 2.2424 2.25602 2.2694 2.28256 2.29553 2.30833 2.321 2.33356 2.34603 2.35844 2.37081 2.38317 2.39553 2.40792 2.42035 2.43285 2.44544 2.45812 2.47092 2.48385 2.49693 2.51017 2.52358 2.53719 2.55099 2.56501 2.57925 2.59373 2.60846 2.62345 2.63872 2.65426 2.6701 2.68625 2.70272 2.71951 2.73664 2.75413 2.77198 2.79021 2.80882 2.82784 2.84727 2.86712 2.88742 2.90817 2.92938 2.95107 2.97326 2.99595 3.01917 3.04292 3.06722 3.09209 3.11753 3.14357 3.17021 3.19747 3.22536 3.25389 3.28309 3.31294 3.34348 3.3747 3.40661 3.43922 3.47253 3.50654 3.54125 3.57666 3.61276 3.64954 3.68698 3.72507 3.76377 3.80307 3.84292 3.88329 3.92411 3.96533 4.00689 4.04871 4.09069 4.13274 4.17475 4.21659 4.25812 4.29919 4.33963 4.37924 4.41783 4.45516 4.491 4.52507 4.55709 4.58674 4.61371 4.63763 4.65812 4.67479 4.68722 4.69496 4.69755 4.69451 4.68534 4.66953 4.64655 4.61587 4.57695 4.52923 4.47216 4.40518 4.32774 4.23925 4.13913 4.02674 3.90138 3.76222 3.60821 3.43795 3.24938 3.03924 2.80191 2.52666 2.18917 1.71663 0.788913 0.874962 2.34971 2.79529 2.86056 2.7365 2.5234 2.27899 2.03673 1.81651 1.62824 1.4744 1.3541 1.26429 1.20074 1.15879 1.13393 1.12219 1.12024 1.1254 1.13561 1.1493 1.16531 1.18281 1.20124 1.22024 1.23957 1.25914 1.27891 1.29891 1.31916 1.33973 1.36066 1.38199 1.40376 1.42599 1.44866 1.47177 1.49528 1.51916 1.54336 1.56782 1.59249 1.61731 1.64222 1.66716 1.69206 1.71688 1.74156 1.76604 1.79029 1.81425 1.83788 1.86116 1.88404 1.9065 1.92851 1.95005 1.9711 1.99166 2.0117 2.03123 2.05025 2.06876 2.08676 2.10426 2.12128 2.13783 2.15394 2.16961 2.18488 2.19977 2.2143 2.2285 2.2424 2.25602 2.2694 2.28256 2.29553 2.30833 2.321 2.33356 2.34603 2.35844 2.37081 2.38317 2.39553 2.40792 2.42035 2.43285 2.44544 2.45812 2.47092 2.48385 2.49693 2.51017 2.52358 2.53719 2.55099 2.56501 2.57925 2.59373 2.60846 2.62345 2.63872 2.65426 2.6701 2.68625 2.70272 2.71951 2.73664 2.75413 2.77198 2.79021 2.80882 2.82784 2.84727 2.86712 2.88742 2.90817 2.92938 2.95107 2.97326 2.99595 3.01917 3.04292 3.06722 3.09209 3.11753 3.14357 3.17021 3.19747 3.22536 3.25389 3.28309 3.31294 3.34348 3.3747 3.40661 3.43922 3.47253 3.50654 3.54125 3.57666 3.61276 3.64954 3.68698 3.72507 3.76377 3.80307 3.84292 3.88329 3.92411 3.96533 4.00689 4.04871 4.09069 4.13274 4.17475 4.21659 4.25812 4.29919 4.33963 4.37925 4.41783 4.45516 4.491 4.52507 4.55709 4.58674 4.61371 4.63763 4.65812 4.67479 4.68722 4.69496 4.69755 4.69451 4.68534 4.66953 4.64655 4.61588 4.57695 4.52923 4.47216 4.40518 4.32774 4.23925 4.13913 4.02674 3.90138 3.76222 3.60821 3.43796 3.24938 3.03924 2.80191 2.52666 2.18917 1.71663 0.788913 0.823175 2.26315 2.67057 2.71395 2.58406 2.3774 2.14732 1.92385 1.72455 1.55549 1.41813 1.31114 1.23147 1.17515 1.13797 1.11592 1.10551 1.10382 1.10848 1.11768 1.13002 1.14449 1.16034 1.17708 1.19438 1.21206 1.23003 1.24826 1.26679 1.28565 1.30489 1.32457 1.34472 1.36537 1.38652 1.40816 1.43029 1.45287 1.47586 1.49921 1.52287 1.54678 1.57088 1.59511 1.61942 1.64374 1.66802 1.6922 1.71623 1.74007 1.76366 1.78698 1.80998 1.83263 1.85489 1.87674 1.89816 1.91913 1.93963 1.95965 1.97918 1.99823 2.01679 2.03487 2.05247 2.06961 2.08629 2.10254 2.11838 2.13383 2.1489 2.16364 2.17805 2.19217 2.20602 2.21964 2.23305 2.24627 2.25933 2.27227 2.2851 2.29784 2.31054 2.3232 2.33584 2.3485 2.36119 2.37393 2.38674 2.39964 2.41264 2.42575 2.43901 2.45242 2.46599 2.47974 2.49368 2.50783 2.52219 2.53679 2.55163 2.56672 2.58208 2.59772 2.61364 2.62987 2.64641 2.66327 2.68047 2.69802 2.71593 2.73422 2.75289 2.77196 2.79144 2.81134 2.83169 2.85249 2.87375 2.8955 2.91774 2.94049 2.96377 2.98759 3.01197 3.03692 3.06246 3.0886 3.11536 3.14276 3.17081 3.19952 3.22891 3.259 3.28979 3.3213 3.35354 3.38651 3.42024 3.45472 3.48997 3.52597 3.56274 3.60026 3.63854 3.67755 3.71729 3.75774 3.79886 3.84064 3.88302 3.92597 3.96943 4.01333 4.05761 4.10218 4.14694 4.1918 4.23661 4.28126 4.32559 4.36942 4.41257 4.45483 4.49599 4.53578 4.57393 4.61016 4.64415 4.67555 4.70399 4.72908 4.7504 4.76751 4.77993 4.78716 4.7887 4.784 4.7725 4.75363 4.7268 4.6914 4.64684 4.59248 4.52771 4.45189 4.36439 4.26454 4.15165 4.02495 3.88355 3.72635 3.55188 3.35801 3.14139 2.89627 2.6116 2.26238 1.77357 0.814878 0.823035 2.26319 2.67063 2.714 2.5841 2.37743 2.14733 1.92385 1.72455 1.55549 1.41813 1.31114 1.23147 1.17515 1.13796 1.11592 1.10551 1.10382 1.10848 1.11768 1.13002 1.14449 1.16034 1.17708 1.19438 1.21206 1.23003 1.24826 1.26679 1.28564 1.30489 1.32457 1.34472 1.36537 1.38652 1.40816 1.43029 1.45287 1.47586 1.49921 1.52287 1.54678 1.57088 1.59511 1.61942 1.64374 1.66802 1.6922 1.71623 1.74007 1.76366 1.78698 1.80998 1.83263 1.85489 1.87674 1.89816 1.91913 1.93963 1.95965 1.97918 1.99823 2.01679 2.03487 2.05247 2.06961 2.08629 2.10254 2.11838 2.13383 2.1489 2.16364 2.17805 2.19217 2.20602 2.21964 2.23305 2.24627 2.25933 2.27227 2.2851 2.29784 2.31054 2.3232 2.33584 2.3485 2.36119 2.37393 2.38674 2.39964 2.41264 2.42576 2.43901 2.45242 2.46599 2.47974 2.49368 2.50783 2.5222 2.53679 2.55163 2.56672 2.58208 2.59772 2.61364 2.62987 2.64641 2.66327 2.68047 2.69802 2.71594 2.73422 2.75289 2.77196 2.79144 2.81134 2.83169 2.85249 2.87375 2.8955 2.91774 2.94049 2.96377 2.98759 3.01197 3.03692 3.06246 3.0886 3.11536 3.14276 3.17081 3.19952 3.22891 3.259 3.28979 3.3213 3.35354 3.38651 3.42024 3.45472 3.48997 3.52597 3.56274 3.60026 3.63854 3.67755 3.71729 3.75774 3.79886 3.84064 3.88302 3.92597 3.96943 4.01333 4.05761 4.10218 4.14694 4.1918 4.23661 4.28126 4.32559 4.36942 4.41257 4.45483 4.49599 4.53578 4.57393 4.61016 4.64415 4.67555 4.70399 4.72908 4.7504 4.76751 4.77993 4.78716 4.7887 4.784 4.7725 4.75363 4.7268 4.6914 4.64684 4.59248 4.52771 4.45189 4.36439 4.26454 4.15165 4.02495 3.88355 3.72635 3.55189 3.35801 3.14139 2.89627 2.6116 2.26238 1.77357 0.814878 0.767371 2.16569 2.53405 2.55856 2.42742 2.23156 2.01912 1.81765 1.6396 1.48941 1.36784 1.27337 1.2031 1.15345 1.12066 1.10123 1.09208 1.09065 1.09488 1.10316 1.11425 1.12725 1.14152 1.15661 1.17224 1.18826 1.2046 1.22125 1.23824 1.25562 1.27343 1.29174 1.31057 1.32995 1.34987 1.37034 1.39132 1.41281 1.43474 1.45708 1.47978 1.50276 1.52598 1.54938 1.57289 1.59648 1.62007 1.64362 1.66707 1.69038 1.7135 1.73639 1.75901 1.78132 1.8033 1.8249 1.84612 1.86693 1.8873 1.90723 1.92671 1.94573 1.96428 1.98238 2.00003 2.01723 2.03401 2.05037 2.06633 2.08192 2.09715 2.11205 2.12664 2.14095 2.155 2.16883 2.18245 2.1959 2.2092 2.22237 2.23545 2.24845 2.2614 2.27432 2.28723 2.30016 2.31313 2.32615 2.33924 2.35243 2.36572 2.37913 2.39269 2.40639 2.42027 2.43433 2.44858 2.46305 2.47773 2.49265 2.50782 2.52324 2.53894 2.55491 2.57119 2.58776 2.60466 2.62189 2.63946 2.65739 2.67568 2.69436 2.71343 2.73291 2.75282 2.77315 2.79394 2.8152 2.83693 2.85916 2.8819 2.90517 2.92898 2.95336 2.97831 3.00385 3.03 3.05679 3.08421 3.1123 3.14107 3.17054 3.20072 3.23163 3.26329 3.2957 3.32889 3.36287 3.39765 3.43323 3.46963 3.50685 3.5449 3.58377 3.62347 3.66399 3.70531 3.74743 3.79032 3.83395 3.87829 3.92331 3.96894 4.01515 4.06185 4.10897 4.15642 4.20409 4.25188 4.29965 4.34724 4.3945 4.44124 4.48725 4.5323 4.57615 4.61853 4.65913 4.69762 4.73366 4.76687 4.79682 4.82309 4.8452 4.86266 4.87494 4.88147 4.88169 4.87498 4.86072 4.83825 4.80692 4.76604 4.71493 4.65288 4.57919 4.49314 4.394 4.28098 4.15324 4.00983 3.84958 3.67094 3.4717 3.24843 2.99522 2.70071 2.33918 1.83328 0.842098 0.767157 2.16568 2.53409 2.55861 2.42745 2.23158 2.01913 1.81765 1.6396 1.48941 1.36784 1.27337 1.2031 1.15345 1.12066 1.10123 1.09208 1.09065 1.09488 1.10316 1.11425 1.12725 1.14152 1.15661 1.17224 1.18826 1.2046 1.22125 1.23824 1.25562 1.27343 1.29174 1.31057 1.32995 1.34987 1.37034 1.39132 1.41281 1.43474 1.45708 1.47978 1.50276 1.52598 1.54938 1.57289 1.59648 1.62007 1.64362 1.66707 1.69038 1.7135 1.73639 1.75901 1.78132 1.8033 1.8249 1.84612 1.86693 1.8873 1.90723 1.92671 1.94573 1.96428 1.98238 2.00003 2.01723 2.03401 2.05037 2.06633 2.08192 2.09715 2.11205 2.12664 2.14095 2.155 2.16883 2.18245 2.1959 2.2092 2.22237 2.23545 2.24845 2.2614 2.27432 2.28723 2.30016 2.31313 2.32615 2.33924 2.35243 2.36572 2.37913 2.39269 2.40639 2.42027 2.43433 2.44858 2.46305 2.47773 2.49265 2.50782 2.52324 2.53894 2.55491 2.57119 2.58776 2.60466 2.62189 2.63946 2.65739 2.67568 2.69436 2.71343 2.73291 2.75282 2.77315 2.79394 2.8152 2.83693 2.85916 2.8819 2.90517 2.92898 2.95336 2.97831 3.00385 3.03 3.05679 3.08421 3.1123 3.14107 3.17054 3.20072 3.23163 3.26329 3.2957 3.32889 3.36287 3.39765 3.43323 3.46963 3.50685 3.5449 3.58377 3.62347 3.66399 3.70531 3.74743 3.79032 3.83395 3.87829 3.92331 3.96894 4.01515 4.06185 4.10897 4.15642 4.20409 4.25188 4.29965 4.34724 4.3945 4.44124 4.48725 4.5323 4.57616 4.61853 4.65913 4.69762 4.73366 4.76687 4.79682 4.82309 4.8452 4.86266 4.87494 4.88147 4.88169 4.87498 4.86072 4.83825 4.80692 4.76604 4.71493 4.65288 4.57919 4.49314 4.394 4.28098 4.15324 4.00983 3.84958 3.67094 3.47171 3.24844 2.99522 2.70071 2.33918 1.83328 0.842097 0.709033 2.05788 2.38626 2.39542 2.2679 2.08708 1.89611 1.71782 1.56101 1.4291 1.32249 1.23973 1.17821 1.13477 1.10613 1.08922 1.08136 1.0803 1.08423 1.09174 1.10173 1.1134 1.12619 1.13972 1.15374 1.16813 1.18284 1.19788 1.21328 1.2291 1.2454 1.26222 1.2796 1.29756 1.31612 1.33525 1.35495 1.37518 1.3959 1.41706 1.43861 1.46051 1.48268 1.50508 1.52766 1.55035 1.57311 1.59589 1.61863 1.64129 1.66382 1.68617 1.70831 1.7302 1.7518 1.77308 1.79401 1.81458 1.83476 1.85453 1.87389 1.89282 1.91132 1.92939 1.94703 1.96426 1.98108 1.9975 2.01355 2.02923 2.04458 2.05961 2.07435 2.08881 2.10304 2.11704 2.13085 2.1445 2.158 2.17139 2.18468 2.19791 2.21109 2.22425 2.2374 2.25058 2.2638 2.27707 2.29042 2.30387 2.31742 2.3311 2.34493 2.35891 2.37306 2.3874 2.40194 2.41669 2.43166 2.44687 2.46233 2.47806 2.49406 2.51034 2.52692 2.54382 2.56103 2.57859 2.59649 2.61476 2.6334 2.65242 2.67186 2.6917 2.71198 2.73271 2.75389 2.77555 2.79771 2.82037 2.84355 2.86728 2.89157 2.91644 2.9419 2.96798 2.99469 3.02204 3.05007 3.07879 3.10822 3.13837 3.16927 3.20093 3.23338 3.26663 3.30069 3.33558 3.37133 3.40793 3.44541 3.48377 3.52301 3.56316 3.6042 3.64613 3.68895 3.73266 3.77722 3.82264 3.86886 3.91587 3.96362 4.01205 4.06112 4.11074 4.16083 4.21129 4.26202 4.31289 4.36376 4.41446 4.46481 4.51461 4.56363 4.61164 4.65834 4.70345 4.74662 4.7875 4.82569 4.86077 4.89229 4.91974 4.94261 4.96033 4.97231 4.97792 4.97651 4.96739 4.94986 4.92317 4.88657 4.8393 4.78057 4.70958 4.62553 4.52759 4.41488 4.28648 4.14135 3.97823 3.7955 3.59087 3.36078 3.09917 2.79437 2.41991 1.89602 0.870689 0.708727 2.05779 2.38626 2.39544 2.26792 2.08709 1.89612 1.71783 1.56101 1.4291 1.32249 1.23973 1.17821 1.13477 1.10613 1.08922 1.08135 1.08029 1.08423 1.09174 1.10173 1.1134 1.12619 1.13972 1.15374 1.16813 1.18284 1.19788 1.21328 1.2291 1.2454 1.26222 1.2796 1.29756 1.31612 1.33525 1.35495 1.37518 1.3959 1.41706 1.43862 1.46051 1.48268 1.50508 1.52766 1.55035 1.57311 1.59589 1.61863 1.64129 1.66382 1.68617 1.70831 1.7302 1.7518 1.77308 1.79401 1.81458 1.83476 1.85453 1.87389 1.89282 1.91132 1.92939 1.94703 1.96426 1.98108 1.9975 2.01355 2.02923 2.04458 2.05961 2.07435 2.08881 2.10304 2.11704 2.13085 2.1445 2.158 2.17139 2.18468 2.19791 2.21109 2.22425 2.2374 2.25058 2.2638 2.27707 2.29042 2.30387 2.31742 2.3311 2.34493 2.35891 2.37306 2.3874 2.40194 2.41669 2.43166 2.44687 2.46234 2.47806 2.49406 2.51034 2.52692 2.54382 2.56103 2.57859 2.59649 2.61476 2.6334 2.65242 2.67186 2.6917 2.71198 2.73271 2.75389 2.77555 2.79771 2.82037 2.84355 2.86728 2.89157 2.91644 2.9419 2.96798 2.99469 3.02204 3.05007 3.07879 3.10822 3.13837 3.16927 3.20093 3.23338 3.26663 3.30069 3.33558 3.37133 3.40793 3.44541 3.48377 3.52301 3.56316 3.6042 3.64613 3.68895 3.73266 3.77722 3.82264 3.86886 3.91587 3.96362 4.01205 4.06112 4.11074 4.16083 4.21129 4.26202 4.31289 4.36376 4.41446 4.46481 4.51461 4.56363 4.61164 4.65834 4.70345 4.74662 4.7875 4.82569 4.86077 4.89229 4.91974 4.94261 4.96033 4.97231 4.97792 4.97651 4.96739 4.94986 4.92317 4.88657 4.8393 4.78057 4.70958 4.62553 4.52759 4.41488 4.28648 4.14135 3.97823 3.7955 3.59087 3.36078 3.09917 2.79437 2.41991 1.89602 0.870688 0.649838 1.94101 2.22804 2.22566 2.10684 1.94522 1.77868 1.62394 1.48794 1.37348 1.28095 1.20914 1.15582 1.11826 1.09362 1.07925 1.07279 1.07228 1.07613 1.08308 1.09218 1.10271 1.11417 1.12626 1.13875 1.15157 1.16467 1.1781 1.19188 1.20609 1.22078 1.23602 1.25183 1.26826 1.28531 1.30297 1.32122 1.34003 1.35936 1.37917 1.39942 1.42005 1.44101 1.46226 1.48374 1.5054 1.52719 1.54906 1.57096 1.59285 1.61468 1.6364 1.65796 1.67932 1.70046 1.72133 1.74191 1.76217 1.78209 1.80164 1.82081 1.8396 1.85799 1.87598 1.89357 1.91077 1.92759 1.94404 1.96013 1.97587 1.9913 2.00642 2.02127 2.03586 2.05022 2.06437 2.07834 2.09215 2.10583 2.1194 2.13288 2.14631 2.15969 2.17306 2.18643 2.19982 2.21326 2.22676 2.24034 2.25402 2.26781 2.28173 2.2958 2.31003 2.32443 2.33901 2.3538 2.3688 2.38403 2.3995 2.41523 2.43121 2.44748 2.46403 2.48089 2.49806 2.51556 2.5334 2.55159 2.57015 2.58909 2.60843 2.62817 2.64834 2.66895 2.69001 2.71154 2.73356 2.75608 2.77911 2.80269 2.82682 2.85153 2.87683 2.90274 2.92929 2.95648 2.98435 3.01291 3.04219 3.0722 3.10296 3.1345 3.16684 3.2 3.23399 3.26884 3.30457 3.3412 3.37873 3.4172 3.4566 3.49695 3.53827 3.58056 3.62381 3.66804 3.71324 3.75939 3.80649 3.85451 3.90342 3.95319 4.00378 4.05513 4.10718 4.15984 4.21304 4.26667 4.3206 4.37471 4.42884 4.48281 4.53643 4.58947 4.6417 4.69282 4.74255 4.79055 4.83645 4.87985 4.92031 4.95736 4.99049 5.01914 5.04272 5.0606 5.07211 5.07655 5.07315 5.06116 5.03975 5.0081 4.96534 4.91059 4.84297 4.76154 4.66539 4.55352 4.42492 4.27842 4.11269 3.92601 3.71597 3.47892 3.2086 2.89303 2.50496 1.96209 0.900788 0.649425 1.9408 2.22798 2.22565 2.10684 1.94522 1.77868 1.62394 1.48794 1.37348 1.28095 1.20914 1.15581 1.11825 1.09362 1.07925 1.07279 1.07228 1.07613 1.08308 1.09218 1.10271 1.11417 1.12626 1.13875 1.15157 1.16467 1.1781 1.19188 1.20609 1.22078 1.23602 1.25183 1.26826 1.28531 1.30297 1.32122 1.34003 1.35936 1.37917 1.39942 1.42005 1.44101 1.46226 1.48374 1.5054 1.52719 1.54906 1.57096 1.59285 1.61468 1.6364 1.65796 1.67932 1.70046 1.72133 1.74191 1.76217 1.78209 1.80164 1.82081 1.8396 1.85799 1.87598 1.89357 1.91077 1.92759 1.94404 1.96013 1.97587 1.9913 2.00642 2.02127 2.03586 2.05022 2.06437 2.07834 2.09215 2.10583 2.1194 2.13288 2.14631 2.15969 2.17306 2.18643 2.19982 2.21326 2.22676 2.24034 2.25402 2.26781 2.28173 2.2958 2.31003 2.32443 2.33901 2.3538 2.3688 2.38403 2.3995 2.41523 2.43121 2.44748 2.46403 2.48089 2.49806 2.51556 2.5334 2.55159 2.57015 2.58909 2.60843 2.62817 2.64834 2.66895 2.69001 2.71154 2.73356 2.75608 2.77912 2.80269 2.82682 2.85153 2.87683 2.90274 2.92929 2.95648 2.98435 3.01291 3.04219 3.0722 3.10296 3.1345 3.16684 3.2 3.23399 3.26884 3.30457 3.3412 3.37873 3.4172 3.4566 3.49695 3.53827 3.58056 3.62382 3.66804 3.71324 3.75939 3.80649 3.85451 3.90342 3.9532 4.00378 4.05513 4.10718 4.15984 4.21304 4.26667 4.32061 4.37471 4.42884 4.48281 4.53643 4.58947 4.6417 4.69282 4.74255 4.79055 4.83645 4.87985 4.92031 4.95736 4.99049 5.01914 5.04272 5.0606 5.07212 5.07655 5.07315 5.06116 5.03975 5.0081 4.96534 4.91059 4.84297 4.76155 4.66539 4.55352 4.42492 4.27843 4.11269 3.92601 3.71597 3.47892 3.2086 2.89303 2.50496 1.96209 0.900787 0.591549 1.81719 2.06044 2.05042 1.9453 1.80718 1.66644 1.53523 1.41932 1.32139 1.24208 1.18054 1.13497 1.10308 1.08242 1.07069 1.06584 1.06614 1.07017 1.07684 1.08528 1.09489 1.10522 1.11602 1.12711 1.13843 1.14998 1.16181 1.17396 1.18652 1.19955 1.21312 1.22727 1.24204 1.25744 1.27347 1.29011 1.30734 1.32511 1.34341 1.36218 1.38139 1.40098 1.42092 1.44116 1.46164 1.48232 1.50316 1.52411 1.54511 1.56612 1.5871 1.60799 1.62875 1.64935 1.66974 1.68989 1.70977 1.72936 1.74863 1.76757 1.78615 1.80438 1.82224 1.83973 1.85686 1.87364 1.89006 1.90615 1.92192 1.93739 1.95257 1.96749 1.98217 1.99663 2.0109 2.02499 2.03894 2.05276 2.06649 2.08013 2.09372 2.10728 2.12083 2.13439 2.14797 2.1616 2.1753 2.18908 2.20296 2.21696 2.23109 2.24536 2.2598 2.27442 2.28922 2.30423 2.31945 2.3349 2.35059 2.36654 2.38276 2.39925 2.41604 2.43313 2.45053 2.46827 2.48636 2.5048 2.52361 2.5428 2.5624 2.58241 2.60285 2.62374 2.64508 2.6669 2.68922 2.71205 2.73541 2.75932 2.78379 2.80886 2.83453 2.86082 2.88777 2.91538 2.94369 2.97271 3.00246 3.03298 3.06427 3.09637 3.1293 3.16308 3.19774 3.23329 3.26976 3.30717 3.34554 3.38489 3.42524 3.4666 3.50899 3.55242 3.59689 3.64242 3.689 3.73663 3.78531 3.83501 3.88573 3.93742 3.99006 4.0436 4.09798 4.15313 4.20898 4.26544 4.32238 4.37969 4.43721 4.49478 4.55222 4.60929 4.66578 4.72139 4.77584 4.82879 4.87987 4.92868 4.97476 5.01763 5.05676 5.09156 5.12143 5.14569 5.16362 5.17446 5.17741 5.17162 5.15619 5.13021 5.09271 5.04271 4.97919 4.90113 4.80745 4.69706 4.5688 4.4214 4.25339 4.06294 3.84754 3.60338 3.32404 2.99719 2.59477 2.03185 0.932554 0.591023 1.8168 2.06027 2.05036 1.94528 1.80717 1.66644 1.53523 1.41932 1.32139 1.24208 1.18054 1.13497 1.10308 1.08242 1.07069 1.06584 1.06614 1.07017 1.07684 1.08528 1.09489 1.10522 1.11602 1.12711 1.13843 1.14998 1.16181 1.17396 1.18652 1.19955 1.21312 1.22727 1.24204 1.25744 1.27347 1.29011 1.30734 1.32511 1.34341 1.36218 1.38139 1.40098 1.42092 1.44116 1.46164 1.48232 1.50316 1.52411 1.54511 1.56612 1.5871 1.60799 1.62875 1.64935 1.66974 1.68989 1.70977 1.72936 1.74863 1.76757 1.78615 1.80438 1.82224 1.83973 1.85686 1.87364 1.89006 1.90615 1.92192 1.93739 1.95257 1.96749 1.98217 1.99663 2.0109 2.02499 2.03894 2.05276 2.06649 2.08013 2.09372 2.10728 2.12083 2.13439 2.14797 2.1616 2.1753 2.18908 2.20296 2.21696 2.23109 2.24536 2.2598 2.27442 2.28922 2.30423 2.31945 2.3349 2.35059 2.36654 2.38276 2.39925 2.41604 2.43313 2.45053 2.46827 2.48636 2.5048 2.52361 2.54281 2.5624 2.58241 2.60285 2.62374 2.64508 2.6669 2.68922 2.71205 2.73541 2.75932 2.78379 2.80886 2.83453 2.86082 2.88777 2.91538 2.94369 2.97271 3.00246 3.03298 3.06427 3.09637 3.1293 3.16309 3.19774 3.23329 3.26976 3.30717 3.34554 3.38489 3.42524 3.4666 3.50899 3.55242 3.59689 3.64242 3.689 3.73663 3.78531 3.83501 3.88573 3.93742 3.99006 4.0436 4.09798 4.15313 4.20899 4.26544 4.32238 4.37969 4.43721 4.49478 4.55222 4.60929 4.66578 4.72139 4.77584 4.82879 4.87987 4.92868 4.97476 5.01763 5.05676 5.09156 5.12143 5.14569 5.16362 5.17446 5.17741 5.17162 5.15619 5.13021 5.09271 5.04271 4.97919 4.90113 4.80745 4.69706 4.5688 4.4214 4.25339 4.06294 3.84754 3.60338 3.32405 2.99719 2.59477 2.03185 0.932554 0.535781 1.68932 1.88462 1.87077 1.7843 1.67319 1.55889 1.45073 1.35401 1.27167 1.20478 1.15294 1.1148 1.08847 1.07186 1.06296 1.05998 1.06139 1.06592 1.07261 1.08069 1.08962 1.09905 1.10874 1.11857 1.12852 1.13859 1.14885 1.15939 1.17028 1.18161 1.19344 1.20584 1.21883 1.23244 1.24669 1.26157 1.27705 1.29311 1.30972 1.32685 1.34448 1.36255 1.38103 1.39988 1.41905 1.4385 1.45819 1.47806 1.49807 1.51817 1.53831 1.55845 1.57853 1.59851 1.61835 1.638 1.65745 1.67665 1.69558 1.71423 1.73256 1.75057 1.76826 1.78561 1.80263 1.81931 1.83568 1.85173 1.86748 1.88296 1.89816 1.91312 1.92785 1.94238 1.95673 1.97091 1.98496 1.9989 2.01274 2.02652 2.04025 2.05395 2.06764 2.08135 2.09509 2.10889 2.12275 2.1367 2.15075 2.16492 2.17923 2.19368 2.2083 2.2231 2.23808 2.25327 2.26868 2.28431 2.30019 2.31633 2.33273 2.34942 2.36639 2.38368 2.40128 2.41922 2.4375 2.45614 2.47516 2.49456 2.51437 2.5346 2.55526 2.57637 2.59795 2.62001 2.64257 2.66565 2.68927 2.71345 2.7382 2.76355 2.78952 2.81614 2.84341 2.87137 2.90004 2.92944 2.9596 2.99053 3.02228 3.05485 3.08828 3.1226 3.15782 3.19397 3.23109 3.26918 3.30828 3.34841 3.3896 3.43185 3.4752 3.51965 3.56522 3.61193 3.65978 3.70876 3.7589 3.81016 3.86255 3.91605 3.97062 4.02623 4.08283 4.14037 4.19877 4.25795 4.31782 4.37824 4.4391 4.50023 4.56144 4.62254 4.6833 4.74344 4.80268 4.86068 4.91708 4.97146 5.02338 5.07233 5.11777 5.1591 5.19567 5.22678 5.25167 5.26953 5.27947 5.28059 5.27191 5.25239 5.22099 5.17658 5.11803 5.04417 4.95378 4.84562 4.71838 4.57063 4.40078 4.20684 3.98617 3.73481 3.44614 3.10746 2.68988 2.1057 0.966175 0.535144 1.6887 1.88432 1.87064 1.78425 1.67317 1.55888 1.45073 1.35401 1.27167 1.20478 1.15294 1.1148 1.08847 1.07186 1.06296 1.05998 1.06139 1.06592 1.0726 1.08069 1.08962 1.09905 1.10874 1.11857 1.12852 1.13859 1.14885 1.15939 1.17028 1.18161 1.19344 1.20584 1.21883 1.23244 1.24669 1.26157 1.27705 1.29311 1.30972 1.32685 1.34448 1.36255 1.38103 1.39988 1.41905 1.4385 1.45819 1.47806 1.49807 1.51817 1.53831 1.55845 1.57853 1.59851 1.61835 1.638 1.65745 1.67665 1.69558 1.71423 1.73256 1.75057 1.76826 1.78561 1.80263 1.81931 1.83568 1.85173 1.86748 1.88296 1.89816 1.91312 1.92785 1.94238 1.95673 1.97091 1.98496 1.9989 2.01274 2.02652 2.04025 2.05395 2.06764 2.08135 2.09509 2.10889 2.12275 2.1367 2.15075 2.16492 2.17923 2.19368 2.2083 2.2231 2.23808 2.25327 2.26868 2.28431 2.30019 2.31633 2.33273 2.34942 2.36639 2.38368 2.40128 2.41922 2.4375 2.45614 2.47516 2.49456 2.51437 2.5346 2.55526 2.57637 2.59795 2.62001 2.64257 2.66565 2.68927 2.71345 2.7382 2.76355 2.78952 2.81614 2.84341 2.87137 2.90004 2.92944 2.9596 2.99053 3.02228 3.05485 3.08828 3.1226 3.15782 3.19397 3.23109 3.26918 3.30828 3.34842 3.3896 3.43185 3.4752 3.51965 3.56522 3.61193 3.65978 3.70877 3.7589 3.81016 3.86255 3.91605 3.97062 4.02623 4.08283 4.14037 4.19877 4.25795 4.31782 4.37824 4.4391 4.50023 4.56144 4.62254 4.6833 4.74344 4.80268 4.86068 4.91708 4.97146 5.02338 5.07233 5.11777 5.1591 5.19567 5.22678 5.25167 5.26953 5.27947 5.28059 5.27191 5.25239 5.22099 5.17658 5.11803 5.04417 4.95378 4.84562 4.71838 4.57063 4.40078 4.20684 3.98617 3.73481 3.44614 3.10747 2.68988 2.1057 0.966175 0.483776 1.56097 1.70189 1.68765 1.62473 1.54284 1.45519 1.36937 1.29087 1.2232 1.16802 1.12543 1.09452 1.07373 1.06131 1.05549 1.05469 1.05754 1.06292 1.06996 1.07799 1.08654 1.0953 1.1041 1.11284 1.12154 1.13024 1.13901 1.14796 1.15719 1.16677 1.17681 1.18736 1.19847 1.21018 1.22251 1.23547 1.24905 1.26324 1.27801 1.29335 1.30924 1.32564 1.34252 1.35985 1.37759 1.39569 1.41411 1.43281 1.45174 1.47084 1.49006 1.50937 1.52869 1.54799 1.56721 1.58631 1.60527 1.62403 1.64257 1.66087 1.67891 1.69667 1.71413 1.73129 1.74815 1.76471 1.78097 1.79695 1.81265 1.82808 1.84327 1.85824 1.87299 1.88755 1.90194 1.91619 1.93031 1.94432 1.95826 1.97213 1.98596 1.99977 2.01358 2.02741 2.04128 2.0552 2.0692 2.08329 2.09748 2.11179 2.12623 2.14083 2.15559 2.17053 2.18566 2.201 2.21655 2.23234 2.24837 2.26465 2.2812 2.29803 2.31516 2.3326 2.35035 2.36844 2.38688 2.40567 2.42485 2.44441 2.46438 2.48477 2.5056 2.52688 2.54863 2.57087 2.59362 2.61689 2.64071 2.66509 2.69006 2.71563 2.74183 2.76869 2.79622 2.82445 2.8534 2.8831 2.91357 2.94485 2.97695 3.00991 3.04375 3.0785 3.11419 3.15084 3.18849 3.22716 3.26688 3.30768 3.34958 3.39261 3.43678 3.48214 3.52868 3.57643 3.62541 3.67562 3.72707 3.77976 3.83368 3.88884 3.9452 4.00274 4.06143 4.12121 4.18204 4.24383 4.3065 4.36994 4.43404 4.49864 4.56357 4.62865 4.69366 4.75833 4.82239 4.8855 4.94732 5.00742 5.06536 5.12063 5.17268 5.22088 5.26458 5.30302 5.33542 5.3609 5.37853 5.38731 5.38619 5.37402 5.34963 5.31178 5.25918 5.19049 5.10434 4.9993 4.87389 4.72651 4.55536 4.35831 4.13255 3.87394 3.57563 3.22455 2.79091 2.18414 1.00187 0.483042 1.56006 1.70142 1.68744 1.62464 1.5428 1.45517 1.36937 1.29087 1.2232 1.16802 1.12543 1.09452 1.07373 1.06131 1.05549 1.05469 1.05754 1.06292 1.06995 1.07798 1.08654 1.0953 1.1041 1.11284 1.12154 1.13024 1.13901 1.14796 1.15719 1.16677 1.17681 1.18736 1.19847 1.21018 1.22251 1.23547 1.24905 1.26324 1.27801 1.29335 1.30924 1.32564 1.34252 1.35985 1.37759 1.39569 1.41411 1.43281 1.45174 1.47084 1.49006 1.50937 1.52869 1.54799 1.56721 1.58631 1.60527 1.62403 1.64257 1.66087 1.67891 1.69666 1.71413 1.73129 1.74815 1.76471 1.78097 1.79695 1.81265 1.82808 1.84327 1.85824 1.87299 1.88755 1.90194 1.91619 1.93031 1.94432 1.95825 1.97213 1.98596 1.99977 2.01358 2.02741 2.04128 2.0552 2.0692 2.08329 2.09748 2.11179 2.12623 2.14083 2.15559 2.17053 2.18566 2.201 2.21655 2.23234 2.24837 2.26465 2.2812 2.29803 2.31516 2.3326 2.35035 2.36844 2.38688 2.40567 2.42485 2.44441 2.46438 2.48477 2.5056 2.52688 2.54863 2.57087 2.59362 2.61689 2.64071 2.66509 2.69006 2.71563 2.74183 2.76869 2.79622 2.82445 2.8534 2.8831 2.91357 2.94485 2.97695 3.00991 3.04375 3.0785 3.11419 3.15084 3.18849 3.22716 3.26688 3.30768 3.34958 3.39261 3.43678 3.48214 3.52868 3.57643 3.62541 3.67562 3.72707 3.77976 3.83368 3.88884 3.9452 4.00274 4.06143 4.12121 4.18204 4.24383 4.3065 4.36994 4.43404 4.49864 4.56357 4.62866 4.69366 4.75833 4.82239 4.88551 4.94732 5.00742 5.06536 5.12063 5.17268 5.22088 5.26458 5.30302 5.33542 5.3609 5.37853 5.38732 5.38619 5.37402 5.34963 5.31178 5.25918 5.19049 5.10434 4.9993 4.87389 4.72651 4.55536 4.35831 4.13255 3.87394 3.57563 3.22455 2.79091 2.18414 1.00187 0.436255 1.43598 1.51382 1.5018 1.46689 1.41565 1.35444 1.2901 1.22883 1.17499 1.13092 1.09724 1.07343 1.05825 1.0502 1.04773 1.04944 1.05409 1.06067 1.0684 1.0767 1.08516 1.09353 1.10166 1.10952 1.11713 1.12457 1.13194 1.13936 1.14693 1.15478 1.16298 1.17162 1.18076 1.19046 1.20075 1.21165 1.22319 1.23535 1.24814 1.26154 1.27555 1.29014 1.3053 1.32098 1.33717 1.35382 1.37088 1.38832 1.40608 1.4241 1.44235 1.46075 1.47926 1.49781 1.51637 1.53487 1.55328 1.57155 1.58966 1.60758 1.62527 1.64273 1.65993 1.67686 1.69352 1.70992 1.72604 1.7419 1.75751 1.77287 1.78801 1.80294 1.81767 1.83223 1.84664 1.86091 1.87506 1.88912 1.90311 1.91705 1.93095 1.94484 1.95873 1.97265 1.98661 2.00063 2.01472 2.02891 2.0432 2.05762 2.07217 2.08688 2.10174 2.11679 2.13203 2.14748 2.16314 2.17903 2.19516 2.21155 2.22821 2.24515 2.26239 2.27993 2.29779 2.31598 2.33452 2.35343 2.37271 2.39238 2.41246 2.43296 2.4539 2.47529 2.49716 2.51952 2.54239 2.56579 2.58974 2.61426 2.63938 2.6651 2.69146 2.71849 2.7462 2.77461 2.80377 2.83368 2.86439 2.89591 2.92828 2.96152 2.99567 3.03076 3.0668 3.10385 3.14192 3.18105 3.22127 3.26262 3.30511 3.34878 3.39365 3.43977 3.48714 3.53579 3.58575 3.63703 3.68964 3.7436 3.79891 3.85556 3.91355 3.97287 4.03348 4.09536 4.15845 4.2227 4.28803 4.35435 4.42155 4.48951 4.55806 4.62704 4.69623 4.76539 4.83426 4.90251 4.9698 5.03573 5.09984 5.16164 5.22055 5.27596 5.32717 5.37342 5.41387 5.44761 5.47364 5.49088 5.49819 5.49432 5.47797 5.44774 5.40219 5.3398 5.259 5.15816 5.03557 4.88941 4.71768 4.51803 4.28746 4.0216 3.71337 3.34928 2.89862 2.26775 1.03992 0.435445 1.43475 1.51313 1.50149 1.46676 1.4156 1.35442 1.29009 1.22883 1.17499 1.13092 1.09725 1.07343 1.05825 1.0502 1.04773 1.04944 1.05409 1.06067 1.0684 1.0767 1.08516 1.09353 1.10166 1.10952 1.11713 1.12457 1.13194 1.13936 1.14693 1.15478 1.16298 1.17162 1.18076 1.19046 1.20075 1.21165 1.22319 1.23535 1.24814 1.26154 1.27555 1.29014 1.3053 1.32098 1.33717 1.35382 1.37088 1.38832 1.40608 1.4241 1.44235 1.46075 1.47926 1.49781 1.51637 1.53487 1.55328 1.57155 1.58966 1.60758 1.62527 1.64273 1.65993 1.67686 1.69352 1.70992 1.72604 1.7419 1.75751 1.77287 1.78801 1.80294 1.81767 1.83223 1.84664 1.86091 1.87506 1.88912 1.90311 1.91705 1.93095 1.94484 1.95873 1.97265 1.98661 2.00063 2.01472 2.02891 2.0432 2.05762 2.07217 2.08688 2.10174 2.11679 2.13203 2.14748 2.16314 2.17903 2.19516 2.21155 2.22821 2.24515 2.26239 2.27993 2.29779 2.31598 2.33452 2.35343 2.37271 2.39238 2.41246 2.43296 2.4539 2.47529 2.49716 2.51952 2.54239 2.56579 2.58974 2.61426 2.63938 2.6651 2.69147 2.71849 2.7462 2.77461 2.80377 2.83368 2.86439 2.89591 2.92828 2.96152 2.99567 3.03076 3.06681 3.10385 3.14192 3.18105 3.22127 3.26262 3.30511 3.34878 3.39365 3.43977 3.48714 3.53579 3.58575 3.63703 3.68964 3.7436 3.79891 3.85556 3.91355 3.97287 4.03348 4.09536 4.15845 4.2227 4.28803 4.35435 4.42155 4.48951 4.55807 4.62704 4.69623 4.7654 4.83426 4.90252 4.96981 5.03573 5.09984 5.16164 5.22055 5.27596 5.32717 5.37342 5.41387 5.44761 5.47364 5.49088 5.49819 5.49433 5.47797 5.44774 5.40219 5.3398 5.259 5.15816 5.03557 4.88941 4.71768 4.51804 4.28746 4.0216 3.71337 3.34928 2.89862 2.26775 1.03992 0.39339 1.31787 1.32256 1.31423 1.31066 1.29101 1.25577 1.21196 1.16699 1.12625 1.0928 1.06777 1.05098 1.0415 1.03803 1.0392 1.04373 1.05051 1.05863 1.0674 1.07628 1.08494 1.09317 1.10087 1.10805 1.11476 1.12109 1.12718 1.13314 1.13912 1.14523 1.15158 1.15827 1.16539 1.17299 1.18113 1.18987 1.19922 1.20923 1.2199 1.23123 1.24323 1.25589 1.2692 1.28315 1.29769 1.31279 1.32842 1.34452 1.36105 1.37794 1.39514 1.41259 1.43023 1.448 1.46584 1.4837 1.50153 1.51928 1.53692 1.55441 1.57172 1.58884 1.60574 1.62241 1.63883 1.65502 1.67097 1.68668 1.70215 1.71741 1.73246 1.74732 1.762 1.77652 1.7909 1.80516 1.81932 1.83339 1.8474 1.86136 1.8753 1.88923 1.90317 1.91714 1.93116 1.94524 1.9594 1.97365 1.98801 2.00249 2.01711 2.03189 2.04682 2.06194 2.07725 2.09276 2.10849 2.12445 2.14065 2.1571 2.17383 2.19083 2.20812 2.22572 2.24364 2.26189 2.28049 2.29945 2.31879 2.33851 2.35865 2.3792 2.4002 2.42165 2.44358 2.466 2.48893 2.51239 2.53641 2.561 2.58618 2.61199 2.63843 2.66555 2.69335 2.72188 2.75115 2.78119 2.81204 2.84372 2.87625 2.90968 2.94404 2.97935 3.01565 3.05297 3.09135 3.13082 3.17141 3.21316 3.25611 3.30028 3.34572 3.39244 3.44049 3.48989 3.54067 3.59286 3.64647 3.70152 3.75803 3.816 3.87544 3.93635 3.9987 4.06248 4.12766 4.19418 4.26199 4.33102 4.40117 4.47233 4.54436 4.6171 4.69037 4.76394 4.83756 4.91092 4.9837 5.05551 5.12589 5.19437 5.26037 5.32327 5.38236 5.43686 5.4859 5.52853 5.56369 5.59023 5.6069 5.61236 5.60516 5.58375 5.54651 5.4917 5.41755 5.32216 5.20358 5.05972 4.88832 4.68677 4.45179 4.1788 3.86039 3.48265 3.01388 2.35724 1.08063 0.392532 1.31627 1.32162 1.3138 1.31048 1.29094 1.25574 1.21195 1.16699 1.12625 1.0928 1.06777 1.05099 1.0415 1.03803 1.0392 1.04373 1.05051 1.05863 1.0674 1.07628 1.08494 1.09317 1.10087 1.10805 1.11476 1.12109 1.12718 1.13314 1.13912 1.14523 1.15158 1.15827 1.16539 1.17299 1.18113 1.18987 1.19922 1.20923 1.2199 1.23123 1.24323 1.25589 1.2692 1.28315 1.29769 1.31279 1.32842 1.34452 1.36105 1.37794 1.39514 1.41259 1.43023 1.448 1.46584 1.4837 1.50153 1.51928 1.53692 1.55441 1.57172 1.58884 1.60574 1.6224 1.63883 1.65502 1.67097 1.68668 1.70215 1.71741 1.73246 1.74732 1.762 1.77652 1.7909 1.80516 1.81932 1.83339 1.8474 1.86136 1.8753 1.88923 1.90317 1.91714 1.93116 1.94524 1.9594 1.97365 1.98801 2.00249 2.01711 2.03189 2.04682 2.06194 2.07725 2.09276 2.10849 2.12445 2.14065 2.1571 2.17383 2.19083 2.20812 2.22572 2.24364 2.26189 2.28049 2.29945 2.31879 2.33851 2.35865 2.3792 2.4002 2.42165 2.44358 2.466 2.48893 2.51239 2.53641 2.561 2.58618 2.61199 2.63843 2.66555 2.69336 2.72188 2.75115 2.78119 2.81204 2.84372 2.87625 2.90968 2.94404 2.97935 3.01565 3.05297 3.09135 3.13082 3.17141 3.21316 3.25611 3.30028 3.34572 3.39244 3.44049 3.48989 3.54067 3.59286 3.64647 3.70152 3.75803 3.816 3.87544 3.93635 3.9987 4.06248 4.12766 4.19418 4.26199 4.33102 4.40117 4.47233 4.54436 4.6171 4.69037 4.76394 4.83756 4.91093 4.9837 5.05551 5.12589 5.19437 5.26037 5.32327 5.38236 5.43686 5.4859 5.52853 5.56369 5.59023 5.6069 5.61236 5.60516 5.58375 5.54651 5.4917 5.41755 5.32216 5.20358 5.05972 4.88832 4.68677 4.45179 4.1788 3.86039 3.48265 3.01388 2.35724 1.08063 0.354907 1.20909 1.13156 1.12603 1.156 1.16834 1.15843 1.13422 1.1047 1.07641 1.05316 1.03657 1.02679 1.0231 1.02439 1.02943 1.03706 1.04627 1.05623 1.06631 1.07606 1.08519 1.09354 1.10105 1.10776 1.11375 1.11915 1.12409 1.12872 1.13318 1.13762 1.14215 1.14688 1.15193 1.15738 1.1633 1.16978 1.17685 1.18459 1.19302 1.20216 1.21205 1.22268 1.23406 1.24617 1.25899 1.27248 1.28661 1.30133 1.31657 1.33228 1.34841 1.36487 1.38161 1.39856 1.41566 1.43284 1.45005 1.46725 1.48438 1.50142 1.51832 1.53507 1.55163 1.568 1.58416 1.60011 1.61584 1.63136 1.64667 1.66179 1.67672 1.69147 1.70606 1.72051 1.73483 1.74904 1.76316 1.77721 1.7912 1.80516 1.8191 1.83303 1.84699 1.86097 1.87501 1.88911 1.90329 1.91757 1.93196 1.94647 1.96113 1.97593 1.9909 2.00604 2.02138 2.03692 2.05267 2.06866 2.08488 2.10135 2.11809 2.13511 2.15242 2.17003 2.18796 2.20622 2.22483 2.24379 2.26313 2.28286 2.30299 2.32354 2.34453 2.36598 2.3879 2.41032 2.43325 2.45671 2.48072 2.50531 2.5305 2.5563 2.58276 2.60988 2.63771 2.66625 2.69555 2.72563 2.75653 2.78826 2.82087 2.85438 2.88883 2.92426 2.96069 2.99817 3.03673 3.07641 3.11725 3.15927 3.20254 3.24706 3.2929 3.34008 3.38865 3.43862 3.49005 3.54296 3.59738 3.65334 3.71086 3.76995 3.83064 3.89293 3.95681 4.02228 4.08933 4.15791 4.228 4.29952 4.37241 4.44657 4.5219 4.59823 4.67542 4.75326 4.83151 4.90991 4.98813 5.06581 5.14251 5.21777 5.29102 5.36165 5.42894 5.49211 5.55025 5.60239 5.6474 5.68409 5.7111 5.72698 5.73015 5.71888 5.69135 5.64561 5.5796 5.49118 5.37805 5.23783 5.06791 4.86536 4.62658 4.34668 4.01791 3.62586 3.1378 2.45347 1.1244 0.354031 1.20713 1.13034 1.12546 1.15576 1.16824 1.15839 1.13421 1.1047 1.07641 1.05317 1.03658 1.02679 1.0231 1.02439 1.02943 1.03706 1.04627 1.05623 1.06631 1.07606 1.08519 1.09354 1.10105 1.10776 1.11375 1.11915 1.12409 1.12872 1.13318 1.13762 1.14215 1.14688 1.15193 1.15738 1.1633 1.16978 1.17685 1.18459 1.19302 1.20216 1.21205 1.22268 1.23406 1.24617 1.25899 1.27248 1.28661 1.30133 1.31657 1.33228 1.34841 1.36487 1.38161 1.39856 1.41566 1.43284 1.45005 1.46725 1.48438 1.50142 1.51832 1.53507 1.55163 1.568 1.58416 1.60011 1.61584 1.63136 1.64667 1.66179 1.67672 1.69147 1.70606 1.72051 1.73483 1.74904 1.76316 1.77721 1.7912 1.80516 1.8191 1.83303 1.84699 1.86097 1.87501 1.88911 1.90329 1.91757 1.93196 1.94647 1.96113 1.97593 1.9909 2.00604 2.02138 2.03692 2.05267 2.06866 2.08488 2.10135 2.11809 2.13511 2.15242 2.17003 2.18796 2.20622 2.22483 2.24379 2.26313 2.28286 2.30299 2.32354 2.34453 2.36598 2.3879 2.41032 2.43325 2.45671 2.48072 2.50531 2.5305 2.5563 2.58276 2.60988 2.63771 2.66625 2.69555 2.72563 2.75653 2.78826 2.82087 2.85438 2.88883 2.92426 2.96069 2.99817 3.03673 3.07641 3.11725 3.15928 3.20254 3.24707 3.2929 3.34008 3.38865 3.43862 3.49005 3.54296 3.59738 3.65334 3.71086 3.76995 3.83064 3.89293 3.95681 4.02228 4.08933 4.15791 4.228 4.29952 4.37241 4.44657 4.5219 4.59823 4.67542 4.75326 4.83152 4.90991 4.98813 5.06581 5.14251 5.21777 5.29102 5.36165 5.42894 5.49211 5.55025 5.60239 5.6474 5.68409 5.7111 5.72699 5.73015 5.71888 5.69135 5.64561 5.5796 5.49118 5.37805 5.23783 5.06791 4.86536 4.62658 4.34668 4.01791 3.62586 3.13781 2.45347 1.1244 0.32027 1.11043 0.945968 0.939289 1.00322 1.04726 1.06194 1.05646 1.04161 1.0252 1.01179 1.00345 1.00061 1.00276 1.00893 1.01801 1.02893 1.04078 1.0528 1.06443 1.07527 1.08509 1.09378 1.10132 1.10777 1.11325 1.1179 1.12187 1.12531 1.12839 1.13125 1.13403 1.13686 1.13985 1.14313 1.1468 1.15095 1.15567 1.16105 1.16715 1.17403 1.18172 1.19025 1.19962 1.20984 1.22088 1.23272 1.24532 1.25862 1.27255 1.28707 1.30209 1.31755 1.33337 1.34948 1.36582 1.38231 1.39888 1.4155 1.43211 1.44866 1.46512 1.48147 1.49767 1.51371 1.52957 1.54524 1.56073 1.57603 1.59114 1.60608 1.62085 1.63546 1.64993 1.66427 1.67849 1.69262 1.70667 1.72066 1.7346 1.74851 1.76241 1.77632 1.79024 1.80421 1.81823 1.83231 1.84648 1.86075 1.87513 1.88963 1.90427 1.91907 1.93402 1.94916 1.96448 1.98 1.99574 2.0117 2.0279 2.04435 2.06106 2.07805 2.09532 2.1129 2.13079 2.14901 2.16756 2.18648 2.20577 2.22544 2.24551 2.26601 2.28694 2.30832 2.33018 2.35252 2.37538 2.39877 2.42271 2.44722 2.47234 2.49807 2.52446 2.55151 2.57927 2.60775 2.63699 2.66701 2.69785 2.72954 2.76211 2.7956 2.83004 2.86547 2.90192 2.93943 2.97805 3.0178 3.05874 3.1009 3.14433 3.18906 3.23514 3.28261 3.33151 3.38188 3.43377 3.48722 3.54225 3.59891 3.65722 3.71722 3.77893 3.84237 3.90755 3.97447 4.04314 4.11354 4.18565 4.25942 4.33481 4.41173 4.49011 4.56981 4.65071 4.73262 4.81534 4.89862 4.98216 5.06564 5.14864 5.23071 5.31131 5.38984 5.46559 5.53777 5.60548 5.66771 5.7233 5.77099 5.80934 5.8368 5.85163 5.85194 5.8357 5.8007 5.7446 5.66491 5.55899 5.42404 5.25707 5.05472 4.813 4.52661 4.18739 3.78037 3.27171 2.5575 1.17173 0.319405 1.10812 0.944481 0.938582 1.00292 1.04714 1.0619 1.05645 1.04162 1.02521 1.01179 1.00345 1.00061 1.00276 1.00893 1.01801 1.02893 1.04078 1.0528 1.06443 1.07527 1.08509 1.09378 1.10132 1.10777 1.11325 1.1179 1.12187 1.12531 1.12839 1.13125 1.13403 1.13686 1.13986 1.14313 1.1468 1.15095 1.15567 1.16105 1.16715 1.17403 1.18172 1.19025 1.19962 1.20984 1.22088 1.23272 1.24532 1.25862 1.27255 1.28707 1.30209 1.31755 1.33337 1.34948 1.36582 1.38231 1.39888 1.4155 1.43211 1.44866 1.46512 1.48147 1.49767 1.51371 1.52957 1.54524 1.56073 1.57603 1.59114 1.60608 1.62085 1.63546 1.64993 1.66427 1.67849 1.69262 1.70667 1.72066 1.7346 1.74851 1.76241 1.77632 1.79024 1.80421 1.81823 1.83231 1.84648 1.86075 1.87513 1.88963 1.90427 1.91907 1.93402 1.94916 1.96448 1.98 1.99574 2.0117 2.0279 2.04435 2.06106 2.07805 2.09532 2.1129 2.13079 2.14901 2.16756 2.18648 2.20577 2.22544 2.24551 2.26601 2.28694 2.30832 2.33018 2.35252 2.37538 2.39877 2.42271 2.44722 2.47234 2.49807 2.52446 2.55151 2.57927 2.60775 2.63699 2.66701 2.69785 2.72954 2.76211 2.7956 2.83004 2.86547 2.90192 2.93943 2.97805 3.0178 3.05874 3.1009 3.14433 3.18906 3.23514 3.28261 3.33151 3.38188 3.43377 3.48722 3.54225 3.59891 3.65722 3.71722 3.77893 3.84237 3.90755 3.97447 4.04314 4.11354 4.18565 4.25942 4.33481 4.41173 4.49011 4.56982 4.65071 4.73262 4.81534 4.89862 4.98216 5.06564 5.14864 5.23071 5.31131 5.38984 5.46559 5.53777 5.60548 5.66771 5.7233 5.77099 5.80934 5.8368 5.85163 5.85194 5.8357 5.80071 5.74461 5.66491 5.55899 5.42404 5.25707 5.05472 4.813 4.52661 4.18739 3.78037 3.27171 2.5575 1.17173 0.28888 1.02062 0.772825 0.758761 0.853282 0.927785 0.966189 0.978579 0.977707 0.972647 0.968709 0.968395 0.972389 0.98034 0.991404 1.00457 1.01888 1.03346 1.04765 1.06094 1.07302 1.08368 1.09287 1.10062 1.10701 1.11217 1.11627 1.11947 1.12193 1.1238 1.12525 1.12641 1.12743 1.12845 1.1296 1.13102 1.13284 1.13518 1.13817 1.14189 1.14645 1.15189 1.15827 1.1656 1.1739 1.18315 1.19332 1.20438 1.21625 1.22888 1.2422 1.25612 1.27058 1.28548 1.30075 1.31632 1.3321 1.34803 1.36406 1.38012 1.39617 1.41218 1.4281 1.44391 1.45959 1.47512 1.49049 1.5057 1.52075 1.53563 1.55036 1.56493 1.57937 1.59368 1.60787 1.62197 1.63598 1.64992 1.6638 1.67765 1.69148 1.70531 1.71915 1.73301 1.74691 1.76088 1.77491 1.78903 1.80324 1.81757 1.83202 1.84661 1.86135 1.87626 1.89133 1.9066 1.92206 1.93774 1.95363 1.96976 1.98614 2.00278 2.01968 2.03688 2.05436 2.07216 2.09028 2.10874 2.12756 2.14674 2.1663 2.18626 2.20663 2.22744 2.24869 2.27042 2.29263 2.31535 2.33859 2.36239 2.38676 2.41172 2.43731 2.46354 2.49044 2.51804 2.54637 2.57545 2.60533 2.63602 2.66756 2.7 2.73335 2.76766 2.80297 2.83931 2.87673 2.91527 2.95496 2.99586 3.038 3.08143 3.1262 3.17236 3.21994 3.269 3.31958 3.37174 3.42551 3.48094 3.53807 3.59695 3.65762 3.72011 3.78444 3.85066 3.91877 3.98879 4.06073 4.13457 4.21031 4.2879 4.3673 4.44844 4.53123 4.61556 4.70128 4.78822 4.87616 4.96484 5.05396 5.14314 5.23197 5.31993 5.40644 5.49083 5.57231 5.64998 5.72282 5.78967 5.84919 5.8999 5.94012 5.968 5.98146 5.97825 5.9559 5.91172 5.84285 5.74623 5.6186 5.45643 5.25587 5.0124 4.7202 4.37059 3.94796 3.41725 2.67065 1.22322 0.288053 1.01798 0.771124 0.75793 0.852921 0.927635 0.966135 0.978564 0.977707 0.972652 0.968715 0.9684 0.972392 0.980342 0.991405 1.00458 1.01888 1.03346 1.04765 1.06094 1.07302 1.08368 1.09287 1.10062 1.10701 1.11217 1.11627 1.11947 1.12193 1.1238 1.12525 1.12641 1.12743 1.12845 1.1296 1.13102 1.13284 1.13518 1.13817 1.14189 1.14645 1.15189 1.15827 1.1656 1.1739 1.18315 1.19332 1.20438 1.21625 1.22888 1.2422 1.25612 1.27058 1.28548 1.30075 1.31632 1.3321 1.34803 1.36406 1.38012 1.39617 1.41218 1.4281 1.44391 1.45959 1.47512 1.49049 1.5057 1.52075 1.53563 1.55036 1.56493 1.57937 1.59368 1.60787 1.62197 1.63598 1.64992 1.6638 1.67765 1.69148 1.70531 1.71915 1.73301 1.74691 1.76088 1.77491 1.78903 1.80324 1.81757 1.83202 1.84661 1.86135 1.87626 1.89133 1.9066 1.92206 1.93774 1.95363 1.96976 1.98614 2.00278 2.01968 2.03688 2.05436 2.07216 2.09028 2.10874 2.12756 2.14674 2.1663 2.18626 2.20663 2.22744 2.24869 2.27042 2.29263 2.31535 2.33859 2.36239 2.38676 2.41172 2.43731 2.46354 2.49044 2.51804 2.54637 2.57545 2.60533 2.63602 2.66756 2.7 2.73335 2.76766 2.80297 2.83931 2.87673 2.91527 2.95496 2.99586 3.038 3.08143 3.1262 3.17236 3.21994 3.269 3.31958 3.37174 3.42551 3.48094 3.53807 3.59695 3.65762 3.72011 3.78444 3.85066 3.91877 3.98879 4.06073 4.13457 4.21031 4.2879 4.3673 4.44844 4.53123 4.61556 4.70128 4.78822 4.87616 4.96484 5.05396 5.14314 5.23197 5.31993 5.40644 5.49083 5.57231 5.64998 5.72282 5.78967 5.84919 5.8999 5.94012 5.968 5.98146 5.97825 5.9559 5.91172 5.84285 5.74623 5.6186 5.45643 5.25587 5.0124 4.7202 4.37059 3.94796 3.41725 2.67065 1.22322 0.26025 0.936897 0.620217 0.592745 0.708419 0.810392 0.871404 0.900823 0.913266 0.919052 0.924208 0.931635 0.942243 0.955829 0.971656 0.98881 1.0064 1.02365 1.03997 1.05493 1.06825 1.07981 1.08959 1.09767 1.10415 1.10919 1.11295 1.11561 1.11732 1.11823 1.11849 1.11824 1.11763 1.11682 1.11596 1.11522 1.11476 1.11476 1.11536 1.11672 1.11895 1.12214 1.12637 1.13167 1.13806 1.14553 1.15405 1.16358 1.17406 1.18541 1.19755 1.2104 1.22387 1.23787 1.25232 1.26712 1.28221 1.2975 1.31293 1.32844 1.34398 1.35951 1.37499 1.39039 1.40569 1.42086 1.43591 1.45081 1.46557 1.48019 1.49467 1.50902 1.52325 1.53736 1.55138 1.5653 1.57916 1.59295 1.6067 1.62043 1.63414 1.64785 1.66158 1.67534 1.68914 1.70301 1.71694 1.73097 1.74509 1.75933 1.77369 1.78818 1.80283 1.81763 1.83261 1.84777 1.86313 1.8787 1.89448 1.9105 1.92675 1.94327 1.96004 1.9771 1.99445 2.01211 2.03008 2.04839 2.06704 2.08606 2.10545 2.12523 2.14543 2.16605 2.18711 2.20864 2.23065 2.25316 2.2762 2.29978 2.32393 2.34866 2.37402 2.40001 2.42668 2.45403 2.48212 2.51096 2.54058 2.57102 2.60232 2.6345 2.66761 2.70168 2.73675 2.77286 2.81005 2.84837 2.88786 2.92857 2.97054 3.01382 3.05846 3.10451 3.15202 3.20104 3.25163 3.30384 3.35772 3.41333 3.4707 3.52991 3.59098 3.65398 3.71894 3.7859 3.85491 3.92598 3.99913 4.0744 4.15176 4.23122 4.31276 4.39632 4.48186 4.56929 4.65849 4.74933 4.84163 4.93517 5.02968 5.12485 5.22027 5.31549 5.40997 5.50305 5.594 5.68194 5.76584 5.84454 5.91668 5.98073 6.03492 6.07728 6.10556 6.11729 6.10969 6.07975 6.02417 5.93939 5.82156 5.66656 5.46987 5.22628 4.92933 4.56964 4.13084 3.57649 2.7946 1.27965 0.259483 0.933972 0.61842 0.591842 0.708004 0.810213 0.871338 0.900804 0.913267 0.919058 0.924215 0.93164 0.942247 0.955831 0.971657 0.988811 1.0064 1.02365 1.03997 1.05493 1.06825 1.07981 1.08959 1.09767 1.10415 1.10919 1.11295 1.11561 1.11732 1.11823 1.11849 1.11824 1.11763 1.11682 1.11596 1.11522 1.11476 1.11476 1.11536 1.11672 1.11895 1.12214 1.12637 1.13167 1.13806 1.14553 1.15405 1.16358 1.17406 1.18541 1.19755 1.2104 1.22387 1.23787 1.25232 1.26712 1.28221 1.2975 1.31293 1.32844 1.34398 1.35951 1.37499 1.39039 1.40569 1.42086 1.43591 1.45081 1.46557 1.48019 1.49467 1.50902 1.52325 1.53736 1.55138 1.5653 1.57916 1.59295 1.6067 1.62043 1.63414 1.64785 1.66158 1.67534 1.68914 1.70301 1.71694 1.73097 1.74509 1.75933 1.77369 1.78818 1.80283 1.81763 1.83261 1.84777 1.86313 1.8787 1.89448 1.9105 1.92675 1.94327 1.96004 1.9771 1.99445 2.01211 2.03008 2.04839 2.06704 2.08606 2.10545 2.12523 2.14543 2.16605 2.18711 2.20864 2.23065 2.25316 2.2762 2.29978 2.32393 2.34866 2.37402 2.40001 2.42668 2.45403 2.48212 2.51096 2.54058 2.57102 2.60232 2.6345 2.66761 2.70168 2.73675 2.77286 2.81005 2.84837 2.88786 2.92857 2.97054 3.01382 3.05846 3.10451 3.15202 3.20104 3.25163 3.30384 3.35772 3.41333 3.4707 3.52991 3.59098 3.65398 3.71894 3.7859 3.85491 3.92598 3.99914 4.0744 4.15176 4.23122 4.31276 4.39632 4.48186 4.56929 4.65849 4.74933 4.84163 4.93517 5.02968 5.12485 5.22027 5.31549 5.40997 5.50305 5.594 5.68194 5.76584 5.84454 5.91668 5.98073 6.03492 6.07728 6.10556 6.11729 6.10969 6.07976 6.02417 5.93939 5.82156 5.66656 5.46987 5.22629 4.92933 4.56964 4.13084 3.5765 2.7946 1.27965 0.234078 0.855602 0.495042 0.453683 0.573418 0.696228 0.778094 0.823683 0.848847 0.864988 0.878808 0.893588 0.910451 0.92933 0.949593 0.97042 0.991011 1.01068 1.02892 1.04536 1.0598 1.07219 1.08255 1.09099 1.09767 1.10274 1.10637 1.10873 1.10997 1.11021 1.10958 1.10823 1.10627 1.10388 1.10122 1.0985 1.09591 1.09367 1.09198 1.09103 1.09099 1.09199 1.09411 1.09743 1.10197 1.10772 1.11465 1.12272 1.13186 1.14199 1.15301 1.16483 1.17736 1.1905 1.20414 1.21821 1.23261 1.24727 1.26211 1.27706 1.29209 1.30713 1.32216 1.33713 1.35203 1.36683 1.38152 1.39609 1.41054 1.42486 1.43907 1.45316 1.46714 1.48102 1.49482 1.50854 1.5222 1.53582 1.5494 1.56295 1.57651 1.59006 1.60365 1.61726 1.63093 1.64465 1.65845 1.67234 1.68633 1.70043 1.71465 1.72901 1.74352 1.75818 1.77302 1.78803 1.80324 1.81865 1.83427 1.85012 1.86621 1.88255 1.89915 1.91602 1.93318 1.95064 1.96841 1.98651 2.00495 2.02374 2.0429 2.06245 2.08241 2.10278 2.12359 2.14485 2.16659 2.18883 2.21158 2.23487 2.25872 2.28315 2.30819 2.33387 2.36021 2.38724 2.41499 2.44348 2.47276 2.50285 2.53379 2.56562 2.59836 2.63207 2.66677 2.70252 2.73936 2.77732 2.81646 2.85682 2.89846 2.94142 2.98575 3.03152 3.07877 3.12756 3.17795 3.23 3.28376 3.3393 3.39666 3.45593 3.51714 3.58036 3.64565 3.71305 3.78262 3.85441 3.92844 4.00476 4.08339 4.16434 4.24762 4.33321 4.4211 4.51121 4.60349 4.69784 4.79411 4.89213 4.99169 5.09251 5.19425 5.29652 5.39881 5.50053 5.60099 5.69935 5.79463 5.88567 5.97112 6.04942 6.11876 6.17704 6.22189 6.2506 6.26012 6.24704 6.2076 6.13767 6.03273 5.88789 5.6978 5.45637 5.15624 4.78716 4.33176 3.75207 2.93149 1.34203 0.233388 0.852413 0.493308 0.452816 0.572975 0.696023 0.778014 0.823659 0.848846 0.864994 0.878815 0.893594 0.910456 0.929333 0.949595 0.970422 0.991012 1.01069 1.02892 1.04536 1.0598 1.07219 1.08255 1.09099 1.09767 1.10274 1.10637 1.10873 1.10997 1.11021 1.10958 1.10823 1.10627 1.10388 1.10123 1.0985 1.09591 1.09367 1.09198 1.09103 1.09099 1.09199 1.09411 1.09743 1.10197 1.10772 1.11465 1.12272 1.13186 1.14199 1.15301 1.16483 1.17736 1.1905 1.20414 1.21821 1.23261 1.24727 1.26211 1.27706 1.29209 1.30713 1.32216 1.33713 1.35203 1.36683 1.38152 1.39609 1.41054 1.42486 1.43907 1.45316 1.46714 1.48102 1.49482 1.50854 1.5222 1.53582 1.5494 1.56295 1.57651 1.59006 1.60365 1.61726 1.63093 1.64465 1.65845 1.67234 1.68633 1.70043 1.71465 1.72901 1.74352 1.75818 1.77302 1.78803 1.80324 1.81865 1.83427 1.85012 1.86621 1.88255 1.89915 1.91602 1.93318 1.95064 1.96841 1.98651 2.00495 2.02374 2.0429 2.06245 2.08241 2.10278 2.12359 2.14485 2.16659 2.18883 2.21158 2.23487 2.25872 2.28315 2.30819 2.33387 2.36021 2.38724 2.41499 2.44348 2.47276 2.50285 2.53379 2.56562 2.59836 2.63207 2.66677 2.70252 2.73936 2.77732 2.81646 2.85682 2.89846 2.94142 2.98575 3.03152 3.07877 3.12756 3.17795 3.23 3.28376 3.3393 3.39666 3.45593 3.51714 3.58036 3.64565 3.71305 3.78262 3.85441 3.92844 4.00476 4.08339 4.16434 4.24762 4.33322 4.4211 4.51121 4.60349 4.69784 4.79411 4.89213 4.99169 5.09251 5.19425 5.29652 5.39881 5.50053 5.60099 5.69935 5.79463 5.88567 5.97112 6.04942 6.11876 6.17704 6.22189 6.2506 6.26012 6.24704 6.20761 6.13767 6.03273 5.88789 5.6978 5.45637 5.15624 4.78716 4.33176 3.75207 2.93149 1.34203 0.210254 0.773109 0.400635 0.354178 0.457743 0.587761 0.687029 0.747799 0.785177 0.811215 0.833214 0.854835 0.877417 0.901037 0.925179 0.949132 0.972207 0.993828 1.01356 1.03114 1.04642 1.05941 1.0702 1.07895 1.08584 1.09104 1.09472 1.09704 1.0981 1.09803 1.09691 1.09483 1.09192 1.08831 1.08419 1.07978 1.0753 1.07103 1.06723 1.06413 1.06196 1.06087 1.06102 1.06246 1.06525 1.06939 1.07484 1.08155 1.08944 1.09843 1.10842 1.11929 1.13094 1.14326 1.15616 1.16953 1.18327 1.19731 1.21158 1.22599 1.2405 1.25505 1.26961 1.28415 1.29862 1.31303 1.32734 1.34155 1.35566 1.36966 1.38356 1.39735 1.41106 1.42468 1.43822 1.45171 1.46514 1.47853 1.4919 1.50525 1.5186 1.53197 1.54536 1.55879 1.57228 1.58582 1.59945 1.61316 1.62697 1.64089 1.65493 1.66911 1.68343 1.69791 1.71255 1.72737 1.74237 1.75758 1.773 1.78863 1.8045 1.82061 1.83698 1.85362 1.87053 1.88774 1.90526 1.92309 1.94125 1.95977 1.97864 1.9979 2.01755 2.03761 2.0581 2.07903 2.10043 2.12232 2.14472 2.16764 2.19112 2.21517 2.23982 2.26509 2.29102 2.31763 2.34494 2.373 2.40183 2.43147 2.46195 2.4933 2.52557 2.55879 2.59301 2.62827 2.6646 2.70207 2.74071 2.78057 2.82171 2.86418 2.90804 2.95333 3.00012 3.04847 3.09845 3.1501 3.20351 3.25872 3.31582 3.37487 3.43593 3.49907 3.56437 3.63188 3.70167 3.7738 3.84833 3.92532 4.0048 4.08681 4.1714 4.25857 4.34833 4.44066 4.53553 4.63289 4.73265 4.83468 4.93881 5.04485 5.15251 5.26145 5.37124 5.48138 5.59122 5.7 5.8068 5.91051 6.00982 6.10317 6.18873 6.26436 6.32753 6.37537 6.40455 6.41127 6.39127 6.33977 6.25148 6.12059 5.94067 5.70451 5.40355 5.02634 4.55422 3.94737 3.08413 1.41167 0.209655 0.7697 0.399101 0.353483 0.457336 0.587539 0.68693 0.747765 0.785173 0.811221 0.833222 0.854842 0.877423 0.901041 0.925181 0.949133 0.972208 0.993829 1.01357 1.03114 1.04642 1.05941 1.0702 1.07895 1.08584 1.09104 1.09472 1.09704 1.0981 1.09803 1.09691 1.09483 1.09192 1.08831 1.08419 1.07978 1.0753 1.07104 1.06723 1.06413 1.06196 1.06087 1.06102 1.06246 1.06525 1.06939 1.07484 1.08155 1.08944 1.09843 1.10842 1.11929 1.13094 1.14326 1.15616 1.16953 1.18327 1.19731 1.21158 1.22599 1.2405 1.25505 1.26961 1.28415 1.29862 1.31303 1.32734 1.34155 1.35566 1.36966 1.38356 1.39735 1.41106 1.42468 1.43822 1.45171 1.46514 1.47853 1.4919 1.50525 1.5186 1.53197 1.54536 1.55879 1.57228 1.58582 1.59945 1.61316 1.62697 1.64089 1.65493 1.66911 1.68343 1.69791 1.71255 1.72737 1.74237 1.75758 1.773 1.78863 1.8045 1.82061 1.83698 1.85362 1.87053 1.88774 1.90526 1.92309 1.94125 1.95977 1.97864 1.9979 2.01755 2.03761 2.0581 2.07903 2.10043 2.12232 2.14472 2.16764 2.19112 2.21517 2.23982 2.26509 2.29102 2.31763 2.34495 2.373 2.40183 2.43147 2.46195 2.4933 2.52557 2.55879 2.59301 2.62827 2.6646 2.70207 2.74071 2.78057 2.82171 2.86418 2.90804 2.95333 3.00012 3.04847 3.09845 3.1501 3.20351 3.25872 3.31582 3.37487 3.43593 3.49907 3.56437 3.63188 3.70167 3.7738 3.84833 3.92532 4.0048 4.08681 4.1714 4.25857 4.34833 4.44066 4.53553 4.63289 4.73265 4.83468 4.93881 5.04485 5.15251 5.26145 5.37124 5.48138 5.59122 5.7 5.8068 5.91051 6.00982 6.10317 6.18873 6.26436 6.32754 6.37538 6.40455 6.41128 6.39127 6.33977 6.25149 6.12059 5.94067 5.70451 5.40355 5.02634 4.55422 3.94737 3.08413 1.41167 0.188803 0.689251 0.33326 0.297427 0.374717 0.490283 0.599304 0.673766 0.723012 0.758579 0.788234 0.816047 0.843611 0.871182 0.89839 0.924705 0.949538 0.97241 0.993006 1.01116 1.02681 1.04002 1.05097 1.05984 1.06686 1.07221 1.07606 1.07855 1.07977 1.07977 1.07859 1.07628 1.07292 1.06859 1.06348 1.0578 1.05182 1.04586 1.04023 1.03523 1.03115 1.02819 1.02654 1.02629 1.0275 1.03019 1.0343 1.0398 1.04659 1.05456 1.06361 1.07363 1.08449 1.09608 1.10828 1.121 1.13413 1.14759 1.16129 1.17517 1.18917 1.20324 1.21733 1.23141 1.24545 1.25944 1.27335 1.28718 1.30092 1.31457 1.32813 1.3416 1.35499 1.36831 1.38157 1.39478 1.40794 1.42108 1.43419 1.4473 1.46042 1.47355 1.48671 1.49992 1.51318 1.5265 1.5399 1.55339 1.56698 1.58068 1.59449 1.60844 1.62253 1.63677 1.65118 1.66576 1.68051 1.69547 1.71063 1.726 1.7416 1.75743 1.77352 1.78986 1.80648 1.82338 1.84058 1.85809 1.87593 1.8941 1.91263 1.93153 1.95081 1.97049 1.99059 2.01113 2.03213 2.0536 2.07556 2.09804 2.12107 2.14465 2.16883 2.19362 2.21905 2.24514 2.27194 2.29946 2.32775 2.35682 2.38673 2.4175 2.44918 2.48179 2.5154 2.55002 2.58573 2.62255 2.66054 2.69974 2.74022 2.78203 2.82521 2.86984 2.91598 2.96368 3.01301 3.06404 3.11684 3.17148 3.22803 3.28657 3.34717 3.40992 3.47489 3.54215 3.61179 3.68388 3.7585 3.83572 3.9156 3.99821 4.08361 4.17184 4.26295 4.35695 4.45386 4.55365 4.65631 4.76175 4.86988 4.98055 5.09356 5.20864 5.32547 5.4436 5.56249 5.68148 5.79972 5.91621 6.0297 6.1387 6.24141 6.33566 6.41888 6.48803 6.53956 6.5693 6.57248 6.54362 6.47655 6.36434 6.19928 5.97266 5.67431 5.29111 4.80266 4.16684 3.25626 1.49036 0.188302 0.685708 0.331984 0.296972 0.374438 0.490072 0.599175 0.673713 0.723002 0.758584 0.788243 0.816055 0.843617 0.871186 0.898393 0.924707 0.949539 0.972412 0.993007 1.01116 1.02681 1.04003 1.05097 1.05984 1.06686 1.07221 1.07606 1.07855 1.07977 1.07977 1.07859 1.07629 1.07292 1.06859 1.06348 1.0578 1.05182 1.04586 1.04023 1.03523 1.03115 1.02819 1.02654 1.02629 1.0275 1.03019 1.03431 1.0398 1.04659 1.05456 1.06361 1.07363 1.08449 1.09608 1.10828 1.121 1.13413 1.14759 1.16129 1.17517 1.18917 1.20324 1.21733 1.23141 1.24545 1.25944 1.27335 1.28718 1.30092 1.31457 1.32812 1.3416 1.35499 1.36831 1.38157 1.39478 1.40794 1.42108 1.43419 1.4473 1.46042 1.47355 1.48671 1.49992 1.51318 1.5265 1.5399 1.55339 1.56698 1.58068 1.5945 1.60844 1.62253 1.63677 1.65118 1.66576 1.68052 1.69547 1.71063 1.726 1.7416 1.75743 1.77352 1.78986 1.80648 1.82338 1.84058 1.85809 1.87593 1.8941 1.91263 1.93153 1.95081 1.97049 1.99059 2.01113 2.03213 2.0536 2.07556 2.09804 2.12107 2.14465 2.16883 2.19362 2.21905 2.24514 2.27194 2.29946 2.32775 2.35682 2.38673 2.4175 2.44918 2.48179 2.5154 2.55002 2.58573 2.62255 2.66054 2.69974 2.74022 2.78203 2.82522 2.86984 2.91598 2.96368 3.01301 3.06404 3.11684 3.17148 3.22803 3.28657 3.34718 3.40992 3.47489 3.54215 3.61179 3.68388 3.7585 3.83572 3.9156 3.99821 4.08361 4.17184 4.26295 4.35695 4.45386 4.55365 4.65631 4.76175 4.86988 4.98055 5.09356 5.20864 5.32547 5.4436 5.56249 5.68148 5.79972 5.91621 6.0297 6.13871 6.24141 6.33566 6.41888 6.48803 6.53956 6.5693 6.57248 6.54362 6.47655 6.36434 6.19928 5.97266 5.67431 5.29111 4.80266 4.16684 3.25626 1.49036 0.169718 0.604101 0.28802 0.274659 0.332073 0.412934 0.517151 0.602323 0.662887 0.707878 0.744671 0.777893 0.809483 0.840015 0.869356 0.897038 0.922635 0.945829 0.966439 0.984411 0.999801 1.01271 1.02337 1.03204 1.03898 1.04439 1.04845 1.05128 1.05292 1.05338 1.05264 1.05067 1.04745 1.04303 1.03753 1.03117 1.02422 1.01704 1.01 1.00347 0.997804 0.993274 0.990101 0.988417 0.988293 0.989744 0.992737 0.997205 1.00305 1.01017 1.01844 1.02772 1.03789 1.04883 1.06042 1.07254 1.08511 1.09802 1.11119 1.12455 1.13805 1.15163 1.16524 1.17886 1.19246 1.20601 1.2195 1.23292 1.24627 1.25954 1.27273 1.28585 1.2989 1.31188 1.32482 1.33771 1.35057 1.36341 1.37624 1.38906 1.4019 1.41476 1.42765 1.44058 1.45358 1.46663 1.47977 1.49299 1.50631 1.51974 1.53328 1.54696 1.56077 1.57473 1.58884 1.60313 1.61759 1.63224 1.64709 1.66215 1.67742 1.69293 1.70868 1.72468 1.74094 1.75748 1.77431 1.79144 1.80889 1.82666 1.84478 1.86325 1.8821 1.90134 1.92099 1.94107 1.96158 1.98256 2.00402 2.02599 2.04848 2.07153 2.09514 2.11936 2.1442 2.1697 2.19587 2.22276 2.2504 2.27881 2.30804 2.33811 2.36908 2.40097 2.43382 2.46769 2.50262 2.53865 2.57583 2.61422 2.65387 2.69484 2.73717 2.78094 2.82621 2.87304 2.9215 2.97166 3.0236 3.07739 3.13312 3.19085 3.25068 3.3127 3.37698 3.44362 3.51272 3.58435 3.65862 3.7356 3.8154 3.89809 3.98377 4.0725 4.16436 4.25941 4.3577 4.45927 4.56413 4.67228 4.78368 4.89825 5.01589 5.1364 5.25957 5.38505 5.51243 5.64114 5.77048 5.89957 6.02729 6.15226 6.27275 6.38669 6.49149 6.58407 6.66068 6.71687 6.74737 6.74601 6.70564 6.61806 6.47395 6.2627 5.97198 5.58631 5.08284 4.41643 3.453 1.58053 0.169315 0.600516 0.287029 0.274411 0.331962 0.412749 0.517006 0.602258 0.662866 0.70788 0.744678 0.7779 0.809489 0.840019 0.869359 0.897041 0.922637 0.945831 0.96644 0.984413 0.999802 1.01271 1.02337 1.03205 1.03898 1.04439 1.04846 1.05128 1.05292 1.05338 1.05264 1.05067 1.04745 1.04303 1.03754 1.03117 1.02422 1.01704 1.01 1.00347 0.997804 0.993275 0.990101 0.988417 0.988293 0.989744 0.992737 0.997205 1.00305 1.01017 1.01844 1.02772 1.03789 1.04883 1.06042 1.07254 1.08511 1.09802 1.11119 1.12455 1.13805 1.15163 1.16524 1.17886 1.19246 1.20601 1.2195 1.23292 1.24627 1.25954 1.27273 1.28585 1.2989 1.31188 1.32482 1.33771 1.35057 1.36341 1.37624 1.38906 1.4019 1.41476 1.42765 1.44058 1.45358 1.46663 1.47977 1.49299 1.50631 1.51974 1.53328 1.54696 1.56077 1.57473 1.58884 1.60313 1.61759 1.63224 1.64709 1.66215 1.67742 1.69293 1.70868 1.72468 1.74094 1.75748 1.77431 1.79144 1.80889 1.82666 1.84478 1.86325 1.8821 1.90134 1.92099 1.94107 1.96158 1.98256 2.00402 2.02599 2.04848 2.07153 2.09514 2.11936 2.1442 2.1697 2.19587 2.22276 2.2504 2.27881 2.30804 2.33811 2.36908 2.40097 2.43382 2.46769 2.50262 2.53865 2.57584 2.61423 2.65387 2.69484 2.73717 2.78094 2.82621 2.87304 2.9215 2.97166 3.0236 3.07739 3.13312 3.19085 3.25068 3.3127 3.37698 3.44363 3.51272 3.58435 3.65862 3.7356 3.8154 3.89809 3.98377 4.0725 4.16436 4.25941 4.3577 4.45927 4.56413 4.67228 4.78368 4.89825 5.01589 5.13641 5.25957 5.38505 5.51243 5.64114 5.77049 5.89957 6.02729 6.15226 6.27276 6.38669 6.49149 6.58407 6.66068 6.71687 6.74738 6.74601 6.70564 6.61806 6.47395 6.2627 5.97198 5.58631 5.08284 4.41643 3.453 1.58053 0.152927 0.518569 0.262182 0.274425 0.323893 0.36511 0.445522 0.535412 0.605925 0.659692 0.703206 0.740915 0.775561 0.807979 0.838189 0.865997 0.891187 0.91362 0.933262 0.950178 0.964523 0.976473 0.986298 0.994319 1.00083 1.00609 1.01027 1.01347 1.01572 1.01697 1.01713 1.01605 1.01365 1.00986 1.00472 0.998399 0.991162 0.983381 0.975491 0.967938 0.961136 0.955441 0.951116 0.948332 0.947181 0.947685 0.949813 0.95349 0.958614 0.965062 0.972699 0.98139 0.990997 1.00139 1.01245 1.02405 1.0361 1.0485 1.06116 1.07403 1.08704 1.10013 1.11327 1.12642 1.13955 1.15265 1.1657 1.17869 1.19162 1.20448 1.21727 1.23 1.24267 1.2553 1.26787 1.28042 1.29293 1.30543 1.31793 1.33043 1.34294 1.35549 1.36806 1.38069 1.39337 1.40611 1.41893 1.43184 1.44485 1.45796 1.47118 1.48454 1.49802 1.51165 1.52543 1.53937 1.55348 1.56778 1.58227 1.59696 1.61186 1.62698 1.64233 1.65793 1.67379 1.68991 1.70631 1.723 1.73999 1.75731 1.77495 1.79294 1.8113 1.83003 1.84915 1.86869 1.88866 1.90907 1.92996 1.95133 1.97322 1.99563 2.01861 2.04217 2.06633 2.09113 2.1166 2.14276 2.16964 2.19728 2.22572 2.25498 2.28511 2.31615 2.34814 2.38111 2.41512 2.45022 2.48644 2.52385 2.5625 2.60244 2.64374 2.68645 2.73064 2.77638 2.82374 2.87279 2.9236 2.97627 3.03087 3.08749 3.14622 3.20715 3.27038 3.33601 3.40414 3.47488 3.54833 3.62459 3.70378 3.786 3.87137 3.95998 4.05194 4.14735 4.2463 4.34888 4.45515 4.56518 4.67898 4.79658 4.91793 5.04297 5.17157 5.30351 5.43851 5.57617 5.71593 5.85708 5.99869 6.13954 6.27809 6.4124 6.54001 6.65788 6.7622 6.84833 6.91062 6.94222 6.935 6.87935 6.76406 6.57612 6.30031 5.91785 5.40228 4.70424 3.68153 1.68569 0.152617 0.515068 0.261477 0.274319 0.323881 0.365029 0.445395 0.535339 0.605898 0.659687 0.703211 0.740921 0.775566 0.807983 0.838193 0.865999 0.891189 0.913622 0.933263 0.95018 0.964525 0.976475 0.986299 0.994321 1.00084 1.00609 1.01027 1.01347 1.01572 1.01698 1.01713 1.01605 1.01365 1.00986 1.00472 0.9984 0.991162 0.983382 0.975492 0.967938 0.961136 0.955441 0.951116 0.948332 0.947181 0.947685 0.949813 0.95349 0.958614 0.965062 0.972699 0.98139 0.990997 1.00139 1.01245 1.02405 1.0361 1.0485 1.06116 1.07403 1.08704 1.10013 1.11327 1.12642 1.13955 1.15265 1.1657 1.17869 1.19162 1.20448 1.21727 1.23 1.24267 1.2553 1.26787 1.28042 1.29293 1.30543 1.31793 1.33043 1.34294 1.35549 1.36806 1.38069 1.39337 1.40611 1.41893 1.43184 1.44485 1.45796 1.47119 1.48454 1.49802 1.51165 1.52543 1.53937 1.55348 1.56778 1.58227 1.59696 1.61186 1.62698 1.64233 1.65793 1.67379 1.68991 1.70631 1.723 1.73999 1.75731 1.77495 1.79294 1.8113 1.83003 1.84915 1.86869 1.88866 1.90907 1.92996 1.95133 1.97322 1.99563 2.01861 2.04217 2.06633 2.09113 2.1166 2.14276 2.16964 2.19728 2.22572 2.25498 2.28512 2.31615 2.34814 2.38111 2.41512 2.45022 2.48644 2.52385 2.5625 2.60244 2.64374 2.68645 2.73064 2.77638 2.82374 2.87279 2.9236 2.97627 3.03087 3.08749 3.14622 3.20715 3.27038 3.33601 3.40415 3.47488 3.54833 3.62459 3.70378 3.786 3.87137 3.95998 4.05194 4.14735 4.2463 4.34888 4.45515 4.56518 4.67898 4.79658 4.91793 5.04297 5.17157 5.30351 5.43851 5.57617 5.71593 5.85708 5.99869 6.13954 6.27809 6.4124 6.54002 6.65788 6.7622 6.84834 6.91062 6.94222 6.935 6.87935 6.76406 6.57612 6.30031 5.91785 5.40228 4.70424 3.68153 1.68569 0.138271 0.434629 0.255443 0.290343 0.338339 0.351674 0.392747 0.475459 0.55329 0.614855 0.664294 0.705794 0.742342 0.775221 0.804894 0.831495 0.855053 0.875614 0.893284 0.908241 0.920724 0.931012 0.939373 0.946199 0.951837 0.956573 0.960612 0.964064 0.966937 0.969142 0.97051 0.970823 0.969855 0.967428 0.963461 0.958013 0.951301 0.943691 0.935654 0.927706 0.920343 0.913999 0.90899 0.905529 0.903735 0.90364 0.905215 0.908382 0.913027 0.91902 0.926218 0.934476 0.943651 0.953607 0.964218 0.975368 0.986955 0.998886 1.01108 1.02347 1.03599 1.0486 1.06126 1.07393 1.08659 1.09922 1.11181 1.12434 1.13682 1.14924 1.16161 1.17391 1.18617 1.19839 1.21057 1.22273 1.23486 1.24698 1.25911 1.27124 1.28339 1.29557 1.30779 1.32005 1.33238 1.34476 1.35723 1.36978 1.38242 1.39516 1.40802 1.421 1.4341 1.44735 1.46074 1.47429 1.488 1.50189 1.51596 1.53023 1.5447 1.55938 1.57429 1.58943 1.60481 1.62046 1.63637 1.65256 1.66904 1.68583 1.70294 1.72038 1.73817 1.75633 1.77486 1.79379 1.81314 1.83291 1.85314 1.87385 1.89504 1.91675 1.939 1.96181 1.98521 2.00922 2.03388 2.0592 2.08523 2.112 2.13953 2.16787 2.19705 2.22711 2.25809 2.29004 2.32299 2.357 2.39211 2.42838 2.46585 2.50459 2.54466 2.58611 2.62901 2.67344 2.71945 2.76713 2.81656 2.86782 2.92099 2.97617 3.03346 3.09295 3.15475 3.21896 3.2857 3.35508 3.42722 3.50224 3.58026 3.66142 3.74585 3.83367 3.92502 4.02004 4.11885 4.22158 4.32837 4.43931 4.55453 4.6741 4.79809 4.92652 5.05939 5.19663 5.33809 5.48355 5.63266 5.7849 5.93957 6.09571 6.25205 6.40688 6.558 6.70254 6.83685 6.95624 7.05485 7.12535 7.15867 7.14378 7.06733 6.91343 6.66303 6.29276 5.77083 5.04158 3.9523 1.81102 0.138044 0.431367 0.255004 0.290336 0.338371 0.351703 0.392685 0.475391 0.553256 0.614845 0.664293 0.705798 0.742347 0.775224 0.804897 0.831497 0.855055 0.875616 0.893286 0.908243 0.920727 0.931015 0.939376 0.946202 0.95184 0.956577 0.960616 0.964068 0.966941 0.969146 0.970514 0.970826 0.969857 0.96743 0.963463 0.958014 0.951302 0.943691 0.935654 0.927706 0.920343 0.913999 0.90899 0.905529 0.903734 0.90364 0.905215 0.908382 0.913027 0.91902 0.926218 0.934476 0.94365 0.953606 0.964218 0.975368 0.986955 0.998886 1.01108 1.02347 1.03599 1.0486 1.06126 1.07393 1.08659 1.09922 1.11181 1.12434 1.13682 1.14924 1.16161 1.17391 1.18617 1.19839 1.21057 1.22273 1.23486 1.24698 1.25911 1.27124 1.28339 1.29557 1.30779 1.32005 1.33238 1.34476 1.35723 1.36978 1.38242 1.39516 1.40802 1.421 1.4341 1.44735 1.46074 1.47429 1.488 1.50189 1.51596 1.53023 1.5447 1.55938 1.57429 1.58943 1.60481 1.62046 1.63637 1.65256 1.66904 1.68583 1.70294 1.72038 1.73817 1.75633 1.77486 1.79379 1.81314 1.83291 1.85314 1.87385 1.89504 1.91675 1.939 1.96181 1.98521 2.00922 2.03388 2.0592 2.08523 2.112 2.13954 2.16787 2.19705 2.22711 2.2581 2.29004 2.32299 2.357 2.39211 2.42838 2.46585 2.50459 2.54466 2.58611 2.62902 2.67344 2.71945 2.76713 2.81656 2.86782 2.92099 2.97618 3.03346 3.09295 3.15475 3.21896 3.2857 3.35508 3.42722 3.50224 3.58026 3.66142 3.74585 3.83367 3.92502 4.02004 4.11885 4.22158 4.32837 4.43932 4.55453 4.6741 4.79809 4.92652 5.05939 5.19663 5.33809 5.48355 5.63266 5.7849 5.93957 6.09571 6.25205 6.40688 6.558 6.70254 6.83685 6.95624 7.05486 7.12535 7.15867 7.14378 7.06734 6.91343 6.66303 6.29276 5.77083 5.04159 3.9523 1.81102 0.125508 0.355353 0.268924 0.320649 0.369706 0.366986 0.367199 0.42646 0.506277 0.574192 0.628728 0.672946 0.709872 0.741698 0.769435 0.793585 0.814422 0.832158 0.847016 0.859257 0.869194 0.877173 0.883485 0.888572 0.892827 0.896576 0.900059 0.903411 0.90665 0.909674 0.912277 0.914172 0.915031 0.914543 0.912476 0.908737 0.903429 0.896855 0.889489 0.881898 0.874668 0.868292 0.863158 0.859526 0.857543 0.857257 0.858641 0.861614 0.866057 0.871832 0.87879 0.886781 0.895661 0.905292 0.915547 0.926314 0.937492 0.948992 0.960737 0.972661 0.984708 0.996834 1.009 1.02118 1.03335 1.04548 1.05759 1.06964 1.08164 1.09359 1.10549 1.11735 1.12916 1.14093 1.15268 1.1644 1.17611 1.18782 1.19952 1.21124 1.22299 1.23476 1.24657 1.25843 1.27035 1.28233 1.29438 1.30652 1.31875 1.33108 1.34351 1.35606 1.36874 1.38155 1.3945 1.4076 1.42086 1.43428 1.44788 1.46167 1.47565 1.48984 1.50424 1.51886 1.53372 1.54882 1.56418 1.57981 1.59571 1.61192 1.62842 1.64525 1.66241 1.67991 1.69778 1.71604 1.73468 1.75375 1.77324 1.79319 1.81362 1.83453 1.85597 1.87794 1.90048 1.92361 1.94736 1.97176 1.99683 2.02261 2.04913 2.07642 2.10453 2.13349 2.16333 2.19411 2.22586 2.25863 2.29247 2.32743 2.36356 2.40092 2.43956 2.47955 2.52095 2.56382 2.60825 2.65431 2.70207 2.75163 2.80307 2.85649 2.91198 2.96966 3.02963 3.092 3.15689 3.22444 3.29475 3.36798 3.44426 3.52374 3.60656 3.69287 3.78285 3.87665 3.97444 4.0764 4.18269 4.2935 4.40899 4.52933 4.65467 4.78515 4.92089 5.06196 5.20838 5.36011 5.51702 5.67886 5.8452 6.0154 6.18853 6.36328 6.53782 6.70968 6.87553 7.03095 7.17015 7.28558 7.36755 7.40372 7.37861 7.27297 7.06303 6.71908 6.2014 5.44458 4.28114 1.96447 0.125349 0.352501 0.268693 0.320678 0.369783 0.367083 0.367221 0.426417 0.50624 0.574175 0.628723 0.672948 0.709875 0.7417 0.769438 0.793588 0.814424 0.832161 0.847018 0.85926 0.869198 0.877178 0.88349 0.888578 0.892833 0.896583 0.900067 0.903419 0.906657 0.909681 0.912284 0.914177 0.915036 0.914547 0.912478 0.908739 0.903429 0.896855 0.889489 0.881898 0.874667 0.868292 0.863157 0.859526 0.857543 0.857257 0.858641 0.861614 0.866057 0.871832 0.87879 0.886781 0.895661 0.905291 0.915547 0.926314 0.937491 0.948991 0.960737 0.972661 0.984708 0.996834 1.009 1.02118 1.03335 1.04548 1.05759 1.06964 1.08164 1.09359 1.10549 1.11735 1.12916 1.14093 1.15268 1.1644 1.17611 1.18782 1.19952 1.21125 1.22299 1.23476 1.24657 1.25843 1.27035 1.28233 1.29438 1.30652 1.31875 1.33108 1.34351 1.35606 1.36874 1.38155 1.3945 1.4076 1.42086 1.43428 1.44788 1.46167 1.47565 1.48984 1.50424 1.51886 1.53372 1.54882 1.56418 1.57981 1.59572 1.61192 1.62842 1.64525 1.66241 1.67991 1.69778 1.71604 1.73468 1.75375 1.77324 1.79319 1.81362 1.83453 1.85597 1.87794 1.90048 1.92361 1.94736 1.97176 1.99683 2.02261 2.04913 2.07642 2.10453 2.13349 2.16333 2.19411 2.22586 2.25863 2.29247 2.32743 2.36356 2.40092 2.43956 2.47955 2.52095 2.56382 2.60825 2.65431 2.70207 2.75163 2.80307 2.85649 2.91198 2.96966 3.02963 3.092 3.15689 3.22444 3.29476 3.36799 3.44426 3.52374 3.60656 3.69288 3.78285 3.87665 3.97445 4.0764 4.1827 4.2935 4.40899 4.52933 4.65467 4.78515 4.92089 5.06196 5.20838 5.36011 5.51702 5.67886 5.8452 6.0154 6.18853 6.36328 6.53782 6.70968 6.87553 7.03095 7.17015 7.28558 7.36755 7.40373 7.37861 7.27297 7.06303 6.71908 6.2014 5.44458 4.28114 1.96447 0.114321 0.284853 0.303538 0.366627 0.418454 0.403989 0.370023 0.393402 0.466955 0.539243 0.597295 0.642311 0.677893 0.707218 0.731852 0.752641 0.770058 0.784429 0.796041 0.805196 0.812238 0.817555 0.821486 0.824485 0.826965 0.82928 0.831699 0.83439 0.8374 0.840652 0.843959 0.847034 0.849525 0.851045 0.851228 0.849799 0.846668 0.841987 0.836159 0.829768 0.823435 0.817733 0.813113 0.809887 0.808232 0.808212 0.809804 0.812927 0.81746 0.823263 0.830185 0.838076 0.846794 0.856204 0.866185 0.876629 0.88744 0.898538 0.909851 0.921318 0.932889 0.944522 0.956185 0.967853 0.979505 0.991128 1.00271 1.01425 1.02575 1.03719 1.04859 1.05995 1.07127 1.08257 1.09383 1.10508 1.11632 1.12756 1.13881 1.15007 1.16135 1.17267 1.18402 1.19543 1.20688 1.21841 1.23 1.24168 1.25344 1.26529 1.27725 1.28932 1.30151 1.31383 1.32628 1.33888 1.35162 1.36452 1.3776 1.39084 1.40428 1.4179 1.43173 1.44578 1.46004 1.47454 1.48928 1.50428 1.51955 1.53509 1.55092 1.56706 1.58352 1.6003 1.61744 1.63493 1.65281 1.67108 1.68976 1.70887 1.72844 1.74847 1.769 1.79005 1.81163 1.83378 1.85652 1.87988 1.90389 1.92857 1.95396 1.98009 2.007 2.03473 2.0633 2.09277 2.12317 2.15456 2.18696 2.22045 2.25505 2.29084 2.32786 2.36618 2.40586 2.44696 2.48955 2.53372 2.57954 2.6271 2.67649 2.7278 2.78114 2.83662 2.89435 2.95444 3.01703 3.08224 3.15021 3.22108 3.29501 3.37214 3.45265 3.53671 3.6245 3.71621 3.81204 3.9122 4.01691 4.12639 4.24088 4.36062 4.48586 4.61683 4.75376 4.89689 5.0464 5.20245 5.36514 5.5345 5.71043 5.89268 6.08074 6.27381 6.4706 6.66925 6.86705 7.06017 7.24332 7.40924 7.54809 7.64677 7.68794 7.64899 7.50064 7.20495 6.71065 5.93674 4.69321 2.15933 0.114213 0.282575 0.303382 0.3667 0.41857 0.404116 0.370098 0.393398 0.466921 0.539226 0.597288 0.642311 0.677895 0.707219 0.731855 0.752643 0.77006 0.784433 0.796046 0.805201 0.812244 0.817563 0.821495 0.824495 0.826977 0.829292 0.831713 0.834404 0.837413 0.840666 0.843971 0.847045 0.849534 0.851052 0.851233 0.849802 0.846669 0.841987 0.836159 0.829767 0.823435 0.817732 0.813112 0.809886 0.808232 0.808211 0.809804 0.812927 0.81746 0.823263 0.830185 0.838076 0.846794 0.856204 0.866185 0.876629 0.88744 0.898538 0.909851 0.921318 0.932889 0.944522 0.956185 0.967852 0.979505 0.991128 1.00271 1.01425 1.02575 1.03719 1.04859 1.05995 1.07127 1.08257 1.09383 1.10508 1.11632 1.12756 1.13881 1.15007 1.16135 1.17267 1.18402 1.19543 1.20689 1.21841 1.23 1.24168 1.25344 1.26529 1.27725 1.28933 1.30151 1.31383 1.32628 1.33888 1.35162 1.36452 1.3776 1.39084 1.40428 1.4179 1.43173 1.44578 1.46004 1.47454 1.48928 1.50428 1.51955 1.53509 1.55092 1.56706 1.58352 1.6003 1.61744 1.63493 1.65281 1.67108 1.68976 1.70887 1.72844 1.74847 1.769 1.79005 1.81163 1.83378 1.85653 1.87988 1.90389 1.92857 1.95396 1.9801 2.007 2.03473 2.0633 2.09277 2.12317 2.15456 2.18696 2.22045 2.25505 2.29084 2.32786 2.36618 2.40586 2.44696 2.48955 2.53372 2.57954 2.6271 2.67649 2.7278 2.78114 2.83662 2.89435 2.95444 3.01703 3.08224 3.15021 3.22108 3.29501 3.37214 3.45265 3.53671 3.6245 3.71621 3.81204 3.9122 4.01691 4.12639 4.24088 4.36063 4.48586 4.61683 4.75377 4.89689 5.0464 5.20245 5.36514 5.5345 5.71044 5.89268 6.08074 6.27381 6.4706 6.66925 6.86705 7.06018 7.24332 7.40924 7.54809 7.64677 7.68794 7.64899 7.50064 7.20495 6.71065 5.93674 4.69321 2.15933 0.104349 0.227957 0.358314 0.434302 0.488642 0.460179 0.395461 0.379791 0.437485 0.511695 0.570343 0.61351 0.645969 0.671651 0.692534 0.709692 0.723694 0.734891 0.743554 0.74996 0.754432 0.757362 0.759178 0.760271 0.761015 0.76174 0.762706 0.764077 0.765914 0.768188 0.770796 0.773584 0.77635 0.778823 0.780651 0.781427 0.780799 0.778638 0.775133 0.770753 0.766118 0.761843 0.758434 0.756245 0.755477 0.75621 0.758429 0.762055 0.766972 0.773041 0.780119 0.788062 0.796734 0.806012 0.815782 0.825946 0.836419 0.84713 0.858015 0.86902 0.880101 0.891224 0.902361 0.913491 0.924598 0.935672 0.946706 0.957695 0.968639 0.979539 0.990397 1.00122 1.012 1.02277 1.03351 1.04423 1.05495 1.06568 1.07641 1.08716 1.09793 1.10873 1.11958 1.13047 1.14141 1.15242 1.16349 1.17464 1.18588 1.19721 1.20863 1.22016 1.2318 1.24357 1.25546 1.26748 1.27965 1.29197 1.30445 1.31709 1.32991 1.34291 1.3561 1.3695 1.3831 1.39693 1.41099 1.42528 1.43983 1.45465 1.46973 1.48511 1.50078 1.51677 1.53309 1.54974 1.56676 1.58415 1.60193 1.62012 1.63874 1.6578 1.67733 1.69735 1.71788 1.73895 1.76057 1.78279 1.80561 1.82908 1.85322 1.87806 1.90365 1.93 1.95717 1.98518 2.01409 2.04392 2.07473 2.10656 2.13947 2.17349 2.2087 2.24513 2.28286 2.32194 2.36245 2.40446 2.44804 2.49329 2.54029 2.58915 2.63996 2.69285 2.74791 2.80528 2.86508 2.92744 2.99251 3.06043 3.13137 3.20548 3.28294 3.36395 3.4487 3.53739 3.63026 3.72753 3.82947 3.93634 4.04844 4.16608 4.28956 4.41924 4.55546 4.69857 4.84893 5.00691 5.17282 5.347 5.52969 5.72107 5.92114 6.12969 6.34616 6.56949 6.79789 7.02856 7.25724 7.47765 7.68068 7.85341 7.97759 8.02805 7.96997 7.75585 7.31849 6.55273 5.23129 2.41847 0.104276 0.226409 0.358117 0.434409 0.488788 0.460307 0.395536 0.37982 0.437478 0.511686 0.570338 0.613511 0.64597 0.671652 0.692537 0.709695 0.723698 0.734897 0.743561 0.749969 0.754443 0.757376 0.759193 0.760288 0.761034 0.761762 0.762729 0.764101 0.765939 0.768214 0.77082 0.773605 0.776368 0.778838 0.780661 0.781433 0.780803 0.778641 0.775134 0.770753 0.766117 0.761842 0.758433 0.756244 0.755477 0.75621 0.758428 0.762055 0.766971 0.773041 0.780118 0.788061 0.796734 0.806011 0.815781 0.825946 0.836418 0.847129 0.858014 0.869019 0.880101 0.891224 0.902361 0.913491 0.924598 0.935672 0.946706 0.957695 0.968639 0.979539 0.990397 1.00122 1.012 1.02277 1.03351 1.04423 1.05495 1.06568 1.07641 1.08716 1.09793 1.10873 1.11958 1.13047 1.14141 1.15242 1.16349 1.17464 1.18588 1.19721 1.20863 1.22016 1.2318 1.24357 1.25546 1.26748 1.27965 1.29197 1.30445 1.31709 1.32991 1.34291 1.3561 1.3695 1.3831 1.39693 1.41099 1.42528 1.43983 1.45465 1.46973 1.48511 1.50078 1.51677 1.53309 1.54975 1.56676 1.58415 1.60193 1.62012 1.63874 1.6578 1.67733 1.69735 1.71788 1.73895 1.76057 1.78279 1.80561 1.82908 1.85322 1.87806 1.90365 1.93 1.95717 1.98518 2.01409 2.04392 2.07473 2.10656 2.13947 2.17349 2.2087 2.24513 2.28286 2.32194 2.36245 2.40446 2.44804 2.49329 2.5403 2.58915 2.63997 2.69285 2.74791 2.80528 2.86508 2.92744 2.99251 3.06043 3.13137 3.20548 3.28295 3.36395 3.4487 3.53739 3.63026 3.72753 3.82947 3.93635 4.04845 4.16608 4.28956 4.41924 4.55546 4.69857 4.84893 5.00691 5.17283 5.347 5.52969 5.72107 5.92114 6.12969 6.34616 6.56949 6.79789 7.02856 7.25724 7.47765 7.68068 7.85341 7.9776 8.02805 7.96997 7.75585 7.31849 6.55273 5.23129 2.41847 0.0952998 0.200055 0.43277 0.533176 0.58813 0.53695 0.435818 0.385979 0.425042 0.493747 0.548069 0.586074 0.613873 0.635443 0.652814 0.667077 0.678732 0.688049 0.69519 0.70033 0.703709 0.705678 0.706751 0.707133 0.70705 0.706703 0.706233 0.705699 0.705106 0.704446 0.703757 0.70318 0.702951 0.703299 0.704276 0.705612 0.706746 0.70708 0.70632 0.704605 0.702408 0.700309 0.698821 0.698314 0.699002 0.700976 0.704229 0.708692 0.714259 0.720805 0.728199 0.736312 0.745024 0.754226 0.76382 0.773723 0.783861 0.794178 0.804619 0.815139 0.825703 0.836282 0.846855 0.857407 0.867927 0.878407 0.888843 0.899233 0.909578 0.91988 0.930142 0.94037 0.950568 0.960743 0.9709 0.981046 0.991189 1.00134 1.01149 1.02167 1.03186 1.04209 1.05236 1.06268 1.07304 1.08347 1.09396 1.10452 1.11516 1.12589 1.13671 1.14763 1.15866 1.1698 1.18106 1.19245 1.20397 1.21563 1.22744 1.23941 1.25154 1.26384 1.27632 1.289 1.30186 1.31494 1.32823 1.34175 1.3555 1.3695 1.38376 1.39829 1.4131 1.4282 1.44361 1.45934 1.47541 1.49182 1.50861 1.52578 1.54335 1.56133 1.57976 1.59865 1.61801 1.63788 1.65828 1.67922 1.70075 1.72287 1.74563 1.76905 1.79317 1.81802 1.84362 1.87003 1.89727 1.92539 1.95443 1.98443 2.01544 2.04751 2.08068 2.11501 2.15055 2.18737 2.22552 2.26508 2.30612 2.34873 2.39299 2.43902 2.48691 2.53677 2.58872 2.64289 2.6994 2.75838 2.81997 2.88433 2.95161 3.02199 3.09564 3.17277 3.25357 3.33827 3.42711 3.52034 3.61824 3.72113 3.82932 3.94319 4.06313 4.18953 4.32287 4.4636 4.61223 4.7693 4.93535 5.11098 5.29679 5.49339 5.70134 5.9211 6.15292 6.39675 6.65202 6.91735 7.19017 7.46605 7.73778 7.99421 8.21806 8.38377 8.45266 8.36883 8.04546 7.34378 5.97043 2.78712 0.0952476 0.199326 0.432465 0.533314 0.588301 0.537056 0.435846 0.386004 0.425053 0.493752 0.548071 0.586077 0.613876 0.635445 0.652818 0.667081 0.678739 0.688058 0.695202 0.700346 0.703728 0.7057 0.706776 0.707162 0.707083 0.70674 0.706272 0.705741 0.705152 0.704492 0.703802 0.703222 0.70299 0.703331 0.704299 0.705628 0.706756 0.707087 0.706323 0.704606 0.702408 0.700309 0.698821 0.698313 0.699001 0.700975 0.704228 0.708691 0.714258 0.720804 0.728198 0.736311 0.745023 0.754225 0.763819 0.773722 0.783861 0.794178 0.804619 0.815139 0.825702 0.836281 0.846855 0.857407 0.867927 0.878407 0.888842 0.899233 0.909578 0.91988 0.930142 0.94037 0.950568 0.960743 0.9709 0.981047 0.991189 1.00134 1.01149 1.02167 1.03186 1.04209 1.05236 1.06268 1.07304 1.08347 1.09396 1.10452 1.11516 1.12589 1.13671 1.14764 1.15866 1.1698 1.18106 1.19245 1.20397 1.21563 1.22744 1.23941 1.25154 1.26384 1.27632 1.289 1.30187 1.31494 1.32823 1.34175 1.3555 1.3695 1.38376 1.39829 1.4131 1.4282 1.44361 1.45934 1.47541 1.49183 1.50861 1.52578 1.54335 1.56134 1.57976 1.59865 1.61801 1.63788 1.65828 1.67922 1.70075 1.72287 1.74563 1.76906 1.79317 1.81802 1.84362 1.87003 1.89727 1.92539 1.95443 1.98443 2.01544 2.04751 2.08068 2.11501 2.15056 2.18737 2.22552 2.26508 2.30612 2.34873 2.39299 2.43902 2.48691 2.53677 2.58873 2.64289 2.6994 2.75838 2.81997 2.88433 2.95161 3.02199 3.09564 3.17277 3.25357 3.33827 3.42711 3.52034 3.61824 3.72113 3.82933 3.9432 4.06313 4.18953 4.32287 4.4636 4.61223 4.7693 4.93535 5.11098 5.29679 5.49339 5.70134 5.9211 6.15292 6.39675 6.65202 6.91736 7.19017 7.46605 7.73779 7.99422 8.21806 8.38377 8.45266 8.36883 8.04546 7.34378 5.97043 2.78712 0.0870849 0.257348 0.529081 0.677892 0.731031 0.638809 0.480891 0.409209 0.428602 0.485918 0.529352 0.559913 0.582566 0.600824 0.616291 0.629847 0.641725 0.652029 0.660703 0.667751 0.673215 0.677395 0.680568 0.682632 0.683526 0.683176 0.681478 0.678294 0.673512 0.667123 0.659333 0.65067 0.642032 0.63458 0.629417 0.627084 0.627208 0.628675 0.630314 0.631514 0.632293 0.633017 0.634104 0.63588 0.638548 0.642197 0.646834 0.652406 0.658828 0.665998 0.673809 0.682155 0.690939 0.700074 0.709484 0.719104 0.728879 0.738765 0.748717 0.758702 0.768694 0.778673 0.788625 0.798539 0.808408 0.81823 0.828003 0.837728 0.847407 0.857043 0.866642 0.876207 0.885745 0.895262 0.904763 0.914256 0.923747 0.933242 0.942748 0.952272 0.96182 0.971399 0.981015 0.990674 1.00038 1.01015 1.01998 1.02987 1.03984 1.04989 1.06003 1.07026 1.08059 1.09102 1.10157 1.11224 1.12302 1.13395 1.145 1.15621 1.16756 1.17908 1.19076 1.20262 1.21467 1.2269 1.23933 1.25198 1.26484 1.27793 1.29126 1.30485 1.31869 1.33281 1.34721 1.36191 1.37692 1.39225 1.40793 1.42397 1.44037 1.45717 1.47437 1.492 1.51008 1.52862 1.54766 1.5672 1.58728 1.60793 1.62916 1.65101 1.6735 1.69667 1.72055 1.74518 1.77058 1.7968 1.82388 1.85185 1.88076 1.91065 1.94157 1.97355 2.00665 2.04093 2.07642 2.11321 2.15137 2.19096 2.2321 2.27488 2.31941 2.36579 2.41416 2.46461 2.51729 2.57231 2.62981 2.68995 2.75288 2.81877 2.88779 2.96016 3.03606 3.11574 3.19942 3.28738 3.3799 3.47731 3.57998 3.6883 3.80271 3.92368 4.05174 4.18746 4.33144 4.48436 4.64694 4.82001 5.00448 5.20137 5.41179 5.63686 5.87771 6.13538 6.4107 6.70411 7.01525 7.34253 7.68198 8.02636 8.36202 8.6673 8.90379 9.01396 8.89275 8.37135 7.04856 3.36735 0.0870437 0.256505 0.528848 0.678107 0.731224 0.638858 0.480813 0.409168 0.428624 0.485937 0.529362 0.559921 0.582572 0.600828 0.616297 0.629855 0.641736 0.652044 0.660723 0.667779 0.673247 0.677431 0.680609 0.68268 0.68358 0.683237 0.681544 0.678367 0.673591 0.667204 0.659415 0.650751 0.642107 0.634646 0.629468 0.627121 0.627234 0.628691 0.630324 0.631519 0.632297 0.633019 0.634104 0.63588 0.638547 0.642196 0.646832 0.652404 0.658827 0.665997 0.673807 0.682153 0.690937 0.700073 0.709483 0.719103 0.728878 0.738764 0.748716 0.758702 0.768694 0.778673 0.788624 0.798538 0.808408 0.81823 0.828003 0.837728 0.847407 0.857044 0.866642 0.876207 0.885745 0.895262 0.904764 0.914256 0.923747 0.933242 0.942748 0.952272 0.961821 0.971399 0.981015 0.990675 1.00038 1.01015 1.01998 1.02987 1.03984 1.04989 1.06003 1.07026 1.08059 1.09103 1.10157 1.11224 1.12303 1.13395 1.14501 1.15621 1.16757 1.17908 1.19077 1.20262 1.21467 1.2269 1.23933 1.25198 1.26484 1.27793 1.29127 1.30485 1.31869 1.33281 1.34721 1.36191 1.37692 1.39226 1.40793 1.42397 1.44037 1.45717 1.47437 1.492 1.51008 1.52862 1.54766 1.5672 1.58728 1.60793 1.62916 1.65101 1.6735 1.69667 1.72055 1.74518 1.77058 1.7968 1.82388 1.85185 1.88076 1.91065 1.94157 1.97355 2.00666 2.04093 2.07643 2.11321 2.15137 2.19097 2.2321 2.27488 2.31941 2.3658 2.41416 2.46461 2.51729 2.57231 2.62982 2.68995 2.75288 2.81877 2.88779 2.96016 3.03607 3.11574 3.19942 3.28738 3.3799 3.47731 3.57999 3.68831 3.80271 3.92369 4.05175 4.18746 4.33144 4.48436 4.64694 4.82001 5.00448 5.20137 5.41179 5.63686 5.87771 6.13538 6.4107 6.70411 7.01525 7.34253 7.68198 8.02636 8.36202 8.6673 8.90379 9.01396 8.89275 8.37135 7.04856 3.36735 0.0781644 0.359195 0.63523 0.88669 0.949621 0.787976 0.514786 0.417424 0.445277 0.483565 0.514513 0.537995 0.557189 0.575304 0.592582 0.609737 0.626382 0.642493 0.65758 0.671372 0.683589 0.693907 0.702024 0.707562 0.71017 0.70952 0.705338 0.697406 0.685619 0.670059 0.651107 0.629588 0.606907 0.585114 0.566696 0.553874 0.547542 0.54665 0.548954 0.552495 0.556313 0.560213 0.564317 0.568802 0.573809 0.579414 0.585639 0.592458 0.599818 0.607649 0.615876 0.624428 0.633236 0.642242 0.651395 0.660653 0.669988 0.679359 0.688736 0.698097 0.707426 0.716711 0.725946 0.735127 0.744251 0.753319 0.762333 0.771296 0.780211 0.789085 0.797921 0.806725 0.815504 0.824263 0.833009 0.841748 0.850486 0.859229 0.867984 0.876757 0.885553 0.894379 0.903241 0.912143 0.921093 0.930096 0.939156 0.94828 0.957474 0.966743 0.976092 0.985527 0.995053 1.00468 1.0144 1.02424 1.03419 1.04426 1.05446 1.06479 1.07526 1.08588 1.09665 1.10759 1.11869 1.12997 1.14143 1.15308 1.16493 1.177 1.18928 1.2018 1.21455 1.22755 1.24081 1.25435 1.26817 1.2823 1.29673 1.31149 1.32659 1.34205 1.35788 1.37411 1.39074 1.4078 1.42531 1.44329 1.46176 1.48075 1.50027 1.52036 1.54105 1.56235 1.58431 1.60695 1.6303 1.6544 1.67929 1.705 1.73157 1.75903 1.78743 1.8168 1.84717 1.87859 1.91109 1.94473 1.97958 2.01572 2.05326 2.0923 2.13295 2.17532 2.21954 2.2657 2.31393 2.36435 2.41709 2.47228 2.53008 2.59064 2.65415 2.72079 2.79078 2.86431 2.94163 3.02298 3.10865 3.199 3.29438 3.39521 3.50195 3.61512 3.73529 3.86307 3.99916 4.1443 4.29934 4.46521 4.64306 4.83428 5.04045 5.26329 5.50467 5.7667 6.05164 6.36187 6.69962 7.06685 7.46412 7.89037 8.33912 8.79887 9.2393 9.61869 9.82602 9.72448 8.69034 4.51851 0.0781344 0.357948 0.6352 0.887058 0.949801 0.787921 0.514447 0.417371 0.44531 0.483598 0.514532 0.538008 0.557199 0.575309 0.59259 0.609747 0.626397 0.642515 0.657609 0.671412 0.683637 0.693961 0.702091 0.707641 0.710259 0.709622 0.705451 0.697531 0.685752 0.670196 0.651248 0.62973 0.607041 0.585236 0.566799 0.553955 0.5476 0.546688 0.548978 0.552509 0.556322 0.560219 0.56432 0.568804 0.573809 0.579414 0.585638 0.592457 0.599816 0.607647 0.615874 0.624426 0.633234 0.64224 0.651393 0.660652 0.669987 0.679358 0.688735 0.698096 0.707425 0.716711 0.725946 0.735126 0.744251 0.753319 0.762333 0.771296 0.780212 0.789085 0.797921 0.806726 0.815504 0.824264 0.83301 0.841749 0.850487 0.85923 0.867985 0.876758 0.885555 0.894381 0.903242 0.912145 0.921095 0.930097 0.939158 0.948282 0.957476 0.966744 0.976093 0.985528 0.995055 1.00468 1.01441 1.02424 1.03419 1.04426 1.05446 1.06479 1.07527 1.08588 1.09666 1.10759 1.11869 1.12997 1.14143 1.15308 1.16494 1.177 1.18928 1.2018 1.21455 1.22755 1.24082 1.25435 1.26818 1.2823 1.29673 1.31149 1.32659 1.34205 1.35789 1.37411 1.39074 1.4078 1.42531 1.44329 1.46176 1.48075 1.50027 1.52037 1.54105 1.56236 1.58431 1.60695 1.6303 1.65441 1.6793 1.705 1.73157 1.75904 1.78743 1.8168 1.84717 1.87859 1.91109 1.94473 1.97958 2.01573 2.05326 2.0923 2.13295 2.17533 2.21954 2.2657 2.31394 2.36436 2.41709 2.47229 2.53008 2.59064 2.65415 2.7208 2.79078 2.86432 2.94163 3.02298 3.10866 3.199 3.29438 3.39521 3.50195 3.61512 3.73529 3.86307 3.99916 4.14431 4.29934 4.46521 4.64306 4.83429 5.04046 5.26329 5.50467 5.76671 6.05164 6.36187 6.69962 7.06685 7.46412 7.89037 8.33912 8.79887 9.2393 9.61869 9.82602 9.72448 8.69034 4.51851 0.0660315 0.159757 0.851735 1.23423 1.30393 0.872861 0.514714 0.430883 0.459914 0.489435 0.514201 0.537643 0.557926 0.579981 0.601758 0.6247 0.647506 0.669968 0.691149 0.710377 0.726779 0.740158 0.750023 0.755914 0.757423 0.7542 0.745977 0.732582 0.713989 0.690371 0.662198 0.630383 0.596425 0.562609 0.532073 0.508423 0.494443 0.490199 0.492762 0.49851 0.505163 0.511858 0.518449 0.525035 0.53176 0.538736 0.546026 0.553645 0.561576 0.569781 0.578216 0.586833 0.595587 0.604439 0.613357 0.622317 0.6313 0.640272 0.649213 0.658109 0.666951 0.675731 0.684448 0.693101 0.70169 0.710219 0.718691 0.727111 0.735483 0.743813 0.752106 0.760369 0.768608 0.776829 0.785037 0.79324 0.801443 0.809652 0.817874 0.826113 0.834376 0.842668 0.850995 0.859361 0.867774 0.876237 0.884756 0.893336 0.901983 0.910701 0.919496 0.928372 0.937336 0.946392 0.955546 0.964802 0.974168 0.983648 0.993247 1.00297 1.01283 1.02283 1.03297 1.04326 1.05371 1.06433 1.07512 1.08609 1.09725 1.10861 1.12018 1.13196 1.14397 1.15621 1.1687 1.18144 1.19446 1.20775 1.22134 1.23524 1.24946 1.26401 1.27892 1.29419 1.30985 1.32591 1.34239 1.35932 1.3767 1.39458 1.41296 1.43187 1.45134 1.4714 1.49206 1.51338 1.53536 1.55805 1.58147 1.60567 1.63068 1.65653 1.68325 1.71088 1.73943 1.76894 1.79942 1.83091 1.86348 1.89722 1.93225 1.9687 2.00666 2.04627 2.08762 2.13083 2.17601 2.22326 2.27271 2.32448 2.37871 2.43556 2.4952 2.55782 2.62363 2.69282 2.76559 2.84217 2.92285 3.00799 3.09794 3.1931 3.29394 3.40099 3.51481 3.63605 3.7654 3.90362 4.05156 4.21015 4.38057 4.56441 4.76345 4.9796 5.21509 5.47245 5.75466 6.06511 6.40753 6.78598 7.20414 7.66529 8.16915 8.71275 9.27637 9.83395 10.2823 10.5194 9.82666 6.31556 0.0660143 0.159764 0.851937 1.23452 1.30371 0.872159 0.514443 0.430889 0.459947 0.489463 0.514215 0.537646 0.557923 0.57997 0.601747 0.624691 0.647501 0.669972 0.691163 0.710405 0.726823 0.740218 0.750102 0.756013 0.75754 0.754336 0.746129 0.732749 0.714167 0.690554 0.662386 0.630571 0.596607 0.562779 0.532223 0.508543 0.494527 0.49025 0.49279 0.498525 0.505171 0.511862 0.51845 0.525035 0.531758 0.538734 0.546023 0.553642 0.561573 0.569778 0.578213 0.58683 0.595584 0.604437 0.613355 0.622315 0.631297 0.64027 0.649212 0.658108 0.666949 0.67573 0.684447 0.6931 0.70169 0.710219 0.718691 0.727111 0.735483 0.743813 0.752106 0.76037 0.768609 0.776829 0.785038 0.793241 0.801444 0.809653 0.817875 0.826114 0.834377 0.842669 0.850996 0.859363 0.867775 0.876238 0.884758 0.893338 0.901985 0.910703 0.919498 0.928374 0.937338 0.946394 0.955547 0.964804 0.97417 0.983649 0.993249 1.00298 1.01283 1.02283 1.03297 1.04326 1.05372 1.06433 1.07512 1.0861 1.09726 1.10862 1.12018 1.13196 1.14397 1.15621 1.1687 1.18144 1.19446 1.20775 1.22134 1.23524 1.24946 1.26401 1.27892 1.29419 1.30985 1.32591 1.34239 1.35932 1.37671 1.39458 1.41296 1.43187 1.45134 1.4714 1.49207 1.51338 1.53536 1.55805 1.58148 1.60568 1.63068 1.65653 1.68325 1.71088 1.73944 1.76894 1.79942 1.83091 1.86348 1.89722 1.93225 1.9687 2.00667 2.04627 2.08762 2.13083 2.17601 2.22327 2.27271 2.32448 2.37871 2.43556 2.4952 2.55783 2.62363 2.69282 2.76559 2.84217 2.92285 3.00799 3.09794 3.1931 3.29394 3.40099 3.51482 3.63605 3.7654 3.90362 4.05156 4.21016 4.38058 4.56442 4.76345 4.9796 5.21509 5.47245 5.75466 6.06511 6.40753 6.78598 7.20414 7.66529 8.16915 8.71275 9.27637 9.83395 10.2823 10.5194 9.82666 6.31556 0.0808302 0.172636 1.01804 1.35638 1.38881 0.847118 0.515136 0.441073 0.466614 0.493182 0.515673 0.539606 0.560544 0.584185 0.607663 0.632582 0.657325 0.681595 0.704307 0.724697 0.741983 0.755864 0.765826 0.771411 0.772218 0.767907 0.758233 0.743044 0.722344 0.696337 0.665517 0.630814 0.59373 0.556573 0.522585 0.495695 0.479248 0.473771 0.476247 0.482567 0.490022 0.497522 0.50483 0.51202 0.519235 0.5266 0.534189 0.542032 0.550119 0.558425 0.566911 0.575539 0.584269 0.59307 0.601912 0.610777 0.619646 0.628493 0.6373 0.646053 0.654745 0.663372 0.671932 0.680426 0.688855 0.697222 0.705531 0.713788 0.721997 0.730164 0.738295 0.746397 0.754474 0.762533 0.770581 0.778624 0.786667 0.794716 0.802777 0.810857 0.81896 0.827092 0.835258 0.843465 0.851716 0.860017 0.868374 0.876791 0.885273 0.893826 0.902454 0.911163 0.919957 0.928842 0.937823 0.946906 0.956095 0.965397 0.974817 0.98436 0.994033 1.00384 1.01379 1.02389 1.03415 1.04457 1.05516 1.06592 1.07688 1.08802 1.09937 1.11093 1.12271 1.13473 1.14698 1.15949 1.17226 1.18531 1.19864 1.21228 1.22623 1.24051 1.25513 1.27012 1.28549 1.30125 1.31742 1.33403 1.35109 1.36862 1.38666 1.40522 1.42432 1.444 1.46428 1.48519 1.50676 1.52902 1.552 1.57575 1.60028 1.62564 1.65186 1.67896 1.70697 1.73589 1.76576 1.79659 1.82847 1.86147 1.89573 1.93138 1.96853 2.00729 2.04777 2.09008 2.13432 2.18061 2.22905 2.27977 2.33291 2.38862 2.44707 2.50846 2.57298 2.64082 2.71219 2.7873 2.86642 2.94994 3.03819 3.13157 3.23056 3.33567 3.44749 3.56663 3.69381 3.82978 3.9754 4.13158 4.2995 4.4808 4.67731 4.891 5.12417 5.37947 5.66007 5.96964 6.31232 6.69282 7.11576 7.58586 8.10492 8.6731 9.27522 9.89159 10.4286 10.7983 10.3381 7.6886 0.0808104 0.172669 1.01816 1.35655 1.38841 0.846365 0.514914 0.441094 0.466647 0.493207 0.515683 0.539604 0.560534 0.584166 0.607643 0.632563 0.657309 0.681589 0.704313 0.724718 0.742023 0.755921 0.765905 0.771514 0.772342 0.768053 0.758395 0.743221 0.722534 0.696531 0.665717 0.631013 0.593924 0.556755 0.522747 0.495826 0.479339 0.473825 0.476276 0.482581 0.490029 0.497524 0.50483 0.512019 0.519233 0.526597 0.534186 0.542028 0.550116 0.558421 0.566908 0.575535 0.584266 0.593067 0.60191 0.610774 0.619644 0.628491 0.637298 0.646051 0.654744 0.663371 0.671931 0.680425 0.688854 0.697221 0.705531 0.713788 0.721997 0.730164 0.738295 0.746397 0.754474 0.762534 0.770582 0.778624 0.786667 0.794717 0.802778 0.810858 0.818961 0.827093 0.835259 0.843466 0.851717 0.860018 0.868375 0.876792 0.885274 0.893827 0.902455 0.911164 0.919958 0.928844 0.937825 0.946907 0.956097 0.965399 0.974818 0.984362 0.994035 1.00384 1.0138 1.0239 1.03415 1.04457 1.05516 1.06593 1.07688 1.08802 1.09937 1.11093 1.12272 1.13473 1.14698 1.15949 1.17226 1.18531 1.19864 1.21228 1.22623 1.24051 1.25514 1.27012 1.28549 1.30125 1.31742 1.33403 1.35109 1.36863 1.38666 1.40522 1.42432 1.444 1.46428 1.48519 1.50676 1.52902 1.55201 1.57575 1.60029 1.62565 1.65186 1.67896 1.70697 1.7359 1.76576 1.79659 1.82847 1.86147 1.89573 1.93138 1.96853 2.00729 2.04777 2.09008 2.13432 2.18061 2.22905 2.27977 2.33291 2.38862 2.44707 2.50846 2.57298 2.64082 2.71219 2.7873 2.86643 2.94994 3.03819 3.13158 3.23056 3.33567 3.44749 3.56663 3.69381 3.82978 3.9754 4.13158 4.2995 4.4808 4.67731 4.89101 5.12417 5.37947 5.66007 5.96964 6.31232 6.69283 7.11576 7.58586 8.10493 8.6731 9.27522 9.89159 10.4286 10.7983 10.3381 7.6886 0.0971148 0.202903 1.24524 1.49897 1.43827 0.792177 0.515686 0.453748 0.474393 0.498998 0.519518 0.544451 0.566317 0.591764 0.617136 0.644072 0.670694 0.696583 0.72054 0.741671 0.759376 0.773277 0.782873 0.787728 0.787464 0.781766 0.770416 0.753292 0.730427 0.702056 0.668696 0.631282 0.591307 0.551055 0.513802 0.483695 0.464604 0.457628 0.459817 0.466604 0.474811 0.483089 0.491095 0.498869 0.506556 0.514292 0.522166 0.530216 0.538447 0.546841 0.55537 0.563999 0.572699 0.581441 0.590203 0.598968 0.607721 0.616439 0.625108 0.633716 0.642257 0.650729 0.659131 0.667464 0.675731 0.683935 0.692081 0.700174 0.708219 0.716223 0.724191 0.732129 0.740044 0.747941 0.755827 0.763708 0.77159 0.779478 0.787378 0.795296 0.803238 0.811208 0.819212 0.827256 0.835344 0.843481 0.851673 0.859925 0.86824 0.876625 0.885085 0.893623 0.902245 0.910957 0.919763 0.928669 0.937679 0.9468 0.956036 0.965394 0.974879 0.984497 0.994255 1.00416 1.01422 1.02443 1.03481 1.04537 1.05611 1.06704 1.07817 1.08951 1.10106 1.11284 1.12485 1.13712 1.14964 1.16243 1.17551 1.18888 1.20256 1.21656 1.2309 1.24559 1.26066 1.27611 1.29197 1.30825 1.32497 1.34217 1.35985 1.37804 1.39677 1.41607 1.43595 1.45645 1.47759 1.49942 1.52195 1.54523 1.56928 1.59414 1.61984 1.6464 1.67385 1.70218 1.73141 1.76156 1.79271 1.82495 1.85841 1.89324 1.92955 1.96744 2.00702 2.04839 2.09167 2.13696 2.18436 2.23401 2.28601 2.34054 2.39777 2.45788 2.52106 2.58752 2.65743 2.731 2.80851 2.89034 2.97682 3.06835 3.16539 3.26847 3.37817 3.4951 3.61998 3.75357 3.8967 4.05029 4.21548 4.39399 4.5877 4.79861 5.02906 5.28184 5.56027 5.86829 6.21044 6.59203 7.0186 7.49627 8.02895 8.61989 9.25862 9.93149 10.5555 11.0499 10.8289 8.87692 0.0970902 0.202938 1.24523 1.49901 1.43768 0.791454 0.515512 0.453777 0.474426 0.499019 0.519522 0.54444 0.566296 0.591732 0.617101 0.644038 0.670663 0.696562 0.720533 0.74168 0.759407 0.773329 0.782951 0.787832 0.787591 0.781917 0.770586 0.753477 0.730625 0.702259 0.668904 0.631489 0.591509 0.551248 0.513975 0.483836 0.464702 0.457687 0.459847 0.466618 0.474817 0.483091 0.491094 0.498867 0.506554 0.514289 0.522162 0.530212 0.538443 0.546838 0.555366 0.563996 0.572696 0.581438 0.5902 0.598965 0.607718 0.616437 0.625106 0.633714 0.642256 0.650728 0.65913 0.667463 0.67573 0.683934 0.69208 0.700174 0.708219 0.716223 0.724191 0.732129 0.740044 0.747942 0.755828 0.763709 0.77159 0.779478 0.787379 0.795297 0.803238 0.811209 0.819213 0.827257 0.835345 0.843482 0.851674 0.859926 0.868242 0.876627 0.885086 0.893624 0.902247 0.910958 0.919764 0.92867 0.93768 0.946801 0.956037 0.965395 0.97488 0.984499 0.994257 1.00416 1.01422 1.02443 1.03482 1.04537 1.05611 1.06704 1.07817 1.08951 1.10106 1.11284 1.12486 1.13712 1.14964 1.16243 1.17551 1.18888 1.20256 1.21656 1.2309 1.24559 1.26066 1.27611 1.29197 1.30825 1.32498 1.34217 1.35985 1.37805 1.39678 1.41607 1.43595 1.45645 1.4776 1.49942 1.52195 1.54523 1.56928 1.59414 1.61984 1.64641 1.67385 1.70218 1.73141 1.76157 1.79272 1.82495 1.85841 1.89325 1.92955 1.96744 2.00702 2.04839 2.09167 2.13696 2.18437 2.23401 2.28602 2.34054 2.39777 2.45788 2.52107 2.58752 2.65743 2.731 2.80852 2.89034 2.97683 3.06835 3.16539 3.26847 3.37817 3.49511 3.61998 3.75357 3.8967 4.05029 4.21548 4.39399 4.5877 4.79861 5.02906 5.28184 5.56027 5.86829 6.21044 6.59203 7.0186 7.49627 8.02895 8.61989 9.25862 9.93149 10.5555 11.0499 10.8289 8.87692 0.117853 0.241989 1.53097 1.64207 1.42572 0.731609 0.51847 0.46902 0.484322 0.507945 0.526895 0.553281 0.576302 0.603654 0.630961 0.659757 0.68798 0.715066 0.739686 0.761008 0.778544 0.791899 0.800615 0.80429 0.802585 0.795214 0.78199 0.762819 0.737761 0.70708 0.671308 0.631382 0.588774 0.545718 0.505458 0.472256 0.450432 0.441735 0.44344 0.450587 0.459498 0.468529 0.477212 0.485552 0.493693 0.501782 0.509922 0.518166 0.526527 0.534998 0.543557 0.55218 0.560841 0.569518 0.578193 0.586853 0.595485 0.604071 0.612599 0.621059 0.629447 0.637762 0.646004 0.654175 0.662278 0.670317 0.678298 0.686226 0.694106 0.701945 0.709748 0.717521 0.725272 0.733006 0.740728 0.748445 0.756164 0.763888 0.771625 0.77938 0.787158 0.794964 0.802804 0.810683 0.818605 0.826577 0.834601 0.842684 0.850831 0.859045 0.867332 0.875697 0.884145 0.89268 0.901307 0.910032 0.91886 0.927796 0.936846 0.946014 0.955307 0.964731 0.974292 0.983995 0.993848 1.00386 1.01403 1.02437 1.0349 1.0456 1.05651 1.06761 1.07893 1.09047 1.10224 1.11426 1.12653 1.13906 1.15187 1.16497 1.17837 1.19208 1.20613 1.22053 1.23528 1.25042 1.26595 1.2819 1.29829 1.31513 1.33245 1.35027 1.36862 1.38752 1.40699 1.42707 1.44778 1.46916 1.49123 1.51403 1.53759 1.56193 1.5871 1.61311 1.63998 1.6677 1.69628 1.72573 1.75612 1.78756 1.82019 1.85417 1.8896 1.92659 1.96524 2.00565 2.04793 2.09219 2.13852 2.18705 2.23789 2.2912 2.34715 2.40593 2.46774 2.53275 2.60115 2.67313 2.74896 2.82902 2.91366 3.00324 3.09824 3.1992 3.30667 3.42128 3.54372 3.67477 3.81526 3.96606 4.1283 4.30377 4.49439 4.70217 4.92951 5.17929 5.45497 5.76074 6.10151 6.48317 6.91212 7.39585 7.94033 8.55187 9.22478 9.95111 10.6589 11.2705 11.2808 9.89138 0.117822 0.242023 1.53079 1.64197 1.42494 0.731034 0.518341 0.469054 0.484354 0.50796 0.526891 0.553257 0.576266 0.603605 0.630905 0.659702 0.687929 0.715025 0.739661 0.761001 0.778562 0.791943 0.800687 0.804393 0.802713 0.795369 0.782165 0.763009 0.737966 0.707289 0.671521 0.631596 0.588983 0.545917 0.505638 0.472405 0.450537 0.441798 0.443471 0.4506 0.459502 0.468529 0.477211 0.48555 0.49369 0.501778 0.509918 0.518161 0.526523 0.534994 0.543553 0.552176 0.560838 0.569515 0.57819 0.58685 0.595482 0.604069 0.612596 0.621057 0.629445 0.63776 0.646002 0.654173 0.662277 0.670316 0.678297 0.686225 0.694105 0.701944 0.709747 0.717521 0.725272 0.733006 0.740728 0.748446 0.756164 0.763889 0.771626 0.779381 0.787159 0.794965 0.802805 0.810684 0.818606 0.826577 0.834602 0.842685 0.850832 0.859046 0.867333 0.875698 0.884146 0.892681 0.901308 0.910033 0.918861 0.927797 0.936847 0.946015 0.955308 0.964732 0.974293 0.983996 0.99385 1.00386 1.01403 1.02438 1.0349 1.04561 1.05651 1.06761 1.07893 1.09047 1.10225 1.11426 1.12653 1.13906 1.15187 1.16497 1.17837 1.19208 1.20613 1.22053 1.23528 1.25042 1.26595 1.2819 1.29829 1.31513 1.33245 1.35027 1.36862 1.38752 1.40699 1.42707 1.44778 1.46916 1.49123 1.51403 1.53759 1.56194 1.5871 1.61311 1.63998 1.6677 1.69628 1.72573 1.75612 1.78756 1.82019 1.85417 1.8896 1.92659 1.96524 2.00565 2.04793 2.09219 2.13853 2.18705 2.23789 2.2912 2.34715 2.40593 2.46774 2.53275 2.60115 2.67313 2.74896 2.82902 2.91366 3.00324 3.09824 3.1992 3.30667 3.42128 3.54372 3.67477 3.81526 3.96606 4.1283 4.30378 4.49439 4.70218 4.92952 5.17929 5.45497 5.76074 6.10151 6.48317 6.91212 7.39585 7.94033 8.55187 9.22478 9.95111 10.6589 11.2705 11.2808 9.89138 0.1459 0.289991 1.87377 1.75179 1.33959 0.689227 0.525837 0.487969 0.497973 0.52168 0.539502 0.567557 0.591864 0.620974 0.649987 0.680191 0.709438 0.737014 0.761465 0.782253 0.798922 0.811101 0.81839 0.820435 0.816935 0.807636 0.792376 0.771085 0.743843 0.710936 0.672909 0.630696 0.585736 0.540198 0.497246 0.461165 0.436619 0.426036 0.427076 0.434478 0.444045 0.453804 0.463146 0.472033 0.480608 0.489032 0.497422 0.505842 0.51432 0.522854 0.531434 0.54004 0.548654 0.557258 0.565839 0.574388 0.582895 0.591345 0.599727 0.608036 0.616268 0.624423 0.632502 0.640508 0.648445 0.656318 0.664131 0.671892 0.679605 0.687276 0.694912 0.70252 0.710104 0.717671 0.725228 0.732779 0.740332 0.747891 0.755462 0.763051 0.770662 0.778302 0.785974 0.793685 0.801439 0.809241 0.817095 0.825006 0.83298 0.84102 0.849132 0.85732 0.865588 0.873943 0.882388 0.890929 0.89957 0.908317 0.917176 0.92615 0.935247 0.944472 0.953831 0.963329 0.972974 0.982772 0.992729 1.00285 1.01315 1.02363 1.03431 1.04518 1.05626 1.06755 1.07907 1.09083 1.10284 1.1151 1.12764 1.14046 1.15358 1.167 1.18075 1.19484 1.20928 1.22409 1.23929 1.2549 1.27094 1.28742 1.30437 1.32181 1.33976 1.35825 1.37731 1.39695 1.41722 1.43814 1.45973 1.48204 1.50509 1.52891 1.55354 1.57898 1.60525 1.63235 1.66025 1.68896 1.71857 1.74917 1.78093 1.81403 1.84855 1.88461 1.92229 1.9617 2.00296 2.04614 2.09137 2.13874 2.18837 2.24041 2.29504 2.35245 2.41283 2.47635 2.54317 2.6135 2.68757 2.7658 2.84851 2.93605 3.02892 3.12765 3.23278 3.34493 3.4648 3.59315 3.73082 3.87865 4.03771 4.20988 4.39711 4.60142 4.82523 5.07151 5.34383 5.64663 5.98513 6.36576 6.79573 7.28386 7.83809 8.46773 9.17179 9.94778 10.7347 11.4561 11.6813 10.7514 0.145862 0.290025 1.8734 1.75155 1.33877 0.688779 0.525744 0.488003 0.498 0.521685 0.539484 0.567514 0.591807 0.620901 0.649906 0.68011 0.70936 0.736948 0.761415 0.782225 0.798923 0.811132 0.818453 0.820532 0.817062 0.807791 0.792553 0.771277 0.74405 0.711148 0.673125 0.630912 0.585948 0.540401 0.497431 0.461321 0.43673 0.426102 0.427108 0.43449 0.444048 0.453803 0.463144 0.47203 0.480605 0.489028 0.497417 0.505838 0.514315 0.52285 0.53143 0.540036 0.54865 0.557254 0.565836 0.574385 0.582892 0.591342 0.599725 0.608034 0.616266 0.624421 0.6325 0.640507 0.648444 0.656317 0.664131 0.671891 0.679604 0.687276 0.694912 0.702519 0.710104 0.717671 0.725228 0.732779 0.740332 0.747891 0.755462 0.763051 0.770663 0.778302 0.785975 0.793686 0.80144 0.809241 0.817095 0.825007 0.83298 0.841021 0.849132 0.85732 0.865589 0.873944 0.882389 0.89093 0.899571 0.908318 0.917177 0.926151 0.935248 0.944473 0.953832 0.96333 0.972975 0.982773 0.99273 1.00286 1.01315 1.02364 1.03431 1.04518 1.05626 1.06755 1.07907 1.09083 1.10284 1.11511 1.12764 1.14046 1.15358 1.167 1.18075 1.19484 1.20928 1.22409 1.23929 1.2549 1.27094 1.28742 1.30437 1.32181 1.33976 1.35825 1.37731 1.39695 1.41722 1.43814 1.45973 1.48204 1.50509 1.52892 1.55354 1.57898 1.60525 1.63235 1.66025 1.68897 1.71857 1.74917 1.78093 1.81403 1.84855 1.88461 1.92229 1.9617 2.00296 2.04615 2.09137 2.13874 2.18838 2.24041 2.29504 2.35245 2.41283 2.47635 2.54318 2.6135 2.68757 2.7658 2.84851 2.93605 3.02892 3.12765 3.23278 3.34493 3.4648 3.59315 3.73082 3.87865 4.03771 4.20988 4.39711 4.60142 4.82523 5.07151 5.34384 5.64663 5.98513 6.36576 6.79573 7.28386 7.83809 8.46773 9.17179 9.94778 10.7347 11.4561 11.6813 10.7514 0.183408 0.348198 2.261 1.77969 1.2162 0.666969 0.540386 0.512865 0.517917 0.542721 0.559816 0.589187 0.614685 0.644979 0.675056 0.705809 0.735117 0.762028 0.785375 0.80476 0.819781 0.830117 0.835429 0.835412 0.8298 0.81836 0.80095 0.777512 0.748141 0.713134 0.673044 0.628794 0.581789 0.534119 0.488837 0.450171 0.423015 0.41045 0.410671 0.418228 0.428406 0.438872 0.448856 0.458271 0.467261 0.476 0.484621 0.493202 0.50178 0.510365 0.518953 0.527532 0.536089 0.544611 0.553091 0.561523 0.569899 0.578207 0.58644 0.594593 0.602665 0.610656 0.618569 0.626407 0.634175 0.641878 0.649522 0.657112 0.664655 0.672156 0.679622 0.68706 0.694475 0.701873 0.709261 0.716644 0.724027 0.731417 0.738819 0.746239 0.75368 0.76115 0.768651 0.776191 0.783772 0.7914 0.79908 0.806816 0.814613 0.822475 0.830407 0.838413 0.846499 0.854668 0.862927 0.871278 0.879728 0.888282 0.896944 0.90572 0.914616 0.923636 0.932787 0.942075 0.951506 0.961086 0.970823 0.980723 0.990793 1.00104 1.01148 1.0221 1.03294 1.04398 1.05525 1.06674 1.07848 1.09047 1.10273 1.11526 1.12808 1.14121 1.15465 1.16842 1.18254 1.19702 1.21188 1.22714 1.24281 1.25892 1.27549 1.29253 1.31008 1.32816 1.34678 1.36598 1.38579 1.40624 1.42735 1.44915 1.47168 1.49496 1.51902 1.54388 1.56954 1.59599 1.62319 1.65114 1.67991 1.70963 1.74048 1.77265 1.80624 1.84132 1.87801 1.91638 1.95656 1.99864 2.04272 2.0889 2.13727 2.18799 2.24125 2.29723 2.35612 2.41808 2.48328 2.55188 2.62412 2.70042 2.78112 2.86652 2.95716 3.05355 3.15622 3.26579 3.38293 3.50843 3.6431 3.78776 3.94338 4.11199 4.29552 4.496 4.71585 4.95811 5.22646 5.52552 5.86081 6.23925 6.6688 7.1595 7.7212 8.36606 9.0977 9.91878 10.779 11.6025 12.0219 11.4719 0.18336 0.348236 2.26045 1.77936 1.21548 0.666623 0.540317 0.512893 0.517935 0.54271 0.559779 0.58912 0.614601 0.644878 0.674944 0.705696 0.735007 0.761932 0.785297 0.804706 0.819761 0.830131 0.83548 0.835501 0.829922 0.818513 0.801127 0.777705 0.748349 0.713347 0.67326 0.629011 0.582002 0.534324 0.489025 0.450332 0.423131 0.41052 0.410703 0.418239 0.428408 0.438869 0.448852 0.458267 0.467256 0.475995 0.484616 0.493197 0.501775 0.51036 0.518948 0.527527 0.536085 0.544608 0.553088 0.56152 0.569896 0.578204 0.586437 0.594591 0.602663 0.610654 0.618567 0.626406 0.634174 0.641877 0.649521 0.657111 0.664654 0.672155 0.679622 0.68706 0.694475 0.701873 0.709261 0.716644 0.724027 0.731417 0.738819 0.746239 0.753681 0.76115 0.768652 0.776191 0.783772 0.791401 0.79908 0.806816 0.814613 0.822475 0.830407 0.838414 0.846499 0.854669 0.862927 0.871279 0.879729 0.888283 0.896945 0.905721 0.914616 0.923637 0.932788 0.942076 0.951507 0.961087 0.970824 0.980724 0.990794 1.00104 1.01148 1.02211 1.03294 1.04398 1.05525 1.06674 1.07848 1.09047 1.10273 1.11526 1.12808 1.14121 1.15465 1.16842 1.18254 1.19702 1.21188 1.22714 1.24281 1.25892 1.27549 1.29253 1.31008 1.32816 1.34678 1.36599 1.38579 1.40624 1.42735 1.44915 1.47168 1.49496 1.51902 1.54388 1.56954 1.59599 1.62319 1.65114 1.67991 1.70963 1.74048 1.77266 1.80624 1.84132 1.87801 1.91638 1.95657 1.99865 2.04273 2.0889 2.13728 2.188 2.24125 2.29723 2.35612 2.41808 2.48328 2.55188 2.62412 2.70042 2.78112 2.86652 2.95716 3.05355 3.15622 3.26579 3.38293 3.50843 3.6431 3.78776 3.94339 4.112 4.29553 4.496 4.71585 4.95811 5.22646 5.52552 5.86081 6.23925 6.6688 7.1595 7.7212 8.36606 9.0977 9.91878 10.779 11.6025 12.0219 11.4719 0.233753 0.41822 2.64882 1.68952 1.11199 0.666738 0.565885 0.547805 0.548305 0.57468 0.591082 0.620616 0.646644 0.676921 0.706833 0.736763 0.764655 0.789538 0.810662 0.827669 0.840219 0.84804 0.850851 0.848383 0.840394 0.826663 0.807047 0.781495 0.750103 0.71317 0.671247 0.625244 0.576528 0.527101 0.479889 0.438998 0.409436 0.394875 0.394157 0.401781 0.412531 0.423682 0.434291 0.444216 0.4536 0.462634 0.471467 0.480191 0.488853 0.497474 0.506057 0.514597 0.523087 0.531519 0.539889 0.548196 0.556433 0.564594 0.572672 0.580664 0.588571 0.596394 0.604137 0.611803 0.619398 0.626928 0.634397 0.641813 0.649182 0.65651 0.663803 0.671067 0.678309 0.685534 0.692749 0.699959 0.70717 0.714387 0.721616 0.728862 0.736129 0.743424 0.750751 0.758114 0.765518 0.772968 0.780469 0.788025 0.79564 0.803318 0.811066 0.818886 0.826783 0.834762 0.842828 0.850985 0.859238 0.867593 0.876053 0.884624 0.893312 0.902122 0.91106 0.920131 0.929341 0.938697 0.948206 0.957874 0.967709 0.977717 0.987907 0.998286 1.00886 1.01965 1.03065 1.04187 1.05334 1.06505 1.07701 1.08925 1.10177 1.11458 1.12771 1.14115 1.15494 1.16907 1.18358 1.19848 1.21378 1.22951 1.24568 1.26232 1.27945 1.2971 1.31528 1.33402 1.35336 1.37332 1.39392 1.4152 1.43719 1.45992 1.4834 1.50766 1.53269 1.55847 1.58494 1.61209 1.63998 1.66877 1.69866 1.72986 1.76246 1.79654 1.83218 1.86948 1.90854 1.94947 1.99235 2.03729 2.08436 2.1337 2.18552 2.24001 2.29736 2.3577 2.42119 2.48799 2.55831 2.63261 2.7112 2.79436 2.88266 2.97659 3.07668 3.18351 3.29777 3.42024 3.55173 3.69301 3.84495 4.00972 4.18924 4.3855 4.60094 4.83864 5.10236 5.39689 5.72798 6.103 6.53058 7.02189 7.58853 8.24541 9.00046 9.8613 10.7878 11.7049 12.2967 12.0637 0.233692 0.418268 2.64817 1.68915 1.1114 0.666469 0.565828 0.547819 0.548308 0.574647 0.591019 0.620518 0.646526 0.676786 0.706686 0.736615 0.76451 0.789406 0.810551 0.827585 0.840173 0.848033 0.850885 0.848461 0.840509 0.826811 0.807221 0.781686 0.750308 0.713381 0.671461 0.62546 0.576739 0.527306 0.480078 0.439161 0.409556 0.394947 0.394189 0.40179 0.41253 0.423678 0.434286 0.444211 0.453595 0.462629 0.471462 0.480185 0.488848 0.497469 0.506052 0.514592 0.523082 0.531515 0.539885 0.548192 0.55643 0.564591 0.572669 0.580662 0.588569 0.596392 0.604135 0.611802 0.619397 0.626926 0.634396 0.641812 0.649181 0.656509 0.663802 0.671067 0.678309 0.685534 0.692749 0.699959 0.70717 0.714387 0.721616 0.728862 0.736129 0.743424 0.750751 0.758114 0.765518 0.772969 0.780469 0.788025 0.79564 0.803319 0.811066 0.818886 0.826783 0.834763 0.842828 0.850986 0.859239 0.867593 0.876053 0.884625 0.893313 0.902123 0.91106 0.920131 0.929342 0.938698 0.948207 0.957875 0.967709 0.977718 0.987907 0.998287 1.00886 1.01965 1.03065 1.04188 1.05334 1.06505 1.07701 1.08925 1.10177 1.11458 1.12771 1.14115 1.15494 1.16907 1.18358 1.19848 1.21378 1.22951 1.24568 1.26232 1.27945 1.2971 1.31528 1.33402 1.35336 1.37332 1.39392 1.4152 1.43719 1.45992 1.4834 1.50766 1.53269 1.55847 1.58494 1.61209 1.63998 1.66877 1.69866 1.72986 1.76246 1.79654 1.83218 1.86948 1.90854 1.94947 1.99236 2.03729 2.08436 2.1337 2.18552 2.24002 2.29736 2.3577 2.4212 2.48799 2.55831 2.63261 2.7112 2.79436 2.88266 2.97659 3.07668 3.18351 3.29777 3.42024 3.55173 3.69301 3.84495 4.00972 4.18924 4.3855 4.60094 4.83864 5.10236 5.39689 5.72798 6.103 6.53058 7.02189 7.58853 8.24541 9.00046 9.8613 10.7878 11.7049 12.2967 12.0637 0.300991 0.503014 2.95443 1.54404 1.04889 0.692286 0.608527 0.599317 0.595471 0.622233 0.637109 0.66459 0.689509 0.717747 0.745543 0.772677 0.797197 0.818609 0.836281 0.849889 0.859145 0.863816 0.863659 0.858422 0.847868 0.831767 0.809964 0.782398 0.749153 0.710522 0.667045 0.619613 0.569549 0.518769 0.470055 0.427348 0.395668 0.37918 0.377448 0.385066 0.396354 0.408176 0.419393 0.429809 0.439566 0.448874 0.457898 0.466745 0.475475 0.484115 0.492678 0.501166 0.509577 0.517908 0.526159 0.534332 0.542424 0.550429 0.558346 0.566171 0.573907 0.581556 0.589123 0.596612 0.604029 0.61138 0.618671 0.625908 0.633099 0.640248 0.647363 0.654449 0.661513 0.668561 0.675598 0.68263 0.689663 0.696702 0.703753 0.71082 0.717908 0.725023 0.732169 0.73935 0.746572 0.753839 0.761155 0.768524 0.775952 0.783441 0.790998 0.798625 0.806328 0.814111 0.821978 0.829934 0.837984 0.846132 0.854383 0.862743 0.871216 0.879809 0.888525 0.897372 0.906355 0.915479 0.924752 0.934181 0.943771 0.953531 0.963468 0.973589 0.983904 0.994419 1.00515 1.01609 1.02727 1.03869 1.05035 1.06229 1.07449 1.08699 1.09978 1.11289 1.12633 1.14011 1.15425 1.16877 1.18369 1.19902 1.21479 1.23101 1.24771 1.26491 1.28263 1.3009 1.31975 1.3392 1.35929 1.38003 1.40146 1.42361 1.4465 1.47013 1.49452 1.5196 1.54532 1.57161 1.59856 1.62637 1.65524 1.68542 1.71699 1.75002 1.78457 1.82074 1.85863 1.89835 1.93999 1.98364 2.02934 2.07724 2.12756 2.1805 2.23622 2.29488 2.35659 2.42149 2.48981 2.56201 2.6384 2.71919 2.80503 2.89638 2.99374 3.09768 3.20889 3.32815 3.45626 3.59394 3.74193 3.90257 4.07775 4.26941 4.47997 4.71254 4.97095 5.26011 5.58597 5.95628 6.38022 6.87003 7.43886 8.10417 8.87791 9.77244 10.7571 11.7585 12.5011 12.5346 0.300909 0.503083 2.95388 1.54366 1.04841 0.692067 0.608471 0.599312 0.59545 0.622172 0.637012 0.664455 0.689354 0.717575 0.745359 0.77249 0.797013 0.818439 0.836134 0.849772 0.85907 0.863786 0.863675 0.858485 0.847972 0.831907 0.810134 0.782585 0.749355 0.71073 0.667255 0.619825 0.569757 0.518971 0.470242 0.427513 0.395791 0.379254 0.37748 0.385073 0.396351 0.408171 0.419387 0.429802 0.43956 0.448868 0.457892 0.466739 0.475469 0.48411 0.492673 0.501161 0.509573 0.517904 0.526155 0.534328 0.54242 0.550426 0.558343 0.566168 0.573905 0.581554 0.589121 0.596611 0.604028 0.611379 0.61867 0.625907 0.633098 0.640247 0.647362 0.654448 0.661512 0.66856 0.675597 0.68263 0.689663 0.696702 0.703752 0.710819 0.717908 0.725023 0.732169 0.73935 0.746572 0.753839 0.761155 0.768525 0.775952 0.783442 0.790998 0.798625 0.806328 0.814111 0.821978 0.829934 0.837984 0.846132 0.854384 0.862743 0.871217 0.879809 0.888526 0.897372 0.906355 0.91548 0.924753 0.934181 0.943772 0.953532 0.963468 0.97359 0.983904 0.99442 1.00515 1.01609 1.02727 1.03869 1.05036 1.06229 1.07449 1.08699 1.09978 1.11289 1.12633 1.14011 1.15425 1.16877 1.18369 1.19902 1.21479 1.23101 1.24771 1.26491 1.28263 1.3009 1.31975 1.3392 1.35929 1.38003 1.40146 1.42361 1.4465 1.47013 1.49452 1.5196 1.54532 1.57161 1.59856 1.62637 1.65524 1.68542 1.71699 1.75002 1.78457 1.82074 1.85863 1.89836 1.94 1.98364 2.02934 2.07724 2.12756 2.1805 2.23622 2.29488 2.35659 2.42149 2.48981 2.56201 2.6384 2.71919 2.80503 2.89638 2.99374 3.09768 3.20889 3.32815 3.45626 3.59394 3.74193 3.90257 4.07775 4.26941 4.47997 4.71254 4.97095 5.26011 5.58597 5.95628 6.38022 6.87003 7.43886 8.10417 8.87791 9.77244 10.7571 11.7585 12.5011 12.5346 0.390059 0.610309 3.0795 1.44672 1.03387 0.751354 0.678297 0.676251 0.667844 0.690355 0.701645 0.72351 0.744379 0.767641 0.790607 0.812204 0.831498 0.847901 0.860864 0.870075 0.875275 0.876242 0.872743 0.864516 0.851303 0.832847 0.808962 0.779559 0.744701 0.70466 0.65996 0.611464 0.560451 0.508747 0.458988 0.414918 0.381476 0.36321 0.360438 0.367999 0.379801 0.392281 0.404091 0.414977 0.425085 0.434643 0.443836 0.452786 0.461563 0.470205 0.478733 0.487154 0.495473 0.50369 0.51181 0.519839 0.527776 0.535618 0.543364 0.551015 0.558573 0.566042 0.573426 0.580731 0.587964 0.59513 0.602236 0.609288 0.616294 0.623259 0.630189 0.637092 0.643972 0.650836 0.657689 0.664538 0.671387 0.678242 0.685108 0.69199 0.698893 0.705821 0.71278 0.719773 0.726806 0.733882 0.741007 0.748183 0.755416 0.76271 0.770068 0.777495 0.784996 0.792575 0.800236 0.807983 0.815821 0.823755 0.83179 0.83993 0.848181 0.856547 0.865034 0.873647 0.882393 0.891277 0.900306 0.909485 0.918822 0.928324 0.937998 0.947851 0.957892 0.968129 0.978571 0.989227 1.00011 1.01122 1.02258 1.03419 1.04607 1.05823 1.07069 1.08344 1.09652 1.10994 1.1237 1.13784 1.15235 1.16727 1.18262 1.1984 1.21465 1.23139 1.24864 1.26642 1.28476 1.30369 1.32323 1.34342 1.36427 1.38582 1.40809 1.43108 1.45479 1.47916 1.50408 1.52947 1.5554 1.58216 1.60996 1.63905 1.66952 1.70145 1.73486 1.76984 1.8065 1.84495 1.8853 1.92759 1.97186 2.01824 2.06698 2.11829 2.17232 2.22921 2.28905 2.35196 2.41817 2.48818 2.56224 2.64055 2.72379 2.81242 2.9069 3.00779 3.11576 3.2316 3.35612 3.48998 3.63373 3.78993 3.96043 4.14708 4.35226 4.57911 4.83149 5.1144 5.43394 5.79816 6.21672 6.70274 7.27077 7.94058 8.72774 9.64911 10.6825 11.758 12.6308 12.8895 0.389941 0.610399 3.07918 1.44631 1.03346 0.751164 0.678234 0.676221 0.667792 0.690262 0.701508 0.723333 0.744183 0.767429 0.790383 0.811979 0.831274 0.847692 0.860678 0.869923 0.875168 0.876186 0.872738 0.864562 0.851395 0.832977 0.809124 0.77974 0.744897 0.704863 0.660164 0.611671 0.560654 0.508946 0.459172 0.415082 0.3816 0.363284 0.360469 0.368004 0.379796 0.392273 0.404083 0.414969 0.425078 0.434637 0.44383 0.45278 0.461557 0.4702 0.478727 0.487149 0.495468 0.503686 0.511806 0.519835 0.527772 0.535615 0.543361 0.551012 0.55857 0.566039 0.573424 0.580729 0.587962 0.595128 0.602234 0.609287 0.616293 0.623258 0.630188 0.637091 0.643971 0.650835 0.657689 0.664537 0.671386 0.678241 0.685107 0.691989 0.698892 0.705821 0.71278 0.719773 0.726806 0.733882 0.741007 0.748183 0.755416 0.76271 0.770068 0.777495 0.784996 0.792575 0.800236 0.807983 0.815821 0.823756 0.83179 0.83993 0.848181 0.856547 0.865034 0.873648 0.882393 0.891278 0.900306 0.909485 0.918822 0.928324 0.937998 0.947851 0.957892 0.968129 0.978571 0.989227 1.00011 1.01122 1.02258 1.03419 1.04607 1.05823 1.07069 1.08344 1.09652 1.10994 1.1237 1.13784 1.15235 1.16727 1.18262 1.1984 1.21466 1.23139 1.24864 1.26642 1.28476 1.30369 1.32323 1.34342 1.36427 1.38582 1.40809 1.43108 1.45479 1.47916 1.50408 1.52947 1.5554 1.58217 1.60996 1.63905 1.66952 1.70145 1.73486 1.76984 1.8065 1.84496 1.88531 1.92759 1.97186 2.01825 2.06699 2.1183 2.17232 2.22921 2.28905 2.35196 2.41817 2.48818 2.56224 2.64055 2.72379 2.81242 2.9069 3.00779 3.11576 3.2316 3.35612 3.48998 3.63373 3.78993 3.96043 4.14708 4.35226 4.57911 4.83149 5.1144 5.43394 5.79816 6.21672 6.70274 7.27077 7.94058 8.72774 9.64911 10.6825 11.758 12.6308 12.8895 0.506055 0.776036 3.04209 1.43669 1.07478 0.856012 0.789506 0.787644 0.773688 0.783045 0.787028 0.798369 0.810882 0.825361 0.839793 0.853543 0.865727 0.875619 0.882693 0.886617 0.887124 0.883967 0.876883 0.865571 0.849724 0.829035 0.803269 0.772293 0.736136 0.695041 0.649506 0.600362 0.548838 0.496671 0.446347 0.401397 0.366608 0.346787 0.343004 0.350477 0.362779 0.375908 0.388296 0.399631 0.410065 0.419848 0.429185 0.438214 0.447016 0.455641 0.464114 0.472452 0.480664 0.488753 0.496729 0.504601 0.512372 0.52004 0.527606 0.535073 0.542444 0.549723 0.556916 0.56403 0.57107 0.578044 0.584957 0.591817 0.598631 0.605403 0.612142 0.618853 0.625542 0.632215 0.638877 0.645534 0.652192 0.658855 0.665529 0.672218 0.678927 0.685662 0.692425 0.699223 0.706058 0.712936 0.719861 0.726836 0.733866 0.740954 0.748106 0.755325 0.762615 0.76998 0.777426 0.784955 0.792573 0.800283 0.808092 0.816002 0.82402 0.83215 0.840398 0.848768 0.857266 0.865899 0.874672 0.883591 0.892664 0.901896 0.911295 0.920869 0.930625 0.940571 0.950715 0.961068 0.971638 0.982434 0.993468 1.00475 1.01629 1.0281 1.0402 1.05259 1.0653 1.07833 1.0917 1.10543 1.11953 1.13402 1.14892 1.16426 1.18004 1.1963 1.21305 1.23032 1.24813 1.26651 1.28549 1.30509 1.32535 1.34627 1.3679 1.39022 1.41323 1.43685 1.46095 1.48536 1.51018 1.53581 1.56248 1.59038 1.6197 1.65046 1.68265 1.71639 1.75174 1.78886 1.82783 1.86871 1.91147 1.95624 2.00332 2.05291 2.10516 2.16018 2.21805 2.27884 2.34283 2.41053 2.48216 2.55782 2.63833 2.72409 2.81551 2.91315 3.01768 3.12987 3.25057 3.38037 3.51957 3.67103 3.83648 4.01767 4.21695 4.43744 4.68303 4.95877 5.27083 5.62751 6.03881 6.51863 7.08261 7.75264 8.54737 9.48798 10.5598 11.6979 12.681 13.1304 0.505866 0.776027 3.04184 1.43627 1.07443 0.855843 0.78943 0.787591 0.773601 0.782918 0.786849 0.798148 0.810643 0.825109 0.839533 0.853282 0.865466 0.875371 0.88247 0.886429 0.886985 0.883882 0.876856 0.865599 0.849802 0.829154 0.803421 0.772467 0.736325 0.695238 0.649704 0.600563 0.549035 0.496864 0.446526 0.401558 0.36673 0.346861 0.343033 0.350479 0.36277 0.375897 0.388286 0.399622 0.410057 0.41984 0.429178 0.438207 0.44701 0.455635 0.464108 0.472447 0.480659 0.488749 0.496725 0.504597 0.512368 0.520037 0.527603 0.53507 0.542441 0.549721 0.556914 0.564028 0.571068 0.578042 0.584956 0.591816 0.598629 0.605402 0.612141 0.618852 0.625541 0.632214 0.638876 0.645534 0.652191 0.658854 0.665528 0.672218 0.678927 0.685661 0.692425 0.699223 0.706058 0.712936 0.71986 0.726836 0.733865 0.740954 0.748106 0.755325 0.762615 0.76998 0.777426 0.784955 0.792573 0.800283 0.808092 0.816002 0.82402 0.83215 0.840398 0.848768 0.857266 0.865899 0.874672 0.883591 0.892664 0.901896 0.911295 0.920869 0.930625 0.940571 0.950715 0.961068 0.971638 0.982434 0.993468 1.00475 1.01629 1.0281 1.0402 1.05259 1.0653 1.07833 1.0917 1.10543 1.11953 1.13402 1.14892 1.16426 1.18004 1.1963 1.21305 1.23032 1.24813 1.26651 1.28549 1.30509 1.32535 1.34627 1.3679 1.39022 1.41323 1.43685 1.46095 1.48536 1.51018 1.53581 1.56248 1.59038 1.6197 1.65046 1.68265 1.71639 1.75174 1.78886 1.82784 1.86871 1.91148 1.95626 2.00332 2.05291 2.10516 2.16018 2.21805 2.27884 2.34283 2.41053 2.48216 2.55782 2.63833 2.72409 2.81551 2.91315 3.01768 3.12987 3.25057 3.38037 3.51957 3.67103 3.83648 4.01767 4.21695 4.43744 4.68303 4.95877 5.27083 5.62751 6.03882 6.51863 7.08261 7.75264 8.54737 9.48798 10.5598 11.6979 12.681 13.1304 0.647635 0.930836 2.97923 1.52845 1.18707 1.01814 0.958116 0.938218 0.915969 0.902148 0.892404 0.887395 0.886084 0.887161 0.890305 0.89405 0.897411 0.899477 0.899684 0.897634 0.893009 0.885494 0.874759 0.860423 0.842106 0.81943 0.79209 0.759899 0.72284 0.681118 0.635197 0.58587 0.534314 0.482177 0.431795 0.386477 0.350798 0.329711 0.324997 0.332378 0.345174 0.358945 0.371896 0.383655 0.394387 0.404366 0.41382 0.422901 0.431705 0.440288 0.448686 0.456921 0.465008 0.472953 0.480769 0.488469 0.49606 0.503541 0.510916 0.518187 0.525359 0.532439 0.53943 0.546342 0.55318 0.559951 0.566662 0.57332 0.579932 0.586503 0.593041 0.599551 0.606039 0.612512 0.618973 0.62543 0.631886 0.638348 0.64482 0.651307 0.657814 0.664344 0.670903 0.677495 0.684123 0.690793 0.697507 0.704271 0.711087 0.717961 0.724895 0.731895 0.738963 0.746105 0.753324 0.760624 0.76801 0.775486 0.783057 0.790726 0.7985 0.806381 0.814377 0.822492 0.83073 0.839099 0.847604 0.85625 0.865044 0.873994 0.883105 0.892385 0.901841 0.911481 0.921314 0.931348 0.941593 0.952057 0.962751 0.973685 0.984871 0.996319 1.00804 1.02005 1.03237 1.04499 1.05795 1.07125 1.08492 1.09896 1.1134 1.12826 1.14355 1.15931 1.17554 1.19227 1.20953 1.22734 1.24573 1.26473 1.28435 1.30462 1.32557 1.3472 1.36947 1.39231 1.41554 1.43891 1.4625 1.48687 1.51236 1.53898 1.56705 1.59653 1.62744 1.65986 1.6938 1.7295 1.76704 1.80642 1.84757 1.89064 1.93593 1.9837 2.03407 2.08711 2.1429 2.20142 2.26307 2.32833 2.39738 2.47023 2.54783 2.63054 2.71872 2.8129 2.91374 3.02203 3.13864 3.26413 3.39845 3.54484 3.70485 3.88009 4.07289 4.28635 4.52433 4.7919 5.09526 5.44286 5.84491 6.31592 6.87237 7.53797 8.33384 9.28532 10.384 11.5719 12.6459 13.2571 0.647325 0.931531 2.97886 1.52802 1.18673 1.018 0.958024 0.938149 0.915851 0.901987 0.892185 0.887129 0.8858 0.886869 0.89001 0.893755 0.897117 0.899193 0.899425 0.897412 0.892838 0.885382 0.874708 0.860432 0.842169 0.819536 0.792232 0.760064 0.723021 0.681307 0.635388 0.586064 0.534504 0.482364 0.431969 0.386634 0.350919 0.329784 0.325023 0.332376 0.345161 0.358931 0.371884 0.383644 0.394378 0.404358 0.413812 0.422894 0.431698 0.440282 0.44868 0.456916 0.465002 0.472948 0.480765 0.488465 0.496057 0.503538 0.510913 0.518184 0.525357 0.532436 0.539428 0.54634 0.553178 0.559949 0.56666 0.573319 0.579931 0.586502 0.59304 0.59955 0.606039 0.612511 0.618973 0.625429 0.631886 0.638348 0.64482 0.651307 0.657813 0.664344 0.670903 0.677494 0.684123 0.690792 0.697507 0.70427 0.711087 0.717961 0.724895 0.731895 0.738963 0.746105 0.753324 0.760624 0.76801 0.775486 0.783057 0.790726 0.798499 0.806381 0.814377 0.822492 0.83073 0.839099 0.847604 0.85625 0.865044 0.873994 0.883105 0.892384 0.901841 0.911481 0.921314 0.931348 0.941593 0.952057 0.962751 0.973685 0.984871 0.996319 1.00804 1.02005 1.03237 1.04499 1.05795 1.07125 1.08492 1.09896 1.1134 1.12826 1.14355 1.15931 1.17554 1.19227 1.20953 1.22734 1.24573 1.26473 1.28435 1.30462 1.32557 1.3472 1.36947 1.39231 1.41554 1.43891 1.4625 1.48687 1.51236 1.53898 1.56705 1.59653 1.62744 1.65986 1.6938 1.7295 1.76704 1.80641 1.84758 1.89066 1.93594 1.98371 2.03407 2.08712 2.1429 2.20143 2.26307 2.32834 2.39738 2.47023 2.54784 2.63054 2.71872 2.8129 2.91374 3.02204 3.13864 3.26413 3.39846 3.54484 3.70485 3.88009 4.07289 4.28635 4.52433 4.7919 5.09526 5.44286 5.84491 6.31592 6.87237 7.53797 8.33384 9.28532 10.384 11.5719 12.6459 13.2571 0.814088 0.942568 2.97797 1.72881 1.39637 1.23904 1.19303 1.12529 1.08914 1.04444 1.01224 0.983878 0.963696 0.948604 0.938184 0.930186 0.923398 0.916685 0.909383 0.900983 0.891067 0.879208 0.864968 0.847856 0.827391 0.803106 0.774615 0.741664 0.704183 0.662332 0.616537 0.567546 0.516482 0.464903 0.414999 0.369848 0.333775 0.311766 0.306246 0.31355 0.326842 0.341251 0.354744 0.366899 0.377896 0.388039 0.397576 0.40668 0.415456 0.423971 0.432269 0.440378 0.448318 0.456098 0.463736 0.471247 0.478642 0.48592 0.493087 0.500148 0.507108 0.513974 0.520751 0.527448 0.53407 0.540627 0.547123 0.553567 0.559965 0.566324 0.572649 0.578946 0.585222 0.591482 0.597731 0.603976 0.61022 0.616469 0.622727 0.629 0.635292 0.641606 0.647948 0.654322 0.660731 0.66718 0.673672 0.680211 0.686802 0.693448 0.700153 0.70692 0.713754 0.720659 0.727638 0.734696 0.741836 0.749064 0.756382 0.763797 0.771311 0.778931 0.78666 0.794504 0.802468 0.810557 0.818778 0.827136 0.835636 0.844286 0.853092 0.862062 0.871201 0.880519 0.890022 0.89972 0.909621 0.919734 0.930069 0.940636 0.951446 0.96251 0.973839 0.985446 0.997344 1.00955 1.02207 1.03492 1.04813 1.0617 1.07565 1.09001 1.10479 1.12001 1.13569 1.15186 1.16854 1.18575 1.20352 1.22187 1.24083 1.26043 1.28067 1.30156 1.32306 1.34509 1.3674 1.38964 1.41187 1.43476 1.45903 1.48425 1.51095 1.53901 1.5685 1.59956 1.63198 1.66615 1.70213 1.73993 1.77937 1.82062 1.864 1.90983 1.95818 2.00912 2.06267 2.11874 2.1779 2.24058 2.3069 2.37672 2.45123 2.53067 2.61537 2.70584 2.80272 2.90682 3.01902 3.13992 3.26901 3.40998 3.56411 3.73287 3.91856 4.12423 4.35372 4.61204 4.90537 5.24223 5.63288 6.09231 6.63746 7.2936 8.08361 9.03679 10.1496 11.3732 12.5186 13.2664 0.813568 0.943257 2.97776 1.72845 1.39604 1.23896 1.19292 1.12521 1.089 1.04425 1.01199 0.983569 0.963361 0.948265 0.937852 0.929863 0.923078 0.916373 0.909094 0.90073 0.890867 0.87907 0.864894 0.847845 0.827439 0.803198 0.774745 0.74182 0.704355 0.662514 0.61672 0.567733 0.516665 0.465083 0.415166 0.369999 0.333892 0.311837 0.306269 0.313543 0.326825 0.341233 0.354729 0.366887 0.377886 0.38803 0.397568 0.406672 0.415449 0.423965 0.432263 0.440372 0.448313 0.456093 0.463732 0.471243 0.478638 0.485917 0.493084 0.500146 0.507106 0.513971 0.520749 0.527446 0.534068 0.540625 0.547122 0.553566 0.559964 0.566323 0.572648 0.578945 0.585221 0.591481 0.597731 0.603975 0.610219 0.616468 0.622727 0.628999 0.635291 0.641606 0.647948 0.654321 0.660731 0.667179 0.673671 0.680211 0.686802 0.693448 0.700152 0.70692 0.713754 0.720659 0.727638 0.734696 0.741836 0.749063 0.756382 0.763796 0.771311 0.77893 0.78666 0.794504 0.802468 0.810557 0.818778 0.827135 0.835636 0.844286 0.853092 0.862061 0.871201 0.880519 0.890022 0.89972 0.909621 0.919734 0.930069 0.940636 0.951446 0.962509 0.973839 0.985446 0.997343 1.00955 1.02207 1.03492 1.04813 1.0617 1.07565 1.09001 1.10479 1.12001 1.13569 1.15186 1.16854 1.18575 1.20352 1.22187 1.24083 1.26043 1.28067 1.30156 1.32306 1.34509 1.3674 1.38964 1.41187 1.43476 1.45903 1.48425 1.51096 1.53901 1.56851 1.59956 1.63197 1.66614 1.70216 1.73992 1.77939 1.82064 1.86401 1.90984 1.95819 2.00913 2.06267 2.11875 2.1779 2.24059 2.3069 2.37673 2.45123 2.53067 2.61538 2.70584 2.80272 2.90682 3.01903 3.13992 3.26902 3.40998 3.56411 3.73288 3.91856 4.12423 4.35372 4.61204 4.90537 5.24223 5.63288 6.09231 6.63746 7.2936 8.08361 9.03679 10.1496 11.3732 12.5186 13.2664 1.02213 0.952385 2.96527 2.01111 1.73349 1.50437 1.47791 1.34408 1.27972 1.19658 1.13389 1.07856 1.03683 1.00375 0.9783 0.957516 0.939865 0.923967 0.909001 0.894299 0.879296 0.863411 0.846062 0.826629 0.804507 0.779131 0.750027 0.71687 0.679531 0.638121 0.593023 0.544941 0.494937 0.444481 0.395616 0.351194 0.315255 0.292715 0.286555 0.293811 0.307601 0.322636 0.336646 0.34916 0.360383 0.370648 0.380232 0.389321 0.398035 0.406451 0.414618 0.422573 0.43034 0.43793 0.445367 0.452668 0.459845 0.4669 0.473841 0.480673 0.487403 0.494038 0.500584 0.507049 0.513441 0.519766 0.526033 0.532248 0.538417 0.544547 0.550644 0.556714 0.562763 0.568795 0.574818 0.580835 0.586851 0.592873 0.598903 0.604947 0.611009 0.617092 0.623203 0.629343 0.635518 0.641731 0.647985 0.654285 0.660635 0.667037 0.673496 0.680015 0.686599 0.69325 0.699973 0.706772 0.71365 0.720612 0.727662 0.734804 0.742042 0.749381 0.756826 0.764381 0.772052 0.779844 0.787762 0.795811 0.803998 0.812329 0.820811 0.829449 0.838251 0.847225 0.856377 0.865717 0.875252 0.884991 0.894944 0.905121 0.915531 0.926185 0.937095 0.948273 0.959731 0.971481 0.983539 0.995918 1.00863 1.0217 1.03514 1.04897 1.0632 1.07786 1.09296 1.10853 1.12459 1.14117 1.15828 1.17595 1.19422 1.21308 1.23257 1.25269 1.27339 1.29456 1.3159 1.33689 1.3576 1.3787 1.40167 1.42537 1.45058 1.47701 1.50487 1.53453 1.56527 1.59779 1.63205 1.66813 1.70573 1.74507 1.78638 1.83011 1.8763 1.92498 1.9761 2.02946 2.08595 2.14588 2.20926 2.27583 2.34699 2.42292 2.50387 2.59031 2.6829 2.78244 2.88988 3.00586 3.12936 3.26453 3.41227 3.57396 3.7518 3.94886 4.16884 4.41674 4.69858 5.02289 5.39981 5.84464 6.3744 7.01566 7.79212 8.737 9.84993 11.0935 12.2898 13.1517 1.02149 0.953066 2.96541 2.01092 1.73318 1.50435 1.47781 1.34397 1.27955 1.19635 1.13361 1.07821 1.03643 1.00334 0.977918 0.95716 0.939523 0.923636 0.908691 0.894024 0.879073 0.86325 0.845969 0.8266 0.80454 0.77921 0.750146 0.717017 0.679694 0.638294 0.593198 0.54512 0.495111 0.444653 0.395776 0.351339 0.315368 0.292782 0.286574 0.293799 0.307578 0.322614 0.336628 0.349146 0.360371 0.370639 0.380223 0.389313 0.398028 0.406444 0.414612 0.422567 0.430335 0.437925 0.445362 0.452663 0.459841 0.466897 0.473838 0.480671 0.487401 0.494035 0.500582 0.507047 0.513439 0.519764 0.526031 0.532246 0.538415 0.544545 0.550643 0.556713 0.562762 0.568794 0.574817 0.580834 0.586851 0.592872 0.598902 0.604946 0.611008 0.617092 0.623202 0.629343 0.635517 0.64173 0.647985 0.654285 0.660634 0.667037 0.673496 0.680015 0.686598 0.69325 0.699973 0.706772 0.71365 0.720612 0.727662 0.734803 0.742042 0.749381 0.756826 0.764381 0.772052 0.779843 0.787761 0.795811 0.803998 0.812329 0.82081 0.829449 0.838251 0.847225 0.856377 0.865717 0.875252 0.884991 0.894944 0.90512 0.91553 0.926185 0.937095 0.948273 0.95973 0.971481 0.983539 0.995918 1.00863 1.0217 1.03514 1.04897 1.0632 1.07786 1.09296 1.10853 1.12459 1.14117 1.15828 1.17595 1.19422 1.21308 1.23257 1.25269 1.27339 1.29456 1.3159 1.33689 1.3576 1.37871 1.40167 1.42537 1.45059 1.47701 1.50488 1.53453 1.56526 1.59778 1.63216 1.66813 1.70577 1.7451 1.78639 1.83012 1.87631 1.92499 1.97611 2.02946 2.08595 2.14588 2.20927 2.27583 2.347 2.42292 2.50387 2.59032 2.6829 2.78244 2.88988 3.00586 3.12936 3.26453 3.41227 3.57396 3.7518 3.94885 4.16884 4.41674 4.69858 5.02289 5.39981 5.84464 6.3744 7.01566 7.79212 8.737 9.84993 11.0935 12.2898 13.1517 1.31743 0.989732 2.90864 2.29803 2.20051 1.80007 1.77179 1.57347 1.46527 1.34127 1.24458 1.16106 1.09674 1.04516 1.00437 0.970738 0.942379 0.917645 0.895505 0.875084 0.85563 0.836382 0.816596 0.795509 0.772393 0.74658 0.717512 0.684793 0.648235 0.607901 0.564131 0.517579 0.469247 0.420516 0.373286 0.33018 0.294931 0.272293 0.26569 0.27293 0.287206 0.302842 0.317327 0.330151 0.341548 0.351888 0.36147 0.3705 0.379109 0.387385 0.395385 0.403152 0.410714 0.418083 0.425289 0.432351 0.439285 0.446092 0.452782 0.459362 0.465839 0.47222 0.478513 0.484726 0.490866 0.49694 0.502957 0.508922 0.514843 0.520725 0.526575 0.532398 0.5382 0.543987 0.549764 0.555535 0.561305 0.56708 0.572863 0.578659 0.584472 0.590306 0.596165 0.602053 0.607974 0.613932 0.619929 0.62597 0.632059 0.638198 0.644391 0.650642 0.656955 0.663333 0.669779 0.676298 0.682893 0.689568 0.696328 0.703176 0.710116 0.717152 0.724291 0.731534 0.738889 0.746359 0.753951 0.761668 0.769518 0.777506 0.785637 0.793919 0.802359 0.810962 0.819737 0.828691 0.837833 0.847171 0.856713 0.86647 0.876451 0.886666 0.897126 0.907843 0.918829 0.930095 0.941656 0.953526 0.965718 0.978249 0.991134 1.00439 1.01804 1.03209 1.04658 1.06151 1.07691 1.09281 1.10922 1.12617 1.14368 1.16178 1.18047 1.19976 1.2196 1.23986 1.26017 1.2798 1.29872 1.31761 1.33908 1.36114 1.38472 1.4093 1.43511 1.46342 1.49231 1.52302 1.55518 1.58939 1.62497 1.66241 1.70144 1.74289 1.78673 1.83294 1.88141 1.93161 1.98521 2.04217 2.10238 2.16541 2.23294 2.30503 2.38187 2.46391 2.55179 2.64633 2.74853 2.8592 2.97675 3.10571 3.24648 3.40034 3.5695 3.75695 3.9663 4.20241 4.47111 4.78084 5.14145 5.56836 6.07822 6.69865 7.45314 8.37875 9.47619 10.7222 11.9472 12.9022 1.31716 0.990587 2.90911 2.29812 2.20035 1.80007 1.7717 1.57331 1.46505 1.34101 1.24427 1.16069 1.09628 1.04466 1.00391 0.970335 0.942015 0.917304 0.895185 0.874797 0.855392 0.836206 0.816487 0.795465 0.772412 0.746648 0.71762 0.68493 0.648388 0.608066 0.564298 0.51775 0.469414 0.42068 0.373438 0.330319 0.29504 0.272357 0.265706 0.272912 0.287179 0.302816 0.317306 0.330135 0.341536 0.351878 0.361461 0.370491 0.379102 0.387378 0.395379 0.403145 0.410708 0.418078 0.425284 0.432347 0.439281 0.446089 0.452779 0.459359 0.465836 0.472218 0.478511 0.484724 0.490864 0.496938 0.502955 0.50892 0.514841 0.520724 0.526574 0.532397 0.538199 0.543986 0.549763 0.555534 0.561304 0.567079 0.572862 0.578658 0.584471 0.590305 0.596165 0.602053 0.607974 0.613931 0.619929 0.62597 0.632058 0.638197 0.644391 0.650642 0.656954 0.663332 0.669779 0.676297 0.682893 0.689568 0.696327 0.703175 0.710115 0.717152 0.72429 0.731534 0.738889 0.746359 0.75395 0.761668 0.769518 0.777505 0.785637 0.793919 0.802358 0.810961 0.819737 0.828691 0.837833 0.84717 0.856713 0.86647 0.87645 0.886665 0.897126 0.907843 0.918828 0.930095 0.941656 0.953525 0.965717 0.978248 0.991133 1.00439 1.01804 1.03209 1.04658 1.06151 1.07691 1.09281 1.10922 1.12617 1.14368 1.16178 1.18047 1.19976 1.2196 1.23986 1.26017 1.2798 1.29872 1.31762 1.33909 1.36115 1.38473 1.4093 1.43512 1.46341 1.49229 1.523 1.55561 1.58942 1.62503 1.66244 1.70146 1.7429 1.78674 1.83295 1.88142 1.93162 1.98522 2.04218 2.10238 2.16542 2.23295 2.30503 2.38188 2.46392 2.5518 2.64633 2.74854 2.85921 2.97676 3.10571 3.24648 3.40034 3.5695 3.75695 3.9663 4.20241 4.47111 4.78084 5.14145 5.56836 6.07822 6.69865 7.45314 8.37875 9.47619 10.7222 11.9472 12.9022 1.79541 1.06938 2.92544 2.50623 2.67283 2.11893 2.0348 1.78599 1.62567 1.46101 1.32947 1.21852 1.1327 1.06392 1.00903 0.963844 0.926086 0.893834 0.865796 0.84086 0.818066 0.796476 0.77519 0.753317 0.73002 0.704541 0.676249 0.644685 0.609611 0.571045 0.529283 0.484929 0.438924 0.392558 0.347591 0.306419 0.27245 0.250184 0.243362 0.2506 0.265318 0.281494 0.296385 0.309447 0.320951 0.331299 0.340819 0.349732 0.358183 0.366269 0.374054 0.381587 0.388901 0.39601 0.402947 0.409735 0.416391 0.422917 0.429323 0.435619 0.441814 0.447913 0.453924 0.459856 0.465717 0.471513 0.477253 0.482942 0.488589 0.494197 0.499775 0.505326 0.510857 0.516373 0.521878 0.527379 0.532878 0.538381 0.543892 0.549416 0.554955 0.560515 0.566099 0.57171 0.577353 0.58303 0.588745 0.594502 0.600304 0.606154 0.612056 0.618013 0.624029 0.630107 0.63625 0.642462 0.648747 0.655109 0.661551 0.668077 0.674691 0.681397 0.688199 0.695103 0.702112 0.709232 0.716467 0.723822 0.731304 0.738917 0.746667 0.754561 0.762604 0.770805 0.779169 0.787704 0.796418 0.805318 0.814415 0.823715 0.83323 0.842968 0.85294 0.863157 0.87363 0.884371 0.895394 0.906711 0.918336 0.930285 0.942572 0.955214 0.968228 0.981633 0.995446 1.00969 1.02438 1.03954 1.0552 1.07137 1.08808 1.10534 1.12318 1.14158 1.1605 1.17979 1.199 1.2171 1.23368 1.25001 1.26947 1.28969 1.31146 1.3341 1.35703 1.38422 1.41106 1.43978 1.46904 1.50112 1.53445 1.57028 1.6068 1.64573 1.68696 1.73044 1.77595 1.82215 1.87256 1.92623 1.98292 2.04222 2.10572 2.17355 2.24582 2.32296 2.40559 2.49453 2.59088 2.69575 2.80701 2.92928 3.06231 3.20743 3.36685 3.5435 3.74082 3.96354 4.21714 4.50995 4.85124 5.25647 5.74135 6.33433 7.05738 7.95159 9.01596 10.2446 11.4731 12.5004 1.79713 1.07074 2.92633 2.50659 2.673 2.11894 2.03469 1.7858 1.62541 1.46073 1.32916 1.21823 1.13221 1.0633 1.00844 0.963358 0.925687 0.893485 0.865477 0.840572 0.817824 0.796292 0.775071 0.753262 0.730028 0.704599 0.676347 0.644814 0.609756 0.571202 0.529442 0.485092 0.439083 0.392715 0.347735 0.306551 0.272554 0.250245 0.243374 0.250577 0.265285 0.281464 0.296361 0.30943 0.320937 0.331288 0.340809 0.349723 0.358175 0.366262 0.374047 0.38158 0.388896 0.396005 0.402943 0.409731 0.416387 0.422913 0.42932 0.435617 0.441811 0.44791 0.453922 0.459854 0.465715 0.471511 0.477251 0.482941 0.488587 0.494196 0.499773 0.505325 0.510856 0.516372 0.521878 0.527378 0.532877 0.53838 0.543892 0.549415 0.554955 0.560515 0.566098 0.571709 0.577352 0.583029 0.588744 0.594501 0.600303 0.606153 0.612055 0.618013 0.624028 0.630106 0.636249 0.642462 0.648747 0.655108 0.66155 0.668076 0.67469 0.681396 0.688199 0.695103 0.702112 0.709232 0.716466 0.723822 0.731303 0.738916 0.746666 0.75456 0.762604 0.770804 0.779168 0.787703 0.796417 0.805318 0.814414 0.823715 0.833229 0.842967 0.852939 0.863156 0.873629 0.884371 0.895393 0.90671 0.918336 0.930284 0.942571 0.955213 0.968228 0.981632 0.995445 1.00969 1.02438 1.03954 1.0552 1.07137 1.08808 1.10534 1.12318 1.14158 1.1605 1.17979 1.199 1.2171 1.23368 1.25002 1.26948 1.2897 1.31148 1.3341 1.35704 1.38422 1.41103 1.43976 1.47041 1.50122 1.53455 1.57033 1.60682 1.64574 1.68697 1.73044 1.77596 1.82217 1.87257 1.92624 1.98294 2.04223 2.10573 2.17355 2.24582 2.32296 2.4056 2.49454 2.59089 2.69575 2.80702 2.92928 3.06231 3.20743 3.36685 3.5435 3.74082 3.96354 4.21714 4.50995 4.85124 5.25647 5.74135 6.33433 7.05738 7.95159 9.01596 10.2446 11.4731 12.5004 2.67226 1.22104 3.26158 2.63898 3.00162 2.42243 2.24599 1.95051 1.73677 1.53345 1.36973 1.23505 1.13179 1.04971 0.984173 0.93053 0.886154 0.848845 0.81704 0.789411 0.764829 0.742223 0.720587 0.698944 0.676382 0.652084 0.625366 0.595723 0.562878 0.526809 0.487772 0.446324 0.403341 0.360023 0.317987 0.279407 0.247344 0.225965 0.219166 0.226376 0.241416 0.258006 0.273182 0.286374 0.297884 0.308151 0.317525 0.326244 0.334465 0.342292 0.349799 0.357039 0.364049 0.370844 0.377461 0.383926 0.390257 0.396457 0.402536 0.408507 0.414376 0.420153 0.425844 0.431457 0.437001 0.442483 0.447909 0.453288 0.458624 0.463925 0.469195 0.47444 0.479666 0.484877 0.490078 0.495274 0.50047 0.505668 0.510875 0.516092 0.521326 0.526578 0.531853 0.537154 0.542484 0.547848 0.553248 0.558687 0.564168 0.569696 0.575273 0.580902 0.586586 0.592329 0.598134 0.604005 0.609945 0.615957 0.622045 0.628213 0.634464 0.640803 0.647233 0.653758 0.660384 0.667114 0.673954 0.680907 0.68798 0.695178 0.702506 0.70997 0.717576 0.72533 0.73324 0.741312 0.749553 0.757971 0.766575 0.775373 0.784373 0.793585 0.80302 0.812686 0.822596 0.832761 0.843192 0.853902 0.864905 0.876215 0.887846 0.899814 0.912136 0.924828 0.937908 0.951396 0.965311 0.979673 0.994503 1.00982 1.02566 1.04202 1.05892 1.07636 1.09429 1.11254 1.13057 1.14686 1.15972 1.17379 1.19009 1.20792 1.22768 1.24856 1.26713 1.29378 1.31834 1.34485 1.36956 1.39908 1.42983 1.46497 1.49869 1.53477 1.57305 1.61343 1.65557 1.69596 1.74264 1.79254 1.84524 1.90088 1.95982 2.02277 2.08982 2.16136 2.23799 2.32051 2.41013 2.50848 2.61327 2.72823 2.85249 2.98763 3.13592 3.3002 3.4837 3.69095 3.92701 4.19996 4.51827 4.8973 5.35115 5.90898 6.58963 7.4386 8.44957 9.63801 10.8398 11.9167 2.68094 1.22353 3.26285 2.63947 3.00194 2.42245 2.24586 1.95029 1.73649 1.53316 1.36943 1.23515 1.13151 1.04901 0.983417 0.929913 0.885691 0.84848 0.816727 0.789134 0.764594 0.74204 0.720465 0.698882 0.676383 0.652134 0.625455 0.595844 0.563015 0.526959 0.487924 0.446479 0.403492 0.360171 0.318124 0.27953 0.247443 0.226023 0.219175 0.226349 0.241378 0.257972 0.273156 0.286354 0.297869 0.30814 0.317515 0.326235 0.334457 0.342286 0.349793 0.357033 0.364044 0.370839 0.377457 0.383922 0.390253 0.396453 0.402533 0.408504 0.414374 0.420151 0.425842 0.431455 0.436999 0.442481 0.447908 0.453286 0.458623 0.463923 0.469194 0.474439 0.479665 0.484876 0.490077 0.495274 0.500469 0.505667 0.510874 0.516092 0.521325 0.526577 0.531852 0.537153 0.542484 0.547847 0.553247 0.558686 0.564168 0.569695 0.575272 0.580901 0.586585 0.592329 0.598134 0.604005 0.609944 0.615956 0.622044 0.628212 0.634463 0.640802 0.647232 0.653758 0.660383 0.667114 0.673953 0.680907 0.68798 0.695177 0.702505 0.709969 0.717575 0.72533 0.733239 0.741311 0.749552 0.757971 0.766574 0.775372 0.784372 0.793585 0.803019 0.812686 0.822595 0.83276 0.843191 0.853901 0.864904 0.876214 0.887845 0.899813 0.912135 0.924827 0.937907 0.951395 0.96531 0.979672 0.994502 1.00982 1.02565 1.04202 1.05892 1.07636 1.09429 1.11254 1.13057 1.14686 1.15972 1.1738 1.19011 1.20794 1.2277 1.24857 1.26715 1.29378 1.31831 1.34484 1.37329 1.39939 1.42996 1.46503 1.49872 1.53479 1.57307 1.61344 1.65558 1.69598 1.74266 1.79256 1.84526 1.90089 1.95983 2.02278 2.08983 2.16137 2.238 2.32052 2.41014 2.50849 2.61328 2.72823 2.85249 2.98763 3.13592 3.3002 3.4837 3.69095 3.92701 4.19996 4.51827 4.8973 5.35115 5.90898 6.58963 7.4386 8.44957 9.63801 10.8398 11.9167 4.48791 1.51617 3.73786 2.85181 3.188 2.6391 2.36477 2.02343 1.76318 1.52916 1.34132 1.19098 1.07902 0.991483 0.921908 0.865272 0.818711 0.779905 0.747171 0.719109 0.69455 0.672404 0.651647 0.631288 0.610395 0.588128 0.563784 0.536831 0.506969 0.474142 0.438574 0.40077 0.361545 0.322005 0.283624 0.248348 0.218879 0.198952 0.192432 0.199508 0.21461 0.231357 0.246603 0.259744 0.271109 0.281161 0.290267 0.298681 0.306569 0.314042 0.321181 0.328043 0.334669 0.341074 0.3473 0.353372 0.359312 0.365121 0.370812 0.376396 0.381882 0.387279 0.392595 0.397835 0.403009 0.408124 0.413186 0.418203 0.42318 0.428123 0.433038 0.437929 0.442802 0.447661 0.452511 0.457356 0.4622 0.467048 0.471904 0.47677 0.481651 0.486549 0.49147 0.496415 0.501388 0.506392 0.51143 0.516505 0.52162 0.526779 0.531984 0.537237 0.542543 0.547905 0.553324 0.558806 0.564352 0.569966 0.575651 0.581412 0.587251 0.593172 0.599179 0.605275 0.611466 0.617755 0.624147 0.630646 0.637257 0.643986 0.650836 0.657815 0.664927 0.672179 0.679577 0.687127 0.694836 0.702712 0.710763 0.718996 0.72742 0.736043 0.744875 0.753926 0.763205 0.772725 0.782495 0.792529 0.802838 0.813436 0.824337 0.835556 0.847108 0.85901 0.871277 0.883929 0.896984 0.910461 0.924381 0.938763 0.953628 0.968993 0.98487 1.00125 1.0181 1.03521 1.05198 1.06602 1.07141 1.08586 1.09696 1.11081 1.12814 1.14718 1.1593 1.18621 1.20819 1.23222 1.24964 1.27593 1.30352 1.33981 1.37036 1.4031 1.43792 1.47465 1.51279 1.54342 1.58541 1.63074 1.67859 1.73132 1.78485 1.84199 1.9028 1.96766 2.03711 2.11196 2.19346 2.28412 2.38308 2.48978 2.60367 2.727 2.86211 3.01177 3.17887 3.36774 3.58283 3.83193 4.12233 4.46921 4.88419 5.3972 6.02171 6.80866 7.74125 8.86209 9.99839 11.0977 4.51453 1.52013 3.73884 2.85217 3.18826 2.6391 2.36462 2.02319 1.76288 1.52887 1.34109 1.19256 1.07973 0.991071 0.921069 0.864503 0.818149 0.779505 0.746861 0.718849 0.694331 0.672231 0.651529 0.631225 0.61039 0.588172 0.563865 0.536945 0.507098 0.474284 0.438718 0.400917 0.361687 0.322144 0.283752 0.248464 0.218972 0.199007 0.192441 0.199479 0.214568 0.23132 0.246575 0.259723 0.271093 0.281148 0.290257 0.298672 0.306561 0.314036 0.321175 0.328037 0.334664 0.34107 0.347296 0.353369 0.359308 0.365118 0.370809 0.376393 0.38188 0.387277 0.392593 0.397833 0.403007 0.408122 0.413185 0.418202 0.423179 0.428122 0.433037 0.437928 0.442801 0.44766 0.45251 0.457355 0.4622 0.467048 0.471903 0.476769 0.48165 0.486549 0.491469 0.496414 0.501387 0.506391 0.511429 0.516504 0.52162 0.526778 0.531983 0.537237 0.542543 0.547904 0.553324 0.558805 0.564351 0.569965 0.575651 0.581411 0.58725 0.593171 0.599178 0.605275 0.611466 0.617755 0.624146 0.630645 0.637256 0.643985 0.650836 0.657814 0.664926 0.672178 0.679576 0.687126 0.694835 0.702712 0.710762 0.718995 0.727419 0.736042 0.744874 0.753925 0.763204 0.772724 0.782494 0.792528 0.802837 0.813435 0.824336 0.835555 0.847107 0.859009 0.871276 0.883928 0.896983 0.91046 0.92438 0.938762 0.953627 0.968992 0.984869 1.00125 1.01809 1.03521 1.05198 1.06603 1.07143 1.08588 1.09698 1.11085 1.12818 1.14721 1.15932 1.18622 1.20816 1.23221 1.25814 1.27667 1.30372 1.3399 1.3704 1.40314 1.43795 1.47468 1.51281 1.54345 1.58543 1.63076 1.67861 1.73134 1.78487 1.84201 1.90282 1.96768 2.03714 2.11198 2.19348 2.28414 2.3831 2.48979 2.60367 2.727 2.86211 3.01177 3.17887 3.36774 3.58283 3.83193 4.12233 4.46921 4.88419 5.3972 6.02171 6.80866 7.74125 8.86209 9.99839 11.0977 8.509 2.07932 3.92152 3.12057 3.2016 2.6644 2.31127 1.94109 1.65507 1.40988 1.21473 1.06302 0.959556 0.880857 0.817851 0.765873 0.722598 0.686241 0.655466 0.629132 0.606252 0.585868 0.567054 0.548881 0.530458 0.510965 0.489708 0.466152 0.439985 0.41113 0.379779 0.346388 0.311708 0.276748 0.242835 0.211676 0.185584 0.167753 0.16177 0.168445 0.183074 0.199469 0.21438 0.227155 0.238118 0.247737 0.256385 0.264319 0.271714 0.278687 0.285319 0.291675 0.297795 0.303695 0.30942 0.314995 0.320443 0.325765 0.330973 0.336081 0.341096 0.346028 0.350884 0.355671 0.360396 0.365066 0.369688 0.374269 0.378813 0.383326 0.387813 0.392279 0.396729 0.401167 0.405597 0.410023 0.414449 0.418879 0.423317 0.427765 0.432227 0.436707 0.441206 0.44573 0.450279 0.454858 0.459469 0.464115 0.468798 0.473522 0.478289 0.483101 0.487963 0.492876 0.497843 0.502868 0.507954 0.513102 0.518318 0.523603 0.528961 0.534395 0.53991 0.545508 0.551193 0.55697 0.562843 0.568816 0.574892 0.581078 0.587378 0.593797 0.600341 0.607014 0.613823 0.620774 0.627874 0.635129 0.642546 0.650133 0.657898 0.665849 0.673995 0.682345 0.690909 0.699696 0.708718 0.717985 0.72751 0.737305 0.747383 0.757758 0.768445 0.779458 0.790815 0.802531 0.814625 0.827114 0.840019 0.853357 0.867148 0.881409 0.896151 0.911369 0.927015 0.942903 0.958303 0.969435 0.95802 0.981316 0.98481 0.990831 1.00473 1.01705 1.02122 1.04805 1.06688 1.08806 1.09588 1.11831 1.14162 1.18044 1.20708 1.23566 1.2661 1.29821 1.3313 1.34473 1.38013 1.41939 1.4607 1.5105 1.55686 1.6064 1.6591 1.71527 1.77541 1.84023 1.91103 1.99158 2.08975 2.18634 2.28702 2.3954 2.51388 2.64511 2.79156 2.95724 3.14578 3.3646 3.61928 3.92482 4.28908 4.74302 5.29169 5.99322 6.81308 7.82942 8.84584 9.92876 8.55428 2.08003 3.92045 3.12041 3.20167 2.66437 2.31111 1.94086 1.65479 1.40961 1.21462 1.06951 0.963482 0.881741 0.817299 0.765045 0.721933 0.685784 0.655146 0.628885 0.606051 0.58571 0.566944 0.54882 0.530449 0.511003 0.489781 0.466257 0.440106 0.411264 0.379914 0.346527 0.311841 0.276877 0.242953 0.211783 0.18567 0.167806 0.161779 0.168416 0.183032 0.199431 0.214351 0.227133 0.238103 0.247726 0.256375 0.264312 0.271708 0.278681 0.285314 0.291669 0.297791 0.303692 0.309417 0.314992 0.32044 0.325762 0.330971 0.336079 0.341094 0.346026 0.350883 0.35567 0.360395 0.365065 0.369687 0.374267 0.378811 0.383325 0.387812 0.392278 0.396728 0.401166 0.405596 0.410022 0.414449 0.418879 0.423316 0.427764 0.432226 0.436706 0.441206 0.445729 0.450279 0.454857 0.459468 0.464114 0.468797 0.473521 0.478288 0.483101 0.487962 0.492875 0.497843 0.502868 0.507953 0.513102 0.518317 0.523602 0.52896 0.534394 0.539909 0.545507 0.551193 0.55697 0.562842 0.568815 0.574892 0.581078 0.587377 0.593796 0.60034 0.607013 0.613822 0.620773 0.627873 0.635128 0.642545 0.650132 0.657897 0.665848 0.673994 0.682344 0.690908 0.699695 0.708717 0.717984 0.727509 0.737304 0.747382 0.757757 0.768444 0.779457 0.790814 0.80253 0.814624 0.827113 0.840017 0.853356 0.867147 0.881408 0.89615 0.911368 0.927014 0.942902 0.958304 0.969443 0.958055 0.981334 0.984835 0.990868 1.00477 1.01711 1.02125 1.0481 1.06687 1.08789 1.11085 1.11948 1.14187 1.18055 1.20715 1.23572 1.26616 1.29828 1.33136 1.34475 1.38014 1.41939 1.46071 1.51054 1.5569 1.60645 1.65915 1.71532 1.77546 1.84028 1.91108 1.99163 2.08976 2.18635 2.28702 2.3954 2.51388 2.64511 2.79156 2.95724 3.14578 3.3646 3.61928 3.92482 4.28908 4.74302 5.29169 5.99322 6.81308 7.82942 8.84584 9.92876 17.5133 2.9317 3.68056 3.02216 2.81998 2.33171 1.96067 1.61857 1.35196 1.13492 0.962661 0.836572 0.775028 0.725332 0.679726 0.638308 0.601717 0.569908 0.54248 0.518847 0.49836 0.480296 0.463886 0.448318 0.432776 0.416492 0.3988 0.379177 0.357305 0.333088 0.306686 0.278508 0.249235 0.219775 0.191298 0.165255 0.143504 0.128534 0.123285 0.128919 0.141968 0.156972 0.17075 0.182557 0.192642 0.201431 0.209275 0.216427 0.223055 0.229277 0.235173 0.240808 0.246222 0.25143 0.256475 0.261384 0.266178 0.270861 0.275441 0.27993 0.284338 0.288672 0.29294 0.29715 0.301305 0.305412 0.309479 0.31351 0.31751 0.321485 0.325438 0.329375 0.333299 0.337214 0.341124 0.345033 0.348943 0.352859 0.356783 0.360718 0.364668 0.368635 0.372623 0.376632 0.380668 0.384731 0.388824 0.392951 0.397113 0.401313 0.405553 0.409836 0.414165 0.418542 0.422969 0.42745 0.431988 0.436584 0.441241 0.445964 0.450754 0.455614 0.460549 0.465561 0.470655 0.475832 0.481099 0.486457 0.491912 0.497468 0.503129 0.508901 0.514787 0.520794 0.526926 0.53319 0.539591 0.546136 0.552831 0.559684 0.566702 0.573891 0.581262 0.588822 0.59658 0.604545 0.612729 0.62114 0.629791 0.638694 0.647859 0.657302 0.667034 0.677072 0.687429 0.698122 0.709168 0.720584 0.732388 0.744599 0.757234 0.77031 0.783838 0.797813 0.812191 0.826788 0.840785 0.848334 0.799771 0.852012 0.847414 0.839044 0.847694 0.825446 0.825093 0.845421 0.859923 0.877485 0.880457 0.900399 0.917324 0.951826 0.973087 0.99589 1.02023 1.04591 1.07184 1.0551 1.08281 1.11327 1.14419 1.1725 1.20672 1.24452 1.28474 1.32756 1.37338 1.42278 1.47688 1.54072 1.65711 1.73947 1.82055 1.90706 2.00142 2.10599 2.22256 2.35472 2.50482 2.67979 2.88259 3.12791 3.41782 3.78466 4.22036 4.79299 5.44009 6.28725 7.09352 8.08588 17.3534 2.91222 3.67584 3.02113 2.8198 2.33165 1.96055 1.61839 1.35174 1.13466 0.962694 0.856693 0.78605 0.728863 0.679929 0.637577 0.600981 0.569381 0.542129 0.518599 0.498172 0.48015 0.463783 0.448257 0.432762 0.416522 0.398862 0.37927 0.357413 0.333209 0.306809 0.278634 0.249354 0.219891 0.191404 0.165349 0.143581 0.128584 0.123298 0.128897 0.14193 0.156936 0.170722 0.182537 0.192628 0.20142 0.209267 0.21642 0.22305 0.229272 0.235169 0.240803 0.246219 0.251427 0.256473 0.261382 0.266176 0.270858 0.275439 0.279928 0.284336 0.288671 0.292939 0.297148 0.301303 0.305411 0.309478 0.313509 0.317509 0.321484 0.325438 0.329374 0.333298 0.337213 0.341124 0.345032 0.348943 0.352858 0.356782 0.360718 0.364668 0.368635 0.372622 0.376632 0.380667 0.38473 0.388824 0.39295 0.397112 0.401312 0.405552 0.409836 0.414164 0.418541 0.422969 0.42745 0.431987 0.436583 0.441241 0.445963 0.450753 0.455613 0.460548 0.46556 0.470654 0.475832 0.481098 0.486456 0.491911 0.497467 0.503129 0.5089 0.514786 0.520793 0.526925 0.533189 0.53959 0.546135 0.55283 0.559683 0.5667 0.57389 0.581261 0.588821 0.596579 0.604544 0.612728 0.621139 0.62979 0.638692 0.647858 0.6573 0.667033 0.677071 0.687428 0.698121 0.709167 0.720583 0.732387 0.744598 0.757233 0.770309 0.783836 0.797812 0.81219 0.826788 0.840786 0.848344 0.799828 0.852031 0.847441 0.839096 0.847752 0.825558 0.825106 0.845506 0.859938 0.87676 0.895904 0.89976 0.917496 0.951968 0.9732 0.995995 1.02034 1.04602 1.07194 1.05509 1.08279 1.11325 1.14418 1.17257 1.20679 1.2446 1.28481 1.32764 1.37347 1.42287 1.47697 1.54081 1.65712 1.73947 1.82055 1.90706 2.00142 2.10599 2.22256 2.35472 2.50482 2.67979 2.88259 3.12791 3.41782 3.78466 4.22036 4.79299 5.44009 6.28725 7.09352 8.08588 12.7116 2.79352 2.49455 2.21791 1.94232 1.68275 1.43753 1.22507 1.0426 0.892463 0.768141 0.690816 0.635131 0.584474 0.538826 0.49815 0.462388 0.431295 0.404486 0.381484 0.361765 0.344739 0.329751 0.316083 0.302978 0.289698 0.27558 0.26008 0.242849 0.223748 0.202894 0.180647 0.157629 0.13467 0.112799 0.0931961 0.0771936 0.0663495 0.0623972 0.0661619 0.0756916 0.0872751 0.0982906 0.107877 0.1161 0.123261 0.129644 0.135455 0.14084 0.145896 0.150691 0.155279 0.159697 0.163948 0.168074 0.172098 0.176036 0.179902 0.183689 0.187408 0.191065 0.194667 0.198219 0.201728 0.2052 0.208637 0.212045 0.215429 0.218793 0.222142 0.225479 0.228807 0.23213 0.235451 0.238773 0.242099 0.245432 0.248774 0.252129 0.255499 0.258887 0.262294 0.265724 0.269178 0.27266 0.27617 0.279712 0.283288 0.286899 0.290549 0.294239 0.297971 0.301748 0.305572 0.309446 0.313372 0.317352 0.321389 0.325486 0.329645 0.333869 0.338161 0.342525 0.346962 0.351477 0.356073 0.360753 0.365521 0.370381 0.375338 0.380395 0.385557 0.390829 0.396215 0.40172 0.407351 0.413113 0.419011 0.425053 0.431245 0.437594 0.444107 0.450792 0.457658 0.464713 0.471966 0.479427 0.487105 0.495013 0.503161 0.511561 0.520226 0.52917 0.538405 0.547948 0.557813 0.568017 0.578577 0.589511 0.600837 0.612572 0.624733 0.637331 0.650364 0.663789 0.677431 0.690416 0.694885 0.583048 0.691125 0.683857 0.65677 0.659592 0.519232 0.529912 0.527378 0.5326 0.546244 0.566995 0.588089 0.597713 0.603304 0.612828 0.628268 0.645147 0.663024 0.680118 0.620274 0.641074 0.660878 0.678514 0.536573 0.544446 0.561397 0.579716 0.599278 0.620279 0.642979 0.667875 0.697444 0.789364 0.83449 0.874743 0.917532 0.964118 1.01617 1.07402 1.14061 1.2155 1.30528 1.40691 1.53622 1.68171 1.88264 2.10028 2.4312 2.74862 3.28327 3.66809 4.46793 12.5777 2.78919 2.49336 2.21779 1.94234 1.68273 1.43742 1.22491 1.04241 0.892237 0.767992 0.702445 0.640983 0.586237 0.538477 0.497151 0.461458 0.430638 0.404067 0.381211 0.361572 0.344591 0.329642 0.316009 0.302943 0.289704 0.275616 0.260148 0.242932 0.223846 0.202995 0.180749 0.157725 0.134762 0.112881 0.0932664 0.0772498 0.0663851 0.0624065 0.0661459 0.0756628 0.0872462 0.0982672 0.10786 0.116087 0.123252 0.129636 0.13545 0.140836 0.145893 0.150688 0.155275 0.159694 0.163946 0.168073 0.172097 0.176035 0.179901 0.183688 0.187407 0.191064 0.194666 0.198219 0.201728 0.205199 0.208636 0.212044 0.215428 0.218792 0.222141 0.225478 0.228807 0.23213 0.235451 0.238773 0.242099 0.245431 0.248774 0.252129 0.255499 0.258886 0.262293 0.265723 0.269178 0.272659 0.27617 0.279712 0.283287 0.286899 0.290548 0.294238 0.29797 0.301747 0.305571 0.309445 0.313371 0.317351 0.321388 0.325485 0.329644 0.333868 0.338161 0.342524 0.346961 0.351476 0.356072 0.360752 0.36552 0.37038 0.375337 0.380394 0.385556 0.390828 0.396214 0.40172 0.40735 0.413112 0.41901 0.425052 0.431244 0.437593 0.444106 0.450791 0.457657 0.464712 0.471965 0.479425 0.487104 0.495012 0.50316 0.51156 0.520225 0.529169 0.538404 0.547947 0.557812 0.568016 0.578576 0.58951 0.600835 0.61257 0.624731 0.63733 0.650363 0.663788 0.67743 0.690417 0.694897 0.583107 0.691139 0.683884 0.656832 0.659662 0.519277 0.529935 0.527395 0.532519 0.543878 0.559504 0.581507 0.597652 0.603365 0.612864 0.628293 0.645173 0.663049 0.68014 0.620282 0.641098 0.660902 0.678541 0.536572 0.54444 0.561389 0.579709 0.599272 0.620272 0.642973 0.66787 0.697434 0.789347 0.834489 0.874743 0.917532 0.964118 1.01617 1.07402 1.14061 1.2155 1.30528 1.40691 1.53622 1.68171 1.88264 2.10028 2.4312 2.74862 3.28327 3.66809 4.46793 ) ; boundaryField { leftAndRight { type kqRWallFunction; value nonuniform List<scalar> 400 ( 0.0222998 0.0222972 0.0346331 0.0346334 0.0521607 0.0521624 0.0673418 0.0673437 0.0808264 0.0808286 0.0933171 0.0933194 0.105587 0.105589 0.117468 0.117471 0.129123 0.129126 0.140591 0.140594 0.151905 0.151908 0.163088 0.163092 0.17416 0.174164 0.185134 0.185139 0.196023 0.196028 0.206837 0.206842 0.217588 0.217593 0.228285 0.22829 0.238942 0.238948 0.249576 0.249582 0.260204 0.260211 0.270852 0.27086 0.28155 0.281558 0.292335 0.292344 0.303253 0.303262 0.314361 0.314371 0.325725 0.325736 0.337425 0.337436 0.349552 0.349565 0.36221 0.362224 0.375514 0.375529 0.389588 0.389603 0.404559 0.404575 0.420556 0.420573 0.437704 0.437721 0.456114 0.456132 0.475879 0.475897 0.497068 0.497086 0.519719 0.519738 0.543838 0.543857 0.569393 0.569411 0.596312 0.596331 0.62449 0.624508 0.653783 0.6538 0.684012 0.684028 0.714971 0.714986 0.746426 0.746439 0.778121 0.778133 0.809785 0.809795 0.841134 0.841143 0.871883 0.87189 0.901743 0.901748 0.930435 0.930439 0.957693 0.957695 0.983269 0.983268 1.00694 1.00693 1.02849 1.02849 1.04777 1.04776 1.06461 1.0646 1.0789 1.07889 1.09054 1.09053 1.09942 1.09941 1.10545 1.10544 1.10853 1.10851 1.1085 1.10849 1.1052 1.10519 1.09837 1.09836 1.08771 1.0877 1.07285 1.07285 1.05339 1.05339 1.02889 1.02889 0.998973 0.998963 0.963357 0.963334 0.921974 0.921927 0.875047 0.874962 0.823175 0.823035 0.767371 0.767157 0.709033 0.708727 0.649838 0.649425 0.591549 0.591023 0.535781 0.535144 0.483776 0.483042 0.436255 0.435445 0.39339 0.392532 0.354907 0.354031 0.32027 0.319405 0.28888 0.288053 0.26025 0.259483 0.234078 0.233388 0.210254 0.209655 0.188803 0.188302 0.169718 0.169315 0.152927 0.152617 0.138271 0.138044 0.125508 0.125349 0.114321 0.114213 0.104349 0.104276 0.0952998 0.0952476 0.0870849 0.0870437 0.0781644 0.0781344 0.0192045 0.0192159 0.0318761 0.0318788 0.031094 0.0310897 0.0396972 0.0396974 0.0478597 0.0478598 0.0554041 0.0554042 0.0625264 0.0625265 0.0693358 0.0693359 0.0758608 0.0758609 0.0821696 0.0821697 0.0883151 0.0883152 0.094335 0.0943351 0.100265 0.100265 0.106131 0.106131 0.112023 0.112024 0.117921 0.117921 0.123826 0.123826 0.129744 0.129744 0.135687 0.135687 0.141666 0.141666 0.14769 0.14769 0.153769 0.153769 0.159913 0.159913 0.166128 0.166128 0.172422 0.172422 0.178804 0.178804 0.185281 0.185281 0.191859 0.191859 0.198545 0.198545 0.205347 0.205347 0.21227 0.21227 0.219322 0.219322 0.22651 0.22651 0.23384 0.23384 0.241319 0.241318 0.248954 0.248953 0.256752 0.256752 0.264721 0.264721 0.272868 0.272868 0.2812 0.2812 0.289727 0.289727 0.298455 0.298455 0.307395 0.307394 0.316553 0.316553 0.32594 0.32594 0.335566 0.335566 0.34544 0.34544 0.355573 0.355573 0.365976 0.365976 0.376661 0.37666 0.387639 0.387639 0.398924 0.398924 0.410529 0.410528 0.422468 0.422468 0.434756 0.434756 0.44741 0.447409 0.460445 0.460444 0.47388 0.473879 0.487733 0.487733 0.502026 0.502025 0.516779 0.516778 0.532015 0.532015 0.54776 0.54776 0.56404 0.56404 0.580884 0.580883 0.598322 0.598322 0.61639 0.616389 0.635123 0.635122 0.654562 0.654562 0.674753 0.674752 0.695744 0.695743 0.71759 0.717589 0.740353 0.740352 0.764101 0.7641 0.788913 0.788913 0.814878 0.814878 0.842098 0.842097 0.870689 0.870688 0.900788 0.900787 0.932554 0.932554 0.966175 0.966175 1.00187 1.00187 1.03992 1.03992 1.08063 1.08063 1.1244 1.1244 1.17173 1.17173 1.22322 1.22322 1.27965 1.27965 1.34203 1.34203 1.41167 1.41167 1.49036 1.49036 1.58053 1.58053 1.68569 1.68569 1.81102 1.81102 1.96447 1.96447 2.15933 2.15933 2.41847 2.41847 2.78712 2.78712 3.36735 3.36735 4.51851 4.51851 ) ; } frontAndBack { type empty; } Baffle { type kqRWallFunction; value nonuniform List<scalar> 400 ( 0.0222998 0.0222972 0.0340195 0.0340197 0.0528143 0.0528161 0.0694047 0.0694065 0.0845068 0.0845087 0.0982257 0.0982276 0.111042 0.111044 0.123378 0.12338 0.135087 0.135089 0.146377 0.146379 0.157313 0.157315 0.167946 0.167948 0.178315 0.178317 0.18845 0.188452 0.198372 0.198374 0.208097 0.208099 0.217635 0.217637 0.226993 0.226994 0.236174 0.236176 0.24518 0.245182 0.254011 0.254013 0.262665 0.262666 0.271139 0.271141 0.279431 0.279432 0.287536 0.287537 0.29545 0.295451 0.303169 0.30317 0.31069 0.310691 0.318008 0.318009 0.32512 0.325121 0.332023 0.332024 0.338714 0.338715 0.345191 0.345191 0.351451 0.351452 0.357495 0.357495 0.363319 0.36332 0.368925 0.368926 0.374313 0.374313 0.379482 0.379482 0.384434 0.384434 0.38917 0.389171 0.393693 0.393693 0.398003 0.398003 0.402104 0.402104 0.405998 0.405999 0.409689 0.409689 0.41318 0.41318 0.416473 0.416473 0.419572 0.419572 0.42248 0.42248 0.4252 0.4252 0.427765 0.427765 0.430162 0.430162 0.432388 0.432388 0.434445 0.434445 0.436338 0.436338 0.438072 0.438072 0.43965 0.43965 0.441078 0.441078 0.44236 0.44236 0.443501 0.4435 0.444504 0.444504 0.445374 0.445374 0.446116 0.446115 0.446733 0.446733 0.447229 0.447229 0.447609 0.447609 0.447876 0.447875 0.448033 0.448033 0.448085 0.448085 0.448035 0.448034 0.447885 0.447885 0.44764 0.44764 0.447302 0.447302 0.446875 0.446875 0.446361 0.446361 0.445763 0.445763 0.445084 0.445083 0.444325 0.444325 0.443491 0.44349 0.442582 0.442581 0.441601 0.441601 0.44055 0.44055 0.439432 0.439432 0.438248 0.438247 0.436999 0.436999 0.435688 0.435688 0.434317 0.434317 0.432886 0.432886 0.431398 0.431397 0.429853 0.429853 0.428253 0.428253 0.4266 0.426599 0.424894 0.424893 0.423136 0.423135 0.421327 0.421327 0.41947 0.419469 0.417563 0.417563 0.415609 0.415608 0.413607 0.413607 0.411559 0.411559 0.409466 0.409465 0.407327 0.407327 0.405144 0.405144 0.402917 0.402917 0.400646 0.400646 0.398332 0.398332 0.395976 0.395976 0.393577 0.393577 0.391136 0.391136 0.388653 0.388653 0.386129 0.386129 0.383563 0.383563 0.380957 0.380956 0.378309 0.378308 0.37562 0.375619 0.37289 0.37289 0.37012 0.370119 0.367309 0.367308 0.364457 0.364456 0.361564 0.361564 0.358631 0.358631 0.355657 0.355657 0.352643 0.352643 0.349588 0.349588 0.346492 0.346492 0.343356 0.343356 0.340179 0.340178 0.336961 0.336961 0.333703 0.333702 0.330403 0.330403 0.327064 0.327063 0.323683 0.323683 0.320262 0.320262 0.316801 0.3168 0.313299 0.313299 0.309757 0.309757 0.306175 0.306174 0.302553 0.302552 0.298891 0.298891 0.29519 0.29519 0.29145 0.29145 0.287671 0.287671 0.283854 0.283853 0.279998 0.279998 0.276106 0.276105 0.272176 0.272176 0.26821 0.26821 0.264208 0.264208 0.260171 0.260171 0.2561 0.256099 0.251995 0.251994 0.247857 0.247856 0.243687 0.243687 0.239486 0.239486 0.235255 0.235254 0.230994 0.230994 0.226706 0.226706 0.222391 0.22239 0.218049 0.218049 0.213683 0.213683 0.209293 0.209293 0.20488 0.20488 0.200447 0.200446 0.195993 0.195993 0.19152 0.19152 0.187029 0.187029 0.182521 0.182521 0.177998 0.177998 0.17346 0.17346 0.168908 0.168908 0.164343 0.164343 0.159766 0.159766 0.155177 0.155177 0.150577 0.150577 0.145966 0.145966 0.141342 0.141342 0.136707 0.136707 0.13206 0.13206 0.127398 0.127398 0.12272 0.12272 0.118025 0.118025 0.11331 0.11331 0.108577 0.108577 0.103827 0.103827 0.0990909 0.0990909 0.0943113 0.0943113 0.0894612 0.0894612 0.0845293 0.0845294 0.079492 0.079492 0.074322 0.074322 0.0689825 0.0689825 0.063426 0.0634261 0.0576465 0.0576466 0.0515552 0.0515553 0.0449755 0.0449758 0.0377326 0.0377326 0.0299884 0.0299874 0.0284031 0.0284064 0.0192045 0.0192159 ) ; } cold { type kqRWallFunction; value nonuniform List<scalar> 400 ( 12.7116 12.5777 2.79352 2.78919 2.49455 2.49336 2.21791 2.21779 1.94232 1.94234 1.68275 1.68273 1.43753 1.43742 1.22507 1.22491 1.0426 1.04241 0.892463 0.892237 0.768141 0.767992 0.690816 0.702445 0.635131 0.640983 0.584474 0.586237 0.538826 0.538477 0.49815 0.497151 0.462388 0.461458 0.431295 0.430638 0.404486 0.404067 0.381484 0.381211 0.361765 0.361572 0.344739 0.344591 0.329751 0.329642 0.316083 0.316009 0.302978 0.302943 0.289698 0.289704 0.27558 0.275616 0.26008 0.260148 0.242849 0.242932 0.223748 0.223846 0.202894 0.202995 0.180647 0.180749 0.157629 0.157725 0.13467 0.134762 0.112799 0.112881 0.0931961 0.0932664 0.0771936 0.0772498 0.0663495 0.0663851 0.0623972 0.0624065 0.0661619 0.0661459 0.0756916 0.0756628 0.0872751 0.0872462 0.0982906 0.0982672 0.107877 0.10786 0.1161 0.116087 0.123261 0.123252 0.129644 0.129636 0.135455 0.13545 0.14084 0.140836 0.145896 0.145893 0.150691 0.150688 0.155279 0.155275 0.159697 0.159694 0.163948 0.163946 0.168074 0.168073 0.172098 0.172097 0.176036 0.176035 0.179902 0.179901 0.183689 0.183688 0.187408 0.187407 0.191065 0.191064 0.194667 0.194666 0.198219 0.198219 0.201728 0.201728 0.2052 0.205199 0.208637 0.208636 0.212045 0.212044 0.215429 0.215428 0.218793 0.218792 0.222142 0.222141 0.225479 0.225478 0.228807 0.228807 0.23213 0.23213 0.235451 0.235451 0.238773 0.238773 0.242099 0.242099 0.245432 0.245431 0.248774 0.248774 0.252129 0.252129 0.255499 0.255499 0.258887 0.258886 0.262294 0.262293 0.265724 0.265723 0.269178 0.269178 0.27266 0.272659 0.27617 0.27617 0.279712 0.279712 0.283288 0.283287 0.286899 0.286899 0.290549 0.290548 0.294239 0.294238 0.297971 0.29797 0.301748 0.301747 0.305572 0.305571 0.309446 0.309445 0.313372 0.313371 0.317352 0.317351 0.321389 0.321388 0.325486 0.325485 0.329645 0.329644 0.333869 0.333868 0.338161 0.338161 0.342525 0.342524 0.346962 0.346961 0.351477 0.351476 0.356073 0.356072 0.360753 0.360752 0.365521 0.36552 0.370381 0.37038 0.375338 0.375337 0.380395 0.380394 0.385557 0.385556 0.390829 0.390828 0.396215 0.396214 0.40172 0.40172 0.407351 0.40735 0.413113 0.413112 0.419011 0.41901 0.425053 0.425052 0.431245 0.431244 0.437594 0.437593 0.444107 0.444106 0.450792 0.450791 0.457658 0.457657 0.464713 0.464712 0.471966 0.471965 0.479427 0.479425 0.487105 0.487104 0.495013 0.495012 0.503161 0.50316 0.511561 0.51156 0.520226 0.520225 0.52917 0.529169 0.538405 0.538404 0.547948 0.547947 0.557813 0.557812 0.568017 0.568016 0.578577 0.578576 0.589511 0.58951 0.600837 0.600835 0.612572 0.61257 0.624733 0.624731 0.637331 0.63733 0.650364 0.650363 0.663789 0.663788 0.677431 0.67743 0.690416 0.690417 0.694885 0.694897 0.583048 0.583107 0.691125 0.691139 0.683857 0.683884 0.65677 0.656832 0.659592 0.659662 0.519232 0.519277 0.529912 0.529935 0.527378 0.527395 0.5326 0.532519 0.546244 0.543878 0.566995 0.559504 0.588089 0.581507 0.597713 0.597652 0.603304 0.603365 0.612828 0.612864 0.628268 0.628293 0.645147 0.645173 0.663024 0.663049 0.680118 0.68014 0.620274 0.620282 0.641074 0.641098 0.660878 0.660902 0.678514 0.678541 0.536573 0.536572 0.544446 0.54444 0.561397 0.561389 0.579716 0.579709 0.599278 0.599272 0.620279 0.620272 0.642979 0.642973 0.667875 0.66787 0.697444 0.697434 0.789364 0.789347 0.83449 0.834489 0.874743 0.874743 0.917532 0.917532 0.964118 0.964118 1.01617 1.01617 1.07402 1.07402 1.14061 1.14061 1.2155 1.2155 1.30528 1.30528 1.40691 1.40691 1.53622 1.53622 1.68171 1.68171 1.88264 1.88264 2.10028 2.10028 2.4312 2.4312 2.74862 2.74862 3.28327 3.28327 3.66809 3.66809 4.46793 4.46793 ) ; } inlet { type fixedValue; value uniform 0.0001; } outlet { type zeroGradient; } } // ************************************************************************* //
[ "glaciercoder@github.com" ]
glaciercoder@github.com
a5ddd55819fe2b8780edbf839c1c268b9f049849
d3e1f9a07e09953ac689c74ad1f7f1ada982dd77
/SDK/Widget_StoreItem_parameters.h
0f5ec87ad74e7654fe2ac85ffcb628e6f92fefc2
[]
no_license
xnf4o/HSH_SURVIVE_SDK
5857159731ceda7c06e158711003fbaf22021842
2f49c97a5f14b4eadf7dc3387b55c09bc968da66
refs/heads/main
2023-04-12T06:52:47.854249
2021-04-27T03:13:24
2021-04-27T03:13:24
361,965,544
0
0
null
null
null
null
UTF-8
C++
false
false
3,486
h
#pragma once // Name: hsh, Version: 2 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //--------------------------------------------------------------------------- // Function Widget_StoreItem.Widget_StoreItem_C.GetWidth struct UWidget_StoreItem_C_GetWidth_Params { float Width; // (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) }; // Function Widget_StoreItem.Widget_StoreItem_C.ShowProfilesShop struct UWidget_StoreItem_C_ShowProfilesShop_Params { bool IsError; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor) struct FGSListVirtualGoodsResponse Response; // (BlueprintVisible, BlueprintReadOnly, Parm) }; // Function Widget_StoreItem.Widget_StoreItem_C.ShowItemsShop struct UWidget_StoreItem_C_ShowItemsShop_Params { bool IsError; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor) struct FGSListVirtualGoodsResponse Response; // (BlueprintVisible, BlueprintReadOnly, Parm) }; // Function Widget_StoreItem.Widget_StoreItem_C.Construct struct UWidget_StoreItem_C_Construct_Params { }; // Function Widget_StoreItem.Widget_StoreItem_C.ShowStickersShop struct UWidget_StoreItem_C_ShowStickersShop_Params { bool IsError; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor) struct FGSListVirtualGoodsResponse Response; // (BlueprintVisible, BlueprintReadOnly, Parm) }; // Function Widget_StoreItem.Widget_StoreItem_C.BndEvt__Widget_ButtonChoiceTab_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature struct UWidget_StoreItem_C_BndEvt__Widget_ButtonChoiceTab_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature_Params { int Index; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) }; // Function Widget_StoreItem.Widget_StoreItem_C.ExecuteUbergraph_Widget_StoreItem struct UWidget_StoreItem_C_ExecuteUbergraph_Widget_StoreItem_Params { int EntryPoint; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) }; // Function Widget_StoreItem.Widget_StoreItem_C.OnChioce__DelegateSignature struct UWidget_StoreItem_C_OnChioce__DelegateSignature_Params { int Index; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) }; } #ifdef _MSC_VER #pragma pack(pop) #endif
[ "xnf4o@inbox.ru" ]
xnf4o@inbox.ru
9b3c735c5dc1ca7b8bd5ae53a55a6d15816aea60
b51f473364623c10befaaf15edc80ad37a24de6d
/Classes/AppDelegate.h
467fc3fcd7bbd61f511b0fb2cee3462d65eab799
[]
no_license
Manchery/JumpingGame
e5c1b1438bea32542e1a0f02463abb1a4ad6f851
868f25db3b0fbfcce3340eb02d445ebb397ea6ef
refs/heads/master
2020-04-10T06:08:42.628481
2019-10-05T03:56:16
2019-10-05T03:56:16
155,730,585
0
0
null
null
null
null
UTF-8
C++
false
false
2,239
h
/**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ****************************************************************************/ #ifndef _APP_DELEGATE_H_ #define _APP_DELEGATE_H_ #include "cocos2d.h" USING_NS_CC; /** @brief The cocos2d Application. Private inheritance here hides part of interface from Director. */ class AppDelegate : private cocos2d::Application { public: AppDelegate(); virtual ~AppDelegate(); virtual void initGLContextAttrs(); /** @brief Implement Director and Scene init code here. @return true Initialize success, app continue. @return false Initialize failed, app terminate. */ virtual bool applicationDidFinishLaunching(); /** @brief Called when the application moves to the background @param the pointer of the application */ virtual void applicationDidEnterBackground(); /** @brief Called when the application reenters the foreground @param the pointer of the application */ virtual void applicationWillEnterForeground(); }; #endif // _APP_DELEGATE_H_
[ "Manchery@outlook.com" ]
Manchery@outlook.com
d7097647e5b69dab0d6f42d180a456631e66c478
41b4adb10cc86338d85db6636900168f55e7ff18
/aws-cpp-sdk-sqs/include/aws/sqs/model/ChangeMessageVisibilityBatchRequestEntry.h
1e7dfaa5973350e0540a66957fe4ac93e6b86ca8
[ "JSON", "MIT", "Apache-2.0" ]
permissive
totalkyos/AWS
1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80
7cb444814e938f3df59530ea4ebe8e19b9418793
refs/heads/master
2021-01-20T20:42:09.978428
2016-07-16T00:03:49
2016-07-16T00:03:49
63,465,708
1
1
null
null
null
null
UTF-8
C++
false
false
6,460
h
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ #pragma once #include <aws/sqs/SQS_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSStreamFwd.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace Utils { namespace Xml { class XmlNode; } // namespace Xml } // namespace Utils namespace SQS { namespace Model { /** * <p>Encloses a receipt handle and an entry id for each message in * <a>ChangeMessageVisibilityBatch</a>. </p> <important> <p>All of the following * parameters are list parameters that must be prefixed with * <code>ChangeMessageVisibilityBatchRequestEntry.n</code>, where <code>n</code> is * an integer value starting with 1. For example, a parameter list for this action * might look like this:</p> </important> * <p><code><![CDATA[&amp;ChangeMessageVisibilityBatchRequestEntry.1.Id=change_visibility_msg_2]]></code></p> * <p><code><![CDATA[&amp;ChangeMessageVisibilityBatchRequestEntry.1.ReceiptHandle=<replaceable>Your_Receipt_Handle</replaceable>]]></code></p> * <p><code><![CDATA[&amp;ChangeMessageVisibilityBatchRequestEntry.1.VisibilityTimeout=45]]></code></p> */ class AWS_SQS_API ChangeMessageVisibilityBatchRequestEntry { public: ChangeMessageVisibilityBatchRequestEntry(); ChangeMessageVisibilityBatchRequestEntry(const Aws::Utils::Xml::XmlNode& xmlNode); ChangeMessageVisibilityBatchRequestEntry& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const; void OutputToStream(Aws::OStream& oStream, const char* location) const; /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline const Aws::String& GetId() const{ return m_id; } /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = value; } /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithId(const Aws::String& value) { SetId(value); return *this;} /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithId(Aws::String&& value) { SetId(value); return *this;} /** * <p>An identifier for this particular receipt handle. This is used to communicate * the result. Note that the <code>Id</code>s of a batch request need to be unique * within the request.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithId(const char* value) { SetId(value); return *this;} /** * <p>A receipt handle.</p> */ inline const Aws::String& GetReceiptHandle() const{ return m_receiptHandle; } /** * <p>A receipt handle.</p> */ inline void SetReceiptHandle(const Aws::String& value) { m_receiptHandleHasBeenSet = true; m_receiptHandle = value; } /** * <p>A receipt handle.</p> */ inline void SetReceiptHandle(Aws::String&& value) { m_receiptHandleHasBeenSet = true; m_receiptHandle = value; } /** * <p>A receipt handle.</p> */ inline void SetReceiptHandle(const char* value) { m_receiptHandleHasBeenSet = true; m_receiptHandle.assign(value); } /** * <p>A receipt handle.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithReceiptHandle(const Aws::String& value) { SetReceiptHandle(value); return *this;} /** * <p>A receipt handle.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithReceiptHandle(Aws::String&& value) { SetReceiptHandle(value); return *this;} /** * <p>A receipt handle.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithReceiptHandle(const char* value) { SetReceiptHandle(value); return *this;} /** * <p>The new value (in seconds) for the message's visibility timeout.</p> */ inline int GetVisibilityTimeout() const{ return m_visibilityTimeout; } /** * <p>The new value (in seconds) for the message's visibility timeout.</p> */ inline void SetVisibilityTimeout(int value) { m_visibilityTimeoutHasBeenSet = true; m_visibilityTimeout = value; } /** * <p>The new value (in seconds) for the message's visibility timeout.</p> */ inline ChangeMessageVisibilityBatchRequestEntry& WithVisibilityTimeout(int value) { SetVisibilityTimeout(value); return *this;} private: Aws::String m_id; bool m_idHasBeenSet; Aws::String m_receiptHandle; bool m_receiptHandleHasBeenSet; int m_visibilityTimeout; bool m_visibilityTimeoutHasBeenSet; }; } // namespace Model } // namespace SQS } // namespace Aws
[ "henso@amazon.com" ]
henso@amazon.com
e857919893ca6005b61ad5896cfea602303f953e
a452702c047d6809a2d2895d1ac77aeb90c5cc4b
/week4/server_stat/stats.h
6eccc1672fdbc6ab1d101fa99869b6bb97108717
[]
no_license
mlibovych/Cpp-RedBelt
1e62b45fae1a0ab0f95ea93e2ea142e1fd686823
76d5816223586d79e4c6656f10d908293af16076
refs/heads/master
2023-02-02T15:41:48.977158
2020-12-20T12:09:32
2020-12-20T12:09:32
321,792,800
0
0
null
null
null
null
UTF-8
C++
false
false
620
h
#pragma once #include "http_request.h" #include <string_view> #include <map> using namespace std; class Stats { map<string_view, int> method_count = { {"GET", 0}, {"PUT", 0}, {"POST", 0}, {"DELETE", 0}, {"UNKNOWN", 0}, }; map<string_view, int> uri_count = { {"/", 0}, {"/order", 0}, {"/product", 0}, {"/basket", 0}, {"/help", 0}, {"unknown", 0}, }; public: void AddMethod(string_view method); void AddUri(string_view uri); const map<string_view, int>& GetMethodStats() const; const map<string_view, int>& GetUriStats() const; }; HttpRequest ParseRequest(string_view line);
[ "mlibovych@MacBook-Pro-Maksim.local" ]
mlibovych@MacBook-Pro-Maksim.local
61cfddbe6feff1e07100d897a10a1a5990602817
5fcacbc63db76625cc60ffc9d6ed58a91f134ea4
/vxl/vxl-1.13.0/contrib/oxl/ogui/examples/fsm/display-canny.cxx
276d944ee8cd09a42c6d3b9ba97953701e3d0c79
[]
no_license
EasonZhu/rcc
c809956eb13fb732d1b2c8035db177991e3530aa
d230b542fa97da22271b200e3be7441b56786091
refs/heads/master
2021-01-15T20:28:26.541784
2013-05-14T07:18:12
2013-05-14T07:18:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,697
cxx
//: // \file /* fsm */ #include <vcl_iostream.h> #include <vul/vul_arg.h> #include <vil1/vil1_image.h> #include <vil1/vil1_load.h> #include <osl/osl_easy_canny.h> #include <osl/osl_load_topology.h> #include <vgui/vgui.h> #include <vgui/vgui_gl.h> #include <vgui/vgui_event.h> #include <vgui/vgui_viewer2D.h> #include <vgui/vgui_tableau.h> #include <vgui/vgui_section_buffer.h> void draw(osl_edge const &e) { glBegin(GL_POINTS); glVertex2f(e.GetV1()->GetY(), e.GetV1()->GetX()); glVertex2f(e.GetV2()->GetY(), e.GetV2()->GetX()); glEnd(); glBegin(GL_LINE_STRIP); for (int j=0; j<e.size(); ++j) glVertex2f(e.GetY(j), e.GetX(j)); if (e.GetV1() == e.GetV2()) glVertex2f(e.GetY(0), e.GetX(0)); glEnd(); } //: renders a canny segmentation on top of the given image. struct example_tab_canny : vgui_tableau { int canny; vil1_image image; vcl_string topofile; vcl_list<osl_edge*> edges; vgui_section_buffer *section; example_tab_canny(vil1_image const &image_, int canny_, vcl_string const &topofile_) : canny(canny_) , image(image_) , topofile(topofile_) , section(0) // don't create the section_buffer till the GL context is up. { } ~example_tab_canny() { for (vcl_list<osl_edge*>::iterator e=edges.begin(); e!=edges.end(); ++e) (*e)->unref(); edges.clear(); delete section; section = 0; } void init(); bool handle(vgui_event const &e) { if (e.type == vgui_DRAW) { init(); section->draw_as_image(); glColor3f(1,1,1); glPointSize(4); glLineWidth(1); for (vcl_list<osl_edge*>::const_iterator i=edges.begin(); i!=edges.end(); ++i) ::draw(**i); return true; } else return false; } }; void example_tab_canny::init() { static bool once = false; if (once) return; section = new vgui_section_buffer(0, 0, image.width(), image.height()); section->apply(image); if (topofile == "") osl_easy_canny(canny, image, &edges); else { vcl_list<osl_Vertex*> dummy; osl_load_topology(topofile.c_str(), edges, dummy); } once = true; } int main(int argc, char **argv) { vgui::init(argc, argv); vul_arg<int> canny("-canny", "which canny? (0:oxford, 1:rothwell1, 2:rothwell2)", 0); vul_arg_parse(argc, argv); char const *i_file = argv[1] ? argv[1] : "az32_10.tif"; char const *t_file = (argv[1] && argv[2]) ? argv[2] : ""; vil1_image image = vil1_load(i_file); if (!image) return 1; vcl_cerr << i_file << ": " << image << vcl_endl; vgui_tableau_sptr tab = new example_tab_canny(image, canny(), t_file); vgui_viewer2D_new zoom(tab); return vgui::run(zoom, image.width(), image.height()); }
[ "hieuza@gmail.com" ]
hieuza@gmail.com
485b6d020e4d9d47370d75d92b887bc13fb82430
230fb8845f39bef0f30f5d3541eff5dc0641de14
/Connect3/Export/windows/obj/src/lime/graphics/ImageChannel.cpp
fd0bd84d2a1e900ec1628410fcc876c9ac09c3e4
[]
no_license
vhlk/AlgoritmoMinMax
76abd62a6e2859ed229e5831264b6d8af27e318d
40eded4948794ca48d50d16d2133a9ab21207768
refs/heads/main
2023-06-30T15:16:17.492478
2021-08-02T13:29:32
2021-08-02T13:29:32
390,493,745
1
0
null
null
null
null
UTF-8
C++
false
true
3,034
cpp
// Generated by Haxe 4.2.0 #include <hxcpp.h> #ifndef INCLUDED_lime_graphics_ImageChannel #include <lime/graphics/ImageChannel.h> #endif namespace lime{ namespace graphics{ ::lime::graphics::ImageChannel ImageChannel_obj::ALPHA; ::lime::graphics::ImageChannel ImageChannel_obj::BLUE; ::lime::graphics::ImageChannel ImageChannel_obj::GREEN; ::lime::graphics::ImageChannel ImageChannel_obj::RED; bool ImageChannel_obj::__GetStatic(const ::String &inName, ::Dynamic &outValue, ::hx::PropertyAccess inCallProp) { if (inName==HX_("ALPHA",3e,df,84,9f)) { outValue = ImageChannel_obj::ALPHA; return true; } if (inName==HX_("BLUE",9a,0a,da,2b)) { outValue = ImageChannel_obj::BLUE; return true; } if (inName==HX_("GREEN",a3,46,db,17)) { outValue = ImageChannel_obj::GREEN; return true; } if (inName==HX_("RED",31,75,3e,00)) { outValue = ImageChannel_obj::RED; return true; } return super::__GetStatic(inName, outValue, inCallProp); } HX_DEFINE_CREATE_ENUM(ImageChannel_obj) int ImageChannel_obj::__FindIndex(::String inName) { if (inName==HX_("ALPHA",3e,df,84,9f)) return 3; if (inName==HX_("BLUE",9a,0a,da,2b)) return 2; if (inName==HX_("GREEN",a3,46,db,17)) return 1; if (inName==HX_("RED",31,75,3e,00)) return 0; return super::__FindIndex(inName); } int ImageChannel_obj::__FindArgCount(::String inName) { if (inName==HX_("ALPHA",3e,df,84,9f)) return 0; if (inName==HX_("BLUE",9a,0a,da,2b)) return 0; if (inName==HX_("GREEN",a3,46,db,17)) return 0; if (inName==HX_("RED",31,75,3e,00)) return 0; return super::__FindArgCount(inName); } ::hx::Val ImageChannel_obj::__Field(const ::String &inName,::hx::PropertyAccess inCallProp) { if (inName==HX_("ALPHA",3e,df,84,9f)) return ALPHA; if (inName==HX_("BLUE",9a,0a,da,2b)) return BLUE; if (inName==HX_("GREEN",a3,46,db,17)) return GREEN; if (inName==HX_("RED",31,75,3e,00)) return RED; return super::__Field(inName,inCallProp); } static ::String ImageChannel_obj_sStaticFields[] = { HX_("RED",31,75,3e,00), HX_("GREEN",a3,46,db,17), HX_("BLUE",9a,0a,da,2b), HX_("ALPHA",3e,df,84,9f), ::String(null()) }; ::hx::Class ImageChannel_obj::__mClass; Dynamic __Create_ImageChannel_obj() { return new ImageChannel_obj; } void ImageChannel_obj::__register() { ::hx::Static(__mClass) = ::hx::_hx_RegisterClass(HX_("lime.graphics.ImageChannel",32,a4,e9,ce), ::hx::TCanCast< ImageChannel_obj >,ImageChannel_obj_sStaticFields,0, &__Create_ImageChannel_obj, &__Create, &super::__SGetClass(), &CreateImageChannel_obj, 0 #ifdef HXCPP_VISIT_ALLOCS , 0 #endif #ifdef HXCPP_SCRIPTABLE , 0 #endif ); __mClass->mGetStaticField = &ImageChannel_obj::__GetStatic; } void ImageChannel_obj::__boot() { ALPHA = ::hx::CreateConstEnum< ImageChannel_obj >(HX_("ALPHA",3e,df,84,9f),3); BLUE = ::hx::CreateConstEnum< ImageChannel_obj >(HX_("BLUE",9a,0a,da,2b),2); GREEN = ::hx::CreateConstEnum< ImageChannel_obj >(HX_("GREEN",a3,46,db,17),1); RED = ::hx::CreateConstEnum< ImageChannel_obj >(HX_("RED",31,75,3e,00),0); } } // end namespace lime } // end namespace graphics
[ "vhlk@cin.ufpe.br" ]
vhlk@cin.ufpe.br
6da9f09ba25a1387baaf243973e34c679be0ad18
800ccbdd721ebe4731e5fd4f1d4bc93f7cca214f
/instruction.cc
0645fc41586cd2ef43b13198727ea9700b484824
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
JarLob/binexport
afa9b73c08ea30e53a82887d90883c8f4c375008
17dc3ecb46f782428b5a23cc44bb852663f1c424
refs/heads/master
2021-04-21T20:51:10.918044
2020-03-13T13:56:56
2020-03-13T13:56:56
249,813,502
1
0
Apache-2.0
2020-03-24T20:42:35
2020-03-24T20:42:35
null
UTF-8
C++
false
false
15,134
cc
// Copyright 2011-2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #include "third_party/zynamics/binexport/instruction.h" #include <algorithm> #include <iomanip> #include <iterator> #include <list> #include <memory> #include <sstream> #include <tuple> #include "base/logging.h" #include "third_party/zynamics/binexport/flow_graph.h" #include "third_party/zynamics/binexport/virtual_memory.h" namespace { struct TreeNode { using Children = std::list<TreeNode*>; explicit TreeNode(const Expression* expression) : expression(expression) {} const Expression* expression; Children children; // Should be stored sorted by position. }; typedef std::vector<std::shared_ptr<TreeNode>> Tree; // TODO(cblichmann): Immediate floats are rendered as hex and aren't properly // checked for their sign. void RenderExpression(std::ostream* stream, const TreeNode& node, int substitution_id, const std::string& substitution) { CHECK(node.expression != nullptr); const auto& expression = *node.expression; if (expression.GetId() == substitution_id) { *stream << substitution; return; } int8_t expression_type = expression.GetType(); const std::string& expression_symbol = expression.GetSymbol(); switch (expression_type) { case Expression::TYPE_SIZEPREFIX: { if ((expression_symbol != "b4" && Instruction::GetBitness() == 32) || (expression_symbol != "b8" && Instruction::GetBitness() == 64)) { *stream << expression_symbol << " "; } for (auto* child : node.children) { RenderExpression(stream, *child, substitution_id, substitution); } break; } case Expression::TYPE_REGISTER: case Expression::TYPE_SYMBOL: { *stream << expression_symbol; break; } case Expression::TYPE_OPERATOR: { if (node.children.size() > 1 && expression_symbol != "{") { for (auto it = node.children.begin(), end = node.children.end(); it != end; ++it) { RenderExpression(stream, **it, substitution_id, substitution); TreeNode::Children::const_iterator j = it; if (++j != node.children.end()) { if (expression_symbol == "+" && (*j)->expression->IsImmediate()) { if (Instruction::IsNegativeValue( (*j)->expression->GetImmediate()) && (*j)->expression->GetSymbol().empty()) { // Don't render anything or we'll get: eax+-12 } else if ((*j)->expression->GetImmediate() == 0) { // Skip "+0". it = j; continue; } else { *stream << expression_symbol; } } else { *stream << expression_symbol; } } } } else if (expression_symbol == "{") { *stream << "{"; for (auto it = node.children.begin(), end = node.children.end(); it != end; ++it) { RenderExpression(stream, **it, substitution_id, substitution); TreeNode::Children::const_iterator j = it; if (++j != node.children.end()) { *stream << ","; } } *stream << "}"; } else { *stream << expression_symbol; for (auto child : node.children) { RenderExpression(stream, *child, substitution_id, substitution); } } break; } case Expression::TYPE_DEREFERENCE: { *stream << "["; for (auto child : node.children) { RenderExpression(stream, *child, substitution_id, substitution); } *stream << "]"; break; } case Expression::TYPE_IMMEDIATE_INT: case Expression::TYPE_IMMEDIATE_FLOAT: { if (expression_symbol.empty()) { int64_t expression_immediate = expression.GetImmediate(); if ((Instruction::IsNegativeValue(expression_immediate) && expression.GetParent() && expression.GetParent()->GetSymbol() == "+") || expression.GetImmediate() <= 9) { *stream << std::dec << std::setw(0) << (Instruction::GetBitness() == 32 ? static_cast<int32_t>(expression_immediate) : expression_immediate); } else { *stream << "0x" << std::hex << std::uppercase << expression_immediate; } } else { // Output the expression substitution instead of the actual value. *stream << expression_symbol; } break; } case Expression::TYPE_GLOBALVARIABLE: case Expression::TYPE_JUMPLABEL: case Expression::TYPE_STACKVARIABLE: case Expression::TYPE_FUNCTION: { *stream << expression_symbol; break; } default: { std::string error("Unknown expression type in RenderExpression."); *stream << error; LOG(INFO) << error; break; } } } FlowGraph::Substitutions::const_iterator GetSubstitution( Address address, int operand_num, FlowGraph::Substitutions::const_iterator subst_begin, FlowGraph::Substitutions::const_iterator subst_end, std::string* substitution, int* expression_id) { auto it = subst_begin; while (it != subst_end && std::get<0>(it->first) == address && std::get<1>(it->first) < operand_num) { ++it; } if (it != subst_end) { const Address subst_address = std::get<0>(it->first); const int subst_operand = std::get<1>(it->first); if (subst_address == address && subst_operand == operand_num) { *expression_id = std::get<2>(it->first); *substitution = *it->second; } } return it; } } // namespace std::string RenderOperands(const Instruction& instruction, const FlowGraph& flow_graph) { if (!instruction.GetOperandCount()) { return ""; } auto subst_it = flow_graph.GetSubstitutions().lower_bound( FlowGraph::Ref(instruction.GetAddress(), 0, 0)); const auto subst_end = flow_graph.GetSubstitutions().end(); while (subst_it != subst_end && std::get<0>(subst_it->first) < instruction.GetAddress()) { ++subst_it; } Tree tree; std::stringstream stream; int operand_index = 0; for (const auto* operand : instruction) { for (const auto* expression : *operand) { tree.emplace_back(std::make_shared<TreeNode>(expression)); for (auto it = tree.rbegin(), tree_end = tree.rend(); it != tree_end; ++it) { if ((*it)->expression == expression->GetParent()) { (*it)->children.push_back(&**tree.rbegin()); break; } } } if (!tree.empty()) { std::string substitution; int expression_id = 0; subst_it = GetSubstitution(instruction.GetAddress(), operand_index, subst_it, subst_end, &substitution, &expression_id); RenderExpression(&stream, **tree.begin(), expression_id, substitution); } tree.clear(); if (operand_index != instruction.GetOperandCount() - 1) { stream << ", "; } ++operand_index; } return stream.str(); } void SortInstructions(Instructions* instructions) { std::sort(instructions->begin(), instructions->end(), [](const Instruction& one, const Instruction& two) { return one.GetAddress() < two.GetAddress(); }); } Instructions::const_iterator GetInstructionFromRange( const InstructionRange& range, Address address) { auto it = std::lower_bound( range.begin(), range.end(), address, [](const Instruction& i, Address a) { return i.GetAddress() < a; }); return (it != range.end() && it->GetAddress() == address) ? it : range.end(); } Instructions::iterator GetInstructionFromRange(InstructionRange* range, Address address) { auto it = std::lower_bound( range->begin(), range->end(), address, [](const Instruction& i, Address a) { return i.GetAddress() < a; }); return (it != range->end() && it->GetAddress() == address) ? it : range->end(); } Instructions::iterator GetInstruction(Instructions* instructions, Address address) { InstructionRange range(instructions); return GetInstructionFromRange(&range, address); } Instructions::iterator GetNextInstruction(Instructions* instructions, Instructions::iterator instruction) { Address next_instruction_address = instruction->GetNextInstruction(); if (!next_instruction_address) { return instructions->end(); } // Try the cheap way: Simply check whether the next instruction // is the one we need if it isn't: check the next. Instructions::iterator next_instruction; for (next_instruction = instruction + 1; next_instruction != instructions->end() && next_instruction->GetAddress() < next_instruction_address; ++next_instruction) { } if (next_instruction != instructions->end() && next_instruction->GetAddress() == next_instruction_address) { return next_instruction; } return instructions->end(); } int Instruction::instance_count_ = 0; Instruction::StringCache Instruction::string_cache_; Operands Instruction::operands_; int Instruction::bitness_ = 32; Instruction::GetBytesCallback Instruction::get_bytes_callback_ = 0; AddressSpace* Instruction::flags_ = nullptr; AddressSpace* Instruction::virtual_memory_ = nullptr; Instruction::Instruction(Address address, Address next_instruction, uint16_t size, const std::string& mnemonic, const Operands& operands) : mnemonic_(CacheString(mnemonic)), address_(address), operand_index_(operands_.size()), operand_count_(operands.size()), in_degree_(0), size_(size) { std::copy(operands.begin(), operands.end(), std::back_inserter(operands_)); ++instance_count_; assert(flags_); if (flags_->IsValidAddress(address_)) { if (next_instruction && next_instruction > address) { SetFlag(FLAG_FLOW, true); } if (mnemonic_->empty()) { SetFlag(FLAG_INVALID, true); } } } Instruction& Instruction::operator=(const Instruction& one) { mnemonic_ = one.mnemonic_; address_ = one.address_; operand_index_ = one.operand_index_; operand_count_ = one.operand_count_; in_degree_ = one.in_degree_; size_ = one.size_; return *this; } Instruction::Instruction(const Instruction& one) : mnemonic_(one.mnemonic_), address_(one.address_), operand_index_(one.operand_index_), operand_count_(one.operand_count_), in_degree_(one.in_degree_), size_(one.size_) { ++instance_count_; } Instruction::~Instruction() { if (--instance_count_ == 0) { StringCache().swap(string_cache_); Operands().swap(operands_); } } void Instruction::SetBitness(int bitness) { bitness_ = bitness; } int Instruction::GetBitness() { return bitness_; } void Instruction::SetGetBytesCallback(GetBytesCallback callback) { get_bytes_callback_ = callback; } void Instruction::SetMemoryFlags(AddressSpace* flags) { flags_ = flags; } void Instruction::SetVirtualMemory(AddressSpace* virtual_memory) { virtual_memory_ = virtual_memory; } void Instruction::Render(std::ostream* stream, const FlowGraph& flow_graph) const { *stream << GetMnemonic() << " "; *stream << RenderOperands(*this, flow_graph); } Address Instruction::GetAddress() const { return address_; } int Instruction::GetSize() const { return size_; } const std::string& Instruction::GetMnemonic() const { assert(mnemonic_); return *mnemonic_; } std::string Instruction::GetBytes() const { if (!get_bytes_callback_ && virtual_memory_) { // TODO(soerenme) Optimize this so we don't need a call to GetMemoryBlock // for each instruction. const auto memory_block = virtual_memory_->GetMemoryBlock(address_); return std::string( reinterpret_cast<const char*>(&*memory_block->second.begin() + address_ - memory_block->first), size_); } assert(get_bytes_callback_); return get_bytes_callback_(*this); } void Instruction::SetNextInstruction(Address) { (*flags_)[address_] |= FLAG_FLOW; } Address Instruction::GetNextInstruction() const { Byte* flags = &(*flags_)[address_]; if (!(*flags & FLAG_FLOW)) { return 0; } return address_ + size_; } const std::string* Instruction::CacheString(const std::string& value) { return &*string_cache_.insert(value).first; } uint16_t Instruction::GetInDegree() const { return in_degree_; } void Instruction::AddInEdge() { if (in_degree_ < std::numeric_limits<uint16_t>::max()) { in_degree_++; #ifdef _DEBUG } else { assert(false && "instruction has too many in edges!"); #endif } } uint8_t Instruction::GetOperandCount() const { return operand_count_; } Operands::const_iterator Instruction::cbegin() const { return operands_.begin() + operand_index_; } Operands::const_iterator Instruction::cend() const { return begin() + GetOperandCount(); } Operands::iterator Instruction::begin() const { return operands_.begin() + operand_index_; } Operands::iterator Instruction::end() const { return begin() + GetOperandCount(); } const Operand& Instruction::GetOperand(int index) const { CHECK(index >= 0 && index < GetOperandCount()); return *operands_[operand_index_ + index]; } const Operand& Instruction::GetFirstOperand() const { return GetOperand(0); } const Operand& Instruction::GetSecondOperand() const { return GetOperand(1); } const Operand& Instruction::GetThirdOperand() const { return GetOperand(2); } bool Instruction::IsFlow() const { return ((*flags_)[address_] & FLAG_FLOW) != 0; } bool Instruction::IsExported(Address address) { return ((*flags_)[address] & FLAG_EXPORTED) != 0; } bool Instruction::IsExported() const { return IsExported(address_); } void Instruction::SetExported(bool exported) { if (exported) { (*flags_)[address_] |= FLAG_EXPORTED; } else { (*flags_)[address_] &= ~FLAG_EXPORTED; } } void Instruction::SetFlag(uint8_t flag, bool value) { if (value) { (*flags_)[address_] |= flag; } else { (*flags_)[address_] &= ~flag; } } bool Instruction::HasFlag(uint8_t flag) const { return ((*flags_)[address_] & flag) != 0; } bool Instruction::IsNegativeValue(int64_t value) { return Instruction::GetBitness() == 32 ? static_cast<int32_t>(value) < 0 : static_cast<int64_t>(value) < 0; }
[ "cblichmann@google.com" ]
cblichmann@google.com
b74a2ef09ac819f540ddb1551797da42d34c5453
071871b74fde57e0dd746ad3da58c9ee23f26f98
/Sesion1/ConsoleApplication1/ConsoleApplication1/ConsoleApplication1.cpp
c49e511094e7dda349642f5acedabaf5283cac9c
[]
no_license
adripego/Ingenieria-Software
0d682d5d6ce5f8d37756dd455ef607c04d16c2b4
2be4199f5f3f086fc424d41895b42099f23bcdcb
refs/heads/master
2021-01-13T01:44:43.442148
2014-11-21T01:50:00
2014-11-21T01:50:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,485
cpp
#include "stdafx.h" #include <conio.h> #include <Windows.h> int g_iPosMainChar = 1; int g_iCharLives = 3; int g_iPosBullet = 0; bool g_bExistsBullet = false; bool g_bBulletLeft = false; bool g_bExistsMob = false; int g_iPosMob = 0; bool g_bMobLeft = false; unsigned int g_iScore = 0; const unsigned int WORLD_WIDTH = 70; const unsigned int WORLD_LEFT_CAP = 0; // Comprueba las teclas pulsadas por el usuario. void inputCheck() { if (_kbhit()) { char keyTapped = _getch(); if (keyTapped == 'a') { g_iPosMainChar--; } else if (keyTapped == 'd') { g_iPosMainChar++; } else if (keyTapped == 'e') { g_bExistsBullet = true; g_iPosBullet = g_iPosMainChar + 1; g_bBulletLeft = false; } else if (keyTapped == 'q') { g_bExistsBullet = true; g_iPosBullet = g_iPosMainChar - 1; g_bBulletLeft = true; } } } // Pinta en pantalla. void draw() { printf("\r"); // printf("Vidas: %d | Puntuacion %d", g_iCharLives, g_iScore); for (unsigned int i = 0; i < WORLD_WIDTH; i++) { if (i == g_iPosMainChar) { printf("&"); } else if (i == g_iPosBullet) { if (g_bExistsBullet) { printf("*"); } } else if (i == g_iPosMob) { if (g_bExistsMob) { printf("@"); } } else { printf("_"); } } printf("Vidas: %d", g_iCharLives); } // Actualiza las variables de estado del juego. void updateGameState() { if (!g_bExistsMob) { unsigned int randomSpawn = rand() % 100; unsigned int randomDir = rand() % 100; if (randomSpawn < 5) { g_bExistsMob = true; if (randomDir < 40) { g_iPosMob = 69; g_bMobLeft = false; } else { g_iPosMob = 1; g_bMobLeft = true; } } } //****************** Colisiones ****************** if (g_bExistsBullet) { // Comprobando colision. if (g_iPosBullet == g_iPosMob) { g_bExistsBullet = false; g_bExistsMob = false; g_iScore = g_iScore + 5; } if (g_iPosBullet < WORLD_WIDTH && g_iPosBullet > WORLD_LEFT_CAP) { if (g_bBulletLeft) { g_iPosBullet = g_iPosBullet - 2; } else { g_iPosBullet = g_iPosBullet + 2; } } else { g_bExistsBullet = false; } } if (g_bExistsMob) { if (g_iPosMob == g_iPosMainChar) { g_bExistsMob = false; g_iCharLives--; } if (g_iPosMob > WORLD_LEFT_CAP) { if (!g_bMobLeft) { g_iPosMob--; } else { g_iPosMob++; } } else { g_bExistsMob = false; } } } void gameOver() { printf("\nGame Over! Puntuacion: %d\n", g_iScore); } int _tmain(int argc, _TCHAR* argv[]) { while (g_iCharLives > 0) { inputCheck(); updateGameState(); draw(); Sleep(50); } gameOver(); getchar(); return 0; }
[ "adrian.pena@WKSALMPBB438.u-tad.es" ]
adrian.pena@WKSALMPBB438.u-tad.es
78e5c02dab3b07b98ad4a86a26c0305fd595ee7c
9b5c8de4da84475c586fee6f6092c5de34ecf85e
/Project/utility.cc
836f397376239d96a7c262be3f407360577a5710
[ "Apache-2.0" ]
permissive
berasuman/opengl_codes
594c547a94af6dcface299d10280b0bbda2d2394
87bbbac889a5a55e8b42d62549ef8dc3d90567c9
refs/heads/master
2020-05-15T22:55:20.043026
2019-04-21T21:47:06
2019-04-21T21:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
326
cc
#include <bits/stdc++.h> using namespace std; int main(){ int xf=785,yf=150; int n=8; while(n--){ int x,y; cin>>x>>y; int m; m=2; // the scaling factor int ansx,ansy; ansx=((x-xf)*m)+x; ansy=((y-yf)*m)+y; cout<<"X: "<<ansx<<"Y: "<<ansy<<endl; } }
[ "sumantorrents@gmail.com" ]
sumantorrents@gmail.com
e87d6d8a1cb686c91c72361c9fa4b1e8333fa8a5
83e9408e7a6c21d1357594715f631865142528e6
/oj/hzoj/471-1.cpp
8ff8cef24234ba2b9ec36e8074984d444895a930
[]
no_license
chill-cy/Data-Structure
0027ffbbc10c765f555951c678cf28b89494cb68
b325de5781f9f3f00aec7724dcbbb680b1e5dcc9
refs/heads/master
2022-03-28T15:29:37.437731
2020-01-12T09:01:20
2020-01-12T09:01:20
197,802,813
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
/************************************************************************* > File Name: 471-1.cpp > Author:jiangxiaoyu > Mail:2291372880@qq.com > Created Time: 2019年10月13日 星期日 16时34分48秒 ************************************************************************/ #include<iostream> using namespace std; struct BigInt { BigInt() { num.push_back(0); } BigInt operator*(const BigInt &a) { BigInt c; for (int i = 0; i < num.size(); i++) { for (int j = 0; j < a.num.size(); j++) { if (i + j == c.num.size()) c.num.push_back(0); c.num[i + j] += num[i] * a.num[j]; } } } } int main() { return 0; }
[ "2547116322@qq.com" ]
2547116322@qq.com
07aa65cef55b30764da0baf471f59775e9cd47e9
7941af10ae642ca0b0bd1973d448e67924c530f7
/src/test/coins_tests.cpp
af8263c2b00ca03f44ec1b77ef89918ad8bfd5bf
[ "MIT" ]
permissive
korkin25/tcoin
5a36bb7ca2efff02c7c25afce36391cf449117e0
753aa7d5716c983e5337bb35c61284ce58d459fe
refs/heads/master
2020-04-22T23:09:50.060269
2018-12-11T12:25:30
2018-12-11T12:25:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
39,666
cpp
// Copyright (c) 2014-2016 The Tcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "coins.h" #include "script/standard.h" #include "uint256.h" #include "undo.h" #include "utilstrencodings.h" #include "test/test_tcoin.h" #include "test/test_random.h" #include "validation.h" #include "consensus/validation.h" #include <vector> #include <map> #include <boost/test/unit_test.hpp> bool ApplyTxInUndo(const CTxInUndo& undo, CCoinsViewCache& view, const COutPoint& out); void UpdateCoins(const CTransaction& tx, CCoinsViewCache& inputs, CTxUndo &txundo, int nHeight); namespace { class CCoinsViewTest : public CCoinsView { uint256 hashBestBlock_; std::map<uint256, CCoins> map_; public: bool GetCoins(const uint256& txid, CCoins& coins) const { std::map<uint256, CCoins>::const_iterator it = map_.find(txid); if (it == map_.end()) { return false; } coins = it->second; if (coins.IsPruned() && insecure_rand() % 2 == 0) { // Randomly return false in case of an empty entry. return false; } return true; } bool HaveCoins(const uint256& txid) const { CCoins coins; return GetCoins(txid, coins); } uint256 GetBestBlock() const { return hashBestBlock_; } bool BatchWrite(CCoinsMap& mapCoins, const uint256& hashBlock) { for (CCoinsMap::iterator it = mapCoins.begin(); it != mapCoins.end(); ) { if (it->second.flags & CCoinsCacheEntry::DIRTY) { // Same optimization used in CCoinsViewDB is to only write dirty entries. map_[it->first] = it->second.coins; if (it->second.coins.IsPruned() && insecure_rand() % 3 == 0) { // Randomly delete empty entries on write. map_.erase(it->first); } } mapCoins.erase(it++); } if (!hashBlock.IsNull()) hashBestBlock_ = hashBlock; return true; } }; class CCoinsViewCacheTest : public CCoinsViewCache { public: CCoinsViewCacheTest(CCoinsView* base) : CCoinsViewCache(base) {} void SelfTest() const { // Manually recompute the dynamic usage of the whole data, and compare it. size_t ret = memusage::DynamicUsage(cacheCoins); for (CCoinsMap::iterator it = cacheCoins.begin(); it != cacheCoins.end(); it++) { ret += it->second.coins.DynamicMemoryUsage(); } BOOST_CHECK_EQUAL(DynamicMemoryUsage(), ret); } CCoinsMap& map() { return cacheCoins; } size_t& usage() { return cachedCoinsUsage; } }; } BOOST_FIXTURE_TEST_SUITE(coins_tests, BasicTestingSetup) static const unsigned int NUM_SIMULATION_ITERATIONS = 40000; // This is a large randomized insert/remove simulation test on a variable-size // stack of caches on top of CCoinsViewTest. // // It will randomly create/update/delete CCoins entries to a tip of caches, with // txids picked from a limited list of random 256-bit hashes. Occasionally, a // new tip is added to the stack of caches, or the tip is flushed and removed. // // During the process, booleans are kept to make sure that the randomized // operation hits all branches. BOOST_AUTO_TEST_CASE(coins_cache_simulation_test) { // Various coverage trackers. bool removed_all_caches = false; bool reached_4_caches = false; bool added_an_entry = false; bool removed_an_entry = false; bool updated_an_entry = false; bool found_an_entry = false; bool missed_an_entry = false; // A simple map to track what we expect the cache stack to represent. std::map<uint256, CCoins> result; // The cache stack. CCoinsViewTest base; // A CCoinsViewTest at the bottom. std::vector<CCoinsViewCacheTest*> stack; // A stack of CCoinsViewCaches on top. stack.push_back(new CCoinsViewCacheTest(&base)); // Start with one cache. // Use a limited set of random transaction ids, so we do test overwriting entries. std::vector<uint256> txids; txids.resize(NUM_SIMULATION_ITERATIONS / 8); for (unsigned int i = 0; i < txids.size(); i++) { txids[i] = GetRandHash(); } for (unsigned int i = 0; i < NUM_SIMULATION_ITERATIONS; i++) { // Do a random modification. { uint256 txid = txids[insecure_rand() % txids.size()]; // txid we're going to modify in this iteration. CCoins& coins = result[txid]; CCoinsModifier entry = stack.back()->ModifyCoins(txid); BOOST_CHECK(coins == *entry); if (insecure_rand() % 5 == 0 || coins.IsPruned()) { if (coins.IsPruned()) { added_an_entry = true; } else { updated_an_entry = true; } coins.nVersion = insecure_rand(); coins.vout.resize(1); coins.vout[0].nValue = insecure_rand(); *entry = coins; } else { coins.Clear(); entry->Clear(); removed_an_entry = true; } } // Once every 1000 iterations and at the end, verify the full cache. if (insecure_rand() % 1000 == 1 || i == NUM_SIMULATION_ITERATIONS - 1) { for (std::map<uint256, CCoins>::iterator it = result.begin(); it != result.end(); it++) { const CCoins* coins = stack.back()->AccessCoins(it->first); if (coins) { BOOST_CHECK(*coins == it->second); found_an_entry = true; } else { BOOST_CHECK(it->second.IsPruned()); missed_an_entry = true; } } BOOST_FOREACH(const CCoinsViewCacheTest *test, stack) { test->SelfTest(); } } if (insecure_rand() % 100 == 0) { // Every 100 iterations, flush an intermediate cache if (stack.size() > 1 && insecure_rand() % 2 == 0) { unsigned int flushIndex = insecure_rand() % (stack.size() - 1); stack[flushIndex]->Flush(); } } if (insecure_rand() % 100 == 0) { // Every 100 iterations, change the cache stack. if (stack.size() > 0 && insecure_rand() % 2 == 0) { //Remove the top cache stack.back()->Flush(); delete stack.back(); stack.pop_back(); } if (stack.size() == 0 || (stack.size() < 4 && insecure_rand() % 2)) { //Add a new cache CCoinsView* tip = &base; if (stack.size() > 0) { tip = stack.back(); } else { removed_all_caches = true; } stack.push_back(new CCoinsViewCacheTest(tip)); if (stack.size() == 4) { reached_4_caches = true; } } } } // Clean up the stack. while (stack.size() > 0) { delete stack.back(); stack.pop_back(); } // Verify coverage. BOOST_CHECK(removed_all_caches); BOOST_CHECK(reached_4_caches); BOOST_CHECK(added_an_entry); BOOST_CHECK(removed_an_entry); BOOST_CHECK(updated_an_entry); BOOST_CHECK(found_an_entry); BOOST_CHECK(missed_an_entry); } typedef std::tuple<CTransaction,CTxUndo,CCoins> TxData; // Store of all necessary tx and undo data for next test std::map<uint256, TxData> alltxs; TxData &FindRandomFrom(const std::set<uint256> &txidset) { assert(txidset.size()); std::set<uint256>::iterator txIt = txidset.lower_bound(GetRandHash()); if (txIt == txidset.end()) { txIt = txidset.begin(); } std::map<uint256, TxData>::iterator txdit = alltxs.find(*txIt); assert(txdit != alltxs.end()); return txdit->second; } // This test is similar to the previous test // except the emphasis is on testing the functionality of UpdateCoins // random txs are created and UpdateCoins is used to update the cache stack // In particular it is tested that spending a duplicate coinbase tx // has the expected effect (the other duplicate is overwitten at all cache levels) BOOST_AUTO_TEST_CASE(updatecoins_simulation_test) { bool spent_a_duplicate_coinbase = false; // A simple map to track what we expect the cache stack to represent. std::map<uint256, CCoins> result; // The cache stack. CCoinsViewTest base; // A CCoinsViewTest at the bottom. std::vector<CCoinsViewCacheTest*> stack; // A stack of CCoinsViewCaches on top. stack.push_back(new CCoinsViewCacheTest(&base)); // Start with one cache. // Track the txids we've used in various sets std::set<uint256> coinbaseids; std::set<uint256> disconnectedids; std::set<uint256> duplicateids; std::set<uint256> utxoset; for (unsigned int i = 0; i < NUM_SIMULATION_ITERATIONS; i++) { uint32_t randiter = insecure_rand(); // 19/20 txs add a new transaction if (randiter % 20 < 19) { CMutableTransaction tx; tx.vin.resize(1); tx.vout.resize(1); tx.vout[0].nValue = i; //Keep txs unique unless intended to duplicate unsigned int height = insecure_rand(); CCoins oldcoins; // 2/20 times create a new coinbase if (randiter % 20 < 2 || coinbaseids.size() < 10) { // 1/10 of those times create a duplicate coinbase if (insecure_rand() % 10 == 0 && coinbaseids.size()) { TxData &txd = FindRandomFrom(coinbaseids); // Reuse the exact same coinbase tx = std::get<0>(txd); // shouldn't be available for reconnection if its been duplicated disconnectedids.erase(tx.GetHash()); duplicateids.insert(tx.GetHash()); } else { coinbaseids.insert(tx.GetHash()); } assert(CTransaction(tx).IsCoinBase()); } // 17/20 times reconnect previous or add a regular tx else { uint256 prevouthash; // 1/20 times reconnect a previously disconnected tx if (randiter % 20 == 2 && disconnectedids.size()) { TxData &txd = FindRandomFrom(disconnectedids); tx = std::get<0>(txd); prevouthash = tx.vin[0].prevout.hash; if (!CTransaction(tx).IsCoinBase() && !utxoset.count(prevouthash)) { disconnectedids.erase(tx.GetHash()); continue; } // If this tx is already IN the UTXO, then it must be a coinbase, and it must be a duplicate if (utxoset.count(tx.GetHash())) { assert(CTransaction(tx).IsCoinBase()); assert(duplicateids.count(tx.GetHash())); } disconnectedids.erase(tx.GetHash()); } // 16/20 times create a regular tx else { TxData &txd = FindRandomFrom(utxoset); prevouthash = std::get<0>(txd).GetHash(); // Construct the tx to spend the coins of prevouthash tx.vin[0].prevout.hash = prevouthash; tx.vin[0].prevout.n = 0; assert(!CTransaction(tx).IsCoinBase()); } // In this simple test coins only have two states, spent or unspent, save the unspent state to restore oldcoins = result[prevouthash]; // Update the expected result of prevouthash to know these coins are spent result[prevouthash].Clear(); utxoset.erase(prevouthash); // The test is designed to ensure spending a duplicate coinbase will work properly // if that ever happens and not resurrect the previously overwritten coinbase if (duplicateids.count(prevouthash)) spent_a_duplicate_coinbase = true; } // Update the expected result to know about the new output coins result[tx.GetHash()].FromTx(tx, height); // Call UpdateCoins on the top cache CTxUndo undo; UpdateCoins(tx, *(stack.back()), undo, height); // Update the utxo set for future spends utxoset.insert(tx.GetHash()); // Track this tx and undo info to use later alltxs.insert(std::make_pair(tx.GetHash(),std::make_tuple(tx,undo,oldcoins))); } //1/20 times undo a previous transaction else if (utxoset.size()) { TxData &txd = FindRandomFrom(utxoset); CTransaction &tx = std::get<0>(txd); CTxUndo &undo = std::get<1>(txd); CCoins &origcoins = std::get<2>(txd); uint256 undohash = tx.GetHash(); // Update the expected result // Remove new outputs result[undohash].Clear(); // If not coinbase restore prevout if (!tx.IsCoinBase()) { result[tx.vin[0].prevout.hash] = origcoins; } // Disconnect the tx from the current UTXO // See code in DisconnectBlock // remove outputs { CCoinsModifier outs = stack.back()->ModifyCoins(undohash); outs->Clear(); } // restore inputs if (!tx.IsCoinBase()) { const COutPoint &out = tx.vin[0].prevout; const CTxInUndo &undoin = undo.vprevout[0]; ApplyTxInUndo(undoin, *(stack.back()), out); } // Store as a candidate for reconnection disconnectedids.insert(undohash); // Update the utxoset utxoset.erase(undohash); if (!tx.IsCoinBase()) utxoset.insert(tx.vin[0].prevout.hash); } // Once every 1000 iterations and at the end, verify the full cache. if (insecure_rand() % 1000 == 1 || i == NUM_SIMULATION_ITERATIONS - 1) { for (std::map<uint256, CCoins>::iterator it = result.begin(); it != result.end(); it++) { const CCoins* coins = stack.back()->AccessCoins(it->first); if (coins) { BOOST_CHECK(*coins == it->second); } else { BOOST_CHECK(it->second.IsPruned()); } } } if (insecure_rand() % 100 == 0) { // Every 100 iterations, flush an intermediate cache if (stack.size() > 1 && insecure_rand() % 2 == 0) { unsigned int flushIndex = insecure_rand() % (stack.size() - 1); stack[flushIndex]->Flush(); } } if (insecure_rand() % 100 == 0) { // Every 100 iterations, change the cache stack. if (stack.size() > 0 && insecure_rand() % 2 == 0) { stack.back()->Flush(); delete stack.back(); stack.pop_back(); } if (stack.size() == 0 || (stack.size() < 4 && insecure_rand() % 2)) { CCoinsView* tip = &base; if (stack.size() > 0) { tip = stack.back(); } stack.push_back(new CCoinsViewCacheTest(tip)); } } } // Clean up the stack. while (stack.size() > 0) { delete stack.back(); stack.pop_back(); } // Verify coverage. BOOST_CHECK(spent_a_duplicate_coinbase); } BOOST_AUTO_TEST_CASE(ccoins_serialization) { // Good example CDataStream ss1(ParseHex("0104835800816115944e077fe7c803cfa57f29b36bf87c1d358bb85e"), SER_DISK, CLIENT_VERSION); CCoins cc1; ss1 >> cc1; BOOST_CHECK_EQUAL(cc1.nVersion, 1); BOOST_CHECK_EQUAL(cc1.fCoinBase, false); BOOST_CHECK_EQUAL(cc1.nHeight, 203998); BOOST_CHECK_EQUAL(cc1.vout.size(), 2); BOOST_CHECK_EQUAL(cc1.IsAvailable(0), false); BOOST_CHECK_EQUAL(cc1.IsAvailable(1), true); BOOST_CHECK_EQUAL(cc1.vout[1].nValue, 60000000000ULL); BOOST_CHECK_EQUAL(HexStr(cc1.vout[1].scriptPubKey), HexStr(GetScriptForDestination(CKeyID(uint160(ParseHex("816115944e077fe7c803cfa57f29b36bf87c1d35")))))); // Good example CDataStream ss2(ParseHex("0109044086ef97d5790061b01caab50f1b8e9c50a5057eb43c2d9563a4eebbd123008c988f1a4a4de2161e0f50aac7f17e7f9555caa486af3b"), SER_DISK, CLIENT_VERSION); CCoins cc2; ss2 >> cc2; BOOST_CHECK_EQUAL(cc2.nVersion, 1); BOOST_CHECK_EQUAL(cc2.fCoinBase, true); BOOST_CHECK_EQUAL(cc2.nHeight, 120891); BOOST_CHECK_EQUAL(cc2.vout.size(), 17); for (int i = 0; i < 17; i++) { BOOST_CHECK_EQUAL(cc2.IsAvailable(i), i == 4 || i == 16); } BOOST_CHECK_EQUAL(cc2.vout[4].nValue, 234925952); BOOST_CHECK_EQUAL(HexStr(cc2.vout[4].scriptPubKey), HexStr(GetScriptForDestination(CKeyID(uint160(ParseHex("61b01caab50f1b8e9c50a5057eb43c2d9563a4ee")))))); BOOST_CHECK_EQUAL(cc2.vout[16].nValue, 110397); BOOST_CHECK_EQUAL(HexStr(cc2.vout[16].scriptPubKey), HexStr(GetScriptForDestination(CKeyID(uint160(ParseHex("8c988f1a4a4de2161e0f50aac7f17e7f9555caa4")))))); // Smallest possible example CDataStream ssx(SER_DISK, CLIENT_VERSION); BOOST_CHECK_EQUAL(HexStr(ssx.begin(), ssx.end()), ""); CDataStream ss3(ParseHex("0002000600"), SER_DISK, CLIENT_VERSION); CCoins cc3; ss3 >> cc3; BOOST_CHECK_EQUAL(cc3.nVersion, 0); BOOST_CHECK_EQUAL(cc3.fCoinBase, false); BOOST_CHECK_EQUAL(cc3.nHeight, 0); BOOST_CHECK_EQUAL(cc3.vout.size(), 1); BOOST_CHECK_EQUAL(cc3.IsAvailable(0), true); BOOST_CHECK_EQUAL(cc3.vout[0].nValue, 0); BOOST_CHECK_EQUAL(cc3.vout[0].scriptPubKey.size(), 0); // scriptPubKey that ends beyond the end of the stream CDataStream ss4(ParseHex("0002000800"), SER_DISK, CLIENT_VERSION); try { CCoins cc4; ss4 >> cc4; BOOST_CHECK_MESSAGE(false, "We should have thrown"); } catch (const std::ios_base::failure& e) { } // Very large scriptPubKey (3*10^9 bytes) past the end of the stream CDataStream tmp(SER_DISK, CLIENT_VERSION); uint64_t x = 3000000000ULL; tmp << VARINT(x); BOOST_CHECK_EQUAL(HexStr(tmp.begin(), tmp.end()), "8a95c0bb00"); CDataStream ss5(ParseHex("0002008a95c0bb0000"), SER_DISK, CLIENT_VERSION); try { CCoins cc5; ss5 >> cc5; BOOST_CHECK_MESSAGE(false, "We should have thrown"); } catch (const std::ios_base::failure& e) { } } const static uint256 TXID; const static CAmount PRUNED = -1; const static CAmount ABSENT = -2; const static CAmount FAIL = -3; const static CAmount VALUE1 = 100; const static CAmount VALUE2 = 200; const static CAmount VALUE3 = 300; const static char DIRTY = CCoinsCacheEntry::DIRTY; const static char FRESH = CCoinsCacheEntry::FRESH; const static char NO_ENTRY = -1; const static auto FLAGS = {char(0), FRESH, DIRTY, char(DIRTY | FRESH)}; const static auto CLEAN_FLAGS = {char(0), FRESH}; const static auto ABSENT_FLAGS = {NO_ENTRY}; void SetCoinsValue(CAmount value, CCoins& coins) { assert(value != ABSENT); coins.Clear(); assert(coins.IsPruned()); if (value != PRUNED) { coins.vout.emplace_back(); coins.vout.back().nValue = value; assert(!coins.IsPruned()); } } size_t InsertCoinsMapEntry(CCoinsMap& map, CAmount value, char flags) { if (value == ABSENT) { assert(flags == NO_ENTRY); return 0; } assert(flags != NO_ENTRY); CCoinsCacheEntry entry; entry.flags = flags; SetCoinsValue(value, entry.coins); auto inserted = map.emplace(TXID, std::move(entry)); assert(inserted.second); return inserted.first->second.coins.DynamicMemoryUsage(); } void GetCoinsMapEntry(const CCoinsMap& map, CAmount& value, char& flags) { auto it = map.find(TXID); if (it == map.end()) { value = ABSENT; flags = NO_ENTRY; } else { if (it->second.coins.IsPruned()) { assert(it->second.coins.vout.size() == 0); value = PRUNED; } else { assert(it->second.coins.vout.size() == 1); value = it->second.coins.vout[0].nValue; } flags = it->second.flags; assert(flags != NO_ENTRY); } } void WriteCoinsViewEntry(CCoinsView& view, CAmount value, char flags) { CCoinsMap map; InsertCoinsMapEntry(map, value, flags); view.BatchWrite(map, {}); } class SingleEntryCacheTest { public: SingleEntryCacheTest(CAmount base_value, CAmount cache_value, char cache_flags) { WriteCoinsViewEntry(base, base_value, base_value == ABSENT ? NO_ENTRY : DIRTY); cache.usage() += InsertCoinsMapEntry(cache.map(), cache_value, cache_flags); } CCoinsView root; CCoinsViewCacheTest base{&root}; CCoinsViewCacheTest cache{&base}; }; void CheckAccessCoins(CAmount base_value, CAmount cache_value, CAmount expected_value, char cache_flags, char expected_flags) { SingleEntryCacheTest test(base_value, cache_value, cache_flags); test.cache.AccessCoins(TXID); test.cache.SelfTest(); CAmount result_value; char result_flags; GetCoinsMapEntry(test.cache.map(), result_value, result_flags); BOOST_CHECK_EQUAL(result_value, expected_value); BOOST_CHECK_EQUAL(result_flags, expected_flags); } BOOST_AUTO_TEST_CASE(ccoins_access) { /* Check AccessCoin behavior, requesting a coin from a cache view layered on * top of a base view, and checking the resulting entry in the cache after * the access. * * Base Cache Result Cache Result * Value Value Value Flags Flags */ CheckAccessCoins(ABSENT, ABSENT, ABSENT, NO_ENTRY , NO_ENTRY ); CheckAccessCoins(ABSENT, PRUNED, PRUNED, 0 , 0 ); CheckAccessCoins(ABSENT, PRUNED, PRUNED, FRESH , FRESH ); CheckAccessCoins(ABSENT, PRUNED, PRUNED, DIRTY , DIRTY ); CheckAccessCoins(ABSENT, PRUNED, PRUNED, DIRTY|FRESH, DIRTY|FRESH); CheckAccessCoins(ABSENT, VALUE2, VALUE2, 0 , 0 ); CheckAccessCoins(ABSENT, VALUE2, VALUE2, FRESH , FRESH ); CheckAccessCoins(ABSENT, VALUE2, VALUE2, DIRTY , DIRTY ); CheckAccessCoins(ABSENT, VALUE2, VALUE2, DIRTY|FRESH, DIRTY|FRESH); CheckAccessCoins(PRUNED, ABSENT, PRUNED, NO_ENTRY , FRESH ); CheckAccessCoins(PRUNED, PRUNED, PRUNED, 0 , 0 ); CheckAccessCoins(PRUNED, PRUNED, PRUNED, FRESH , FRESH ); CheckAccessCoins(PRUNED, PRUNED, PRUNED, DIRTY , DIRTY ); CheckAccessCoins(PRUNED, PRUNED, PRUNED, DIRTY|FRESH, DIRTY|FRESH); CheckAccessCoins(PRUNED, VALUE2, VALUE2, 0 , 0 ); CheckAccessCoins(PRUNED, VALUE2, VALUE2, FRESH , FRESH ); CheckAccessCoins(PRUNED, VALUE2, VALUE2, DIRTY , DIRTY ); CheckAccessCoins(PRUNED, VALUE2, VALUE2, DIRTY|FRESH, DIRTY|FRESH); CheckAccessCoins(VALUE1, ABSENT, VALUE1, NO_ENTRY , 0 ); CheckAccessCoins(VALUE1, PRUNED, PRUNED, 0 , 0 ); CheckAccessCoins(VALUE1, PRUNED, PRUNED, FRESH , FRESH ); CheckAccessCoins(VALUE1, PRUNED, PRUNED, DIRTY , DIRTY ); CheckAccessCoins(VALUE1, PRUNED, PRUNED, DIRTY|FRESH, DIRTY|FRESH); CheckAccessCoins(VALUE1, VALUE2, VALUE2, 0 , 0 ); CheckAccessCoins(VALUE1, VALUE2, VALUE2, FRESH , FRESH ); CheckAccessCoins(VALUE1, VALUE2, VALUE2, DIRTY , DIRTY ); CheckAccessCoins(VALUE1, VALUE2, VALUE2, DIRTY|FRESH, DIRTY|FRESH); } void CheckModifyCoins(CAmount base_value, CAmount cache_value, CAmount modify_value, CAmount expected_value, char cache_flags, char expected_flags) { SingleEntryCacheTest test(base_value, cache_value, cache_flags); SetCoinsValue(modify_value, *test.cache.ModifyCoins(TXID)); test.cache.SelfTest(); CAmount result_value; char result_flags; GetCoinsMapEntry(test.cache.map(), result_value, result_flags); BOOST_CHECK_EQUAL(result_value, expected_value); BOOST_CHECK_EQUAL(result_flags, expected_flags); }; BOOST_AUTO_TEST_CASE(ccoins_modify) { /* Check ModifyCoin behavior, requesting a coin from a cache view layered on * top of a base view, writing a modification to the coin, and then checking * the resulting entry in the cache after the modification. * * Base Cache Write Result Cache Result * Value Value Value Value Flags Flags */ CheckModifyCoins(ABSENT, ABSENT, PRUNED, ABSENT, NO_ENTRY , NO_ENTRY ); CheckModifyCoins(ABSENT, ABSENT, VALUE3, VALUE3, NO_ENTRY , DIRTY|FRESH); CheckModifyCoins(ABSENT, PRUNED, PRUNED, PRUNED, 0 , DIRTY ); CheckModifyCoins(ABSENT, PRUNED, PRUNED, ABSENT, FRESH , NO_ENTRY ); CheckModifyCoins(ABSENT, PRUNED, PRUNED, PRUNED, DIRTY , DIRTY ); CheckModifyCoins(ABSENT, PRUNED, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY ); CheckModifyCoins(ABSENT, PRUNED, VALUE3, VALUE3, 0 , DIRTY ); CheckModifyCoins(ABSENT, PRUNED, VALUE3, VALUE3, FRESH , DIRTY|FRESH); CheckModifyCoins(ABSENT, PRUNED, VALUE3, VALUE3, DIRTY , DIRTY ); CheckModifyCoins(ABSENT, PRUNED, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH); CheckModifyCoins(ABSENT, VALUE2, PRUNED, PRUNED, 0 , DIRTY ); CheckModifyCoins(ABSENT, VALUE2, PRUNED, ABSENT, FRESH , NO_ENTRY ); CheckModifyCoins(ABSENT, VALUE2, PRUNED, PRUNED, DIRTY , DIRTY ); CheckModifyCoins(ABSENT, VALUE2, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY ); CheckModifyCoins(ABSENT, VALUE2, VALUE3, VALUE3, 0 , DIRTY ); CheckModifyCoins(ABSENT, VALUE2, VALUE3, VALUE3, FRESH , DIRTY|FRESH); CheckModifyCoins(ABSENT, VALUE2, VALUE3, VALUE3, DIRTY , DIRTY ); CheckModifyCoins(ABSENT, VALUE2, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH); CheckModifyCoins(PRUNED, ABSENT, PRUNED, ABSENT, NO_ENTRY , NO_ENTRY ); CheckModifyCoins(PRUNED, ABSENT, VALUE3, VALUE3, NO_ENTRY , DIRTY|FRESH); CheckModifyCoins(PRUNED, PRUNED, PRUNED, PRUNED, 0 , DIRTY ); CheckModifyCoins(PRUNED, PRUNED, PRUNED, ABSENT, FRESH , NO_ENTRY ); CheckModifyCoins(PRUNED, PRUNED, PRUNED, PRUNED, DIRTY , DIRTY ); CheckModifyCoins(PRUNED, PRUNED, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY ); CheckModifyCoins(PRUNED, PRUNED, VALUE3, VALUE3, 0 , DIRTY ); CheckModifyCoins(PRUNED, PRUNED, VALUE3, VALUE3, FRESH , DIRTY|FRESH); CheckModifyCoins(PRUNED, PRUNED, VALUE3, VALUE3, DIRTY , DIRTY ); CheckModifyCoins(PRUNED, PRUNED, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH); CheckModifyCoins(PRUNED, VALUE2, PRUNED, PRUNED, 0 , DIRTY ); CheckModifyCoins(PRUNED, VALUE2, PRUNED, ABSENT, FRESH , NO_ENTRY ); CheckModifyCoins(PRUNED, VALUE2, PRUNED, PRUNED, DIRTY , DIRTY ); CheckModifyCoins(PRUNED, VALUE2, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY ); CheckModifyCoins(PRUNED, VALUE2, VALUE3, VALUE3, 0 , DIRTY ); CheckModifyCoins(PRUNED, VALUE2, VALUE3, VALUE3, FRESH , DIRTY|FRESH); CheckModifyCoins(PRUNED, VALUE2, VALUE3, VALUE3, DIRTY , DIRTY ); CheckModifyCoins(PRUNED, VALUE2, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH); CheckModifyCoins(VALUE1, ABSENT, PRUNED, PRUNED, NO_ENTRY , DIRTY ); CheckModifyCoins(VALUE1, ABSENT, VALUE3, VALUE3, NO_ENTRY , DIRTY ); CheckModifyCoins(VALUE1, PRUNED, PRUNED, PRUNED, 0 , DIRTY ); CheckModifyCoins(VALUE1, PRUNED, PRUNED, ABSENT, FRESH , NO_ENTRY ); CheckModifyCoins(VALUE1, PRUNED, PRUNED, PRUNED, DIRTY , DIRTY ); CheckModifyCoins(VALUE1, PRUNED, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY ); CheckModifyCoins(VALUE1, PRUNED, VALUE3, VALUE3, 0 , DIRTY ); CheckModifyCoins(VALUE1, PRUNED, VALUE3, VALUE3, FRESH , DIRTY|FRESH); CheckModifyCoins(VALUE1, PRUNED, VALUE3, VALUE3, DIRTY , DIRTY ); CheckModifyCoins(VALUE1, PRUNED, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH); CheckModifyCoins(VALUE1, VALUE2, PRUNED, PRUNED, 0 , DIRTY ); CheckModifyCoins(VALUE1, VALUE2, PRUNED, ABSENT, FRESH , NO_ENTRY ); CheckModifyCoins(VALUE1, VALUE2, PRUNED, PRUNED, DIRTY , DIRTY ); CheckModifyCoins(VALUE1, VALUE2, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY ); CheckModifyCoins(VALUE1, VALUE2, VALUE3, VALUE3, 0 , DIRTY ); CheckModifyCoins(VALUE1, VALUE2, VALUE3, VALUE3, FRESH , DIRTY|FRESH); CheckModifyCoins(VALUE1, VALUE2, VALUE3, VALUE3, DIRTY , DIRTY ); CheckModifyCoins(VALUE1, VALUE2, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH); } void CheckModifyNewCoinsBase(CAmount base_value, CAmount cache_value, CAmount modify_value, CAmount expected_value, char cache_flags, char expected_flags, bool coinbase) { SingleEntryCacheTest test(base_value, cache_value, cache_flags); CAmount result_value; char result_flags; try { SetCoinsValue(modify_value, *test.cache.ModifyNewCoins(TXID, coinbase)); GetCoinsMapEntry(test.cache.map(), result_value, result_flags); } catch (std::logic_error& e) { result_value = FAIL; result_flags = NO_ENTRY; } BOOST_CHECK_EQUAL(result_value, expected_value); BOOST_CHECK_EQUAL(result_flags, expected_flags); } // Simple wrapper for CheckModifyNewCoinsBase function above that loops through // different possible base_values, making sure each one gives the same results. // This wrapper lets the modify_new test below be shorter and less repetitive, // while still verifying that the CoinsViewCache::ModifyNewCoins implementation // ignores base values. template <typename... Args> void CheckModifyNewCoins(Args&&... args) { for (CAmount base_value : {ABSENT, PRUNED, VALUE1}) CheckModifyNewCoinsBase(base_value, std::forward<Args>(args)...); } BOOST_AUTO_TEST_CASE(ccoins_modify_new) { /* Check ModifyNewCoin behavior, requesting a new coin from a cache view, * writing a modification to the coin, and then checking the resulting * entry in the cache after the modification. Verify behavior with the * with the ModifyNewCoin coinbase argument set to false, and to true. * * Cache Write Result Cache Result Coinbase * Value Value Value Flags Flags */ CheckModifyNewCoins(ABSENT, PRUNED, ABSENT, NO_ENTRY , NO_ENTRY , false); CheckModifyNewCoins(ABSENT, PRUNED, PRUNED, NO_ENTRY , DIRTY , true ); CheckModifyNewCoins(ABSENT, VALUE3, VALUE3, NO_ENTRY , DIRTY|FRESH, false); CheckModifyNewCoins(ABSENT, VALUE3, VALUE3, NO_ENTRY , DIRTY , true ); CheckModifyNewCoins(PRUNED, PRUNED, ABSENT, 0 , NO_ENTRY , false); CheckModifyNewCoins(PRUNED, PRUNED, PRUNED, 0 , DIRTY , true ); CheckModifyNewCoins(PRUNED, PRUNED, ABSENT, FRESH , NO_ENTRY , false); CheckModifyNewCoins(PRUNED, PRUNED, ABSENT, FRESH , NO_ENTRY , true ); CheckModifyNewCoins(PRUNED, PRUNED, PRUNED, DIRTY , DIRTY , false); CheckModifyNewCoins(PRUNED, PRUNED, PRUNED, DIRTY , DIRTY , true ); CheckModifyNewCoins(PRUNED, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY , false); CheckModifyNewCoins(PRUNED, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY , true ); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, 0 , DIRTY|FRESH, false); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, 0 , DIRTY , true ); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, FRESH , DIRTY|FRESH, false); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, FRESH , DIRTY|FRESH, true ); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, DIRTY , DIRTY , false); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, DIRTY , DIRTY , true ); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH, false); CheckModifyNewCoins(PRUNED, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH, true ); CheckModifyNewCoins(VALUE2, PRUNED, FAIL , 0 , NO_ENTRY , false); CheckModifyNewCoins(VALUE2, PRUNED, PRUNED, 0 , DIRTY , true ); CheckModifyNewCoins(VALUE2, PRUNED, FAIL , FRESH , NO_ENTRY , false); CheckModifyNewCoins(VALUE2, PRUNED, ABSENT, FRESH , NO_ENTRY , true ); CheckModifyNewCoins(VALUE2, PRUNED, FAIL , DIRTY , NO_ENTRY , false); CheckModifyNewCoins(VALUE2, PRUNED, PRUNED, DIRTY , DIRTY , true ); CheckModifyNewCoins(VALUE2, PRUNED, FAIL , DIRTY|FRESH, NO_ENTRY , false); CheckModifyNewCoins(VALUE2, PRUNED, ABSENT, DIRTY|FRESH, NO_ENTRY , true ); CheckModifyNewCoins(VALUE2, VALUE3, FAIL , 0 , NO_ENTRY , false); CheckModifyNewCoins(VALUE2, VALUE3, VALUE3, 0 , DIRTY , true ); CheckModifyNewCoins(VALUE2, VALUE3, FAIL , FRESH , NO_ENTRY , false); CheckModifyNewCoins(VALUE2, VALUE3, VALUE3, FRESH , DIRTY|FRESH, true ); CheckModifyNewCoins(VALUE2, VALUE3, FAIL , DIRTY , NO_ENTRY , false); CheckModifyNewCoins(VALUE2, VALUE3, VALUE3, DIRTY , DIRTY , true ); CheckModifyNewCoins(VALUE2, VALUE3, FAIL , DIRTY|FRESH, NO_ENTRY , false); CheckModifyNewCoins(VALUE2, VALUE3, VALUE3, DIRTY|FRESH, DIRTY|FRESH, true ); } void CheckWriteCoins(CAmount parent_value, CAmount child_value, CAmount expected_value, char parent_flags, char child_flags, char expected_flags) { SingleEntryCacheTest test(ABSENT, parent_value, parent_flags); CAmount result_value; char result_flags; try { WriteCoinsViewEntry(test.cache, child_value, child_flags); test.cache.SelfTest(); GetCoinsMapEntry(test.cache.map(), result_value, result_flags); } catch (std::logic_error& e) { result_value = FAIL; result_flags = NO_ENTRY; } BOOST_CHECK_EQUAL(result_value, expected_value); BOOST_CHECK_EQUAL(result_flags, expected_flags); } BOOST_AUTO_TEST_CASE(ccoins_write) { /* Check BatchWrite behavior, flushing one entry from a child cache to a * parent cache, and checking the resulting entry in the parent cache * after the write. * * Parent Child Result Parent Child Result * Value Value Value Flags Flags Flags */ CheckWriteCoins(ABSENT, ABSENT, ABSENT, NO_ENTRY , NO_ENTRY , NO_ENTRY ); CheckWriteCoins(ABSENT, PRUNED, PRUNED, NO_ENTRY , DIRTY , DIRTY ); CheckWriteCoins(ABSENT, PRUNED, ABSENT, NO_ENTRY , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(ABSENT, VALUE2, VALUE2, NO_ENTRY , DIRTY , DIRTY ); CheckWriteCoins(ABSENT, VALUE2, VALUE2, NO_ENTRY , DIRTY|FRESH, DIRTY|FRESH); CheckWriteCoins(PRUNED, ABSENT, PRUNED, 0 , NO_ENTRY , 0 ); CheckWriteCoins(PRUNED, ABSENT, PRUNED, FRESH , NO_ENTRY , FRESH ); CheckWriteCoins(PRUNED, ABSENT, PRUNED, DIRTY , NO_ENTRY , DIRTY ); CheckWriteCoins(PRUNED, ABSENT, PRUNED, DIRTY|FRESH, NO_ENTRY , DIRTY|FRESH); CheckWriteCoins(PRUNED, PRUNED, PRUNED, 0 , DIRTY , DIRTY ); CheckWriteCoins(PRUNED, PRUNED, PRUNED, 0 , DIRTY|FRESH, DIRTY ); CheckWriteCoins(PRUNED, PRUNED, ABSENT, FRESH , DIRTY , NO_ENTRY ); CheckWriteCoins(PRUNED, PRUNED, ABSENT, FRESH , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(PRUNED, PRUNED, PRUNED, DIRTY , DIRTY , DIRTY ); CheckWriteCoins(PRUNED, PRUNED, PRUNED, DIRTY , DIRTY|FRESH, DIRTY ); CheckWriteCoins(PRUNED, PRUNED, ABSENT, DIRTY|FRESH, DIRTY , NO_ENTRY ); CheckWriteCoins(PRUNED, PRUNED, ABSENT, DIRTY|FRESH, DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(PRUNED, VALUE2, VALUE2, 0 , DIRTY , DIRTY ); CheckWriteCoins(PRUNED, VALUE2, VALUE2, 0 , DIRTY|FRESH, DIRTY ); CheckWriteCoins(PRUNED, VALUE2, VALUE2, FRESH , DIRTY , DIRTY|FRESH); CheckWriteCoins(PRUNED, VALUE2, VALUE2, FRESH , DIRTY|FRESH, DIRTY|FRESH); CheckWriteCoins(PRUNED, VALUE2, VALUE2, DIRTY , DIRTY , DIRTY ); CheckWriteCoins(PRUNED, VALUE2, VALUE2, DIRTY , DIRTY|FRESH, DIRTY ); CheckWriteCoins(PRUNED, VALUE2, VALUE2, DIRTY|FRESH, DIRTY , DIRTY|FRESH); CheckWriteCoins(PRUNED, VALUE2, VALUE2, DIRTY|FRESH, DIRTY|FRESH, DIRTY|FRESH); CheckWriteCoins(VALUE1, ABSENT, VALUE1, 0 , NO_ENTRY , 0 ); CheckWriteCoins(VALUE1, ABSENT, VALUE1, FRESH , NO_ENTRY , FRESH ); CheckWriteCoins(VALUE1, ABSENT, VALUE1, DIRTY , NO_ENTRY , DIRTY ); CheckWriteCoins(VALUE1, ABSENT, VALUE1, DIRTY|FRESH, NO_ENTRY , DIRTY|FRESH); CheckWriteCoins(VALUE1, PRUNED, PRUNED, 0 , DIRTY , DIRTY ); CheckWriteCoins(VALUE1, PRUNED, FAIL , 0 , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, PRUNED, ABSENT, FRESH , DIRTY , NO_ENTRY ); CheckWriteCoins(VALUE1, PRUNED, FAIL , FRESH , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, PRUNED, PRUNED, DIRTY , DIRTY , DIRTY ); CheckWriteCoins(VALUE1, PRUNED, FAIL , DIRTY , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, PRUNED, ABSENT, DIRTY|FRESH, DIRTY , NO_ENTRY ); CheckWriteCoins(VALUE1, PRUNED, FAIL , DIRTY|FRESH, DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, VALUE2, VALUE2, 0 , DIRTY , DIRTY ); CheckWriteCoins(VALUE1, VALUE2, FAIL , 0 , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, VALUE2, VALUE2, FRESH , DIRTY , DIRTY|FRESH); CheckWriteCoins(VALUE1, VALUE2, FAIL , FRESH , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, VALUE2, VALUE2, DIRTY , DIRTY , DIRTY ); CheckWriteCoins(VALUE1, VALUE2, FAIL , DIRTY , DIRTY|FRESH, NO_ENTRY ); CheckWriteCoins(VALUE1, VALUE2, VALUE2, DIRTY|FRESH, DIRTY , DIRTY|FRESH); CheckWriteCoins(VALUE1, VALUE2, FAIL , DIRTY|FRESH, DIRTY|FRESH, NO_ENTRY ); // The checks above omit cases where the child flags are not DIRTY, since // they would be too repetitive (the parent cache is never updated in these // cases). The loop below covers these cases and makes sure the parent cache // is always left unchanged. for (CAmount parent_value : {ABSENT, PRUNED, VALUE1}) for (CAmount child_value : {ABSENT, PRUNED, VALUE2}) for (char parent_flags : parent_value == ABSENT ? ABSENT_FLAGS : FLAGS) for (char child_flags : child_value == ABSENT ? ABSENT_FLAGS : CLEAN_FLAGS) CheckWriteCoins(parent_value, child_value, parent_value, parent_flags, child_flags, parent_flags); } BOOST_AUTO_TEST_SUITE_END()
[ "ubuntu@crypto-2.novalocal" ]
ubuntu@crypto-2.novalocal
45f60a3059a2b32245261707f5a5c0e7a73cef3a
e7e497b20442a4220296dea1550091a457df5a38
/main_project/app/ILikeIt/tripodcache/tripodlike.pb.cc
724164d6780c08e237194617df4456d022fcd46b
[]
no_license
gunner14/old_rr_code
cf17a2dedf8dfcdcf441d49139adaadc770c0eea
bb047dc88fa7243ded61d840af0f8bad22d68dee
refs/heads/master
2021-01-17T18:23:28.154228
2013-12-02T23:45:33
2013-12-02T23:45:33
null
0
0
null
null
null
null
UTF-8
C++
false
true
9,743
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "tripodlike.pb.h" #include <google/protobuf/stubs/once.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/wire_format_lite_inl.h> #include <google/protobuf/descriptor.h> #include <google/protobuf/reflection_ops.h> #include <google/protobuf/wire_format.h> // @@protoc_insertion_point(includes) namespace xce { namespace tripodlike { namespace { const ::google::protobuf::Descriptor* TripodLikeShip_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* TripodLikeShip_reflection_ = NULL; } // namespace void protobuf_AssignDesc_tripodlike_2eproto() { protobuf_AddDesc_tripodlike_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( "tripodlike.proto"); GOOGLE_CHECK(file != NULL); TripodLikeShip_descriptor_ = file->message_type(0); static const int TripodLikeShip_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(TripodLikeShip, userids_), }; TripodLikeShip_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( TripodLikeShip_descriptor_, TripodLikeShip::default_instance_, TripodLikeShip_offsets_, GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(TripodLikeShip, _has_bits_[0]), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(TripodLikeShip, _unknown_fields_), -1, ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(TripodLikeShip)); } namespace { GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); inline void protobuf_AssignDescriptorsOnce() { ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, &protobuf_AssignDesc_tripodlike_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( TripodLikeShip_descriptor_, &TripodLikeShip::default_instance()); } } // namespace void protobuf_ShutdownFile_tripodlike_2eproto() { delete TripodLikeShip::default_instance_; delete TripodLikeShip_reflection_; } void protobuf_AddDesc_tripodlike_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( "\n\020tripodlike.proto\022\016xce.tripodlike\"!\n\016Tr" "ipodLikeShip\022\017\n\007userIds\030\001 \003(\005", 69); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "tripodlike.proto", &protobuf_RegisterTypes); TripodLikeShip::default_instance_ = new TripodLikeShip(); TripodLikeShip::default_instance_->InitAsDefaultInstance(); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_tripodlike_2eproto); } // Force AddDescriptors() to be called at static initialization time. struct StaticDescriptorInitializer_tripodlike_2eproto { StaticDescriptorInitializer_tripodlike_2eproto() { protobuf_AddDesc_tripodlike_2eproto(); } } static_descriptor_initializer_tripodlike_2eproto_; // =================================================================== #ifndef _MSC_VER const int TripodLikeShip::kUserIdsFieldNumber; #endif // !_MSC_VER TripodLikeShip::TripodLikeShip() : ::google::protobuf::Message() { SharedCtor(); } void TripodLikeShip::InitAsDefaultInstance() { } TripodLikeShip::TripodLikeShip(const TripodLikeShip& from) : ::google::protobuf::Message() { SharedCtor(); MergeFrom(from); } void TripodLikeShip::SharedCtor() { _cached_size_ = 0; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } TripodLikeShip::~TripodLikeShip() { SharedDtor(); } void TripodLikeShip::SharedDtor() { if (this != default_instance_) { } } void TripodLikeShip::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* TripodLikeShip::descriptor() { protobuf_AssignDescriptorsOnce(); return TripodLikeShip_descriptor_; } const TripodLikeShip& TripodLikeShip::default_instance() { if (default_instance_ == NULL) protobuf_AddDesc_tripodlike_2eproto(); return *default_instance_; } TripodLikeShip* TripodLikeShip::default_instance_ = NULL; TripodLikeShip* TripodLikeShip::New() const { return new TripodLikeShip; } void TripodLikeShip::Clear() { userids_.Clear(); ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); } bool TripodLikeShip::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!(EXPRESSION)) return false ::google::protobuf::uint32 tag; while ((tag = input->ReadTag()) != 0) { switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // repeated int32 userIds = 1; case 1: { if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { parse_userIds: DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitive< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( 1, 8, input, this->mutable_userids()))); } else if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite:: WIRETYPE_LENGTH_DELIMITED) { DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitiveNoInline< ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( input, this->mutable_userids()))); } else { goto handle_uninterpreted; } if (input->ExpectTag(8)) goto parse_userIds; if (input->ExpectAtEnd()) return true; break; } default: { handle_uninterpreted: if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { return true; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, mutable_unknown_fields())); break; } } } return true; #undef DO_ } void TripodLikeShip::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // repeated int32 userIds = 1; for (int i = 0; i < this->userids_size(); i++) { ::google::protobuf::internal::WireFormatLite::WriteInt32( 1, this->userids(i), output); } if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); } } ::google::protobuf::uint8* TripodLikeShip::SerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { // repeated int32 userIds = 1; for (int i = 0; i < this->userids_size(); i++) { target = ::google::protobuf::internal::WireFormatLite:: WriteInt32ToArray(1, this->userids(i), target); } if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); } return target; } int TripodLikeShip::ByteSize() const { int total_size = 0; // repeated int32 userIds = 1; { int data_size = 0; for (int i = 0; i < this->userids_size(); i++) { data_size += ::google::protobuf::internal::WireFormatLite:: Int32Size(this->userids(i)); } total_size += 1 * this->userids_size() + data_size; } if (!unknown_fields().empty()) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( unknown_fields()); } GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = total_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void TripodLikeShip::MergeFrom(const ::google::protobuf::Message& from) { GOOGLE_CHECK_NE(&from, this); const TripodLikeShip* source = ::google::protobuf::internal::dynamic_cast_if_available<const TripodLikeShip*>( &from); if (source == NULL) { ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { MergeFrom(*source); } } void TripodLikeShip::MergeFrom(const TripodLikeShip& from) { GOOGLE_CHECK_NE(&from, this); userids_.MergeFrom(from.userids_); mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } void TripodLikeShip::CopyFrom(const ::google::protobuf::Message& from) { if (&from == this) return; Clear(); MergeFrom(from); } void TripodLikeShip::CopyFrom(const TripodLikeShip& from) { if (&from == this) return; Clear(); MergeFrom(from); } bool TripodLikeShip::IsInitialized() const { return true; } void TripodLikeShip::Swap(TripodLikeShip* other) { if (other != this) { userids_.Swap(&other->userids_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); } } ::google::protobuf::Metadata TripodLikeShip::GetMetadata() const { protobuf_AssignDescriptorsOnce(); ::google::protobuf::Metadata metadata; metadata.descriptor = TripodLikeShip_descriptor_; metadata.reflection = TripodLikeShip_reflection_; return metadata; } // @@protoc_insertion_point(namespace_scope) } // namespace tripodlike } // namespace xce // @@protoc_insertion_point(global_scope)
[ "liyong19861014@gmail.com" ]
liyong19861014@gmail.com
b364b8ca9c296aa7a4be2db815ecd8c590185c42
d3bf068ac90138457dd23649736f95a8793c33ae
/CalcDriver/inc/CalcLiquidAccum.h
bb9a25d972ddc0bcd1a7a90b97a6dd7e15c6020d
[]
no_license
xxxmen/uesoft-AutoPFA
cab49bfaadf716de56fef8e9411c070a4b1585bc
f9169e203d3dc3f2fd77cde39c0bb9b4bdf350a6
refs/heads/master
2020-03-13T03:38:50.244880
2013-11-12T05:52:34
2013-11-12T05:52:34
130,947,910
1
2
null
null
null
null
GB18030
C++
false
false
863
h
// CalcLiquidAccum.h: interface for the CalcLiquidAccum class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CALCLIQUIDACCUM_H__C391BADE_FDFF_4CB8_A5B0_3F0F4F5C2679__INCLUDED_) #define AFX_CALCLIQUIDACCUM_H__C391BADE_FDFF_4CB8_A5B0_3F0F4F5C2679__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "CalcJun.h" class AFX_EXT_CLASS CalcLiquidAccum : public CalcJun { public: ostream& Write(ostream& CalcOut); static CalcJun* Creator(); CalcLiquidAccum(); virtual ~CalcLiquidAccum(); public: void Elastic(double dValue); void InitVolume(double dValue); double Elastic(); double InitVolume(); private: double m_dElastic; //弹性值 double m_dInitVolume; //初始体积值 }; #endif // !defined(AFX_CALCLIQUIDACCUM_H__C391BADE_FDFF_4CB8_A5B0_3F0F4F5C2679__INCLUDED_)
[ "uesoft@163.com" ]
uesoft@163.com
abbe7c17f41849c6773803917eee5946c6e0e83d
ce14b3d50b84ffa64d7b8c6fcc0f8e340f31b224
/src/main/mql/HA.mq4
bf7fda57bbbb4b421da3086d8dbc61e1379607ce
[ "BSD-2-Clause" ]
permissive
OrenHg/otlib-libot
69f91d4927ce97e311d1c3972c0ba00c9b162a68
a77d41735c3c284cb031c34ea81652407c9c7096
refs/heads/master
2021-06-09T08:59:39.564048
2016-11-25T03:26:29
2016-11-25T03:26:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,617
mq4
/*- -*- c++ -*- * Copyright (c) 2016 * Sean Champ. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials provided * with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * */ // - Metadata #property copyright "Sean Champ" #property link "http://onename.com/spchamp" #property description "Heikin Ashi Indicator, Open Trading Toolkit" #property version "1.00" #property strict #property script_show_inputs #property indicator_chart_window #property indicator_buffers 4 // number of drawn buffers // OTLIB HA indicator buffers (drawn) // // HA buffer 0 (1) : HA low=>high - bear tick trace - HABearTrc // HA buffer 1 (2) : HA high=>low - bull tick trace - HABullTrc // HA buffer 2 (3) : HA ..open.. - bear tick body - HAOpen // HA buffer 3 (4) : HA ..close.. - bull tick body - HAClose #property indicator_color1 clrTomato #property indicator_width1 1 #property indicator_style1 STYLE_SOLID #property indicator_color2 clrKhaki #property indicator_width2 1 #property indicator_style2 STYLE_SOLID #property indicator_color3 clrTomato #property indicator_width3 3 #property indicator_style3 STYLE_SOLID #property indicator_color4 clrKhaki #property indicator_width4 3 #property indicator_style4 STYLE_SOLID // - Program Parameters const string label = "HA"; string EA_SYMBOL; // - Code #undef STACKBUFF // #define RINGBUFF #include "libha.mqh" void OnInit() { EA_SYMBOL = getCurrentSymbol(); IndicatorShortName(label); IndicatorDigits(Digits); IndicatorBuffers(7); const int nbars = iBars(NULL, 0); haInitBuffers(0, nbars); } #ifdef RINGBUFF void OnDeinit(const int reason) { if(deinitClose(reason)) { // TO DO : haDeinitData() delete rbuff; }; }; #endif; int OnCalculate(const int nticks, const int counted, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[]) { haPadBuffers(nticks); #ifndef RINGBUFF const int haCount = calcHA(nticks,0,open,high,low,close); #endif #ifdef RINGBUFF const int toCount = nticks - counted; const int haCount = calcHA(rbuff,nticks,counted,EA_SYMBOL,PERIOD_CURRENT,0); #endif return haCount; } // FIXME: Consider making all of the HA data available across MLQL4 'import' semnatics, however tedious. // 1) define 'export' for trivial functions - move shared functions into otlib.mq4 // 2) ensure compiled forms are avaialble in appropriate directory - see MQL4 Reference / MQL4 programs / Call of Imported Functions // ... noting TERMINAL_DATA_PATH // 3) define initialization routines that may be called from external program, for initializing this indicator // e.c. extHaInit => OnCalculate() in this file (???) // 4) define runtime routines that may be called from external programs, for updating the indicator's record data // e.g extCalcHA => calcHA in this file? or OnCalculate() in this file (???) // 5) define accessors encapsulating the array access - e.g getHAClose(...) getHACloseAS(...) latter cf. ArraySetAsSeries, TickHA // 6) DOCUMENT HOWTO if the MT4 and MQL4 docs aren't sufficient in that regards //
[ "spchamp@me.com" ]
spchamp@me.com
4c8d82278182d5db7bbb94b140fccc814e5a66c0
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/base/fs/utils/ntlib/src/cache.cxx
e60ce4fe6328cfe9f76a93929794761b941c9b26
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
63
cxx
#include "pch.cxx" #include "..\..\ifsutil\src\cache.cxx"
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
926f6641aa337e0436b9ab6712c42e6d764ab615
463a78480656e0ebd6c99630ec1b6c5e00c65554
/algo/1-term/labs/Priority-queues-and-DSU/B.cpp
c2ff5a5560b323d80415ad2a8525dd753b6d233e
[]
no_license
anarsiel/University
689fd588a6ed53e8ceec565c60d4fab15f6d5cfe
3011e1f83c943c1436aadaa6507388f3937cc6aa
refs/heads/master
2023-03-09T17:05:44.349307
2022-07-05T14:09:50
2022-07-05T14:09:50
187,517,045
12
1
null
2023-03-03T01:30:49
2019-05-19T19:05:36
Java
UTF-8
C++
false
false
1,217
cpp
#include <iostream> #include <vector> using namespace std; vector<int> p; vector<int> jopa, mn, mx; int get(int vertex) { if (p[vertex] == vertex) return vertex; return p[vertex] = get(p[vertex]); } void unite(int a, int b) { a = get(a); b = get(b); if (a == b) return; p[a] = b; jopa[b] += jopa[a]; mn[b] = min(mn[b], mn[a]); mx[b] = max(mx[b], mx[a]); } int main() { freopen("dsu.in", "r", stdin); freopen("dsu.out", "w", stdout); ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int n; cin >> n; p.resize(n); jopa.resize(n, 1); mn.resize(n); mx.resize(n); for (int i = 0; i < n; ++i) { p[i] = mn[i] = mx[i] = i; } string type; while (cin >> type) { if (type == "union") { int a, b; cin >> a >> b; a--, b--; unite(a, b); } else { int a; cin >> a; a--; cout << mn[get(a)] + 1 << " " << mx[get(a)] + 1 << " " << jopa[get(a)] << endl; } } return 0; } /* 5 union 1 2 get 3 get 2 union 2 3 get 2 union 1 3 get 5 union 4 5 get 5 union 4 1 get 5 */
[ "dimitrovblagoi@gmail.com" ]
dimitrovblagoi@gmail.com
497a77989fd2f47f05eb946bbdfd18e81c0602f5
aae1017a01b61368c6af1c4e2bd8b83e66b63561
/Bundles/LeafUI/uiVisuOgre/src/uiVisuOgre/SShaderParameterEditor.cpp
935ab98368076f64cc2b9bc3ada8884ccbf69e91
[]
no_license
farid67/fw4spl-ogre
c192dd69e40f7af30be64506432fa75d0cd65615
6ca3959ec3e5e4670afb8ec634e35f59ef30163f
refs/heads/fw4spl_0.10.2
2020-12-03T03:48:38.454807
2015-11-18T10:45:16
2015-11-18T10:45:16
46,806,167
0
0
null
2015-11-24T17:05:16
2015-11-24T17:05:15
null
UTF-8
C++
false
false
9,697
cpp
/* ***** BEGIN LICENSE BLOCK ***** * FW4SPL - Copyright (C) IRCAD, 2014-2015. * Distributed under the terms of the GNU Lesser General Public License (LGPL) as * published by the Free Software Foundation. * ****** END LICENSE BLOCK ****** */ #include "uiVisuOgre/SShaderParameterEditor.hpp" #include <fwData/Mesh.hpp> #include <fwData/Material.hpp> #include <fwData/Reconstruction.hpp> #include <fwGui/GuiRegistry.hpp> #include <fwRenderOgre/IAdaptor.hpp> #include <visuOgreAdaptor/SMaterial.hpp> #include <visuOgreAdaptor/SShaderParameter.hpp> #include <fwServices/Base.hpp> #include <QWidget> namespace uiVisuOgre { fwServicesRegisterMacro( ::gui::editor::IEditor, ::uiVisuOgre::SShaderParameterEditor, ::fwData::Reconstruction); //------------------------------------------------------------------------------ SShaderParameterEditor::SShaderParameterEditor() throw() { } //------------------------------------------------------------------------------ SShaderParameterEditor::~SShaderParameterEditor() throw() { } //------------------------------------------------------------------------------ void SShaderParameterEditor::starting() throw(::fwTools::Failed) { m_connections = ::fwServices::helper::SigSlotConnection::New(); ::fwData::Reconstruction::sptr rec = this->getObject< ::fwData::Reconstruction >(); ::fwData::Material::sptr material = rec->getMaterial(); m_connections->connect(material, this->getSptr(), this->getSptr()->getObjSrvConnections() ); this->create(); ::fwGuiQt::container::QtContainer::sptr qtContainer = ::fwGuiQt::container::QtContainer::dynamicCast( this->getContainer() ); QWidget* const container = qtContainer->getQtContainer(); SLM_ASSERT("container not instantiated", container); m_gridSizer = new QGridLayout(container); m_gridSizer->setContentsMargins(0,0,0,0); container->setLayout(m_gridSizer); this->updating(); } //------------------------------------------------------------------------------ void SShaderParameterEditor::stopping() throw(::fwTools::Failed) { this->clear(); this->getContainer()->clean(); this->destroy(); } //------------------------------------------------------------------------------ void SShaderParameterEditor::swapping() throw(::fwTools::Failed) { m_connections->disconnect(); ::fwData::Reconstruction::sptr rec = this->getObject< ::fwData::Reconstruction >(); ::fwData::Material::sptr material = rec->getMaterial(); m_connections->connect(material, this->getSptr(), this->getSptr()->getObjSrvConnections() ); this->updating(); } //------------------------------------------------------------------------------ void SShaderParameterEditor::configuring() throw(::fwTools::Failed) { this->initialize(); SLM_ASSERT("Not a service configuration", m_configuration->getName() == "service"); OSLM_WARN_IF( "missing associations for " << this->getID() << "configuration", !m_configuration->findConfigurationElement("association") ); std::vector < Configuration > vectConfig = m_configuration->find("association"); for(auto element : vectConfig) { OSLM_FATAL_IF( "missing 'type' attribute for " << this->getID() << "configuration", !element->hasAttribute("type") ); OSLM_FATAL_IF( "missing 'editor' attribute for " << this->getID() << "configuration", !element->hasAttribute("editor") ); m_associatedEditor[element->getAttributeValue("type")] = element->getAttributeValue("editor"); } } //------------------------------------------------------------------------------ void SShaderParameterEditor::updating() throw(::fwTools::Failed) { this->clear(); this->updateGuiInfo(); this->fillGui(); } //------------------------------------------------------------------------------ void SShaderParameterEditor::clear() { for(auto info : m_shaderEditorInfos) { info.connections->disconnect(); ::fwServices::IService::sptr objService = info.objService.lock(); ::fwServices::IService::sptr labelService = info.labelService.lock(); objService->stop(); labelService->stop(); ::fwGui::GuiRegistry::unregisterSIDContainer(info.labelUUID); ::fwGui::GuiRegistry::unregisterSIDContainer(info.editorUUID); ::fwServices::OSR::unregisterService(objService); ::fwServices::OSR::unregisterService(labelService); m_gridSizer->removeWidget(info.editorPanel->getQtContainer()); info.editorPanel->destroyContainer(); info.editorPanel.reset(); m_gridSizer->removeWidget(info.labelPanel->getQtContainer()); info.labelPanel->destroyContainer(); info.labelPanel.reset(); info.label.reset(); } m_shaderEditorInfos.clear(); } //------------------------------------------------------------------------------ void SShaderParameterEditor::updateGuiInfo() { /// Getting all Material adaptors ::fwData::Reconstruction::sptr reconstruction = this->getObject< ::fwData::Reconstruction >(); ::fwServices::registry::ObjectService::ServiceVectorType srvVec = ::fwServices::OSR::getServices( "::visuOgreAdaptor::SMaterial"); /// Stop if no Material adaptors have been find if(srvVec.empty()) { SLM_WARN("No ::visuOgreAdaptor::SMaterial found in the application"); return; } /// Try to find the material adaptor working with the same ::fwData::Material /// as the one contained by the current reconstruction ::fwRenderOgre::IAdaptor::sptr matService; for (auto srv : srvVec) { if (srv->getObject()->getID() == reconstruction->getMaterial()->getID()) { matService = ::fwRenderOgre::IAdaptor::dynamicCast(srv); break; } } SLM_ASSERT("Material adaptor corresponding to the current Reconstruction must exist", matService); /// Get all ShaderParameter subservices from the corresponding Material adaptor for (auto subSrv : matService->getRegisteredAdaptors()) { if (subSrv.lock()->getClassname() == "::visuOgreAdaptor::SShaderParameter") { ::visuOgreAdaptor::SShaderParameter::sptr shaderSrv = ::visuOgreAdaptor::SShaderParameter::dynamicCast(subSrv.lock()); /// Getting this widget's container ::fwGuiQt::container::QtContainer::sptr qtContainer = ::fwGuiQt::container::QtContainer::dynamicCast( this->getContainer() ); QWidget* container = qtContainer->getQtContainer(); /// Getting associated object infos ::fwData::Object::sptr shaderObj = shaderSrv->getObject(); ObjectClassnameType objType = shaderObj->getClassname(); ObjectId key = shaderObj->getID(); ObjectId name = shaderObj->getName(); std::string uuid = this->getID(); std::string editor; if (m_associatedEditor.find(objType) != m_associatedEditor.end()) { editor = m_associatedEditor[objType]; } else { OSLM_ERROR("No editor found for the object of type " << objType); } /// Fill editors informations depending on data type if (!editor.empty()) { ShaderEditorInfo info; info.labelPanel = ::fwGuiQt::container::QtContainer::New(); QWidget * p1 = new QWidget( container); info.labelPanel->setQtContainer(p1); info.editorPanel = ::fwGuiQt::container::QtContainer::New(); QWidget * p2 = new QWidget( container ); info.editorPanel->setQtContainer(p2); info.labelUUID = uuid + "-label-" + key; info.editorUUID = uuid + "-editee-" + key; ::fwGui::GuiRegistry::registerSIDContainer(info.labelUUID, info.labelPanel); ::fwGui::GuiRegistry::registerSIDContainer(info.editorUUID, info.editorPanel); info.label = ::fwData::String::New(name); ::fwServices::IService::sptr objService; ::fwServices::IService::sptr labelService; objService = ::fwServices::add( shaderObj, "::gui::editor::IEditor", editor, info.editorUUID ); labelService = ::fwServices::add( info.label, "::gui::editor::IEditor", "::uiData::SStaticTextEditor", info.labelUUID ); info.objService = objService; info.labelService = labelService; objService->configure(); labelService->configure(); objService->start(); labelService->start(); info.connections->connect( shaderObj, objService, objService->getObjSrvConnections() ); m_shaderEditorInfos.push_back(info); OSLM_TRACE("Created container " << info.editorUUID << " for " << shaderObj->getID() ); } } } } //------------------------------------------------------------------------------ void SShaderParameterEditor::fillGui() { int line = 0; for(auto info : m_shaderEditorInfos) { m_gridSizer->addWidget( info.labelPanel->getQtContainer(), line, 0 ); m_gridSizer->addWidget( info.editorPanel->getQtContainer(), line, 1 ); line++; } } //------------------------------------------------------------------------------ } // namespace uiVisuOgre
[ "fbridault@ircad.fr" ]
fbridault@ircad.fr
68e6f0002b6f18c522ac94fad50b9ff1fcdd58d7
1cc44526fe719ddb807241e873b536c22fa0d1bf
/Src/Processes/Motion.h
b24a3d3dfe69b2ddb9247d53fd2b7a103fa50e08
[ "BSD-2-Clause" ]
permissive
Handsome-Computer-Organization/nao
55e188276a7ba82631bc6283d18db89f2b688c75
d7bbac09355e5f8f719acb4b65b39bc7975878ca
refs/heads/main
2023-04-26T12:24:59.944423
2021-05-14T12:53:10
2021-05-14T12:53:10
367,357,552
0
0
null
null
null
null
UTF-8
C++
false
false
1,259
h
/** * @file Processes/Motion.h * Declaration of a class that represents the process that sends commands to the robot at 100Hz. */ #pragma once #include "Tools/Module/ModulePackage.h" #include "Tools/ProcessFramework/Process.h" #include "Tools/Module/Logger.h" /** * @class Motion * A class that represents the process that sends commands to the robot at 100Hz. */ class Motion : public Process { private: DEBUGGING; RECEIVER(CognitionToMotion); SENDER(MotionToCognition); int numberOfMessages; ModuleManager moduleManager; /**< The solution manager handles the execution of modules. */ void(*waitForFrameData)() = 0; void(*finishFrame)() = 0; Logger logger; public: Motion(); /** * The method is called from the framework once in every frame. * @return Should wait for external trigger? */ virtual bool main(); /** * The method is called directly before the first call of main(). */ virtual void init(); /** * The method is called when the process is terminated. */ virtual void terminate(); /** * The function handles incoming debug messages. * @param message the message to handle. * @return Has the message been handled? */ virtual bool handleMessage(InMessage& message); };
[ "handsomeyingyan@github.com" ]
handsomeyingyan@github.com