o0MagnetometerCalibrater_Attr.cpp 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. #include <stdint.h>
  9. // System.Char[]
  10. struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
  11. // System.Reflection.AssemblyCompanyAttribute
  12. struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4;
  13. // System.Reflection.AssemblyConfigurationAttribute
  14. struct AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C;
  15. // System.Reflection.AssemblyFileVersionAttribute
  16. struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F;
  17. // System.Reflection.AssemblyInformationalVersionAttribute
  18. struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0;
  19. // System.Reflection.AssemblyProductAttribute
  20. struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA;
  21. // System.Reflection.AssemblyTitleAttribute
  22. struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7;
  23. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  24. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
  25. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  26. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
  27. // System.Diagnostics.DebuggableAttribute
  28. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
  29. // System.Diagnostics.DebuggerBrowsableAttribute
  30. struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53;
  31. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  32. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
  33. // o0.Serialize
  34. struct Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F;
  35. // System.String
  36. struct String_t;
  37. // System.Runtime.Versioning.TargetFrameworkAttribute
  38. struct TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517;
  39. // o0.Serialize/CustomByFunction
  40. struct CustomByFunction_t0716D0B039DAD73DEFFDFF6314A928751DCFB5C9;
  41. // o0.Serialize/CustomByMember
  42. struct CustomByMember_tBFDBF7FF5FC349A8976DE7DC6F592C4CF7067C8E;
  43. IL2CPP_EXTERN_C_BEGIN
  44. IL2CPP_EXTERN_C_END
  45. #ifdef __clang__
  46. #pragma clang diagnostic push
  47. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  48. #pragma clang diagnostic ignored "-Wunused-variable"
  49. #endif
  50. // System.Object
  51. // System.Attribute
  52. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  53. {
  54. public:
  55. public:
  56. };
  57. // System.String
  58. struct String_t : public RuntimeObject
  59. {
  60. public:
  61. // System.Int32 System.String::m_stringLength
  62. int32_t ___m_stringLength_0;
  63. // System.Char System.String::m_firstChar
  64. Il2CppChar ___m_firstChar_1;
  65. public:
  66. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  67. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  68. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  69. inline void set_m_stringLength_0(int32_t value)
  70. {
  71. ___m_stringLength_0 = value;
  72. }
  73. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  74. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  75. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  76. inline void set_m_firstChar_1(Il2CppChar value)
  77. {
  78. ___m_firstChar_1 = value;
  79. }
  80. };
  81. struct String_t_StaticFields
  82. {
  83. public:
  84. // System.String System.String::Empty
  85. String_t* ___Empty_5;
  86. public:
  87. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  88. inline String_t* get_Empty_5() const { return ___Empty_5; }
  89. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  90. inline void set_Empty_5(String_t* value)
  91. {
  92. ___Empty_5 = value;
  93. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  94. }
  95. };
  96. // System.ValueType
  97. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  98. {
  99. public:
  100. public:
  101. };
  102. // Native definition for P/Invoke marshalling of System.ValueType
  103. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  104. {
  105. };
  106. // Native definition for COM marshalling of System.ValueType
  107. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  108. {
  109. };
  110. // System.Reflection.AssemblyCompanyAttribute
  111. struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  112. {
  113. public:
  114. // System.String System.Reflection.AssemblyCompanyAttribute::m_company
  115. String_t* ___m_company_0;
  116. public:
  117. inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); }
  118. inline String_t* get_m_company_0() const { return ___m_company_0; }
  119. inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
  120. inline void set_m_company_0(String_t* value)
  121. {
  122. ___m_company_0 = value;
  123. Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
  124. }
  125. };
  126. // System.Reflection.AssemblyConfigurationAttribute
  127. struct AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  128. {
  129. public:
  130. // System.String System.Reflection.AssemblyConfigurationAttribute::m_configuration
  131. String_t* ___m_configuration_0;
  132. public:
  133. inline static int32_t get_offset_of_m_configuration_0() { return static_cast<int32_t>(offsetof(AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C, ___m_configuration_0)); }
  134. inline String_t* get_m_configuration_0() const { return ___m_configuration_0; }
  135. inline String_t** get_address_of_m_configuration_0() { return &___m_configuration_0; }
  136. inline void set_m_configuration_0(String_t* value)
  137. {
  138. ___m_configuration_0 = value;
  139. Il2CppCodeGenWriteBarrier((void**)(&___m_configuration_0), (void*)value);
  140. }
  141. };
  142. // System.Reflection.AssemblyFileVersionAttribute
  143. struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  144. {
  145. public:
  146. // System.String System.Reflection.AssemblyFileVersionAttribute::_version
  147. String_t* ____version_0;
  148. public:
  149. inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F, ____version_0)); }
  150. inline String_t* get__version_0() const { return ____version_0; }
  151. inline String_t** get_address_of__version_0() { return &____version_0; }
  152. inline void set__version_0(String_t* value)
  153. {
  154. ____version_0 = value;
  155. Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value);
  156. }
  157. };
  158. // System.Reflection.AssemblyInformationalVersionAttribute
  159. struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  160. {
  161. public:
  162. // System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion
  163. String_t* ___m_informationalVersion_0;
  164. public:
  165. inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast<int32_t>(offsetof(AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0, ___m_informationalVersion_0)); }
  166. inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; }
  167. inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; }
  168. inline void set_m_informationalVersion_0(String_t* value)
  169. {
  170. ___m_informationalVersion_0 = value;
  171. Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value);
  172. }
  173. };
  174. // System.Reflection.AssemblyProductAttribute
  175. struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  176. {
  177. public:
  178. // System.String System.Reflection.AssemblyProductAttribute::m_product
  179. String_t* ___m_product_0;
  180. public:
  181. inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); }
  182. inline String_t* get_m_product_0() const { return ___m_product_0; }
  183. inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
  184. inline void set_m_product_0(String_t* value)
  185. {
  186. ___m_product_0 = value;
  187. Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
  188. }
  189. };
  190. // System.Reflection.AssemblyTitleAttribute
  191. struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  192. {
  193. public:
  194. // System.String System.Reflection.AssemblyTitleAttribute::m_title
  195. String_t* ___m_title_0;
  196. public:
  197. inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); }
  198. inline String_t* get_m_title_0() const { return ___m_title_0; }
  199. inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
  200. inline void set_m_title_0(String_t* value)
  201. {
  202. ___m_title_0 = value;
  203. Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
  204. }
  205. };
  206. // System.Boolean
  207. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  208. {
  209. public:
  210. // System.Boolean System.Boolean::m_value
  211. bool ___m_value_0;
  212. public:
  213. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  214. inline bool get_m_value_0() const { return ___m_value_0; }
  215. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  216. inline void set_m_value_0(bool value)
  217. {
  218. ___m_value_0 = value;
  219. }
  220. };
  221. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  222. {
  223. public:
  224. // System.String System.Boolean::TrueString
  225. String_t* ___TrueString_5;
  226. // System.String System.Boolean::FalseString
  227. String_t* ___FalseString_6;
  228. public:
  229. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  230. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  231. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  232. inline void set_TrueString_5(String_t* value)
  233. {
  234. ___TrueString_5 = value;
  235. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  236. }
  237. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  238. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  239. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  240. inline void set_FalseString_6(String_t* value)
  241. {
  242. ___FalseString_6 = value;
  243. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  244. }
  245. };
  246. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  247. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  248. {
  249. public:
  250. // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
  251. int32_t ___m_relaxations_0;
  252. public:
  253. inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
  254. inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
  255. inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
  256. inline void set_m_relaxations_0(int32_t value)
  257. {
  258. ___m_relaxations_0 = value;
  259. }
  260. };
  261. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  262. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  263. {
  264. public:
  265. public:
  266. };
  267. // System.Enum
  268. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  269. {
  270. public:
  271. public:
  272. };
  273. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  274. {
  275. public:
  276. // System.Char[] System.Enum::enumSeperatorCharArray
  277. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  278. public:
  279. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  280. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  281. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  282. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  283. {
  284. ___enumSeperatorCharArray_0 = value;
  285. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  286. }
  287. };
  288. // Native definition for P/Invoke marshalling of System.Enum
  289. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  290. {
  291. };
  292. // Native definition for COM marshalling of System.Enum
  293. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  294. {
  295. };
  296. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  297. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  298. {
  299. public:
  300. // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
  301. bool ___m_wrapNonExceptionThrows_0;
  302. public:
  303. inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
  304. inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
  305. inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
  306. inline void set_m_wrapNonExceptionThrows_0(bool value)
  307. {
  308. ___m_wrapNonExceptionThrows_0 = value;
  309. }
  310. };
  311. // o0.Serialize
  312. struct Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  313. {
  314. public:
  315. public:
  316. };
  317. struct Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F_StaticFields
  318. {
  319. public:
  320. // o0.Serialize/CustomByFunction o0.Serialize::ByFunc
  321. CustomByFunction_t0716D0B039DAD73DEFFDFF6314A928751DCFB5C9 * ___ByFunc_0;
  322. // o0.Serialize/CustomByMember o0.Serialize::ByMember
  323. CustomByMember_tBFDBF7FF5FC349A8976DE7DC6F592C4CF7067C8E * ___ByMember_1;
  324. public:
  325. inline static int32_t get_offset_of_ByFunc_0() { return static_cast<int32_t>(offsetof(Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F_StaticFields, ___ByFunc_0)); }
  326. inline CustomByFunction_t0716D0B039DAD73DEFFDFF6314A928751DCFB5C9 * get_ByFunc_0() const { return ___ByFunc_0; }
  327. inline CustomByFunction_t0716D0B039DAD73DEFFDFF6314A928751DCFB5C9 ** get_address_of_ByFunc_0() { return &___ByFunc_0; }
  328. inline void set_ByFunc_0(CustomByFunction_t0716D0B039DAD73DEFFDFF6314A928751DCFB5C9 * value)
  329. {
  330. ___ByFunc_0 = value;
  331. Il2CppCodeGenWriteBarrier((void**)(&___ByFunc_0), (void*)value);
  332. }
  333. inline static int32_t get_offset_of_ByMember_1() { return static_cast<int32_t>(offsetof(Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F_StaticFields, ___ByMember_1)); }
  334. inline CustomByMember_tBFDBF7FF5FC349A8976DE7DC6F592C4CF7067C8E * get_ByMember_1() const { return ___ByMember_1; }
  335. inline CustomByMember_tBFDBF7FF5FC349A8976DE7DC6F592C4CF7067C8E ** get_address_of_ByMember_1() { return &___ByMember_1; }
  336. inline void set_ByMember_1(CustomByMember_tBFDBF7FF5FC349A8976DE7DC6F592C4CF7067C8E * value)
  337. {
  338. ___ByMember_1 = value;
  339. Il2CppCodeGenWriteBarrier((void**)(&___ByMember_1), (void*)value);
  340. }
  341. };
  342. // System.Runtime.Versioning.TargetFrameworkAttribute
  343. struct TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  344. {
  345. public:
  346. // System.String System.Runtime.Versioning.TargetFrameworkAttribute::_frameworkName
  347. String_t* ____frameworkName_0;
  348. // System.String System.Runtime.Versioning.TargetFrameworkAttribute::_frameworkDisplayName
  349. String_t* ____frameworkDisplayName_1;
  350. public:
  351. inline static int32_t get_offset_of__frameworkName_0() { return static_cast<int32_t>(offsetof(TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517, ____frameworkName_0)); }
  352. inline String_t* get__frameworkName_0() const { return ____frameworkName_0; }
  353. inline String_t** get_address_of__frameworkName_0() { return &____frameworkName_0; }
  354. inline void set__frameworkName_0(String_t* value)
  355. {
  356. ____frameworkName_0 = value;
  357. Il2CppCodeGenWriteBarrier((void**)(&____frameworkName_0), (void*)value);
  358. }
  359. inline static int32_t get_offset_of__frameworkDisplayName_1() { return static_cast<int32_t>(offsetof(TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517, ____frameworkDisplayName_1)); }
  360. inline String_t* get__frameworkDisplayName_1() const { return ____frameworkDisplayName_1; }
  361. inline String_t** get_address_of__frameworkDisplayName_1() { return &____frameworkDisplayName_1; }
  362. inline void set__frameworkDisplayName_1(String_t* value)
  363. {
  364. ____frameworkDisplayName_1 = value;
  365. Il2CppCodeGenWriteBarrier((void**)(&____frameworkDisplayName_1), (void*)value);
  366. }
  367. };
  368. // System.Void
  369. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  370. {
  371. public:
  372. union
  373. {
  374. struct
  375. {
  376. };
  377. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  378. };
  379. public:
  380. };
  381. // System.Diagnostics.DebuggerBrowsableState
  382. struct DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091
  383. {
  384. public:
  385. // System.Int32 System.Diagnostics.DebuggerBrowsableState::value__
  386. int32_t ___value___2;
  387. public:
  388. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091, ___value___2)); }
  389. inline int32_t get_value___2() const { return ___value___2; }
  390. inline int32_t* get_address_of_value___2() { return &___value___2; }
  391. inline void set_value___2(int32_t value)
  392. {
  393. ___value___2 = value;
  394. }
  395. };
  396. // System.Diagnostics.DebuggableAttribute/DebuggingModes
  397. struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
  398. {
  399. public:
  400. // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
  401. int32_t ___value___2;
  402. public:
  403. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
  404. inline int32_t get_value___2() const { return ___value___2; }
  405. inline int32_t* get_address_of_value___2() { return &___value___2; }
  406. inline void set_value___2(int32_t value)
  407. {
  408. ___value___2 = value;
  409. }
  410. };
  411. // System.Diagnostics.DebuggableAttribute
  412. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  413. {
  414. public:
  415. // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
  416. int32_t ___m_debuggingModes_0;
  417. public:
  418. inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
  419. inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
  420. inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
  421. inline void set_m_debuggingModes_0(int32_t value)
  422. {
  423. ___m_debuggingModes_0 = value;
  424. }
  425. };
  426. // System.Diagnostics.DebuggerBrowsableAttribute
  427. struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  428. {
  429. public:
  430. // System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state
  431. int32_t ___state_0;
  432. public:
  433. inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53, ___state_0)); }
  434. inline int32_t get_state_0() const { return ___state_0; }
  435. inline int32_t* get_address_of_state_0() { return &___state_0; }
  436. inline void set_state_0(int32_t value)
  437. {
  438. ___state_0 = value;
  439. }
  440. };
  441. #ifdef __clang__
  442. #pragma clang diagnostic pop
  443. #endif
  444. // System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String)
  445. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method);
  446. // System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String)
  447. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678 (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method);
  448. // System.Void System.Reflection.AssemblyFileVersionAttribute::.ctor(System.String)
  449. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * __this, String_t* ___version0, const RuntimeMethod* method);
  450. // System.Void System.Reflection.AssemblyConfigurationAttribute::.ctor(System.String)
  451. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyConfigurationAttribute__ctor_m6EE76F5A155EDEA71967A32F78D777038ADD0757 (AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C * __this, String_t* ___configuration0, const RuntimeMethod* method);
  452. // System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
  453. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method);
  454. // System.Void System.Runtime.Versioning.TargetFrameworkAttribute::.ctor(System.String)
  455. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFrameworkAttribute__ctor_m0F8E5550F9199AC44F2CBCCD3E968EC26731187D (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___frameworkName0, const RuntimeMethod* method);
  456. // System.Void System.Runtime.Versioning.TargetFrameworkAttribute::set_FrameworkDisplayName(System.String)
  457. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___value0, const RuntimeMethod* method);
  458. // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
  459. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
  460. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
  461. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
  462. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
  463. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
  464. // System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String)
  465. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method);
  466. // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
  467. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
  468. // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  469. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
  470. // System.Void System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState)
  471. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5 (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * __this, int32_t ___state0, const RuntimeMethod* method);
  472. // System.Void o0.Serialize::.ctor()
  473. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serialize__ctor_mB6311C91037BCBC85D0206101666A26262057EA1 (Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F * __this, const RuntimeMethod* method);
  474. static void o0MagnetometerCalibrater_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  475. {
  476. {
  477. AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[0];
  478. AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x6F\x30\x4D\x61\x67\x6E\x65\x74\x6F\x6D\x65\x74\x65\x72\x43\x61\x6C\x69\x62\x72\x61\x74\x65\x72"), NULL);
  479. }
  480. {
  481. AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[1];
  482. AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x31\x2E\x30\x2E\x30"), NULL);
  483. }
  484. {
  485. AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[2];
  486. AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x31\x2E\x30\x2E\x30\x2E\x30"), NULL);
  487. }
  488. {
  489. AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C * tmp = (AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C *)cache->attributes[3];
  490. AssemblyConfigurationAttribute__ctor_m6EE76F5A155EDEA71967A32F78D777038ADD0757(tmp, il2cpp_codegen_string_new_wrapper("\x44\x65\x62\x75\x67"), NULL);
  491. }
  492. {
  493. AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[4];
  494. AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x6F\x30\x4D\x61\x67\x6E\x65\x74\x6F\x6D\x65\x74\x65\x72\x43\x61\x6C\x69\x62\x72\x61\x74\x65\x72"), NULL);
  495. }
  496. {
  497. TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * tmp = (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 *)cache->attributes[5];
  498. TargetFrameworkAttribute__ctor_m0F8E5550F9199AC44F2CBCCD3E968EC26731187D(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x4E\x45\x54\x53\x74\x61\x6E\x64\x61\x72\x64\x2C\x56\x65\x72\x73\x69\x6F\x6E\x3D\x76\x32\x2E\x30"), NULL);
  499. TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
  500. }
  501. {
  502. DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[6];
  503. DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 263LL, NULL);
  504. }
  505. {
  506. RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[7];
  507. RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
  508. RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
  509. }
  510. {
  511. AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[8];
  512. AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x6F\x30\x4D\x61\x67\x6E\x65\x74\x6F\x6D\x65\x74\x65\x72\x43\x61\x6C\x69\x62\x72\x61\x74\x65\x72"), NULL);
  513. }
  514. {
  515. CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[9];
  516. CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
  517. }
  518. }
  519. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_U3CCenterU3Ek__BackingField(CustomAttributesCache* cache)
  520. {
  521. {
  522. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  523. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  524. }
  525. {
  526. DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1];
  527. DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL);
  528. }
  529. }
  530. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_U3CCorrectMatrixU3Ek__BackingField(CustomAttributesCache* cache)
  531. {
  532. {
  533. DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0];
  534. DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL);
  535. }
  536. {
  537. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1];
  538. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  539. }
  540. }
  541. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_U3CRadiusU3Ek__BackingField(CustomAttributesCache* cache)
  542. {
  543. {
  544. DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0];
  545. DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL);
  546. }
  547. {
  548. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1];
  549. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  550. }
  551. }
  552. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_get_Center_mBB267B622D0500139D8378A66B263E4A858F8C18(CustomAttributesCache* cache)
  553. {
  554. {
  555. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  556. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  557. }
  558. }
  559. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_set_Center_m330D4EF122EA8A9D826C6CE21C0A19EC43EF38FD(CustomAttributesCache* cache)
  560. {
  561. {
  562. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  563. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  564. }
  565. }
  566. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_get_CorrectMatrix_m094C18EAA6069656C9C80D76F07B51CADCB0220E(CustomAttributesCache* cache)
  567. {
  568. {
  569. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  570. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  571. }
  572. }
  573. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_set_CorrectMatrix_mA8F7C9844220672EAC8390BF7432CA891FC62AC5(CustomAttributesCache* cache)
  574. {
  575. {
  576. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  577. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  578. }
  579. }
  580. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_get_Radius_mB978E71A93ED30B3CACE7E7CDD44E62BB8501AD8(CustomAttributesCache* cache)
  581. {
  582. {
  583. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  584. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  585. }
  586. }
  587. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_set_Radius_m86A8C8DB293F739D1E7E841EA2BD3795F541A8F6(CustomAttributesCache* cache)
  588. {
  589. {
  590. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  591. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  592. }
  593. }
  594. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F____Center_PropertyInfo(CustomAttributesCache* cache)
  595. {
  596. {
  597. Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F * tmp = (Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F *)cache->attributes[0];
  598. Serialize__ctor_mB6311C91037BCBC85D0206101666A26262057EA1(tmp, NULL);
  599. }
  600. }
  601. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F____CorrectMatrixArray_PropertyInfo(CustomAttributesCache* cache)
  602. {
  603. {
  604. Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F * tmp = (Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F *)cache->attributes[0];
  605. Serialize__ctor_mB6311C91037BCBC85D0206101666A26262057EA1(tmp, NULL);
  606. }
  607. }
  608. static void EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F____Radius_PropertyInfo(CustomAttributesCache* cache)
  609. {
  610. {
  611. Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F * tmp = (Serialize_t8F716C18A28C6455819B67D44F1E45ACE13A1F5F *)cache->attributes[0];
  612. Serialize__ctor_mB6311C91037BCBC85D0206101666A26262057EA1(tmp, NULL);
  613. }
  614. }
  615. static void U3CU3Ec_tDDF44B67A00281D2087086B38FEAD455DEAEED55_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  616. {
  617. {
  618. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  619. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  620. }
  621. }
  622. IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_o0MagnetometerCalibrater_AttributeGenerators[];
  623. const CustomAttributesCacheGenerator g_o0MagnetometerCalibrater_AttributeGenerators[14] =
  624. {
  625. U3CU3Ec_tDDF44B67A00281D2087086B38FEAD455DEAEED55_CustomAttributesCacheGenerator,
  626. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_U3CCenterU3Ek__BackingField,
  627. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_U3CCorrectMatrixU3Ek__BackingField,
  628. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_U3CRadiusU3Ek__BackingField,
  629. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_get_Center_mBB267B622D0500139D8378A66B263E4A858F8C18,
  630. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_set_Center_m330D4EF122EA8A9D826C6CE21C0A19EC43EF38FD,
  631. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_get_CorrectMatrix_m094C18EAA6069656C9C80D76F07B51CADCB0220E,
  632. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_set_CorrectMatrix_mA8F7C9844220672EAC8390BF7432CA891FC62AC5,
  633. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_get_Radius_mB978E71A93ED30B3CACE7E7CDD44E62BB8501AD8,
  634. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_set_Radius_m86A8C8DB293F739D1E7E841EA2BD3795F541A8F6,
  635. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F____Center_PropertyInfo,
  636. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F____CorrectMatrixArray_PropertyInfo,
  637. EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F_CustomAttributesCacheGenerator_EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F____Radius_PropertyInfo,
  638. o0MagnetometerCalibrater_CustomAttributesCacheGenerator,
  639. };
  640. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___value0, const RuntimeMethod* method)
  641. {
  642. {
  643. String_t* L_0 = ___value0;
  644. __this->set__frameworkDisplayName_1(L_0);
  645. return;
  646. }
  647. }
  648. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
  649. {
  650. {
  651. bool L_0 = ___value0;
  652. __this->set_m_wrapNonExceptionThrows_0(L_0);
  653. return;
  654. }
  655. }